/** Shopify CDN: Minification failed

Line 3241:4024 Expected identifier but found whitespace
Line 3241:4025 Unexpected "-1"

**/
/* Publish by EComposer at 2025-08-02 02:16:00*//**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

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

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

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

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

            
                    .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-elements-slider {
                    overflow: hidden;
                  }
                  .ecom-swiper-flip .ecom-swiper-slide, .ecom-swiper-fade .ecom-swiper-slide {
                    pointer-events: auto !important;
                  }
                  .ecom-swiper-fade .ecom-box-active {
                    z-index: 99
                  }
                  body[ecom-loaded] .ecom-elements-slider {
                    overflow: unset;
                  }
                  .ecom-swiper-creative.ecom-slider .ecom-swiper-wrapper{
                    transform: translateX(0) !important;
                  }
                  .ecom-slider__image--link {
                      position: absolute;
                      inset: 0;
                      display: block !important;
                      opacity: 0;
                      z-index: 100
                  }
                  .ecom-slider--container .ecom-swiper-vertical.ecom-slider-not-custom-height .ecom-swiper-wrapper {
                    height: 640px !important;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button {
                    transform: translateX(-50%);
                    left: 50%;
                    width: fit-content;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next {
                    bottom: 0;
                    top: unset;
                  }
                  .ecom-slider--container .ecom-swiper-autoheight.ecom-swiper-horizontal .ecom-swiper-slide, .ecom-slider--container .ecom-swiper-horizontal .ecom-swiper-wrapper {
                    height: 100% !important;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position {
                    flex-direction: column !important;
                    position: absolute;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_left"] {
                    top: 20px;
                    left: 20px;
                    bottom: unset;
                    right: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_right"] {
                    top: 20px;
                    right: 20px;
                    bottom: unset;
                    left: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(50%);
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_left"] {
                    bottom: 20px;
                    left: 20px;
                    right: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_right"] {
                    bottom: 20px;
                    right: 20px;
                    left: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(-50%);
                    top: unset;
                    bottom: 0;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_right"] {
                    bottom: unset;
                    left: unset;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_left"] {
                    bottom: unset;
                    left: 20px;
                    right: unset;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider__has-link .ecom-content-item__container {
                    pointer-events: none;
                  }
                  .ecom-swiper-navigation-position{
                      display:flex;
                  }
                  .ecom-swiper-navigation-position button{
                      margin:0
                  }
                  .ecom-swiper-navigation button{
                      position:unset;
                      margin:0
                  }
                  .ecom-slider--container {
                      opacity: 0;
                      position: relative;
                      display: flex;
                      flex-direction: column;
                  }
                  .ecom-slider--container.ecom-swiper-initialized-wrapper {
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet:only-child {
                      opacity: none
                  }
                  .ecom-swiper-button svg{
                      width:24px;
                      height:24px;
                  }
                  .ecom-flex-center, .ecom-swiper-navigation {
                      display: flex;
                      align-items: center;
                  }
                  .ecom-swiper-navigation{
                      justify-content: center
                  }
                  .ecom-slider img {
                      display: block
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet img{
                      display: block;
                      width: 100%;
                      height: 100%;
                      object-fit: cover
                  }
                  .ecom-slider--container .ecom-swiper-button-next:after,
                  .ecom-slider--container .ecom-swiper-button-prev:after {
                      content: none;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                      position: static;
                      margin: 0;
                  }
                  .ecom-slider--container .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-button-prev {
                      border: 0;
                      background: transparent;
                      width: auto;
                      height: auto;
                      padding: 5px;
                      color: #444;
                      /*transform: translateY(-50%);*/
                  }
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next,
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                      position: relative;
                      display: flex;
                      flex-wrap: wrap;
                      align-items: center
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet {
                      width: 15px;
                      height: 15px;
                      opacity: 1;
                      overflow: hidden;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet,
                  .ecom-slider--container .ecom-swiper-pagination-bullet-active{
                      background-clip: content-box;
                      padding: 1px;
                      box-sizing: content-box !important;
                      background-color: currentColor;
                  }
                   .ecom-swiper-container-horizontal>.ecom-swiper-pagination-bullets{
                      width:auto;
                  }
                  .ecom-slider--container .ecom-swiper-slide{
                      position: relative;
                  }
                  .ecom-swiper-slide div.core__blocks>div.core__blocks--body{
                      display:flex
                  }
                  .ecom-content-item__container {
                      width: 100%;
                      z-index: 99;
                  }
                  .ecom-slider:not(.ecom-swiper-initialized):not(.ecom-swiper-container-initialized) {
                    opacity: 0
                  }
                  .ecom-swiper-slide .ecom-content-item {
                      display: flex;
                      justify-content: center;
                  }
                  .ecom-swiper-slide .ecom-image-background{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                      object-fit: cover;
                      object-position: center center;
                  }

                  .ecom-overlay {
                      display: block;
                      position: absolute;
                      inset: 0;
                  }

                  .ecom-elements-slider .ecom-overlay span:not(.ecom-video-icon-play) {
                      opacity: 0;
                      visibility: hidden;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      bottom: 0;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      bottom: 0;
                  }
                  .ecom-content-item {
                      height: 100%;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                  .ecom-slider--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                      width:100%
                  }
                  .ecom-transition-Bottom2Top, .ecom-transition-Top2Bottom, .ecom-transition-Left2Right, .ecom-transition-Right2Left {
                      transform: translateY(40px);
                      -webkit-transform: translateY(40px);
                      -moz-transform: translateY(40px);
                      transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      -webkit-transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      opacity: 0;
                  }
                  .ecom-transition-Top2Bottom {
                      transform: translateY(-40px);
                      -webkit-transform: translateY(-40px);
                      -moz-transform: translateY(-40px);
                  }
                  .ecom-transition-Left2Right {
                      transform: translateX(-40px);
                      -webkit-transform: translateX(-40px);
                      -moz-transform: translateX(-40px);
                  }
                  .ecom-transition-Right2Left {
                      transform: translateX(40px);
                      -webkit-transform: translateX(40px);
                      -moz-transform: translateX(40px);
                  }
                  .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Bottom2Top, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Top2Bottom, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Left2Right, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Right2Left {
                      transform: translateY(0);
                      -webkit-transform: translateY(0);
                      -moz-transform: translateY(0);
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet {
                      position: relative;
                  }
                  .ecom-swiper-pagination-bullet:after {
                      content: '';
                      position: absolute;
                      bottom: 0;
                      height: 0;
                      left: 0;
                      width: 100%;
                      box-shadow: 0 0 1px #fff;
                      -webkit-transition: height .3s;
                      transition: height .5s;
                  }
                  .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                  }
                  .ecom-swiper-effect-cube .ecom-image-background img {
                    /* visibility: visible; */
                  }
                  .ecom-autoplay-progress {
                    position: absolute;
                    right: 16px;
                    bottom: 16px;
                    z-index: 10;
                    width: 48px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: bold;
                    color: #000;
                  }

                  .ecom-autoplay-progress svg {
                    --progress: 0;
                    position: absolute;
                    left: 0;
                    top: 0px;
                    z-index: 10;
                    width: 100%;
                    height: 100%;
                    stroke-width: 4px;
                    color: #1ced8f;
                    fill: none;
                    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
                    stroke-dasharray: 125.6;
                    transform: rotate(-90deg);
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position);
                      object-fit: var(--ecom-object-fit);
                    }
                  @media (max-width: 1024px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-tablet);
                      object-fit: var(--ecom-object-fit-tablet);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__tablet);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
                  @media (max-width: 767px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-mobile);
                      object-fit: var(--ecom-object-fit-mobile);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__mobile);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
              
                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-video-poster {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ecom-video-poster img {
                width: 100%;
                height: 100% !important;
                object-fit: cover;
            }
            .ecom-element_video-popup{
                display:none;
            }

            .ecom-video_link-extra {
                position: absolute;
                inset: 0;
                z-index: 5;
            }

            .element__video .ecom-video_link-extra {
                display: block;
            }
                .element__video.ecom-element{
                    display: flex;
                    width: 100%;
                }
                .ecom-element_video-iframe{
                    display:inline-flex;
                    width:100%;
                    position:relative;
                    overflow:hidden;
                    justify-content: center;
                    transform: translateZ(0);
                }
                .ecom-video_overlay-icon.ecom-overlay {
                    pointer-events: auto;
                }
                .ecom-element_video-iframe .ecom-video_overlay-icon{
                    position:absolute;
                    display:flex;
                    top:0;
                    bottom:0;
                    left:0;
                    right:0;
                    align-items:center;
                    justify-content:center;
                    border:none;
                    outline:none;
                    width: 100%;
                    height: 100%;
                    cursor: default;
                    background-color:#3336;
                    z-index:-1;
                    opacity:0;
                    border-radius: 0;

                }
                .ecom-element_video-iframe .ecom-video_overlay-icon:hover {
                    background-color:#3336;
                }
                .ecom-element_video-iframe .ecom-overlay{
                    z-index:1;
                    opacity:1;
                }

                .ecom-element_video-iframe video {
                    width: 100%;
                    /*height: intrinsic;*/
                }

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

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

                .ecom-video-close-btn:hover {
                    color: white;
                    cursor: pointer;
                    -webkit-transform: scale(1.2, 1.2);
                    -moz-transform: scale(1.2, 1.2);
                    -ms-transform: scale(1.2, 1.2);
                    -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }
                .element__video controls:not(.audio-only) div[pseudo="-webkit-media-controls-panel" i] {
                    background: transparent;
                }
                video {
                    isolation: isolate;
                    -webkit-mask-image: -webkit-radial-gradient(white, black);
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                }
                @media screen and (max-width : 786px) {
                    .ecom-video-wrapper {
                    height:350px;
                    }
                }
                @media screen and (max-width : 480px) {
                    .ecom-video-wrapper {
                    height:180px;
                    }
                }
            
                    .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-masonry-layout{
            overflow: hidden;
            display:block;
        }
        .ecom-masonry-layout__button {
          text-decoration: none;
          pointer-events: auto;
        }
        .ecom-masonry__banner_hzoom {
          position: relative;
          overflow: hidden;
        }
        .ecom-masonry__nt_promotion_html {
          position: absolute;
          max-width: 100%;
          z-index: 10;
          pointer-events: none;
        }
        .ecom-masonry__banner_overlay {
          pointer-events: none;
          position: absolute;
          background-color: #000;
          z-index: 1;
          opacity: 0.3;
          display: flex;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
        }
        .ecom-masonry-layout__picture-link,
        .ecom-masonry-layout__picture,
        .ecom-masonry-layout__image-picture {
          width: 100%;
          object-fit: contain;
        }
        .ecom-content-hidden.ecom-masonry__nt_promotion .ecom-masonry__nt_promotion_html {
          opacity: 0;
          transition: all .3s ease;
        }
        .ecom-content-hidden.ecom-masonry__nt_promotion:hover .ecom-masonry__nt_promotion_html {
          opacity: 1;
        }
        .ecom-masonry-layout .ecom-image-default:hover {
            z-index: 10;
        }
        
                .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-shopify__newsletter-form-heading,.ecom-shopify__newsletter-form-paragraph
                {
                    text-align:center;
                }

                .ecom-shopify__newsletter-form {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: center;
                    margin: 0px auto;
                    gap: 5px;
                }
                .ecom-shopify__newsletter-form-field label {
                    display: none;
                }
                .ecom-shopify__newsletter-form-field--input {
                    background: #FFFFFF;
                    border: 1px solid #D1D5DB;
                    outline:none;
                    padding: 9px 13px;
                    border-radius:0;
                }
                .ecom-shopify__newsletter-form-field--textarea {
                    font-family: inherit;
                }
                .ecom-shopify__newsletter-form-field--input:focus{
                    border-color:rgba(5, 150, 105,1);
                    /*box-shadow:rgb(255, 255, 255) 0px 0px 0px 0px, rgba(5, 150, 105,1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
                }
                .ecom-shopify__newsletter-form-field--input:focus-visible {
                    /*border : none;*/
                    outline : none;
                    box-shadow: none
                }
                    .ecom-shopify__newsletter-form-heading {
                        margin: 0;
                    }
                    .ecom-shopify__newsletter-form-paragraph {
                        margin-top : 12px;
                        font-size: 1.6rem;
                        line-height: 24px;
                    }
                     .ecome-shopify__newsletter__button {
                        border-radius:0;
                        background : rgba(5, 150, 105,1);
                        padding : 9px 17px;
                        color: #FFFFFF;
                        border: none;
                        cursor: pointer;
                        flex-direction: row;
                        display: flex;
                        align-items: center;
                    }
                    .ecome-shopify__newsletter__button:hover {
                       background-color: rgb(97 188 160);
                    }
                    .ecom-newsletter-form-content{
                        display:flex;
                        align-items:center;
                        justify-content: space-between;
                    }
                    .ecom-shopify__newsletter-form-success,
                    .ecom-shopify__newsletter-form-message{
                        width: 100%
                    }
                    .ecom-shopify__newsletter__button-icon svg {
                        width: 24px;
                        height: 24px;
                    }
                    .ecom-shopify__newsletter__verify {
                        width: 100%;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                    }
                    .ecom-shopify__newsletter__verify-checkbox {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        height: 1.6rem;
                        width: 1.6rem !important;
                        flex-shrink: 0;
                        border: 1px solid #D1D5DB;
                        margin: 0;
                    }
                    .ecom-shopify__newsletter__verify-checkbox:checked {
                        border-color: transparent;
                        background-color: #059669;
                        background-size: 100% 100%;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
                    }
                    .ecom-shopify__newsletter__verify-label {
                        display: inline-block;
                        font-size: 14px;
                    }
                    .ecom-shopify__newsletter__verify-error {
                        width: 100%;
                    }
                    .ecom-shopify__newsletter-form-field--input[name='contact[note]']{
                        resize: vertical;
                    }
                    .ecom__form-field.ecom-html{
                        display: flex;
                        flex-direction: column;
                        align-items: self-start;
                    }
                    .ecom-core .ecom-newsletter-vertical .ecom__form-field .ecom-shopify__newsletter-form-field--input{
                        max-width: 100%;
                        width: 100%;
                    }
                    .ecom-core .ecom-newsletter-vertical .ecom-newsletter-form-content-wrap .ecom-newsletter-form-content.ecom-newsletter-content{
                        flex-direction: row;
                        max-width: 100%;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        row-gap: 10px;
                    }
                    .ecom-newsletter-vertical .ecome-shopify__newsletter_button-submit-wrapper{
                        display: flex;
                        justify-content: center;
                        width: 100%;
                    }
                    
                    @media screen and (max-width : 640px) {
                        .ecom-newsletter-form-content{
                            flex-wrap:wrap;
                        }
                    }
            
                .element__divi{
                    /*padding:10px 0;*/
                    overflow:hidden;
                }
                .ecom__element-divi{
                    display:flex;
                }
                .divi-line{
                    /*margin:10px 0;*/
                    border:0;
                    border-bottom: 1px solid #D1D5DB;
                }
                .divi-cont{
                    position:relative;
                    z-index:1;
                    display:flex;
                    align-items:center;
                    transition: all .3s;
                    color: #818a91;
                    width:100%;
                }
                .divi-cont span{
                    display:flex;
                    white-space:nowrap;
                }
                .divi-cont-before{
                    display:block;
                    border:0;
                }
                .divi-cont-after{
                    display:block;
                    border:0;
                }
                .divi-style{
                    padding:0 !important;
                    border-bottom: 2px solid #D1D5DB;
                }
                .divi-cont>*{
                    margin:0;
                }
                .divi-cont svg{
                    width:36px;
                    height:auto;
}
                .line-style-zigzag .divi-line, .line-style-zigzag .divi-cont-before,.line-style-zigzag .divi-cont-after {
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);
                }
                .line-style-curly .divi-line, .line-style-curly .divi-cont-before, .line-style-curly .divi-cont-after{
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);

                }
                .ecom__element-divi .ecom-image-default{
                    width:300px;
                    flex-shrink:0;

                }

                .ecom__element-divi .ecom-base-image .ecom-image-picture {
                    width: 100%;
                    max-width: 100%;
                }
                .ecom__element-divi .ecom-base-image picture{
                    overflow: hidden;
                    flex: 1 1 auto;
                    min-height: 1px;
                }
                .ecom__element-divi .ecom-base-image .ecom-image-picture img{
                    width: 100%;
                }
                .ecom__element-divi .ecom-image-default .ecom-image-picture img{
                    object-fit: contain;
                }

                .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                    flex: var(--flex-desktop);
                    width: var(--divider-width);
                }
                @media(max-width: 1024px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-tablet);
                        width: var(--divider-width-tablet);
                    }
                }
                @media(max-width: 767px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-mobile);
                        width: var(--divider-width-mobile);
                    }
                }
            
            .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-hidden{
                    display:none !important;
                }
                .ecom-element__image-hotspot--wrapper {
                    opacity: 0;
                    visibility: hidden;
                }
                .ecom-element__image-hotspot--wrapper.ecom-image-hotspot-loaded {
                    opacity: 1;
                    visibility: visible;
                }
                .element__image-hotspot--btn{
                    transition: opacity .3s ease ;
                }
                .element__image-hotspot .element__image-hotspot--content {
                    outline: none;
                }
                .element__image-hotspot--text.element__image-hotspot--btn-nolabel {
                    margin-top: -10px;
                    margin-left: -10px;
                    min-width: 20px;
                    min-height: 20px;
                }
                .element__image-hotspot--btn-nolabel .element__image-hotspot--sonar {
                    border-radius: 50%;
                    backface-visibility: hidden;
                    perspective: 800px;
                    position: absolute;
                    top: -8px;
                    right: -8px;
                    bottom: -8px;
                    left: -8px;
                    display: block;
                    animation: ecom_aimation-pulse 2s ease infinite;
                    background-color: rgba(255,255,255,.5);
                }
                .element__image-hotspot--btn-nolabel .element__image-hotspot--btn {
                    position: relative;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    backface-visibility: hidden;
                    perspective: 800px;
                    z-index: 1;
                    transition: all .3s ease;
                }
                .element__image-hotspot--btn-label {
                    margin-left: 4px;
                    font-size: 14px;
                }
                .element__image-hotspot--content {
                    position: absolute;
                    z-index: 102;
                    width: 250px;
                }
                .element__image-hotspot:not([data-trigger="always"]) .element__image-hotspot--content:not(.ecom-hotspot-actived) {
                    opacity: 0;
                    visibility: hidden;
                }
                .element__image-hotspot--content.ecom-fade.ecom-hotspot-actived {
                    animation-name: fadeIn;
                }
                .element__image-hotspot--content-bottom.ecom-slide.ecom-hotspot-actived {
                    animation-name: slideUp;
                }
                .element__image-hotspot--content-top.ecom-slide.ecom-hotspot-actived {
                    animation-name: slideDown;
                }
                .element__image-hotspot--content-right.ecom-slide.ecom-hotspot-actived {
                    animation-name: slideLeft;
                }
                .element__image-hotspot--content-left.ecom-slide.ecom-hotspot-actived {
                    animation-name: slideRight;
                }
                /*
                    .element__image-hotspot--content.has-arrow:not(.element__image-hotspot--content-undefined):after {
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 16px;
                        background: #ffffff
                    }
                */
                .element__image-hotspot--content.arrow-left.has-arrow:after {
                    clip-path: polygon(0 0, 100% 50%, 0 100%);
                    top: 50%;
                    right: 12px;
                    transform: translateY(-50%);
                }
                .element__image-hotspot--content.arrow-right.has-arrow:after {
                    clip-path: polygon(0 50%, 100% 0 , 100% 100%);
                    top: 50%;
                    left: 12px;
                    transform: translateY(-50%);
                }
                .element__image-hotspot--content.arrow-bottom.has-arrow:after,
                .element__image-hotspot--content.arrow-top.has-arrow:after {
                    width: 16px;
                    height: 8px
                }
                .element__image-hotspot--content.arrow-bottom.has-arrow:after {
                    clip-path: polygon(50% 0, 100% 100%, 0 100%);
                    transform: translateX(-50%);
                    top: 13px;
                    left: 50%;
                }
                .element__image-hotspot--content.arrow-top.has-arrow:after {
                    clip-path: polygon(0 0 , 100% 0 , 50% 100%);
                    transform: translateX(-50%);
                    bottom: 12px;
                    left: 50%;
                }
                .element__image-hotspot--content-left, .element__image-hotspot--content-right {
                    top: 50%;
                    transform: translateY(-50%)
                }
                .element__image-hotspot--content-top, .element__image-hotspot--content-bottom {
                    left: 50%;
                    transform: translateX(-50%);
                }
                .element__image-hotspot--content-left {
                    right: 100%;
                    padding-right: 20px;
                }
                .element__image-hotspot--content-right {
                    left: 100%;
                    padding-left: 20px;
                }
                .element__image-hotspot--content-top {
                    bottom: 100%;
                    padding-bottom: 20px;

                }
                .element__image-hotspot--content-bottom {
                    top: 100%;
                    padding-top: 20px
                }
                .element__image-hotspot--content .element__image-hotspot--content-image {
                    object-fit: cover;
                }
                .element__image-hotspot--content .element__image-hotspot--content-btn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
                }
                .ecom-hotspots-container-tooltip.ecom-loading-image:before {
                    position: absolute;
                    content: '';
                    inset: 0;
                }
                @keyframes ecom_aimation-pulse {
                    0%,100% {
                        transform: scale(1)
                    }

                    50% {
                        transform: scale(1.2)
                    }
                }
                @keyframes fadeIn {
                    from { opacity: 0; visibility: hidden; }
                    to   { opacity: 1; visibility: visible; }
                }
                @keyframes slideUp {
                    from { opacity: 0; visibility: hidden; transform: translate(-50%, 30px) }
                    to { opacity: 1; visibility: visible; transform: translateX(-50%) }
                }
                @keyframes slideDown {
                    from { opacity: 0; visibility: hidden; transform: translate(-50%, -30px) }
                    to { opacity: 1; visibility: visible; transform: translateX(-50%) }
                }
                @keyframes slideLeft {
                    from { opacity: 0; visibility: hidden; transform: translate(30px,-50%); }
                    to { opacity: 1; visibility: visible; transform: translateY(-50%) }
                }
                @keyframes slideRight {
                    from { opacity: 0; visibility: hidden; transform: translate(-30px,-50%); }
                    to { opacity: 1; visibility: visible; transform: translateY(-50%) }
                }
                .ecom__image-hostpot--content-container{
                    display:flex;
                }
                .element__image-hotspot--img img {
                    width: 100%;
                }
                .ecom-image-picture * {
                    transition:inherit;
                }
                @media screen and (max-width: 767px) {
                    .element__image-hotspot--content-centerMobile {
                        top:50% !important;
                        left:50% !important;
                        bottom: unset !important;
                        right: unset !important;
                        transform: translate(-50%,-50%) !important;
                        position: fixed;
                        padding: 0 !important;
                    }
                }
                @media only screen and (max-width: 480px) {
                    /*
                    .element__image-hotspot--content{
                        top:50% !important;
                        left:50% !important;
                        transform: translate(-50%,-50%) !important;
                        position: fixed;
                        padding: 0 !important;
                    }
                    .element__image-hotspot--content {
                        top: 50% !important;
                        left: 50% !important;
                        transform: translate(0%, -50%) !important;
                        position: absolute;
                    }
                    */
                    .ecom-slider .element__image-hotspot--content:not(.element__image-hotspot--content-centerMobile){
                        position: absolute;
                        top: 0;
                        transform: translate(-50%,-60%) !important;
                    }
                }
                @media only screen and (max-width: 767px) {
                    .element__image-hotspot--content.has-arrow:after {
                        display: none !important;
                    }
                }
            
                .element__social.ecom-element{
                    display:flex;
                    flex-wrap:wrap;
                }
                .ecom__element-social{
                    display:flex;
                    width:auto;
                    border-radius:4px;
                    border-width:0px;
                    border-style:solid;
                }
                .ecom__element-social .element-social-link{
                    display:flex;
                    align-items:center;
                    text-decoration: none;
                    width:100%;
                    justify-content:center;
                }
                .icon-border .element-social-link{
                    justify-content:flex-start;
                }
                .element-social-link.left{
                    flex-direction:row;
                }
                .element-social-link.right{
                    flex-direction:row-reverse;
                }
                .element-social-link span{
                    display:inline-flex;
                }
                .social-icon{
                    display:inline-flex;
                    color:white;
                    padding:10px;
                    border:0;
                    border-style:solid;
                    border-color:white;
                    height:100%;
                }
                .social-icon svg{
                    width:24px;
                    height:auto;
                    fill: currentColor;
                }
                .element-social-label{
                    flex:1;
                    justify-content:center;
                    text-align:center;
                    padding:7px 10px;
                    color:white;
                }
                .ecom__element-social a {

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

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

            
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list--mobile--wrapper {
 display: none;
 position: fixed;
 z-index: 100;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background:rgb(116,119,121,.6);
 }
.ecom-shopify__menu-list--mobile--wrapper .ecom-shopify__menu-list--mobile {
position:fixed;
 width: 350px;
 max-width: 90%;
padding: 40px 20px;
 background:white;
 top:0;
 bottom:0;
 left:0;
z-index: 100;
 -webkit-animation-name: ecom-animation-menu__left-to-right;
 animation-name: ecom-animation-menu__left-to-right;
 -webkit-animation-duration: .3s;
 animation-duration: .3s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 transition:all .3s linear;
}
@keyframes ecom-animation-menu__left-to-right {
 from {
 opacity: 0;
 transform: translateX(-100%);
 }
 to {
 opacity: 1;
 transform: translateX(0);
 }
 }
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] {
display: flex;
flex-flow: wrap;
align-content: center;
justify-content: center;
align-items: center;
list-style: none;
position:relative;
}

.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item{
position:relative;
display:block;
}
.ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item--has-children:hover>ul.ecom-shopify__menu-sub-menu  {
opacity:1;
z-index: 9;
visibility:visible;
 transform: translate(-50%, 0);
}
 .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item--has-children:hover  .ecom-menu_item .ecom-element--menu_icon .ecom-element--menu_icon--active {
 display: flex;
 }
 .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item--has-children:hover  .ecom-menu_item .ecom-element--menu_icon .ecom-element--menu_icon--normal {
 display: none;
 }
.ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item ul.ecom-shopify__menu-sub-menu {
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
position:absolute;
list-style: none;
 transform: translate(-50%, 10px);
 transition: .5s ease all;
left: 50%;
background-color: #fff;
border: 1px solid #eee;
width: max-content;
}
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-sub-menu .ecom-element--menu_icon {
 display: none;
 }
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-sub-menu .ecom-menu_item.ecom-items {
 padding: 10px;
 }
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-child-link-item--has-children .ecom-element--menu_title:first-child {
 margin-bottom: 10px;
 position: relative;
 font-weight: 500;
 text-transform: uppercase;
 pointer-events: none;
 cursor: inherit;
 }
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-child-link-item--has-children .ecom-element--menu_title:first-child::before {
 content: "";
 position: absolute;
 width: 30px;
 height: 1px;
 background-color: rgba(0 0 0 /.3);
 bottom: 0;
 left: 10px;
 }
.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="vertical"] ul.ecom-shopify__menu-sub-menu, .ecom-shopify__menu-container .ecom-shopify__menu-list--mobile ul.ecom-shopify__menu-sub-menu {
max-height: 0;
overflow: hidden;
margin-left: 8px;
transition: .25s ease all;
}
.ecom-shopify__menu-list .ecom-shopify__menu-item .ecom-menu_item .ecom-element--menu_title
 , .ecom-shopify__menu-list--mobile .ecom-shopify__menu-item .ecom-menu_item .ecom-element--menu_title{
display: flex;
}
.ecom-shopify__menu-list, .ecom-shopify__menu-list--mobile {
list-style: none;
}
.ecom-menu_item:not(.ecom-menu_item.ecom-item-active) .ecom-element--menu_icon .ecom-element--menu_icon--normal {
display: flex;
}

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

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

.ecom-menu_item.ecom-item-active .ecom-element--menu_icon .ecom-element--menu_icon--active {
display: flex;
}
.ecom-element--menu_icon {
display: flex;
align-items: center;
}

.ecom-element--menu_icon--normal svg,
.ecom-element--menu_icon--active svg {
height: 12px;
width: 12px;
display: flex;
}
.ecom-menu__icon-humber {
visibility: hidden;
opacity: 0;
position: relative;
top: 0;
left: 0;
display: none;
cursor: pointer;
}
.ecom-menu__icon-humber svg {
width: 30px;
 height: 30px;
}
.ecom-menu-collapse-close--mobile {
display: none;
position: absolute;
right: 10px;
top: 10px;
width: 20px;
height: 20px;
cursor: pointer;
z-index: 100;
}
 .ecom-menu__icon-humber--wrapper {
 display: flex;
 }
 @media screen and (max-width: 1024px) {
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list--mobile.ecom-show {
 display: block;
transform: translateX(0);
visibility: visible;
opacity: 1;
 }
.ecom-menu-collapse-close--mobile {
display: flex;
}
.ecom-menu__icon-humber {
display: flex;
visibility: visible;
opacity: 1;
}
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list--mobile--wrapper~.ecom-shopify__menu-list--wrapper {
 display: none !important;
 }
 }


@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@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-dketgujya1{width: 100%;}.ecom-core.ecom-dketgujya1>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-dketgujya1{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dketgujya1>.core__column--wrapper{background: url('/cdn/shop/files/8E46BCD2-B8E3-47BB-9C47-A73687BD7C3E-min-cropped.jpg?v=1752243054') no-repeat scroll center center/contain;}}.ecom-core.ecom-f2hp42ltpts .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-f2hp42ltpts .ecom-content-item{align-content: flex-end;align-items: flex-end;display: flex;}.ecom-core.ecom-f2hp42ltpts .ecom-swiper-pagination-position{justify-content: flex-start;align-items: flex-start;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f2hp42ltpts .ecom-swiper-pagination-position{justify-content: center;align-items: center;}}.ecom-core.ecom-f2hp42ltpts .ecom-swiper-slide{background-color: transparent;}.ecom-core.ecom-f2hp42ltpts .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-f2hp42ltpts .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination-bullet{width: 6px;min-width: 6px;height: 6px;background-color: rgba(0, 0, 0, 0.4);border-style: none;}.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination-bullet,.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination-bullet img{border-radius: 10px;}.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination-bullet:hover{background-color: #000;border-style: none;}.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #000;border-style: none;}.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -100px -38px 0px 50px;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-top: -50px;margin-right: -4px;margin-left: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -40px 6px 15px 6px;}}.ecom-core.ecom-f2hp42ltpts{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f2hp42ltpts{padding-bottom: 0px !important;margin-bottom: 0px !important;}} .ecom-core.ecom-f2hp42ltpts .ecom-swiper-pagination-position{
    max-width: 1540px;
    margin: auto;
}
.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{
    transition: 0.3s;
}
.ecom-core.ecom-f2hp42ltpts .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{
    width: 22px;
}.ecom-core.ecom-nzwlnajhnir>div.core__row--columns{height: auto;}.ecom-core.ecom-nzwlnajhnir>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 85vh;}.ecom-core.ecom-nzwlnajhnir>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nzwlnajhnir>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-nzwlnajhnir>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 300px;}}.ecom-core.ecom-nzwlnajhnir{padding-left: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nzwlnajhnir{padding-left: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nzwlnajhnir{padding-left: 0px !important;}}.ecom-core.ecom-1o8n2qpxjci{width: 42.4%;}.ecom-core.ecom-1o8n2qpxjci>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1o8n2qpxjci{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1o8n2qpxjci{width: 100%;}.ecom-core.ecom-1o8n2qpxjci>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-1o8n2qpxjci>.core__column--wrapper{background: url('/cdn/shop/files/white_and_black.webp?v=1751680177') no-repeat scroll center center/cover;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1o8n2qpxjci{display: block;}}.ecom-core.ecom-2ex52x18oo5{width: 57.6%;}.ecom-core.ecom-2ex52x18oo5>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-2ex52x18oo5>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2ex52x18oo5{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2ex52x18oo5{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2ex52x18oo5>.core__column--wrapper{background-color: #000000;}}html body .ecom-core.ecom-mij8q2jmodb .ecom-core.ecom-2ex52x18oo5>div.core__column--wrapper{padding: 50px 70px 50px 25px !important;}.ecom-core.ecom-2ex52x18oo5{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-mij8q2jmodb .ecom-core.ecom-2ex52x18oo5>div.core__column--wrapper{padding-top: 35px !important;padding-right: 25px !important;padding-bottom: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-mij8q2jmodb .ecom-core.ecom-2ex52x18oo5>div.core__column--wrapper{padding: 15px 15px 50px 15px !important;}} @media(min-width: 1500px){
.ecom-core.ecom-2ex52x18oo5 >.core__column--wrapper{
    padding-left: calc(0.5* (100vw - 1550px)) !important;
}
}.ecom-core.ecom-c36pt7vvs5s .ecom-text--more-actions button ,.ecom-core.ecom-c36pt7vvs5s .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-c36pt7vvs5s .text-content,.ecom-core.ecom-c36pt7vvs5s  .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content p,.ecom-core.ecom-c36pt7vvs5s  .text-content span{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-c36pt7vvs5s .text-content,.ecom-core.ecom-c36pt7vvs5s .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content a a,.ecom-core.ecom-c36pt7vvs5s  .text-content p,.ecom-core.ecom-c36pt7vvs5s  .text-content p a,.ecom-core.ecom-c36pt7vvs5s  .text-content span,.ecom-core.ecom-c36pt7vvs5s  .text-content span a{title: Primary;font-weight: 400;line-height: 1.7em;font-size: 14px;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-c36pt7vvs5s .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-c36pt7vvs5s .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-c36pt7vvs5s .text-content,.ecom-core.ecom-c36pt7vvs5s .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content a a,.ecom-core.ecom-c36pt7vvs5s  .text-content p,.ecom-core.ecom-c36pt7vvs5s  .text-content p a,.ecom-core.ecom-c36pt7vvs5s  .text-content span,.ecom-core.ecom-c36pt7vvs5s  .text-content span a{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c36pt7vvs5s .text-content,.ecom-core.ecom-c36pt7vvs5s  .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content p,.ecom-core.ecom-c36pt7vvs5s  .text-content span{text-align: center;}.ecom-core.ecom-c36pt7vvs5s .text-content,.ecom-core.ecom-c36pt7vvs5s .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content a,.ecom-core.ecom-c36pt7vvs5s  .text-content a a,.ecom-core.ecom-c36pt7vvs5s  .text-content p,.ecom-core.ecom-c36pt7vvs5s  .text-content p a,.ecom-core.ecom-c36pt7vvs5s  .text-content span,.ecom-core.ecom-c36pt7vvs5s  .text-content span a{font-size: 16px;}}.ecom-core.ecom-c36pt7vvs5s{padding-bottom: 0 !important;}.ecom-core.ecom-hg3sboaoqjj .ecom-icon{justify-content: flex-start;}.ecom-core.ecom-hg3sboaoqjj .ecom-icon .ecom-icon--container{color: #FF7B54;border-radius: 0%;padding: 0px;}.ecom-core.ecom-hg3sboaoqjj .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hg3sboaoqjj .ecom-icon .ecom-icon--container{margin: 0px;padding: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hg3sboaoqjj .ecom-icon{justify-content: center;}}.ecom-core.ecom-hg3sboaoqjj{margin-top: 26px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hg3sboaoqjj{padding-bottom: 0px !important;margin-top: 20px !important;}}.ecom-core.ecom-u35o9xceddj .ecom-icon{justify-content: flex-start;}.ecom-core.ecom-u35o9xceddj .ecom-icon .ecom-icon--container svg{height: 26px;width: 26px;}.ecom-core.ecom-u35o9xceddj .ecom-icon .ecom-icon--container{color: #ffffff;background-color: rgba(255, 255, 255, 0);border-radius: 50%;padding: 0px;}.ecom-core.ecom-u35o9xceddj .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u35o9xceddj .ecom-icon .ecom-icon--container{margin: 0px;padding: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u35o9xceddj .ecom-icon{justify-content: center;}}.ecom-core.ecom-u35o9xceddj{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u35o9xceddj{padding-bottom: 0 !important;margin-bottom: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u35o9xceddj{padding-bottom: 0 !important;}}.ecom-core.ecom-wdxjdh29b2e .ecom__element-spacing{height: 50px;}.ecom-core.ecom-wdxjdh29b2e{padding-bottom: 18px !important;}.ecom-core.ecom-0l6mkniwhe2l .ecom-text--more-actions button ,.ecom-core.ecom-0l6mkniwhe2l .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-0l6mkniwhe2l .text-content,.ecom-core.ecom-0l6mkniwhe2l  .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content p,.ecom-core.ecom-0l6mkniwhe2l  .text-content span{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-0l6mkniwhe2l .text-content,.ecom-core.ecom-0l6mkniwhe2l .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content a a,.ecom-core.ecom-0l6mkniwhe2l  .text-content p,.ecom-core.ecom-0l6mkniwhe2l  .text-content p a,.ecom-core.ecom-0l6mkniwhe2l  .text-content span,.ecom-core.ecom-0l6mkniwhe2l  .text-content span a{font-weight: 800;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-size: 15px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-0l6mkniwhe2l .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-0l6mkniwhe2l .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0l6mkniwhe2l .text-content,.ecom-core.ecom-0l6mkniwhe2l .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content a a,.ecom-core.ecom-0l6mkniwhe2l  .text-content p,.ecom-core.ecom-0l6mkniwhe2l  .text-content p a,.ecom-core.ecom-0l6mkniwhe2l  .text-content span,.ecom-core.ecom-0l6mkniwhe2l  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0l6mkniwhe2l .text-content,.ecom-core.ecom-0l6mkniwhe2l  .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content p,.ecom-core.ecom-0l6mkniwhe2l  .text-content span{text-align: center;}.ecom-core.ecom-0l6mkniwhe2l .text-content,.ecom-core.ecom-0l6mkniwhe2l .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content a,.ecom-core.ecom-0l6mkniwhe2l  .text-content a a,.ecom-core.ecom-0l6mkniwhe2l  .text-content p,.ecom-core.ecom-0l6mkniwhe2l  .text-content p a,.ecom-core.ecom-0l6mkniwhe2l  .text-content span,.ecom-core.ecom-0l6mkniwhe2l  .text-content span a{font-size: 16px;}}.ecom-core.ecom-0l6mkniwhe2l{padding-bottom: 0 !important;margin-top: 23px !important;animation-duration: 500ms !important;}.ecom-core.ecom-0l6mkniwhe2l.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}.ecom-core.ecom-4xzzfucqkzu .ecom__element--button{gap: 8px;}.ecom-core.ecom-4xzzfucqkzu .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-4xzzfucqkzu .ecom__element--button, .ecom-core.ecom-4xzzfucqkzu .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-4xzzfucqkzu .ecom__element--button{font-size: 18px;font-weight: 700;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-family: 'Figtree', sans-serif;text-transform: uppercase;width: 250px;height: 66px;min-height: 66px;color: #050505;background-color: #f0a911;border-style: none;border-radius: 56px;transition-duration: 400ms;;;padding: 13px 30px 13px 30px;margin: 0px;}.ecom-core.ecom-4xzzfucqkzu .ecom__element--button:hover{color: #000000;background-color: #ffa200;cursor: pointer;}.ecom-core.ecom-4xzzfucqkzu .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-4xzzfucqkzu .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-4xzzfucqkzu .ecom-button-icon{transition: all nonems ease;margin-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4xzzfucqkzu .ecom__element--button{font-size: 15px;padding: 13px 20px 13px 20px;}.ecom-core.ecom-4xzzfucqkzu .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4xzzfucqkzu .ecom-button-default{justify-content: center;}.ecom-core.ecom-4xzzfucqkzu .ecom__element--button{font-size: 15px;height: 46px;min-height: 46px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-4xzzfucqkzu .ecom-button-icon{margin-left: 0px;}}.ecom-core.ecom-4xzzfucqkzu{margin-top: 47px !important;padding-bottom: 0 !important;}.ecom-core.ecom-4xzzfucqkzu.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-delay: 300ms;transition-delay: 300ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4xzzfucqkzu{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4xzzfucqkzu{margin-top: 35px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-qyc5u5p8m1 .ecom-text--more-actions button ,.ecom-core.ecom-qyc5u5p8m1 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-qyc5u5p8m1 .text-content,.ecom-core.ecom-qyc5u5p8m1  .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content p,.ecom-core.ecom-qyc5u5p8m1  .text-content span{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-qyc5u5p8m1 .text-content,.ecom-core.ecom-qyc5u5p8m1 .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content a a,.ecom-core.ecom-qyc5u5p8m1  .text-content p,.ecom-core.ecom-qyc5u5p8m1  .text-content p a,.ecom-core.ecom-qyc5u5p8m1  .text-content span,.ecom-core.ecom-qyc5u5p8m1  .text-content span a{font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-size: 20px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-qyc5u5p8m1 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-qyc5u5p8m1 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qyc5u5p8m1 .text-content,.ecom-core.ecom-qyc5u5p8m1 .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content a a,.ecom-core.ecom-qyc5u5p8m1  .text-content p,.ecom-core.ecom-qyc5u5p8m1  .text-content p a,.ecom-core.ecom-qyc5u5p8m1  .text-content span,.ecom-core.ecom-qyc5u5p8m1  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qyc5u5p8m1 .text-content,.ecom-core.ecom-qyc5u5p8m1  .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content p,.ecom-core.ecom-qyc5u5p8m1  .text-content span{text-align: center;}.ecom-core.ecom-qyc5u5p8m1 .text-content,.ecom-core.ecom-qyc5u5p8m1 .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content a,.ecom-core.ecom-qyc5u5p8m1  .text-content a a,.ecom-core.ecom-qyc5u5p8m1  .text-content p,.ecom-core.ecom-qyc5u5p8m1  .text-content p a,.ecom-core.ecom-qyc5u5p8m1  .text-content span,.ecom-core.ecom-qyc5u5p8m1  .text-content span a{font-size: 18px;}}.ecom-core.ecom-qyc5u5p8m1{padding-bottom: 0 !important;margin-top: 23px !important;animation-duration: 500ms !important;}.ecom-core.ecom-qyc5u5p8m1.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading,.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 60px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-rpt2hhhzhqc  .element__heading .ecom__heading,.ecom-core.ecom-rpt2hhhzhqc  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading,.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading a{font-size: 40px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading,.ecom-core.ecom-rpt2hhhzhqc .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading,.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 75px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-n6oj2v61k1q  .element__heading .ecom__heading,.ecom-core.ecom-n6oj2v61k1q  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading,.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading a{font-size: 40px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading,.ecom-core.ecom-n6oj2v61k1q .element__heading .ecom__heading a{font-size: 35px;}}.ecom-core.ecom-3rqsz3r8f1v .ecom__element-spacing{height: 50px;}@media screen and (min-width: 1025px) {.ecom-core.ecom-3rqsz3r8f1v{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3rqsz3r8f1v{display: none;}}.ecom-core.ecom-mij8q2jmodb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-mij8q2jmodb>div.core__row--columns{overflow: hidden;}.ecom-core.ecom-mij8q2jmodb{background: url('/cdn/shop/files/white_and_black.webp?v=1751680177') no-repeat scroll center right/cover;enable_parallax: false;}.ecom-core.ecom-mij8q2jmodb>div.ecom-section__overlay>.ecom-overlay{background: linear-gradient(91deg, #000000 0%, rgba(255, 0, 0, 0) 60%);filter: contrast( 136% );}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mij8q2jmodb{}}.ecom-core.ecom-mij8q2jmodb{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mij8q2jmodb{padding-top: 0px !important;padding-bottom: 0px !important;}.ecom-core.ecom-mij8q2jmodb div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mij8q2jmodb{padding-top: 0px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;}.ecom-core.ecom-mij8q2jmodb div.core__row--columns{flex-direction: column-reverse;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-u71pwbk6pjb{width: 100.00%;}.ecom-core.ecom-u71pwbk6pjb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-u71pwbk6pjb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u71pwbk6pjb{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u71pwbk6pjb{width: 100%;}}html body .ecom-core.ecom-5j6krh1jwy .ecom-core.ecom-u71pwbk6pjb>div.core__column--wrapper{padding: 50px 70px 50px 70px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-5j6krh1jwy .ecom-core.ecom-u71pwbk6pjb>div.core__column--wrapper{padding-top: 35px !important;padding-right: 25px !important;padding-bottom: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-5j6krh1jwy .ecom-core.ecom-u71pwbk6pjb>div.core__column--wrapper{padding: 15px 15px 50px 15px !important;}} @media(min-width: 1500px){
.ecom-core.ecom-u71pwbk6pjb >.core__column--wrapper{
    padding-left: calc(0.5* (100vw - 1550px)) !important;
}
}.ecom-core.ecom-h74w3qcn0vv .ecom-text--more-actions button ,.ecom-core.ecom-h74w3qcn0vv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-h74w3qcn0vv .text-content,.ecom-core.ecom-h74w3qcn0vv  .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content p,.ecom-core.ecom-h74w3qcn0vv  .text-content span{text-align: center;color: #000000;margin: 0px;padding: 0px;}.ecom-core.ecom-h74w3qcn0vv .text-content,.ecom-core.ecom-h74w3qcn0vv .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content a a,.ecom-core.ecom-h74w3qcn0vv  .text-content p,.ecom-core.ecom-h74w3qcn0vv  .text-content p a,.ecom-core.ecom-h74w3qcn0vv  .text-content span,.ecom-core.ecom-h74w3qcn0vv  .text-content span a{font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-size: 20px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-h74w3qcn0vv .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-h74w3qcn0vv .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h74w3qcn0vv .text-content,.ecom-core.ecom-h74w3qcn0vv .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content a a,.ecom-core.ecom-h74w3qcn0vv  .text-content p,.ecom-core.ecom-h74w3qcn0vv  .text-content p a,.ecom-core.ecom-h74w3qcn0vv  .text-content span,.ecom-core.ecom-h74w3qcn0vv  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h74w3qcn0vv .text-content,.ecom-core.ecom-h74w3qcn0vv  .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content p,.ecom-core.ecom-h74w3qcn0vv  .text-content span{text-align: left;}.ecom-core.ecom-h74w3qcn0vv .text-content,.ecom-core.ecom-h74w3qcn0vv .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content a,.ecom-core.ecom-h74w3qcn0vv  .text-content a a,.ecom-core.ecom-h74w3qcn0vv  .text-content p,.ecom-core.ecom-h74w3qcn0vv  .text-content p a,.ecom-core.ecom-h74w3qcn0vv  .text-content span,.ecom-core.ecom-h74w3qcn0vv  .text-content span a{font-size: 18px;}}.ecom-core.ecom-h74w3qcn0vv{padding-bottom: 0 !important;margin-top: 23px !important;animation-duration: 500ms !important;}.ecom-core.ecom-h74w3qcn0vv.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading,.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 68px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-gm3n3s1edfg  .element__heading .ecom__heading,.ecom-core.ecom-gm3n3s1edfg  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading,.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading a{font-size: 40px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading,.ecom-core.ecom-gm3n3s1edfg .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gm3n3s1edfg{padding-bottom: 0 !important;}}.ecom-core.ecom-5j6krh1jwy>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-5j6krh1jwy>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: flex-start;}.ecom-core.ecom-5j6krh1jwy>div.core__row--columns{overflow: hidden;}.ecom-core.ecom-5j6krh1jwy{background-color: #fcfcfc;enable_parallax: false;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5j6krh1jwy{}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5j6krh1jwy{}}.ecom-core.ecom-5j6krh1jwy{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5j6krh1jwy{padding-top: 0px !important;padding-bottom: 0px !important;}.ecom-core.ecom-5j6krh1jwy div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5j6krh1jwy{padding-top: 0px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;}.ecom-core.ecom-5j6krh1jwy div.core__row--columns{flex-direction: column-reverse;}}
.ecom-core.ecom-cu75e3xiee4{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cu75e3xiee4{width: 100%;}}.ecom-core.ecom-843j6pmsguq .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-843j6pmsguq .ecom-collection__product--wrapper-items {row-gap: 46px;}.ecom-core.ecom-843j6pmsguq{show_input_quantity: false;show_price: block;show_picker: hide;}.ecom-core.ecom-843j6pmsguq .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-843j6pmsguq .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-description{order: 9;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-countdown{order: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-843j6pmsguq .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-843j6pmsguq .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-843j6pmsguq .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,minmax(0, 1fr));}.ecom-core.ecom-843j6pmsguq .ecom-collection__product--wrapper-items {row-gap: 22px;}.ecom-core.ecom-843j6pmsguq .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item .ecom-collection__product-media--container{width: 52% !important;margin-bottom: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item .ecom-collection__product-item--inner {justify-content: center;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item .ecom-collection__product-media img{object-fit: cover;border-radius: 24px;overflow: hidden;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item .ecom-collection__product-media img:not(.ecom-collection__product-secondary-media){opacity: 1;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title{text-align: center;color: #000;--ecom-webkit-line-clamp: 1;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title a{font-size: 14px;text-decoration: none;font-style: normal;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title:hover{color: #008F86;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price a{font-weight: 700;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price{color: #000;margin-top: 10px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--regular,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--regular a,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--from,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--from a{font-size: 14px;font-weight: 400;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--regular,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--from{color: #545454;margin-left: -3px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--sale{font-size: 20px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;color: #000;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 700;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000000;border-style: solid;border-width: 0px;border-color: #000000;border-radius: 0px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-submit:hover{color: #008F86;background-color: #fff;border-style: solid;border-width: 1px;border-color: #fff;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;font-weight: 400;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Tenor Sans', sans-serif;letter-spacing: 0px;color: #3F4137;background-color: rgba(0, 0, 0, 0);border-style: solid;border-color: #3F4137;border-radius: 40px;padding: 9px 24px 8px 24px;margin-top: 15px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--quickshop:hover{color: #3F4137;background-color: rgba(63, 65, 55, 0.1);}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;text-transform: uppercase;color: #fff;background-color: #555;border-style: none;border-radius: 12px;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--view-more{align-self: center;text-transform: uppercase;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #000000;border-style: none;margin-top: 15px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--view-more:hover{color: #000000;background-color: rgba(252, 252, 252, 0.8);border-style: solid;border-width: 1px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-form__actions--view-more svg{width: 19px;height: 19px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 10px;font-weight: 500;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;color: #fff;background-color: #C1272D;border-radius: 30px;padding: 3px 6px 3px 6px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #fff;background-color: #d1793e;border-radius: 40px;padding: 3px 15px 3px 15px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 40px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 10px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.3em;letter-spacing: 0px;text-transform: uppercase;color: #ffffff;background-color: #3c1100;border-radius: 30px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin-top: 5px;margin-bottom: 8px;padding: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-rating-wrapper,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-rating-wrapper a{font-size: 12px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-countdown-wrapper{position: absolute;left: 0px;bottom: 100%;z-index: 2 !important;background-color: #fff;box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.06);border-radius: 16px;overflow: hidden;margin: 16px;padding: 16px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-time--item{width: 40px;background-color: rgba(0, 0, 0, 0);margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-time--number{text-align: center;font-size: 24px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #ED2A1E;margin: 0px;padding: 0px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-time--label{text-align: center;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;text-transform: capitalize;line-height: 1.25em;color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--regular,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--regular a,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--from,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-843j6pmsguq .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-843j6pmsguq .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-843j6pmsguq .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-843j6pmsguq .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-time--number{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item  .ecom-collection__product-media--container{height: 43vh !important;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-item-information-title a{font-size: 15px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price,.ecom-core.ecom-843j6pmsguq .ecom-collection__product-price a{font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-submit{align-self: center;font-size: 12px;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-843j6pmsguq .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-843j6pmsguq .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-843j6pmsguq .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-843j6pmsguq .ecom-collection__product-time--item{width: 45px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-843j6pmsguq{margin-top: 55px !important;padding-bottom: 0px !important;display: none;animation-duration: 600ms !important;}}.ecom-core.ecom-843j6pmsguq.ecom-animated{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-843j6pmsguq{margin-top: 35px !important;display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-843j6pmsguq{margin-top: 35px !important;display: block;}}.ecom-core.ecom-n1sk3hnme .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-n1sk3hnme .ecom-collection__product--wrapper-items {row-gap: 46px;}.ecom-core.ecom-n1sk3hnme{show_input_quantity: false;show_price: block;show_picker: hide;}.ecom-core.ecom-n1sk3hnme .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-n1sk3hnme .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-description{order: 9;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-countdown{order: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n1sk3hnme .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-n1sk3hnme .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n1sk3hnme .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-n1sk3hnme .ecom-collection__product--wrapper-items {row-gap: 22px;}.ecom-core.ecom-n1sk3hnme .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item .ecom-collection__product-item--inner {justify-content: center;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item .ecom-collection__product-media img{object-fit: cover;border-radius: 24px;overflow: hidden;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item .ecom-collection__product-media img:not(.ecom-collection__product-secondary-media){opacity: 1;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title{text-align: center;color: #000;--ecom-webkit-line-clamp: 1;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title a{font-size: 14px;text-decoration: none;font-style: normal;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title:hover{color: #008F86;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price a{font-weight: 700;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price{color: #000;margin-top: 10px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--regular,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--regular a,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--from,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--from a{font-size: 14px;font-weight: 400;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--regular,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--from{color: #545454;margin-left: -3px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--sale{font-size: 20px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;color: #000;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 700;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000000;border-style: solid;border-width: 0px;border-color: #000000;border-radius: 0px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-submit:hover{color: #008F86;background-color: #fff;border-style: solid;border-width: 1px;border-color: #fff;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;font-weight: 400;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Tenor Sans', sans-serif;letter-spacing: 0px;color: #3F4137;background-color: rgba(0, 0, 0, 0);border-style: solid;border-color: #3F4137;border-radius: 40px;padding: 9px 24px 8px 24px;margin-top: 15px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--quickshop:hover{color: #3F4137;background-color: rgba(63, 65, 55, 0.1);}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;text-transform: uppercase;color: #fff;background-color: #555;border-style: none;border-radius: 12px;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--view-more{align-self: center;text-transform: uppercase;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #31452c;border-style: none;margin-top: 15px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-form__actions--view-more svg{width: 19px;height: 19px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 10px;font-weight: 500;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;color: #fff;background-color: #C1272D;border-radius: 30px;padding: 3px 6px 3px 6px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #fff;background-color: #d1793e;border-radius: 40px;padding: 3px 15px 3px 15px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 40px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 10px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.3em;letter-spacing: 0px;text-transform: uppercase;color: #ffffff;background-color: #3c1100;border-radius: 30px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin-top: 5px;margin-bottom: 8px;padding: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-rating-wrapper,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-rating-wrapper a{font-size: 12px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-countdown-wrapper{position: absolute;left: 0px;bottom: 100%;z-index: 2 !important;background-color: #fff;box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.06);border-radius: 16px;overflow: hidden;margin: 16px;padding: 16px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-time--item{width: 40px;background-color: rgba(0, 0, 0, 0);margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-time--number{text-align: center;font-size: 24px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #ED2A1E;margin: 0px;padding: 0px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-time--label{text-align: center;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;text-transform: capitalize;line-height: 1.25em;color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--regular,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--regular a,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--from,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-n1sk3hnme .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-n1sk3hnme .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-n1sk3hnme .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-n1sk3hnme .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-time--number{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item  .ecom-collection__product-media--container{height: 43vh !important;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-item-information-title a{font-size: 15px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price,.ecom-core.ecom-n1sk3hnme .ecom-collection__product-price a{font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-submit{align-self: center;font-size: 12px;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-n1sk3hnme .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-n1sk3hnme .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-n1sk3hnme .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-n1sk3hnme .ecom-collection__product-time--item{width: 45px;}}.ecom-core.ecom-n1sk3hnme{margin-top: 55px !important;padding-bottom: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-n1sk3hnme.ecom-animated{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-n1sk3hnme{margin-top: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n1sk3hnme{margin-top: 35px !important;display: none;}}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product--wrapper-items {row-gap: 46px;}.ecom-core.ecom-0ltefsng0s9f{show_input_quantity: false;show_price: block;show_picker: show;}.ecom-core.ecom-0ltefsng0s9f .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-description{order: 9;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-countdown{order: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-0ltefsng0s9f .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product--wrapper-items {row-gap: 22px;}.ecom-core.ecom-0ltefsng0s9f .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item .ecom-collection__product-item--inner {justify-content: center;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item .ecom-collection__product-media img{object-fit: cover;border-radius: 24px;overflow: hidden;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item .ecom-collection__product-media img:not(.ecom-collection__product-secondary-media){opacity: 1;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title{text-align: center;color: #000;--ecom-webkit-line-clamp: 1;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title a{font-size: 14px;text-decoration: none;font-style: normal;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title:hover{color: #008F86;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price a{font-weight: 700;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price{color: #000;margin-top: 10px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--regular,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--regular a,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--from,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--from a{font-size: 14px;font-weight: 400;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--regular,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--from{color: #545454;margin-left: -3px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--sale{font-size: 20px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;color: #000;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 700;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000000;border-style: solid;border-width: 0px;border-color: #000000;border-radius: 0px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-submit:hover{color: #008F86;background-color: #fff;border-style: solid;border-width: 1px;border-color: #fff;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;font-weight: 400;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Tenor Sans', sans-serif;letter-spacing: 0px;color: #3F4137;background-color: rgba(0, 0, 0, 0);border-style: solid;border-color: #3F4137;border-radius: 40px;padding: 9px 24px 8px 24px;margin-top: 15px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--quickshop:hover{color: #3F4137;background-color: rgba(63, 65, 55, 0.1);}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;text-transform: uppercase;color: #fff;background-color: #555;border-style: none;border-radius: 12px;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--view-more{align-self: center;text-transform: uppercase;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #31452c;border-style: none;margin-top: 15px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-form__actions--view-more svg{width: 19px;height: 19px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 10px;font-weight: 500;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;color: #fff;background-color: #C1272D;border-radius: 30px;padding: 3px 6px 3px 6px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #fff;background-color: #d1793e;border-radius: 40px;padding: 3px 15px 3px 15px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 40px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 10px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.3em;letter-spacing: 0px;text-transform: uppercase;color: #ffffff;background-color: #3c1100;border-radius: 30px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin-top: 5px;margin-bottom: 8px;padding: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-rating-wrapper,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-rating-wrapper a{font-size: 12px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-countdown-wrapper{position: absolute;left: 0px;bottom: 100%;z-index: 2 !important;background-color: #fff;box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.06);border-radius: 16px;overflow: hidden;margin: 16px;padding: 16px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-time--item{width: 40px;background-color: rgba(0, 0, 0, 0);margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-time--number{text-align: center;font-size: 24px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #ED2A1E;margin: 0px;padding: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-time--label{text-align: center;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;text-transform: capitalize;line-height: 1.25em;color: #000;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-radio-label,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-radio-list,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-swatch-item{text-align: center;font-size: 13px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 20px;margin: 8px 4px 0px 4px;padding: 4px 8px 3.5px 8px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-0ltefsng0s9f .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-0ltefsng0s9f .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-main-label,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-colors-list,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 8px;margin-bottom: 5px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list li{width: 32px;height: 32px;border-style: solid;border-width: 1px;border-color: #DBDBDB;margin: 4px;padding: 0px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #C1272D;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #C1272D;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list li,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 6px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--regular,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--regular a,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--from,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-0ltefsng0s9f .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-0ltefsng0s9f .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-0ltefsng0s9f .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-0ltefsng0s9f .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-time--number{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item  .ecom-collection__product-media--container{height: 43vh !important;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-item-information-title a{font-size: 15px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price,.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-price a{font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-submit{align-self: center;font-size: 12px;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-0ltefsng0s9f .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-0ltefsng0s9f .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-0ltefsng0s9f .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-0ltefsng0s9f .ecom-collection__product-time--item{width: 45px;}}.ecom-core.ecom-0ltefsng0s9f{margin-top: 55px !important;padding-bottom: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-0ltefsng0s9f.ecom-animated{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-0ltefsng0s9f{margin-top: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ltefsng0s9f{margin-top: 35px !important;}}.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading,.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading a{font-weight: 400;line-height: 1.3em;letter-spacing: 0px;font-size: 42px;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-pndtfke3rf  .element__heading .ecom__heading,.ecom-core.ecom-pndtfke3rf  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading,.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading,.ecom-core.ecom-pndtfke3rf .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-pndtfke3rf{padding-bottom: 0 !important;animation-duration: 800ms !important;}.ecom-core.ecom-pndtfke3rf.ecom-animated{animation-duration: 800ms !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pndtfke3rf{padding-bottom: 0px !important;}}.ecom-core.ecom-lcpp3meqea{background-color: #fff;}.ecom-core.ecom-lcpp3meqea{padding: 60px 35px 40px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lcpp3meqea{padding: 35px 0px 30px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lcpp3meqea{padding: 30px 0px 30px 0px !important;}}
.ecom-core.ecom-2uu8wzjp0gl{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2uu8wzjp0gl{width: 100%;}}.ecom-core.ecom-8t46oz417i>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-8t46oz417i{background-color: #fff;}.ecom-core.ecom-8t46oz417i{padding-top: 23px !important;padding-bottom: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8t46oz417i{padding-top: 20px !important;padding-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8t46oz417i{padding-top: 25px !important;padding-bottom: 35px !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}}.ecom-core.ecom-xcftstv5eaa{width: 50%;}.ecom-core.ecom-xcftstv5eaa>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-xcftstv5eaa{width: 100%;}}.ecom-core.ecom-xcftstv5eaa>.core__column--wrapper{background-color: #F7F5F1;border-style: none;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-t36jvvunme > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t36jvvunme > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-ig8x08wo9sq{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ig8x08wo9sq{width: 100%;}}.ecom-core.ecom-ig8x08wo9sq>.core__column--wrapper{background-color: #F7F5F1;}.ecom-core.ecom-ig8x08wo9sq>.core__column--wrapper,.ecom-core.ecom-ig8x08wo9sq>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 0px 10px 10px 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ig8x08wo9sq>.core__column--wrapper,.ecom-core.ecom-ig8x08wo9sq>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-top-right-radius: 0px;border-bottom-left-radius: 10px;}}html body .ecom-core.ecom-o755rjd3vgn .ecom-core.ecom-ig8x08wo9sq>div.core__column--wrapper{padding: 140px 35px 140px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-o755rjd3vgn .ecom-core.ecom-ig8x08wo9sq>div.core__column--wrapper{padding-top: 70px !important;padding-bottom: 70px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o755rjd3vgn .ecom-core.ecom-ig8x08wo9sq>div.core__column--wrapper{padding: 50px 15px 50px 15px !important;}}.ecom-core.ecom-wro42q6m2mi .ecom__element--button{gap: 8px;}.ecom-core.ecom-wro42q6m2mi .ecom-button-default{justify-content: center;}.ecom-core.ecom-wro42q6m2mi .ecom__element--button, .ecom-core.ecom-wro42q6m2mi .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-wro42q6m2mi .ecom__element--button{font-size: 14px;font-weight: 700;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-family: 'Figtree', sans-serif;text-transform: uppercase;color: #fff;background-color: #000;border-style: none;border-radius: 3px;transition-duration: 400ms;;;padding: 13px 30px 13px 30px;margin: 0px;}.ecom-core.ecom-wro42q6m2mi .ecom__element--button:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);cursor: pointer;}.ecom-core.ecom-wro42q6m2mi .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-wro42q6m2mi .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-wro42q6m2mi .ecom-button-icon{transition: all nonems ease;margin-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wro42q6m2mi .ecom__element--button{font-size: 15px;padding: 13px 20px 13px 20px;}.ecom-core.ecom-wro42q6m2mi .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wro42q6m2mi .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-wro42q6m2mi .ecom__element--button{font-size: 15px;height: 46px;min-height: 46px;color: #ffffff;background-color: #000000;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-wro42q6m2mi .ecom-button-icon{margin-left: 0px;}}.ecom-core.ecom-wro42q6m2mi{margin-top: 47px !important;padding-bottom: 0 !important;}.ecom-core.ecom-wro42q6m2mi.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-delay: 300ms;transition-delay: 300ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wro42q6m2mi{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wro42q6m2mi{margin-top: 35px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading,.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading a{font-weight: 400;letter-spacing: 0px;text-transform: none;line-height: 1.15em;font-size: 52px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-8v2on6dm8aw  .element__heading .ecom__heading,.ecom-core.ecom-8v2on6dm8aw  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading,.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading,.ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-8v2on6dm8aw{margin-top: 20px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-8v2on6dm8aw.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-8v2on6dm8aw{padding-top: 0px !important;padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8v2on6dm8aw{padding-top: 0px !important;margin-top: 15px !important;}} .ecom-core.ecom-8v2on6dm8aw .element__heading .ecom__heading{
    letter-spacing: -0.1px;
}
@media(max-width:1024px){
.ecom-core.ecom-8v2on6dm8aw .ecom__heading > div{
    display: inline;
}}.ecom-core.ecom-az87uf1aly8 .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-az87uf1aly8 .element__heading .ecom__heading,.ecom-core.ecom-az87uf1aly8 .element__heading .ecom__heading a{font-weight: 700;font-size: 14px;line-height: 1.25em;letter-spacing: 0px;text-transform: uppercase;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-az87uf1aly8  .element__heading .ecom__heading,.ecom-core.ecom-az87uf1aly8  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-az87uf1aly8 .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-az87uf1aly8 .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-az87uf1aly8{padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-az87uf1aly8.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-az87uf1aly8{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-az87uf1aly8{padding-bottom: 0 !important;}}.ecom-core.ecom-8hg08jcby8b{width: 50.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8hg08jcby8b{width: 100%;}}.ecom-core.ecom-8hg08jcby8b>.core__column--wrapper{background: url('/cdn/shop/files/creme_and_blue.webp?v=1751680255') no-repeat scroll center center;filter: blur( 0px );}.ecom-core.ecom-8hg08jcby8b>.core__column--wrapper,.ecom-core.ecom-8hg08jcby8b>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px 0px 0px 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8hg08jcby8b>.core__column--wrapper{background: url('/cdn/shop/files/creme_and_blue.webp?v=1752242856') no-repeat scroll center center/cover;}.ecom-core.ecom-8hg08jcby8b>.core__column--wrapper,.ecom-core.ecom-8hg08jcby8b>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-top-right-radius: 10px;border-bottom-left-radius: 0px;}}html body .ecom-core.ecom-o755rjd3vgn .ecom-core.ecom-8hg08jcby8b>div.core__column--wrapper{padding: 150px !important;}.ecom-core.ecom-8hg08jcby8b.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;}.ecom-core.ecom-8hg08jcby8b{animation-duration: 600ms !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o755rjd3vgn .ecom-core.ecom-8hg08jcby8b>div.core__column--wrapper{padding-top: 0px !important;}.ecom-core.ecom-8hg08jcby8b{display: block;}}.ecom-core.ecom-o755rjd3vgn>div.core__row--columns{max-width: 1095px;height: auto;}.ecom-core.ecom-o755rjd3vgn>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 323px;}.ecom-core.ecom-o755rjd3vgn>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-o755rjd3vgn{background-color: #fff;}.ecom-core.ecom-o755rjd3vgn{padding: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-o755rjd3vgn{padding: 0px !important;}.ecom-core.ecom-o755rjd3vgn div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o755rjd3vgn{padding: 0px 15px 35px 15px !important;}.ecom-core.ecom-o755rjd3vgn div.core__row--columns{flex-direction: column;}}

@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-oyri1sqp5k{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-oyri1sqp5k{width: 100%;}}html body .ecom-core.ecom-v6fdgzl7xa .ecom-core.ecom-oyri1sqp5k>div.core__column--wrapper{padding: 75px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-v6fdgzl7xa .ecom-core.ecom-oyri1sqp5k>div.core__column--wrapper{padding: 0px 15px 0px 15px !important;}}.ecom-core.ecom-hfthhs15748{padding: 0px !important;}.ecom-core.ecom-abcs3gl40hq{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-abcs3gl40hq{width: 100%;}}html body .ecom-core.ecom-v6fdgzl7xa .ecom-core.ecom-abcs3gl40hq>div.core__column--wrapper{padding: 0px !important;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content{animation-duration: 300ms;transition-property: transform, opacity, visibility;}.ecom-core.ecom-f0l1p82lcwp .ecom-image-align{justify-content: center;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--img img{object-fit: fill;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--img ,.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--img .ecom-image-default{opacity: 1;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--img:hover ,.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--img:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--btn{background-color: rgba(13, 158, 100, 0.42);box-shadow: 0 2.4375px 14.625px 0px rgba(0, 0, 0, 0.13);border-radius: 50%;overflow: hidden;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--text .element__image-hotspot--btn-icon{color: #00ff00;padding: 10.5px;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--text .element__image-hotspot--btn-icon svg{height: 11px;width: 11px;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content{width: 200px;}.ecom-core.ecom-f0l1p82lcwp .ecom-hotspots-container-tooltip,.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content.has-arrow:after{background-color: #ffffff;}.ecom-core.ecom-f0l1p82lcwp .ecom-hotspots-container-tooltip{box-shadow: 1px 1px 5px 0 rgba(125, 125, 125, 0.35);border-radius: 4px;overflow: hidden;padding: 8px;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-image img{object-fit: cover;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-image ,.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-image .ecom-image-default{opacity: 1;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-image:hover ,.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-image:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-title{text-align: center;color: #111;margin-top: 10px;margin-bottom: 5px;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-title,.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-title a{font-family: 'Jost', sans-serif;font-size: 16px;line-height: 1.2em;letter-spacing: 0px;text-transform: capitalize;font-weight: 500;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-text{text-align: center;color: #333;margin-bottom: 6px;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-text,.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--content .element__image-hotspot--content-text a{font-family: 'Jost', sans-serif;font-size: 13px;font-weight: 400;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content-prices{text-align: center;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content-price,.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content-price a{font-family: 'Jost', sans-serif;font-size: 14px;font-weight: 500;line-height: 1.2em;letter-spacing: 0px;text-decoration: none;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content-price{color: #e06565;margin-right: 10px;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content-price--regular,.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content-price--regular a{font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 400;text-decoration: line-through;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-f0l1p82lcwp .element__image-hotspot--content-price--regular{color: #878787;}.ecom-core.ecom-f0l1p82lcwp .ecom-button-default{justify-content: center;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .ecom__image-hostpot--content-container .element__image-hotspot--content-btn{font-family: 'Jost', sans-serif;font-size: 13px;text-decoration: none;line-height: 1.2em;letter-spacing: 0px;text-transform: capitalize;font-weight: 400;color: #de5757;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--text .element__image-hotspot--btn-icon svg{height: 10px;width: 10px;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--text .element__image-hotspot--btn-icon{padding: 9px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--text .element__image-hotspot--btn-icon svg{height: 8px;width: 8px;}.ecom-core.ecom-f0l1p82lcwp .ecom__element.element__image-hotspot .element__image-hotspot--text .element__image-hotspot--btn-icon{padding: 6px;}}.ecom-core.ecom-f0l1p82lcwp{padding: 0px 0px 0 0px !important;}.ecom-core.ecom-ebex8xqf5bc .ecom-icon-separator,.ecom-core.ecom-ebex8xqf5bc .ecom-marquee-image{order: -1;}.ecom-core.ecom-ebex8xqf5bc .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-ebex8xqf5bc .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 68px;font-style: normal;text-decoration: none;font-weight: 400;line-height: 1.4em;letter-spacing: 0px;font-family: 'Albert Sans', sans-serif;}.ecom-core.ecom-ebex8xqf5bc .ecom-marquee_items .ecom-marquee_item h3{color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-ebex8xqf5bc .ecom-marquee-image img{width: 40px !important;}.ecom-core.ecom-ebex8xqf5bc .ecom-marquee-image{margin: 0px 50px 0px 50px;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ebex8xqf5bc .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-ebex8xqf5bc .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 50px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ebex8xqf5bc .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-ebex8xqf5bc .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 40px;}.ecom-core.ecom-ebex8xqf5bc .ecom-marquee-image img{width: 30px !important;}}.ecom-core.ecom-ebex8xqf5bc{padding-top: 5px !important;padding-bottom: 5px !important;}.ecom-core.ecom-1je0ik2rv6z .ecom-text--more-actions button ,.ecom-core.ecom-1je0ik2rv6z .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-1je0ik2rv6z .text-content,.ecom-core.ecom-1je0ik2rv6z  .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content p,.ecom-core.ecom-1je0ik2rv6z  .text-content span{text-align: center;color: #000000;margin: 0px;padding: 0px;}.ecom-core.ecom-1je0ik2rv6z .text-content,.ecom-core.ecom-1je0ik2rv6z .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content a a,.ecom-core.ecom-1je0ik2rv6z  .text-content p,.ecom-core.ecom-1je0ik2rv6z  .text-content p a,.ecom-core.ecom-1je0ik2rv6z  .text-content span,.ecom-core.ecom-1je0ik2rv6z  .text-content span a{font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-size: 20px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-1je0ik2rv6z .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-1je0ik2rv6z .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1je0ik2rv6z .text-content,.ecom-core.ecom-1je0ik2rv6z .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content a a,.ecom-core.ecom-1je0ik2rv6z  .text-content p,.ecom-core.ecom-1je0ik2rv6z  .text-content p a,.ecom-core.ecom-1je0ik2rv6z  .text-content span,.ecom-core.ecom-1je0ik2rv6z  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1je0ik2rv6z .text-content,.ecom-core.ecom-1je0ik2rv6z  .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content p,.ecom-core.ecom-1je0ik2rv6z  .text-content span{text-align: center;}.ecom-core.ecom-1je0ik2rv6z .text-content,.ecom-core.ecom-1je0ik2rv6z .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content a,.ecom-core.ecom-1je0ik2rv6z  .text-content a a,.ecom-core.ecom-1je0ik2rv6z  .text-content p,.ecom-core.ecom-1je0ik2rv6z  .text-content p a,.ecom-core.ecom-1je0ik2rv6z  .text-content span,.ecom-core.ecom-1je0ik2rv6z  .text-content span a{font-size: 18px;}}.ecom-core.ecom-1je0ik2rv6z{padding-bottom: 0 !important;margin-top: 23px !important;animation-duration: 500ms !important;}.ecom-core.ecom-1je0ik2rv6z.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading,.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading a{font-weight: 400;line-height: 1.3em;letter-spacing: 0px;font-size: 42px;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-mjpestmdtqk  .element__heading .ecom__heading,.ecom-core.ecom-mjpestmdtqk  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading,.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading,.ecom-core.ecom-mjpestmdtqk .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-mjpestmdtqk{padding-bottom: 0px !important;animation-duration: 800ms !important;}.ecom-core.ecom-mjpestmdtqk.ecom-animated{animation-duration: 800ms !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mjpestmdtqk{padding-bottom: 0px !important;}}.ecom-core.ecom-v6fdgzl7xa{background-color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v6fdgzl7xa{padding-right: 0px !important;padding-bottom: 35px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v6fdgzl7xa{padding-right: 0px !important;padding-bottom: 35px !important;padding-left: 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}}.ecom-core.ecom-tqcjxgjrx{width: 70%;}.ecom-core.ecom-tqcjxgjrx>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-tqcjxgjrx{width: 100%;}}.ecom-core.ecom-xzowmxla6ls .ecom__element--button{gap: 8px;}.ecom-core.ecom-xzowmxla6ls .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-xzowmxla6ls .ecom__element--button, .ecom-core.ecom-xzowmxla6ls .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-xzowmxla6ls .ecom__element--button{font-size: 14px;font-weight: 700;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-family: 'Figtree', sans-serif;text-transform: uppercase;color: #fff;background-color: #000;border-style: none;border-radius: 3px;transition-duration: 400ms;;;padding: 13px 30px 13px 30px;margin: 0px;}.ecom-core.ecom-xzowmxla6ls .ecom__element--button:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);cursor: pointer;}.ecom-core.ecom-xzowmxla6ls .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-xzowmxla6ls .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-xzowmxla6ls .ecom-button-icon{transition: all nonems ease;margin-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xzowmxla6ls .ecom__element--button{font-size: 15px;padding: 13px 20px 13px 20px;}.ecom-core.ecom-xzowmxla6ls .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xzowmxla6ls .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-xzowmxla6ls .ecom__element--button{font-size: 15px;height: 46px;min-height: 46px;color: #000000;background-color: #ffffff;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-xzowmxla6ls .ecom-button-icon{margin-left: 0px;}}.ecom-core.ecom-xzowmxla6ls{margin-top: 47px !important;padding-bottom: 0 !important;}.ecom-core.ecom-xzowmxla6ls.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-delay: 300ms;transition-delay: 300ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xzowmxla6ls{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xzowmxla6ls{margin-top: 35px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-zgitt54r7a .ecom-text--more-actions button ,.ecom-core.ecom-zgitt54r7a .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-zgitt54r7a .text-content,.ecom-core.ecom-zgitt54r7a  .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content p,.ecom-core.ecom-zgitt54r7a  .text-content span{text-align: left;color: #fff5de;margin: 0px;padding: 0px;}.ecom-core.ecom-zgitt54r7a .text-content,.ecom-core.ecom-zgitt54r7a .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content a a,.ecom-core.ecom-zgitt54r7a  .text-content p,.ecom-core.ecom-zgitt54r7a  .text-content p a,.ecom-core.ecom-zgitt54r7a  .text-content span,.ecom-core.ecom-zgitt54r7a  .text-content span a{font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-size: 20px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-zgitt54r7a .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-zgitt54r7a .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zgitt54r7a .text-content,.ecom-core.ecom-zgitt54r7a .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content a a,.ecom-core.ecom-zgitt54r7a  .text-content p,.ecom-core.ecom-zgitt54r7a  .text-content p a,.ecom-core.ecom-zgitt54r7a  .text-content span,.ecom-core.ecom-zgitt54r7a  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zgitt54r7a .text-content,.ecom-core.ecom-zgitt54r7a  .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content p,.ecom-core.ecom-zgitt54r7a  .text-content span{text-align: left;}.ecom-core.ecom-zgitt54r7a .text-content,.ecom-core.ecom-zgitt54r7a .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content a,.ecom-core.ecom-zgitt54r7a  .text-content a a,.ecom-core.ecom-zgitt54r7a  .text-content p,.ecom-core.ecom-zgitt54r7a  .text-content p a,.ecom-core.ecom-zgitt54r7a  .text-content span,.ecom-core.ecom-zgitt54r7a  .text-content span a{font-size: 18px;}}.ecom-core.ecom-zgitt54r7a{padding-bottom: 0 !important;margin-top: 23px !important;animation-duration: 500ms !important;}.ecom-core.ecom-zgitt54r7a.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading,.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 68px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-n8qi4cawxvb  .element__heading .ecom__heading,.ecom-core.ecom-n8qi4cawxvb  .element__heading .ecom__heading a{color: #fff5de;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading,.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading a{font-size: 40px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading,.ecom-core.ecom-n8qi4cawxvb .element__heading .ecom__heading a{font-size: 35px;}}.ecom-core.ecom-e97uy89fbkp{width: 30%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e97uy89fbkp{width: 100%;}}.ecom-core.ecom-lpu5zza8q1 .ecom-element_video-iframe{width: 450px;height: 800px;}.ecom-core.ecom-lpu5zza8q1 .element__video.ecom-element {justify-content: flex-start;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lpu5zza8q1 .ecom-element_video-iframe{height: 520px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lpu5zza8q1{padding-bottom: 0 !important;}}.ecom-core.ecom-f6zbu88pm3s{background-color: #004225;}
@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@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-82dfq7zk052{width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-82dfq7zk052>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-82dfq7zk052{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6f0njcdnwmj > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6f0njcdnwmj > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-gc44h8qp0n{width: 40%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gc44h8qp0n>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-gc44h8qp0n{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-w13qoax6grb .ecom-core.ecom-gc44h8qp0n>div.core__column--wrapper{padding-left: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-w13qoax6grb .ecom-core.ecom-gc44h8qp0n>div.core__column--wrapper{padding-left: 15px !important;}}.ecom-core.ecom-8x3wtugjtw3 .ecom-image-align{align-items: center;}.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-8x3wtugjtw3 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-8x3wtugjtw3.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}.ecom-core.ecom-8x3wtugjtw3{animation-duration: 600ms !important;}.ecom-core.ecom-ox7rk4n09k{width: 60%;}.ecom-core.ecom-ox7rk4n09k>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-ox7rk4n09k{width: 100%;}}html body .ecom-core.ecom-w13qoax6grb .ecom-core.ecom-ox7rk4n09k>div.core__column--wrapper{padding-right: 90px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-w13qoax6grb .ecom-core.ecom-ox7rk4n09k>div.core__column--wrapper{padding-right: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-w13qoax6grb .ecom-core.ecom-ox7rk4n09k>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-shkmirh57ks .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-shkmirh57ks .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-shkmirh57ks .ecom-swiper-navigation-position{order: 0;justify-content: flex-start;align-items: flex-start;width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-shkmirh57ks .ecom-swiper-navigation-position{order: 0;justify-content: flex-start;align-items: flex-start;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-shkmirh57ks .ecom-swiper-navigation-position{order: 0;justify-content: flex-start;align-items: flex-start;width: 100%;}}.ecom-core.ecom-shkmirh57ks .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: rgba(255, 255, 255, 0);padding: 0px;margin: 0px;}.ecom-core.ecom-shkmirh57ks .ecom-swiper-slide:hover{background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-shkmirh57ks .ecom-swiper-slide.ecom-box-active{background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-next{color: #000;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #000;border-radius: 50%;margin: 35px 6px 0px 0px;padding: 7px;}.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-next:hover{color: #fff;background-color: #000000;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-shkmirh57ks .ecom-slider--container .ecom-swiper-button-next{margin-top: 20px;}}.ecom-core.ecom-shkmirh57ks{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-shkmirh57ks{padding-bottom: 0 !important;}}.ecom-core.ecom-w3eq0w1d7xa>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w3eq0w1d7xa{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w3eq0w1d7xa{padding-left: 0px !important;}}.ecom-core.ecom-xs1m1zxbw3{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xs1m1zxbw3{width: 100%;}}.ecom-core.ecom-h83r8houxp .ecom__element--button{gap: 8px;}.ecom-core.ecom-h83r8houxp .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-h83r8houxp .ecom__element--button, .ecom-core.ecom-h83r8houxp .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-h83r8houxp .ecom__element--button{font-size: 14px;font-weight: 700;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-family: 'Figtree', sans-serif;text-transform: uppercase;color: #fff;background-color: #000;border-style: none;border-radius: 3px;transition-duration: 400ms;;;padding: 13px 30px 13px 30px;margin: 0px;}.ecom-core.ecom-h83r8houxp .ecom__element--button:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);cursor: pointer;}.ecom-core.ecom-h83r8houxp .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-h83r8houxp .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-h83r8houxp .ecom-button-icon{transition: all nonems ease;margin-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h83r8houxp .ecom__element--button{font-size: 15px;padding: 13px 20px 13px 20px;}.ecom-core.ecom-h83r8houxp .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h83r8houxp .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-h83r8houxp .ecom__element--button{font-size: 15px;height: 46px;min-height: 46px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-h83r8houxp .ecom-button-icon{margin-left: 0px;}}.ecom-core.ecom-h83r8houxp{margin-top: 47px !important;padding-bottom: 0 !important;}.ecom-core.ecom-h83r8houxp.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-delay: 300ms;transition-delay: 300ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h83r8houxp{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h83r8houxp{margin-top: 35px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-oynefc3t7tl .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-oynefc3t7tl .element__heading .ecom__heading,.ecom-core.ecom-oynefc3t7tl .element__heading .ecom__heading a{font-size: 14px;font-weight: 400;line-height: 1.2em;text-transform: none;text-decoration: none;font-style: normal;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-oynefc3t7tl  .element__heading .ecom__heading,.ecom-core.ecom-oynefc3t7tl  .element__heading .ecom__heading a{color: #545454;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-oynefc3t7tl .element__heading .ecom__heading,.ecom-core.ecom-oynefc3t7tl .element__heading .ecom__heading a{font-size: none;}}.ecom-core.ecom-oynefc3t7tl{padding-bottom: 0 !important;margin-top: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-oynefc3t7tl{padding-bottom: 0px !important;margin-bottom: 10px !important;}} .ecom-core.ecom-oynefc3t7tl .ecom__heading b{
    font-weight: 600;
}.ecom-core.ecom-2p0kum89sr .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-2p0kum89sr .element__heading .ecom__heading,.ecom-core.ecom-2p0kum89sr .element__heading .ecom__heading a{font-size: 14px;font-weight: 600;line-height: 1.2em;text-transform: none;text-decoration: none;font-style: normal;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-2p0kum89sr  .element__heading .ecom__heading,.ecom-core.ecom-2p0kum89sr  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2p0kum89sr .element__heading .ecom__heading{padding-top: 0px;margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2p0kum89sr .element__heading .ecom__heading,.ecom-core.ecom-2p0kum89sr .element__heading .ecom__heading a{font-size: none;}}.ecom-core.ecom-2p0kum89sr{margin-top: 26px !important;margin-bottom: 8px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2p0kum89sr{padding-bottom: 0px !important;margin-bottom: 10px !important;}}.ecom-core.ecom-0ejt20u3d8uh .ecom-text--more-actions button ,.ecom-core.ecom-0ejt20u3d8uh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-0ejt20u3d8uh .text-content,.ecom-core.ecom-0ejt20u3d8uh  .text-content a,.ecom-core.ecom-0ejt20u3d8uh  .text-content p,.ecom-core.ecom-0ejt20u3d8uh  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-0ejt20u3d8uh .text-content,.ecom-core.ecom-0ejt20u3d8uh .text-content a,.ecom-core.ecom-0ejt20u3d8uh  .text-content a,.ecom-core.ecom-0ejt20u3d8uh  .text-content a a,.ecom-core.ecom-0ejt20u3d8uh  .text-content p,.ecom-core.ecom-0ejt20u3d8uh  .text-content p a,.ecom-core.ecom-0ejt20u3d8uh  .text-content span,.ecom-core.ecom-0ejt20u3d8uh  .text-content span a{title: Primary;font-weight: 400;line-height: 1.7em;font-size: 20px;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-0ejt20u3d8uh .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-0ejt20u3d8uh .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0ejt20u3d8uh .text-content,.ecom-core.ecom-0ejt20u3d8uh .text-content a,.ecom-core.ecom-0ejt20u3d8uh  .text-content a,.ecom-core.ecom-0ejt20u3d8uh  .text-content a a,.ecom-core.ecom-0ejt20u3d8uh  .text-content p,.ecom-core.ecom-0ejt20u3d8uh  .text-content p a,.ecom-core.ecom-0ejt20u3d8uh  .text-content span,.ecom-core.ecom-0ejt20u3d8uh  .text-content span a{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ejt20u3d8uh .text-content,.ecom-core.ecom-0ejt20u3d8uh .text-content a,.ecom-core.ecom-0ejt20u3d8uh  .text-content a,.ecom-core.ecom-0ejt20u3d8uh  .text-content a a,.ecom-core.ecom-0ejt20u3d8uh  .text-content p,.ecom-core.ecom-0ejt20u3d8uh  .text-content p a,.ecom-core.ecom-0ejt20u3d8uh  .text-content span,.ecom-core.ecom-0ejt20u3d8uh  .text-content span a{font-size: 16px;}}.ecom-core.ecom-0ejt20u3d8uh{padding-bottom: 0 !important;}.ecom-core.ecom-50fva29new5 .ecom-icon{justify-content: flex-start;}.ecom-core.ecom-50fva29new5 .ecom-icon .ecom-icon--container{color: #FF7B54;border-radius: 0%;padding: 0px;}.ecom-core.ecom-50fva29new5 .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-50fva29new5 .ecom-icon .ecom-icon--container{margin: 0px;padding: 0px;}}.ecom-core.ecom-50fva29new5{margin-top: 26px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-50fva29new5{padding-bottom: 0px !important;margin-top: 20px !important;}}.ecom-core.ecom-teyl318qdx .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-teyl318qdx .element__heading .ecom__heading,.ecom-core.ecom-teyl318qdx .element__heading .ecom__heading a{font-size: 11px;font-weight: 700;line-height: 1.2em;text-transform: uppercase;text-decoration: none;font-style: normal;letter-spacing: 0.55px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-teyl318qdx  .element__heading .ecom__heading,.ecom-core.ecom-teyl318qdx  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-teyl318qdx .element__heading .ecom__heading{padding-top: 0px;margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-teyl318qdx .element__heading .ecom__heading,.ecom-core.ecom-teyl318qdx .element__heading .ecom__heading a{font-size: 18px;}}.ecom-core.ecom-teyl318qdx{margin-top: 26px !important;padding-bottom: 0 !important;}.ecom-core.ecom-f8je2qwgvp .ecom-icon{justify-content: flex-start;}.ecom-core.ecom-f8je2qwgvp .ecom-icon .ecom-icon--container svg{height: 48px;width: 48px;}.ecom-core.ecom-f8je2qwgvp .ecom-icon .ecom-icon--container{color: rgba(17, 17, 17, 0);background-color: rgba(255, 0, 0, 0);border-radius: 50%;padding: 0px;}.ecom-core.ecom-f8je2qwgvp .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-f8je2qwgvp .ecom-icon .ecom-icon--container{margin: 0px;padding: 0px;}}.ecom-core.ecom-f8je2qwgvp{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-f8je2qwgvp{padding-bottom: 0 !important;margin-bottom: 10px !important;}}.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading,.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 68px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-mfruedxwdib  .element__heading .ecom__heading,.ecom-core.ecom-mfruedxwdib  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading,.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading a{font-size: 40px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading,.ecom-core.ecom-mfruedxwdib .element__heading .ecom__heading a{font-size: 35px;}}.ecom-core.ecom-mfruedxwdib{padding-bottom: 0 !important;}.ecom-core.ecom-w13qoax6grb>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-w13qoax6grb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-w13qoax6grb{background-color: #F9FCF9;}.ecom-core.ecom-w13qoax6grb{padding: 115px 35px 115px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w13qoax6grb{padding: 35px 0px 35px 0px !important;}.ecom-core.ecom-w13qoax6grb div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w13qoax6grb{padding: 35px 0px 50px 0px !important;}.ecom-core.ecom-w13qoax6grb div.core__row--columns{flex-direction: column-reverse;}}
@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-4frh7mqu0z{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4frh7mqu0z{width: 100%;}}.ecom-core.ecom-4frh7mqu0z>.core__column--wrapper{background: url('/cdn/shop/files/F31F63CB-123F-4BC7-ABDF-7557CD110270.jpg?v=1721866044') no-repeat scroll center center/cover;}.ecom-core.ecom-85qj9ckbyfo{width: 50%;}.ecom-core.ecom-85qj9ckbyfo>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-85qj9ckbyfo{width: 100%;}.ecom-core.ecom-85qj9ckbyfo>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}}.ecom-core.ecom-85qj9ckbyfo>.core__column--wrapper{background-color: #1a1a1a;}.ecom-core.ecom-dcenlp36mte .ecom__element--button{gap: 8px;}.ecom-core.ecom-dcenlp36mte .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-dcenlp36mte .ecom__element--button, .ecom-core.ecom-dcenlp36mte .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-dcenlp36mte .ecom__element--button{font-size: 14px;font-weight: 700;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-family: 'Figtree', sans-serif;text-transform: uppercase;color: #1c1c1c;background-color: #f2a90a;border-style: none;border-radius: 3px;transition-duration: 400ms;;;padding: 13px 30px 13px 30px;margin: 0px;}.ecom-core.ecom-dcenlp36mte .ecom__element--button:hover{color: #fff;background-color: #f2a90a;cursor: pointer;}.ecom-core.ecom-dcenlp36mte .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-dcenlp36mte .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-dcenlp36mte .ecom-button-icon{transition: all nonems ease;margin-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dcenlp36mte .ecom__element--button{font-size: 15px;padding: 13px 20px 13px 20px;}.ecom-core.ecom-dcenlp36mte .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dcenlp36mte .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-dcenlp36mte .ecom__element--button{font-size: 15px;height: 46px;min-height: 46px;color: #000000;background-color: #ffffff;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-dcenlp36mte .ecom-button-icon{margin-left: 0px;}}.ecom-core.ecom-dcenlp36mte{margin-top: 47px !important;padding-bottom: 0 !important;}.ecom-core.ecom-dcenlp36mte.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-delay: 300ms;transition-delay: 300ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dcenlp36mte{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dcenlp36mte{margin-top: 35px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-3hw4tyo65la .ecom-text--more-actions button ,.ecom-core.ecom-3hw4tyo65la .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-3hw4tyo65la .text-content,.ecom-core.ecom-3hw4tyo65la  .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content p,.ecom-core.ecom-3hw4tyo65la  .text-content span{text-align: left;color: #fff5de;margin: 0px;padding: 0px;}.ecom-core.ecom-3hw4tyo65la .text-content,.ecom-core.ecom-3hw4tyo65la .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content a a,.ecom-core.ecom-3hw4tyo65la  .text-content p,.ecom-core.ecom-3hw4tyo65la  .text-content p a,.ecom-core.ecom-3hw4tyo65la  .text-content span,.ecom-core.ecom-3hw4tyo65la  .text-content span a{font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-size: 20px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-3hw4tyo65la .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-3hw4tyo65la .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3hw4tyo65la .text-content,.ecom-core.ecom-3hw4tyo65la .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content a a,.ecom-core.ecom-3hw4tyo65la  .text-content p,.ecom-core.ecom-3hw4tyo65la  .text-content p a,.ecom-core.ecom-3hw4tyo65la  .text-content span,.ecom-core.ecom-3hw4tyo65la  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3hw4tyo65la .text-content,.ecom-core.ecom-3hw4tyo65la  .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content p,.ecom-core.ecom-3hw4tyo65la  .text-content span{text-align: left;}.ecom-core.ecom-3hw4tyo65la .text-content,.ecom-core.ecom-3hw4tyo65la .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content a,.ecom-core.ecom-3hw4tyo65la  .text-content a a,.ecom-core.ecom-3hw4tyo65la  .text-content p,.ecom-core.ecom-3hw4tyo65la  .text-content p a,.ecom-core.ecom-3hw4tyo65la  .text-content span,.ecom-core.ecom-3hw4tyo65la  .text-content span a{font-size: 18px;}}.ecom-core.ecom-3hw4tyo65la{padding-bottom: 0 !important;margin-top: 23px !important;animation-duration: 500ms !important;}.ecom-core.ecom-3hw4tyo65la.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading,.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 68px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-zdbh2evb08  .element__heading .ecom__heading,.ecom-core.ecom-zdbh2evb08  .element__heading .ecom__heading a{color: #fff5de;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading,.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading a{font-size: 40px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading,.ecom-core.ecom-zdbh2evb08 .element__heading .ecom__heading a{font-size: 35px;}}.ecom-core.ecom-zdbh2evb08{padding-bottom: 0 !important;}.ecom-core.ecom-axo76y4rk4k>div.core__row--columns{height: auto;}.ecom-core.ecom-axo76y4rk4k>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 893px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-axo76y4rk4k>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 300px;}}.ecom-core.ecom-axo76y4rk4k{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-axo76y4rk4k div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-axo76y4rk4k div.core__row--columns{flex-direction: column-reverse;}}
.ecom-core.ecom-yagy135ig5{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yagy135ig5{width: 100%;}}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product--wrapper-items {row-gap: 46px;}.ecom-core.ecom-ixo8a5km0y{show_input_quantity: false;show_price: block;show_picker: hide;}.ecom-core.ecom-ixo8a5km0y .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-description{order: 9;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-countdown{order: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ixo8a5km0y .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-ixo8a5km0y .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ixo8a5km0y .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product--wrapper-items {row-gap: 22px;}.ecom-core.ecom-ixo8a5km0y .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item .ecom-collection__product-media--container{width: 52% !important;margin-bottom: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item .ecom-collection__product-item--inner {justify-content: center;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item .ecom-collection__product-media img{object-fit: cover;border-radius: 24px;overflow: hidden;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item .ecom-collection__product-media img:not(.ecom-collection__product-secondary-media){opacity: 1;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title{text-align: center;color: #000;--ecom-webkit-line-clamp: 1;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title a{font-size: 14px;text-decoration: none;font-style: normal;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title:hover{color: #008F86;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price a{font-weight: 700;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price{color: #000;margin-top: 10px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--regular,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--regular a,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--from,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--from a{font-size: 14px;font-weight: 400;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--regular,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--from{color: #545454;margin-left: -3px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--sale{font-size: 20px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;color: #000;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 700;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000000;border-style: solid;border-width: 0px;border-color: #000000;border-radius: 0px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-submit:hover{color: #008F86;background-color: #fff;border-style: solid;border-width: 1px;border-color: #fff;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;font-weight: 400;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Tenor Sans', sans-serif;letter-spacing: 0px;color: #3F4137;background-color: rgba(0, 0, 0, 0);border-style: solid;border-color: #3F4137;border-radius: 40px;padding: 9px 24px 8px 24px;margin-top: 15px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--quickshop:hover{color: #3F4137;background-color: rgba(63, 65, 55, 0.1);}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;text-transform: uppercase;color: #fff;background-color: #555;border-style: none;border-radius: 12px;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--view-more{align-self: center;text-transform: uppercase;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #000000;border-style: none;margin-top: 15px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--view-more:hover{color: #000000;background-color: rgba(252, 252, 252, 0.8);border-style: solid;border-width: 1px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-form__actions--view-more svg{width: 19px;height: 19px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 10px;font-weight: 500;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;color: #fff;background-color: #C1272D;border-radius: 30px;padding: 3px 6px 3px 6px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #fff;background-color: #d1793e;border-radius: 40px;padding: 3px 15px 3px 15px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 40px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 10px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.3em;letter-spacing: 0px;text-transform: uppercase;color: #ffffff;background-color: #3c1100;border-radius: 30px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin-top: 5px;margin-bottom: 8px;padding: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-rating-wrapper,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-rating-wrapper a{font-size: 12px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-countdown-wrapper{position: absolute;left: 0px;bottom: 100%;z-index: 2 !important;background-color: #fff;box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.06);border-radius: 16px;overflow: hidden;margin: 16px;padding: 16px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-time--item{width: 40px;background-color: rgba(0, 0, 0, 0);margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-time--number{text-align: center;font-size: 24px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #ED2A1E;margin: 0px;padding: 0px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-time--label{text-align: center;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;text-transform: capitalize;line-height: 1.25em;color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--regular,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--regular a,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--from,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-ixo8a5km0y .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-ixo8a5km0y .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-ixo8a5km0y .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-ixo8a5km0y .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-time--number{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item  .ecom-collection__product-media--container{height: 43vh !important;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-item-information-title a{font-size: 15px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price,.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-price a{font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-submit{align-self: center;font-size: 12px;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-ixo8a5km0y .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-ixo8a5km0y .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-ixo8a5km0y .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-ixo8a5km0y .ecom-collection__product-time--item{width: 45px;}}.ecom-core.ecom-ixo8a5km0y{margin-top: 55px !important;padding-bottom: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-ixo8a5km0y.ecom-animated{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-ixo8a5km0y{margin-top: 35px !important;display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ixo8a5km0y{margin-top: 35px !important;display: none;}}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product--wrapper-items {row-gap: 46px;}.ecom-core.ecom-r7ipmfnaszb{show_input_quantity: false;show_price: block;show_picker: hide;}.ecom-core.ecom-r7ipmfnaszb .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-description{order: 9;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-countdown{order: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-r7ipmfnaszb .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,minmax(0, 1fr));}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product--wrapper-items {row-gap: 22px;}.ecom-core.ecom-r7ipmfnaszb .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item .ecom-collection__product-media--container{width: 52% !important;margin-bottom: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item .ecom-collection__product-item--inner {justify-content: center;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item .ecom-collection__product-media img{object-fit: cover;border-radius: 24px;overflow: hidden;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item .ecom-collection__product-media img:not(.ecom-collection__product-secondary-media){opacity: 1;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title{text-align: center;color: #000;--ecom-webkit-line-clamp: 1;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title a{font-size: 14px;text-decoration: none;font-style: normal;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title:hover{color: #008F86;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price a{font-weight: 700;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price{color: #000;margin-top: 10px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--regular,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--regular a,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--from,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--from a{font-size: 14px;font-weight: 400;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--regular,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--from{color: #545454;margin-left: -3px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--sale{font-size: 20px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;color: #000;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 700;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000000;border-style: solid;border-width: 0px;border-color: #000000;border-radius: 0px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-submit:hover{color: #008F86;background-color: #fff;border-style: solid;border-width: 1px;border-color: #fff;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;font-weight: 400;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Tenor Sans', sans-serif;letter-spacing: 0px;color: #3F4137;background-color: rgba(0, 0, 0, 0);border-style: solid;border-color: #3F4137;border-radius: 40px;padding: 9px 24px 8px 24px;margin-top: 15px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--quickshop:hover{color: #3F4137;background-color: rgba(63, 65, 55, 0.1);}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;text-transform: uppercase;color: #fff;background-color: #555;border-style: none;border-radius: 12px;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--view-more{align-self: center;text-transform: uppercase;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #000000;border-style: none;margin-top: 15px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--view-more:hover{color: #000000;background-color: rgba(252, 252, 252, 0.8);border-style: solid;border-width: 1px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-form__actions--view-more svg{width: 19px;height: 19px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 10px;font-weight: 500;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;color: #fff;background-color: #C1272D;border-radius: 30px;padding: 3px 6px 3px 6px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #fff;background-color: #d1793e;border-radius: 40px;padding: 3px 15px 3px 15px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 40px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 10px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.3em;letter-spacing: 0px;text-transform: uppercase;color: #ffffff;background-color: #3c1100;border-radius: 30px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin-top: 5px;margin-bottom: 8px;padding: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-rating-wrapper,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-rating-wrapper a{font-size: 12px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-countdown-wrapper{position: absolute;left: 0px;bottom: 100%;z-index: 2 !important;background-color: #fff;box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.06);border-radius: 16px;overflow: hidden;margin: 16px;padding: 16px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-time--item{width: 40px;background-color: rgba(0, 0, 0, 0);margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-time--number{text-align: center;font-size: 24px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #ED2A1E;margin: 0px;padding: 0px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-time--label{text-align: center;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;text-transform: capitalize;line-height: 1.25em;color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--regular,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--regular a,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--from,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-r7ipmfnaszb .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-r7ipmfnaszb .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-r7ipmfnaszb .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-r7ipmfnaszb .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-time--number{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item  .ecom-collection__product-media--container{height: 43vh !important;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-item-information-title a{font-size: 15px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price,.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-price a{font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-submit{align-self: center;font-size: 12px;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-r7ipmfnaszb .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-r7ipmfnaszb .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-r7ipmfnaszb .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-r7ipmfnaszb .ecom-collection__product-time--item{width: 45px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-r7ipmfnaszb{margin-top: 55px !important;padding-bottom: 0px !important;display: none;animation-duration: 600ms !important;}}.ecom-core.ecom-r7ipmfnaszb.ecom-animated{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-r7ipmfnaszb{margin-top: 35px !important;display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r7ipmfnaszb{margin-top: 35px !important;display: block;}}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-bdhdjxxuonc{show_input_quantity: false;show_price: block;show_picker: show;}.ecom-core.ecom-bdhdjxxuonc .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-description{order: 9;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-countdown{order: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-bdhdjxxuonc .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product--wrapper-items {row-gap: 14px;}.ecom-core.ecom-bdhdjxxuonc .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title{text-align: center;color: #000;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 700;font-style: normal;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title:hover{color: #008F86;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price a{font-weight: 700;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price{color: #000;margin-top: 10px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--regular,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--regular a,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--from,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--from a{font-size: 14px;font-weight: 400;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--regular,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--from{color: #545454;margin-left: -3px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--sale{font-size: 20px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.2em;letter-spacing: 0px;color: #000;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 700;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000000;border-style: solid;border-width: 0px;border-color: #000000;border-radius: 0px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-submit:hover{color: #008F86;background-color: #fff;border-style: solid;border-width: 1px;border-color: #fff;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;font-weight: 400;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Tenor Sans', sans-serif;letter-spacing: 0px;color: #3F4137;background-color: rgba(0, 0, 0, 0);border-style: solid;border-color: #3F4137;border-radius: 40px;padding: 9px 24px 8px 24px;margin-top: 15px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--quickshop:hover{color: #3F4137;background-color: rgba(63, 65, 55, 0.1);}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;text-transform: uppercase;color: #fff;background-color: #555;border-style: none;border-radius: 12px;padding: 10px 30px 10px 30px;margin-top: 15px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--view-more{align-self: center;text-transform: uppercase;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #31452c;border-style: none;margin-top: 15px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-form__actions--view-more svg{width: 19px;height: 19px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 10px;font-weight: 500;line-height: 1.3em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;color: #fff;background-color: #C1272D;border-radius: 30px;padding: 3px 6px 3px 6px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #fff;background-color: #d1793e;border-radius: 40px;padding: 3px 15px 3px 15px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.3em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 40px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 10px;font-family: 'DM Sans', sans-serif;font-weight: 700;line-height: 1.3em;letter-spacing: 0px;text-transform: uppercase;color: #ffffff;background-color: #3c1100;border-radius: 30px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin-top: 5px;margin-bottom: 8px;padding: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-rating-wrapper,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-rating-wrapper a{font-size: 12px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-countdown-wrapper{position: absolute;left: 0px;bottom: 100%;z-index: 2 !important;background-color: #fff;box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.06);border-radius: 16px;overflow: hidden;margin: 16px;padding: 16px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-time--item{width: 40px;background-color: rgba(0, 0, 0, 0);margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-time--number{text-align: center;font-size: 24px;font-weight: 700;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #ED2A1E;margin: 0px;padding: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-time--label{text-align: center;font-size: 10px;font-weight: 500;font-family: 'DM Sans', sans-serif;text-transform: capitalize;line-height: 1.25em;color: #000;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-radio-label,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-radio-list,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-swatch-item{text-align: center;font-size: 13px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 20px;margin: 8px 4px 0px 4px;padding: 4px 8px 3.5px 8px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-bdhdjxxuonc .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-bdhdjxxuonc .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-main-label,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-colors-list,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 8px;margin-bottom: 5px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list li{width: 32px;height: 32px;border-style: solid;border-width: 1px;border-color: #DBDBDB;margin: 4px;padding: 0px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #C1272D;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #C1272D;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list li,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 6px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--regular,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--regular a,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--from,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-bdhdjxxuonc .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-bdhdjxxuonc .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-bdhdjxxuonc .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-bdhdjxxuonc .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-time--number{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-item-information-title a{font-size: 15px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price,.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-price a{font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-submit{align-self: center;font-size: 12px;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-bdhdjxxuonc .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-bdhdjxxuonc .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-bdhdjxxuonc .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-bdhdjxxuonc .ecom-collection__product-time--item{width: 45px;}}.ecom-core.ecom-bdhdjxxuonc{margin-top: 55px !important;padding-bottom: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-bdhdjxxuonc.ecom-animated{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-bdhdjxxuonc{margin-top: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bdhdjxxuonc{margin-top: 35px !important;}}.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading,.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading a{font-weight: 400;line-height: 1.3em;letter-spacing: 0px;font-size: 42px;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-aj1jpv7bh6j  .element__heading .ecom__heading,.ecom-core.ecom-aj1jpv7bh6j  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading,.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading,.ecom-core.ecom-aj1jpv7bh6j .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-aj1jpv7bh6j{padding-bottom: 0 !important;animation-duration: 800ms !important;}.ecom-core.ecom-aj1jpv7bh6j.ecom-animated{animation-duration: 800ms !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aj1jpv7bh6j{padding-bottom: 0px !important;}}.ecom-core.ecom-kopmqnw8unf>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-kopmqnw8unf{background-color: #fff;}.ecom-core.ecom-kopmqnw8unf{padding: 60px 35px 40px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kopmqnw8unf{padding: 35px 0px 30px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kopmqnw8unf{padding: 30px 0px 30px 0px !important;}}
.ecom-core.ecom-ip5v0f7wls{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ip5v0f7wls{width: 100%;}}.ecom-core.ecom-9hsvgu1rjtb .ecom-masonry-layout__image-picture{transition-duration: 400ms;;;}.ecom-core.ecom-9hsvgu1rjtb .ecom-masonry-layout__item{padding: 0px 10px 20px 10px;}.ecom-core.ecom-9hsvgu1rjtb .ecom-image-default{width: 100% !important;}.ecom-core.ecom-9hsvgu1rjtb .ecom-image-default img ,.ecom-core.ecom-9hsvgu1rjtb .ecom-image-default img .ecom-image-default,.ecom-core.ecom-9hsvgu1rjtb .ecom-image-default img  > picture,.ecom-core.ecom-9hsvgu1rjtb .ecom-image-default img > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-9hsvgu1rjtb .ecom-masonry-layout__heading,.ecom-core.ecom-9hsvgu1rjtb .ecom-masonry-layout__heading a{font-weight: 500;}.ecom-core.ecom-9hsvgu1rjtb .ecom-masonry-layout__heading{color: #ffffff;padding: 25px;}.ecom-core.ecom-9hsvgu1rjtb .ecom-masonry-layout__button{color: #000;background-color: rgba(5, 150, 105, 0.8);padding: 10px 24px 10px 24px;}.ecom-core.ecom-9hsvgu1rjtb .ecom-elements__masonry-button-icon{order: 1;margin-left: 10px;}.ecom-core.ecom-9hsvgu1rjtb .ecom-elements__masonry-button-icon svg{height: 24px;width: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9hsvgu1rjtb .ecom-masonry-layout__item{padding-right: 7.5px;padding-bottom: 15px;padding-left: 7.5px;}}.ecom-core.ecom-9hsvgu1rjtb{margin-top: 45px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9hsvgu1rjtb{margin-top: 35px !important;padding-right: 5px !important;padding-left: 5px !important;}}.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading,.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading a{font-weight: 400;line-height: 1.3em;letter-spacing: 0px;font-size: 42px;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-i8namsea53  .element__heading .ecom__heading,.ecom-core.ecom-i8namsea53  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading,.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading,.ecom-core.ecom-i8namsea53 .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-i8namsea53{padding-bottom: 0 !important;animation-duration: 800ms !important;}.ecom-core.ecom-i8namsea53.ecom-animated{animation-duration: 800ms !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i8namsea53{padding-bottom: 0px !important;}}.ecom-core.ecom-6r7pyik6j92>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-6r7pyik6j92{background-color: #fff;}.ecom-core.ecom-6r7pyik6j92{padding: 65px 5px 0 5px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6r7pyik6j92{padding-top: 50px !important;padding-bottom: 25px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6r7pyik6j92{padding-top: 50px !important;padding-bottom: 35px !important;}}
.ecom-core.ecom-zx9keydyz1k{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zx9keydyz1k{width: 100%;}}.ecom-core.ecom-b2wqhyg6hdc .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-b2wqhyg6hdc .element__featured--wrapper{grid-template-columns: repeat(4, 1fr);gap: 30px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-b2wqhyg6hdc .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-b2wqhyg6hdc .element__featured--wrapper{grid-template-columns: repeat(2, 1fr);gap: 20px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b2wqhyg6hdc .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-b2wqhyg6hdc .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box{text-align: center;justify-content: center;border-style: solid;border-width: 1px;border-color: #ECECEC;border-radius: 10px;padding: 30px;margin: 0px;}.ecom-core.ecom-b2wqhyg6hdc .ecom-image-default{width: 68px !important;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img img,.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-b2wqhyg6hdc .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img ,.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img .ecom-image-default,.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img  > picture,.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img{margin: 0px 0px 20px 0px;padding: 0px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-icon{color: #000;justify-content: center;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-icon svg{height: 28px;width: 28px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured--box-icon svg{border-radius: 0px;margin: 0px 0px 15px 0px;padding: 0px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-title{font-size: 18px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;color: #000;margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-text,.ecom-core.ecom-b2wqhyg6hdc .element__featured a{font-size: 14px;font-weight: 400;line-height: 1.4em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-text{color: #545454;margin: 0px;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-title{font-size: 15px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-text,.ecom-core.ecom-b2wqhyg6hdc .element__featured a{font-size: 13px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-text{padding-top: 3px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-title{font-size: 18px;}.ecom-core.ecom-b2wqhyg6hdc .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-b2wqhyg6hdc{padding-bottom: 0 !important;} .ecom-core.ecom-b2wqhyg6hdc .element__featured--box-icon{
    display: flex;
}.ecom-core.ecom-g8yxqnsqi8q>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-g8yxqnsqi8q{background-color: #fff;}.ecom-core.ecom-g8yxqnsqi8q{padding: 40px 35px 40px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g8yxqnsqi8q{padding: 35px 0px 35px 0px !important;}.ecom-core.ecom-g8yxqnsqi8q div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g8yxqnsqi8q{padding: 35px 0px 35px 0px !important;}.ecom-core.ecom-g8yxqnsqi8q 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-9ync47ohc{width: 50.00%;}.ecom-core.ecom-9ync47ohc>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-9ync47ohc{width: 100%;}}.ecom-core.ecom-9ync47ohc>.core__column--wrapper{border-style: none;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lgha13fayjo > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lgha13fayjo > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-c72ls3huw1r{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c72ls3huw1r{width: 100%;}}.ecom-core.ecom-c72ls3huw1r>.core__column--wrapper{background-color: #F7F5F1;}.ecom-core.ecom-c72ls3huw1r>.core__column--wrapper,.ecom-core.ecom-c72ls3huw1r>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 0px 10px 10px 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c72ls3huw1r>.core__column--wrapper,.ecom-core.ecom-c72ls3huw1r>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-top-right-radius: 0px;border-bottom-left-radius: 10px;}}html body .ecom-core.ecom-l006rkr8nhj .ecom-core.ecom-c72ls3huw1r>div.core__column--wrapper{padding: 140px 35px 140px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-l006rkr8nhj .ecom-core.ecom-c72ls3huw1r>div.core__column--wrapper{padding-top: 70px !important;padding-bottom: 70px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-l006rkr8nhj .ecom-core.ecom-c72ls3huw1r>div.core__column--wrapper{padding: 50px 15px 50px 15px !important;}}.ecom-core.ecom-jx3uu3ijvl .ecom__element--button{gap: 8px;}.ecom-core.ecom-jx3uu3ijvl .ecom-button-default{justify-content: center;}.ecom-core.ecom-jx3uu3ijvl .ecom__element--button, .ecom-core.ecom-jx3uu3ijvl .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-jx3uu3ijvl .ecom__element--button{font-size: 14px;font-weight: 700;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-family: 'Figtree', sans-serif;text-transform: uppercase;color: #fff;background-color: #000;border-style: none;border-radius: 3px;transition-duration: 400ms;;;padding: 13px 30px 13px 30px;margin: 0px;}.ecom-core.ecom-jx3uu3ijvl .ecom__element--button:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);cursor: pointer;}.ecom-core.ecom-jx3uu3ijvl .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-jx3uu3ijvl .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-jx3uu3ijvl .ecom-button-icon{transition: all nonems ease;margin-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jx3uu3ijvl .ecom__element--button{font-size: 15px;padding: 13px 20px 13px 20px;}.ecom-core.ecom-jx3uu3ijvl .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jx3uu3ijvl .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-jx3uu3ijvl .ecom__element--button{font-size: 15px;height: 46px;min-height: 46px;color: #ffffff;background-color: #000000;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-jx3uu3ijvl .ecom-button-icon{margin-left: 0px;}}.ecom-core.ecom-jx3uu3ijvl{margin-top: 47px !important;padding-bottom: 0 !important;}.ecom-core.ecom-jx3uu3ijvl.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-delay: 300ms;transition-delay: 300ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jx3uu3ijvl{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jx3uu3ijvl{margin-top: 35px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-98fbq0efn7 .ecom-text--more-actions button ,.ecom-core.ecom-98fbq0efn7 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-98fbq0efn7 .text-content,.ecom-core.ecom-98fbq0efn7  .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content p,.ecom-core.ecom-98fbq0efn7  .text-content span{text-align: center;color: #545454;margin: 0px;padding: 0px;}.ecom-core.ecom-98fbq0efn7 .text-content,.ecom-core.ecom-98fbq0efn7 .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content a a,.ecom-core.ecom-98fbq0efn7  .text-content p,.ecom-core.ecom-98fbq0efn7  .text-content p a,.ecom-core.ecom-98fbq0efn7  .text-content span,.ecom-core.ecom-98fbq0efn7  .text-content span a{font-size: 16px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.5em;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-98fbq0efn7 .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-98fbq0efn7 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-98fbq0efn7 .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-98fbq0efn7 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-98fbq0efn7 .text-content,.ecom-core.ecom-98fbq0efn7 .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content a a,.ecom-core.ecom-98fbq0efn7  .text-content p,.ecom-core.ecom-98fbq0efn7  .text-content p a,.ecom-core.ecom-98fbq0efn7  .text-content span,.ecom-core.ecom-98fbq0efn7  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-98fbq0efn7 .text-content,.ecom-core.ecom-98fbq0efn7  .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content p,.ecom-core.ecom-98fbq0efn7  .text-content span{text-align: left;}.ecom-core.ecom-98fbq0efn7 .text-content,.ecom-core.ecom-98fbq0efn7 .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content a,.ecom-core.ecom-98fbq0efn7  .text-content a a,.ecom-core.ecom-98fbq0efn7  .text-content p,.ecom-core.ecom-98fbq0efn7  .text-content p a,.ecom-core.ecom-98fbq0efn7  .text-content span,.ecom-core.ecom-98fbq0efn7  .text-content span a{font-size: 14px;}}.ecom-core.ecom-98fbq0efn7{margin-top: 23px !important;animation-duration: 500ms !important;}.ecom-core.ecom-98fbq0efn7.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-98fbq0efn7{padding-bottom: 0px !important;margin-top: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-98fbq0efn7{margin-top: 20px !important;}} @media(max-width:1024px){
    .ecom-core.ecom-98fbq0efn7 .text-content div{
        display: inline;
    }
}.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading,.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading a{font-weight: 400;letter-spacing: 0px;text-transform: none;line-height: 1.15em;font-size: 52px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-7sfkuqvhzea  .element__heading .ecom__heading,.ecom-core.ecom-7sfkuqvhzea  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading,.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading,.ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-7sfkuqvhzea{margin-top: 20px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-7sfkuqvhzea.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-7sfkuqvhzea{padding-top: 0px !important;padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7sfkuqvhzea{padding-top: 0px !important;margin-top: 15px !important;}} .ecom-core.ecom-7sfkuqvhzea .element__heading .ecom__heading{
    letter-spacing: -0.1px;
}
@media(max-width:1024px){
.ecom-core.ecom-7sfkuqvhzea .ecom__heading > div{
    display: inline;
}}.ecom-core.ecom-hup9j2u199k .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-hup9j2u199k .element__heading .ecom__heading,.ecom-core.ecom-hup9j2u199k .element__heading .ecom__heading a{font-weight: 700;font-size: 14px;line-height: 1.25em;letter-spacing: 0px;text-transform: uppercase;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-hup9j2u199k  .element__heading .ecom__heading,.ecom-core.ecom-hup9j2u199k  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hup9j2u199k .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hup9j2u199k .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-hup9j2u199k{padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-hup9j2u199k.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hup9j2u199k{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hup9j2u199k{padding-bottom: 0 !important;}}.ecom-core.ecom-kkzvwqo6qk .ecom-icon{justify-content: center;}.ecom-core.ecom-kkzvwqo6qk .ecom-icon .ecom-icon--container svg{height: 30px;width: 30px;}.ecom-core.ecom-kkzvwqo6qk .ecom-icon .ecom-icon--container{color: #111;border-radius: 50%;padding: 12px;}.ecom-core.ecom-kkzvwqo6qk .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-kfhvhg4v2h{width: 50.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kfhvhg4v2h{width: 100%;}}.ecom-core.ecom-kfhvhg4v2h>.core__column--wrapper{background: url('/cdn/shop/files/IMG_6176-Photoroom_1.png?v=1724517816') no-repeat scroll center center/cover #fcfcfc;filter: blur( 0px );}.ecom-core.ecom-kfhvhg4v2h>.core__column--wrapper,.ecom-core.ecom-kfhvhg4v2h>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px 0px 0px 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kfhvhg4v2h>.core__column--wrapper,.ecom-core.ecom-kfhvhg4v2h>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-top-right-radius: 10px;border-bottom-left-radius: 0px;}}html body .ecom-core.ecom-l006rkr8nhj .ecom-core.ecom-kfhvhg4v2h>div.core__column--wrapper{padding: 150px !important;}.ecom-core.ecom-kfhvhg4v2h.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;}.ecom-core.ecom-kfhvhg4v2h{animation-duration: 600ms !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kfhvhg4v2h{display: block;}}.ecom-core.ecom-l006rkr8nhj>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-l006rkr8nhj>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-l006rkr8nhj{background-color: #fff;}.ecom-core.ecom-l006rkr8nhj{padding: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l006rkr8nhj{padding: 0px !important;}.ecom-core.ecom-l006rkr8nhj div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l006rkr8nhj{padding: 0px 15px 0 15px !important;}.ecom-core.ecom-l006rkr8nhj div.core__row--columns{flex-direction: column;}}
.ecom-core.ecom-q36m4uytnl{width: 100%;}.ecom-core.ecom-q36m4uytnl>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q36m4uytnl{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-zmcesfjg0b .ecom-core.ecom-q36m4uytnl>div.core__column--wrapper{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-moywzxg3y4j>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-moywzxg3y4j{margin-top: 0px !important;padding-right: 35px !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-moywzxg3y4j{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-moywzxg3y4j{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-u6xqqos4ik9{width: 50%;}.ecom-core.ecom-u6xqqos4ik9>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-u6xqqos4ik9{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-zmcesfjg0b .ecom-core.ecom-u6xqqos4ik9>div.core__column--wrapper{padding-top: 0px !important;}}.ecom-core.ecom-3ba3fwyw74q .ecom-image-align{align-items: flex-end;}.ecom-core.ecom-3ba3fwyw74q .ecom-image-default{width: 285px !important;}.ecom-core.ecom-3ba3fwyw74q .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-3ba3fwyw74q .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-3ba3fwyw74q .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-3ba3fwyw74q .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3ba3fwyw74q .ecom-image-align{align-items: center;}}.ecom-core.ecom-3ba3fwyw74q{padding-bottom: 0 !important;}.ecom-core.ecom-fjh18q18u2{width: 50%;}.ecom-core.ecom-fjh18q18u2>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-fjh18q18u2{width: 100%;}}.ecom-core.ecom-lsmsmp3ry7n .ecom-text--more-actions button ,.ecom-core.ecom-lsmsmp3ry7n .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-lsmsmp3ry7n .text-content,.ecom-core.ecom-lsmsmp3ry7n  .text-content a,.ecom-core.ecom-lsmsmp3ry7n  .text-content p,.ecom-core.ecom-lsmsmp3ry7n  .text-content span{text-align: left;color: #545454;margin: 0px;padding: 0px;}.ecom-core.ecom-lsmsmp3ry7n .text-content,.ecom-core.ecom-lsmsmp3ry7n .text-content a,.ecom-core.ecom-lsmsmp3ry7n  .text-content a,.ecom-core.ecom-lsmsmp3ry7n  .text-content a a,.ecom-core.ecom-lsmsmp3ry7n  .text-content p,.ecom-core.ecom-lsmsmp3ry7n  .text-content p a,.ecom-core.ecom-lsmsmp3ry7n  .text-content span,.ecom-core.ecom-lsmsmp3ry7n  .text-content span a{font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;letter-spacing: 0px;}.ecom-core.ecom-lsmsmp3ry7n .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-lsmsmp3ry7n .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-lsmsmp3ry7n .text-content,.ecom-core.ecom-lsmsmp3ry7n  .text-content a,.ecom-core.ecom-lsmsmp3ry7n  .text-content p,.ecom-core.ecom-lsmsmp3ry7n  .text-content span{text-align: center;}}.ecom-core.ecom-lsmsmp3ry7n{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lsmsmp3ry7n{padding-bottom: 0 !important;}} z-index: -1;.ecom-core.ecom-w16jqjtjx6e .ecom__element-divi,.ecom-core.ecom-w16jqjtjx6e .divi-cont{justify-content: center;}.ecom-core.ecom-w16jqjtjx6e .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-w16jqjtjx6e .divi-line.divi-style{width: 100%;}.ecom-core.ecom-w16jqjtjx6e .ecom__element-divi .divi-style{border-color: #EBEBEB;border-bottom-width: 1px;}.ecom-core.ecom-w16jqjtjx6e .ecom__element-divi{padding-top: 20px;padding-bottom: 0px;}.ecom-core.ecom-hcq1q8gs73i>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-hcq1q8gs73i{padding-top: 40px !important;padding-right: 35px !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hcq1q8gs73i{padding: 35px 0px 15px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hcq1q8gs73i{padding-top: 35px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-2t3t06hf35f{width: 33.33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2t3t06hf35f{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2t3t06hf35f{width: 100%;}}.ecom-core.ecom-yjs61yln3y .ecom-newsletter-form-content{flex-direction: row;}.ecom-core.ecom-yjs61yln3y .ecom-newsletter-form-content-wrap{width: 340px;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-container form{justify-content: flex-start;text-align: left;}.ecom-core.ecom-yjs61yln3y{background-color: rgba(255, 255, 255, 0);border-style: none;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-field--input{text-align: left;font-weight: 400;font-size: 14px;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #909090;width: 100%;height: 41px;background-color: #ffffff;border-style: none;border-radius: 3px 0px 0px 3px;margin: 0px;padding: 10px 10px 10px 18px;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-field--input::placeholder{color: #909090;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-field--input:focus{outline-style:none;}.ecom-core.ecom-yjs61yln3y .ecome-shopify__newsletter__button{font-size: 14px;font-weight: 500;text-transform: capitalize;line-height: 1.2px;height: 44px;min-height: 44px;color: #fff;justify-content: center;align-items: center;background-color: #000;border-style: none;border-radius: 3px;transition-duration: 300ms;;;padding: 10px 18px 10px 18px;margin: 0px;}.ecom-core.ecom-yjs61yln3y .ecome-shopify__newsletter__button:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);border-style: none;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-success{text-align: left;color: #66ba84;margin-top: 10px;margin-right: 0px;margin-bottom: 0px;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-success,.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-success a{font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;font-style: italic;line-height: 1.25em;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-status-error{text-align: left;color: #d92929;padding: 0px;margin: 10px 0px 0px 0px;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-status-error,.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-status-error a{font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;font-style: italic;font-weight: 400;line-height: 1.25em;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter__button-icon{color: #fff;padding: 0px;margin: 6px;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter__button-icon svg{height: 16px;width: 16px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter__button-icon svg{height: 18px;width: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yjs61yln3y .ecom-newsletter-form-content-wrap{width: 100%;}.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-field--input{width: 60%;}.ecom-core.ecom-yjs61yln3y .ecome-shopify__newsletter__button{width: 50px;justify-content: center;align-items: center;}}.ecom-core.ecom-yjs61yln3y{margin-top: 28px !important;} .ecom-core.ecom-yjs61yln3y *:focus-visible{
    box-shadow: 0 0 0;
    outline: none;
}
.ecom-core.ecom-yjs61yln3y input:-webkit-autofill,.ecom-core.ecom-yjs61yln3y input:-webkit-autofill:hover,.ecom-core.ecom-yjs61yln3y input:-webkit-autofill:focus,.ecom-core.ecom-yjs61yln3y input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #999;
    transition: background-color 5000s ease-in-out 0s;
}
.ecom-core.ecom-yjs61yln3y .ecom-newsletter-form-content{
   background: #fff;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #EBEBEB;
}
.ecom-core.ecom-yjs61yln3y .ecom-shopify__newsletter-form-detail-error{
    color: #0E1F58;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
}.ecom-core.ecom-emv5g1vxwbl .ecom-text--more-actions button ,.ecom-core.ecom-emv5g1vxwbl .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-emv5g1vxwbl .text-content,.ecom-core.ecom-emv5g1vxwbl  .text-content a,.ecom-core.ecom-emv5g1vxwbl  .text-content p,.ecom-core.ecom-emv5g1vxwbl  .text-content span{text-align: left;color: #545454;margin: 0px;padding: 0px;}.ecom-core.ecom-emv5g1vxwbl .text-content,.ecom-core.ecom-emv5g1vxwbl .text-content a,.ecom-core.ecom-emv5g1vxwbl  .text-content a,.ecom-core.ecom-emv5g1vxwbl  .text-content a a,.ecom-core.ecom-emv5g1vxwbl  .text-content p,.ecom-core.ecom-emv5g1vxwbl  .text-content p a,.ecom-core.ecom-emv5g1vxwbl  .text-content span,.ecom-core.ecom-emv5g1vxwbl  .text-content span a{text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;font-size: 14px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;font-weight: 400;}.ecom-core.ecom-emv5g1vxwbl .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-emv5g1vxwbl .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-emv5g1vxwbl{margin-top: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-emv5g1vxwbl{padding-bottom: 0 !important;}} .ecom-core.ecom-emv5g1vxwbl a{color:#000 !important;}
.ecom-core.ecom-emv5g1vxwbl .text-content b{
    font-weight: 600;
}
.ecom-core.ecom-emv5g1vxwbl .text-content a:hover{
    opacity: 0.8;
}.ecom-core.ecom-gfg4wh3y44q .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-gfg4wh3y44q .element__heading .ecom__heading,.ecom-core.ecom-gfg4wh3y44q .element__heading .ecom__heading a{line-height: 1.85em;font-size: 18px;font-weight: 500;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0em;}.ecom-core.ecom-gfg4wh3y44q  .element__heading .ecom__heading,.ecom-core.ecom-gfg4wh3y44q  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gfg4wh3y44q .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gfg4wh3y44q .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-gfg4wh3y44q{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gfg4wh3y44q{padding-bottom: 0 !important;}}.ecom-core.ecom-9b5e5x486p{width: 33.33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9b5e5x486p{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9b5e5x486p{width: 100%;}}.ecom-core.ecom-kt42kxaj3v .ecom-shopify__menu-item a,.ecom-core.ecom-kt42kxaj3v .ecom-shopify__menu-item a a{text-decoration: none;font-weight: 400;line-height: 1.4em;font-size: 14px;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;text-transform: none;font-style: normal;}.ecom-core.ecom-kt42kxaj3v .ecom-shopify__menu-item a{color: #545454;transition: all 400ms ease;margin: 0px 0px 15px 0px;padding: 0px;}.ecom-core.ecom-kt42kxaj3v .ecom-shopify__menu-item a:hover{color: #db1215;}.ecom-core.ecom-kt42kxaj3v .ecom-shopify__menu-item a.ecom-text-active{color: #db1215;}.ecom-core.ecom-kt42kxaj3v{margin-top: 15px !important;} .ecom-core.ecom-kt42kxaj3v ul.ecom-shopify__menu-list{
    list-style: none;
}.ecom-core.ecom-vtpwf16bfl .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-vtpwf16bfl .element__heading .ecom__heading,.ecom-core.ecom-vtpwf16bfl .element__heading .ecom__heading a{line-height: 1.85em;font-size: 18px;font-weight: 500;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0em;}.ecom-core.ecom-vtpwf16bfl  .element__heading .ecom__heading,.ecom-core.ecom-vtpwf16bfl  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vtpwf16bfl .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vtpwf16bfl .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-vtpwf16bfl{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vtpwf16bfl{padding-bottom: 0 !important;}}.ecom-core.ecom-3g0ohtcozae{width: 33.33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3g0ohtcozae{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3g0ohtcozae{width: 100%;}}.ecom-core.ecom-480myh0ob7k .ecom-element.element__social{justify-content: flex-start;}.ecom-core.ecom-480myh0ob7k .ecom__element-social{background-color: rgba(255, 255, 255, 0);margin-right: 12px;}.ecom-core.ecom-480myh0ob7k .element__social .social-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-480myh0ob7k .element__social .social-icon{color: #000;border-style: solid;border-width: 1px;border-color: #000;border-radius: 50%;transition: all 300ms ease;}.ecom-core.ecom-480myh0ob7k .element__social .social-icon:hover{color: #fff;background-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-480myh0ob7k .ecom-element.element__social{justify-content: flex-start;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-480myh0ob7k .ecom-element.element__social{justify-content: flex-start;}}.ecom-core.ecom-480myh0ob7k{padding-bottom: 0 !important;margin-top: 30px !important;}.ecom-core.ecom-zmcesfjg0b>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-zmcesfjg0b{background-color: #fff;border-style: solid;border-width: 1px 0px 0px 0px;border-color: #EBEBEB;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zmcesfjg0b{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-zmcesfjg0b div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zmcesfjg0b{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;margin-top: 0px !important;}.ecom-core.ecom-zmcesfjg0b div.core__row--columns{flex-direction: row;}}

