/** Shopify CDN: Minification failed

Line 2732:3191 Unexpected "x("
Line 2732:3203 Expected ":"

**/
/* Publish by EComposer at 2025-08-04 04:42:53*/@font-face {font-family: 'Lato-Regular'; src: url('/cdn/shop/files/Lato-Regular.ttf?v=1712835837&display=swap') format('truetype');font-display: swap;}/**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

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

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

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

              .ecom-masonry__nt_promotion_html {
                position: absolute;
                max-width: 100%;
                z-index: 10;
                pointer-events: none;
              }
              .ecom-banner__overlay {
                position: absolute;
                background-color: #000;
                z-index: 1;
                opacity: 0.3;
                display: flex;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                pointer-events: none;
              }
              .ecom-banner__image-picture {
                display: block;
              }

              .ecom-banner__picture-link,
              .ecom-banner__image-picture {
                width: 100%;
                object-fit: contain;
              }
              .ecom-banner__image-picture img {
                width: 100%;
              }
              .ecom-banner_wrap_html_block {
                pointer-events: all;
              }

            

                    .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-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%);
                    }
                  }
              
                    .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-image-picture img {
                        min-height: 1px;
                    }
                    .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;
                    }
                
                    .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
                    }
                
                .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-collection__filters--color.ecom-shopify-color-unavailable {
                    border: 1px dashed rgba(14, 30, 47, .5) !important;
                }
                .ecom-collection__filters-group-checkbox-label {
                    pointer-events: none;
                }
                .ecom-collection__filters-notice-label{
                    color: rgb(32 34 35);
                    opacity: 1;
                    font-weight: 400;
                    font-size: 1.4rem;
                    line-height: 1.8rem;
                    padding: 1.25rem;
                    background-color: rgb(255 245 234);
                    border: 1px solid rgb(225 184 120);
                    border-radius: 0.25rem;
                    width: 100%;
                    display: flex;
                    margin: 1rem auto;
                }
				.ecom-collection__filters-group-radio--input{
					background-color: #FFFFFF;
					border: 1px solid #D1D5DB;
					box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
					border-radius: 6px;
					font-style: normal;
					font-weight: normal;
					font-size: 1.4rem;
					line-height: 20px;
					color: #6B7280;
					outline:none;
					padding: 9px 13px;
				}
                    .ecom-collection__filters-group-radio--input[type=radio]{
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
						padding: 0;
						-webkit-print-color-adjust: exact;
						color-adjust: exact;
						display: inline-block;
						vertical-align: middle;
						background-origin: border-box;
						-webkit-user-select: none;
						-moz-user-select: none;
						-ms-user-select: none;
						user-select: none;
						flex-shrink: 0;
						height: 1.6rem;
						width: 1.6rem;
						background-color: #fff;
						border: initial;
						border-radius:50%;
						position:relative;
					}
					.ecom-collection__filters-group-radio--input[type=radio]:checked {
						border-color: transparent;
						background-color: #059669;
					}
					.ecom-collection__filters-group-radio--input[type=radio]:checked::after{
						position:absolute;
						content:'';
						width:6px;
						height:6px;
						background-color:white;
						border-radius:50%;
						left:50%;
						top:50%;
						transform:translate(-50%,-50%)
					}

                .ecom-collection__filters-radio--input-hidden{
                    display: none;
                }
                .ecom-collection__filters--color-wrapper {
                    width: 24px;
                    height: 24px;
                    border-style: solid;
                    border-width: 1px;
                    border-color: #0000001a;
                    margin: 0 5px 0 0;
                    padding: 1px;
                }
                .ecom-collection__filters-group-list-item.ecom-filter-hide-checkbox input:checked~.ecom-collection__filters-group-checkbox-label .ecom-collection__filters--color-wrapper{
                    border-style: solid;
                    border-width: 1px;
                    border-color: #000000;
                }
                .ecom-collection__filters--color {
                    width: 100%;
                    height: 100%;
                    display: block;
                    border-radius: 50%;
                }

                .ecom-scroll_bar::-webkit-scrollbar {
                    display: block;
                    width: 3px;
                }
                .ecom-collection__filters-group-checkbox--input[disabled] {
                    pointer-events: none;
                }
                .ecom-collection__filters-group-radio--input[disabled] {
                    pointer-events: none;
                }
                .ecom-collection__filters-group-checkbox--disabled span {
                    opacity: .8;
                    pointer-events: none;
                }
                .ecom-collection__filters-group-radio--disabled span {
                    opacity: .8;
                    pointer-events: none;
                }
                .ecom-collection__filters-enable-colors .ecom-filter-hide-checkbox .ecom-collection__filters-group-checkbox--input{
                    display: none;
                }
                .ecom-collection__filters-enable-colors .ecom-filter-hide-radio .ecom-collection__filters-group-radio--input{
                    display: none;
                }
                .ecom-scroll_bar::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .ecom-scroll_bar::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .ecom-icon-filter-open{
                    display:none;
                }
                .ecom-collection__filters-group-checkbox:hover {
                    cursor: pointer;
                }
                .ecom-collection__filters-group-radio:hover {
                    cursor: pointer;
                }
                .ecom-collection__filters-group-dropdown:focus {
                    border: none;
                }
                .ecom-collection__filters-group-count-bubble:empty {
                    display: none;
                }
                .ecom-icon-filter-close {
                    display: flex;
                }
                .ecom-collection__filters-group-dropdown.active .ecom-icon-filter-open,
                details[open] .ecom-icon-filter-open{
                    display:flex !important
                }
                .ecom-collection__filters-group-dropdown.active .ecom-icon-filter-close,
                details[open] .ecom-icon-filter-close{
                    display:none !important
                }
                .ecom-d-none {
                    display: none
                }
                .ecom-collection__filters-group-list-item-max{
                    display:none;
                }
                .ecom-collection__filters-block div.ecom-collection__filters-group .ecom-icon-filter-open,
                .ecom-collection__filters-block div.ecom-collection__filters-group .ecom-icon-filter-close{
                    display:none !important
                }
                /*Modal-Box*/
                #ecom-modal-block {
                    display: none;
                    position: fixed;
                    z-index: 1;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background:rgb(116,119,121,.6)
                }
                .ecom-modal-content{
                    position:fixed;
                    width: 350px;
                    max-width: 90%;
                    background:white;
                    top:0;
                    bottom:0;
                    left:0;
                    -webkit-animation-name: leftSide;
                    animation-name: leftSide;
                    -webkit-animation-duration: .3s;
                    animation-duration: .3s;
                    -webkit-animation-fill-mode: both;
                    animation-fill-mode: both;
                    transition:all .3s linear;
                    /*overflow-y: auto;*/
                }
                .ecom-collection__filters .ecom-modal-content.ecom-modal-right-side{
                    left: auto;
                    right: 0;
                    -webkit-animation-name: rightSide;
                    animation-name: rightSide;
                }
                .ecom-collection__filters .ecom-modal-content.ecom-modal-left-side{
                    left:0;
                    right: auto;
                    -webkit-animation-name: leftSide;
                    animation-name: leftSide;
                }

                #ecom-modal-close{
                    position:absolute;
                    right: 10px;
                    top:10px;
                    display:flex;
                    cursor:pointer;
                    z-index: 100;
                }
                #ecom-modal-close svg{
                    width:24px;
                    height:24px;
                }
                @keyframes leftSide {
                    from {
                        opacity: 0;
                        transform: translateX(-100%);
                    }
                    to {
                        opacity: 1;
                        transform: translateX(0);
                    }
                }
                @keyframes rightSide {
                    from {
                        opacity: 0;
                        transform: translateX(200%);
                    }
                    to {
                        opacity: 1;
                        transform: translateX(0);
                    }
                }
                .ecom-collection__filters-group-header{
                    display:flex;
                    align-items:center;
                    gap: 5px;
                }
                .ecom-collection__filters-group-header svg{
                    width:16px;
                    height:auto;
                }

            .ecom-collection__filters-group-price{
                display:none;
                grid-column-gap:20px;
                margin-top:6px;
            }
            .ecom-collection__filters-group-field{
                display:inline-flex;
                grid-column-gap:6px;
                font-style: normal;
            }
            .ecom-collection__filters-group-field--input{
                -webkit-appearance: none;
                appearance: none;
                background: white;
                border: 1px solid #D1D5DB;
                box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
                border-radius: 6px;
                width: 80px;
                font-style: normal;
                font-weight: normal;
                font-size: 1.4rem;
                color: #6B7280;
                outline:none;
                padding: 0px 8px;
            }
            .ecom-collection__filters-group-field--input::-webkit-outer-spin-button,
            .ecom-collection__filters-group-field--input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                appearance: none;
                margin: 0;
            }
            .ecom-collection__filters-group-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-collection__filters-group-checkbox{
                display:flex;
                align-items:center;
            }
            .ecom-collection__filters-group-checkbox input{
                cursor: pointer;
            }
            .ecom-collection__filters-group-radio input{
                cursor: pointer;
            }
            .ecom-collection__filters-group-checkbox input[type=checkbox]{
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    -webkit-print-color-adjust: exact;
                    color-adjust: exact;
                    display: inline-block;
                    vertical-align: middle;
                    background-origin: border-box;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    flex-shrink: 0;
                }
                .ecom-collection__filters-group-checkbox input[type=checkbox]:focus {
                    box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px, #059669 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
                }
                .ecom-collection__filters-group-checkbox input[type=checkbox]:checked {
                    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-collection__filters-group-summary--title{
                    display: block;
                    width: 100%;
                }
                details.ecom-collection__filters-group .ecom-collection__filters-group-summary, .ecom-collection__filters-dropdown .ecom-collection__filters-group-summary{
                    cursor:pointer;
                }
                .ecom-collection__filters-group--header{
                    display: flex;
                    align-items: center;
                    grid-column-gap: 12px;
                }
                ul.ecom-collection__filters-group-list{
                    list-style: none;
                    flex-wrap: wrap;
                    overflow-y: auto;
                }
                .ecom-collection__filters-enable-colors .ecom-filter-hide-color-count .ecom-collection__filters--count {
                    display: none;
                }
                 .ecom-collection__filters-form:empty {
                    margin: auto;
                    width: 100%;
                    min-height: 600px; /* change height to see repeat-y behavior */

                    background-image: linear-gradient(
                        100deg,
                        rgba(255, 255, 255, 0),
                        rgba(255, 255, 255, 0.5) 50%,
                        rgba(255, 255, 255, 0) 90%
                        ),
                        linear-gradient(lightgray 20px, transparent 0),
                        linear-gradient(lightgray 20px, transparent 0),
                        linear-gradient(lightgray 20px, transparent 0),
                        linear-gradient(lightgray 20px, transparent 0);

                        background-repeat: repeat-y;

                        background-size: 50px 200px, /* highlight */ 150px 200px, 350px 200px,
                            300px 200px, 250px 200px;

                        background-position: 0 0, /* highlight */ 1px 0, 1px 40px, 1px 80px, 1px 120px;

                        animation: shine 1s infinite;
                    }

                    @keyframes shine {
                        to {
                            background-position: 100% 0, /* move highlight to right */ 1px 0, 1px 40px,
                            1px 80px, 1px 120px;
                        }
                    }
                    .ecom-collection-filters--price-range {
                        max-width: 400px;
                        margin-top:10px;
                        }
                        .ecom-collection-filters--multi-range {
                            position: relative;
                            display: flex;
                            margin: 10px 0;
                        }
                        .ecom-collection-filters--multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
                            background-color: var(--ecom-color-thumb);
                        }
                        .ecom-collection-filters--multi-range input[type=range]:nth-child(2) {
                            background: none;
                            height:100%;
                        }
                        .ecom-collection-filters--multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
                            background-color: var(--ecom-color-thumb);
                        }
                        .ecom-collection-filters--multi-range input[type=range]::-moz-range-track {
                            background: none;
                        }
                        #ecom-collection-filters--input-min{
                            position:relative !important;
                            height: var(--ecom-size-custom,4px);
                        }
                        .ecom-collection-filters--price-range input[type=range] {
                            position: absolute;
                            width: 100%;
                            padding: 0;
                            margin: 0;
                            border: 0;
                            outline: none;
                            background: var(--ecom-color-custom,red);
                            -webkit-appearance: none;
                                -moz-appearance: none;
                                    appearance: none;
                            pointer-events: none;
                        }
                        .ecom-collection-filters--price-range input[type=range]:active,
                        .ecom-collection-filters--price-range input[type=range]:focus,
                        .ecom-collection-filters--price-range input[type=range]::-moz-focus-outer {
                            border: none;
                            outline: none;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-moz-range-thumb {
                            position: relative;
                            height: var(--height-thumb-custom,16px);
                            width: var(--width-thumb-custom,16px);
                            margin: 5px 0;
                            border-radius:9999px;
                            border:var(--border-thumb-custom);
                            background-color: var(--bg-thumb-custom,#fff);
                            box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
                            -moz-appearance: none;
                                appearance: none;
                            pointer-events: all;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-moz-range-thumb:hover {
                            cursor: grab;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-moz-range-thumb:active {
                            cursor: grabbing;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-webkit-slider-thumb {
                            position: relative;
                            height: var(--height-thumb-custom,16px);
                            width: var(--width-thumb-custom,16px);
                            margin: 5px 0;
                            border-radius:9999px;
                            border:var(--border-thumb-custom);
                            background-color: var(--bg-thumb-custom,#fff);
                            box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
                            -webkit-appearance: none;
                                    appearance: none;
                            pointer-events: all;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-webkit-slider-thumb:hover {

                        cursor: grab;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-webkit-slider-thumb:active {

                        cursor: grabbing;
                        }
                        .ecom-collection__filters-dropdown .ecom-container-filter-list{
                            display:flex;
                            flex-wrap:wrap;
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group{
                            position:relative;
                            border:1px solid transparent
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group .ecom-collection__filters-group--display{
                            display:none;
                            position:absolute;
                            top:100%;
                            left:0;
                            animation: growDown 300ms ease-in-out forwards;
                            transform-origin: top center;
                            /*transition: all ease-in-out .3s;*/
                            padding:15px;
                            background-color:white;
                            z-index:10;
                            min-width:300px;
                            max-height: 300px;
                            overflow-y: auto;
                        }
                        @keyframes growDown {
                            0% {
                                transform: scaleY(0)
                            }
                            80% {
                                transform: scaleY(1.1)
                            }
                            100% {
                                transform: scaleY(1)
                            }
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group.active{
                            /* border:1px solid #333; */
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group.active .ecom-collection__filters-group--display{
                            display:block;
                            /* position: relative;*/
                        }



                        .ecom-button-filter-collapse{
                            display:none;
                        }
                        .ecom-modal-block--mobile{
                            overflow:unset
                        }
                        #ecom-modal-block.ecom-modal-block--mobile{
                            display: block;
                            position: unset;
                            background:transparent;
                        }
                        .ecom-modal-content--mobile.ecom-modal-content{
                            position:unset;
                            animation: unset;
                            width:100%;
                            max-width:unset;
                            background:transparent;

                        }
                        #ecom-modal-close.ecom-collapse-close{
                            display:none;
                        }
                        .ecom-collection-filters--active_values-list{
                            display:flex;
                            flex-wrap:wrap;
                            list-style: none;
                        }
                        .ecom-collection-filters--active_values-list li {
                            list-style: none;
                        }
                        .ecom-collection__filters-group-list-item a{
                            display:inline-flex;
                            text-decoration:none;
                            gap:10px;
                            align-items:center;
                            color:#333
                        }
                        .ecom-collection__filters-group-list-item .ecom-colletion-filters--close-icon{
                            color:#333;
                            display:flex;
                        }
                        .ecom-filter-collapse-icon{
                            display:flex;
                        }
                        .ecom-colletion-filters--close-icon svg{
                            width:auto;
                            height:auto;
                        }
                        .ecom-collection__filters-collapse button{
                            display:flex
                        }
                        @media screen and (max-width: 1024px) {
                            .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                            .ecom-collection__filters-group.active .ecom-collection__filters-group--display{
                                position: relative;
                            }
                            .ecom-collection__filters-dropdown .ecom-container-filter-list, .ecom-collection__filters-push_down[data-mobile="mobile"] .ecom-container-filter-list{
                                display:block !important;
                                height: 100% !important;
                            }
                            .ecom-container-filter-list-wrapper {
                                overflow: hidden;
                            }
                            .ecom-collection__filters-push_down[data-mobile="mobile"] .ecom-container-filter-list--wrapper[data-type="push_down"],
                            .ecom-collection__filters-push_down[data-mobile="mobile"] .ecom-container-filter-list--wrapper[data-type="push_down"] .ecom-collection__filters-group--display {
                                max-height: 100% !important;
                                overflow: unset !important;
                            }
                            #ecom-modal-close.ecom-collapse-close.ecom-collapse-close--mobile{
                                display:flex;
                            }
                             .ecom-button-filter-collapse.button_menu_block--mobile{
                                display:flex;
                                gap:10px;
                            }
                            #ecom-modal-block.ecom-modal-block--mobile {
                                display: none;
                                position: fixed;
                                z-index: 99;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                background:rgb(116,119,121,.6)
                            }
                            .ecom-modal-content--mobile.ecom-modal-content{
                                position:fixed;
                                width: 100%;
                                max-width: 100%;
                                background:white;
                                -webkit-animation-name: leftSide;
                                animation-name: leftSide;
                                -webkit-animation-duration: .3s;
                                animation-duration: .3s;
                                -webkit-animation-fill-mode: both;
                                animation-fill-mode: both;
                                transition: all .3s linear;
                                overflow-y: auto;
                            }
                            .ecom-modal-content--mobile.ecom-modal-content .ecom-collection__filters-form{
                                height:100%;
                                /*overflow:auto*/
                            }
                        }
                        #button_menu_block{
                            align-items:center;
                        }
                        .ecom-filter-collapse-icon{
                            color:#333;
                        }
                        .ecom-filter-collapse-icon svg{
                            width:auto;
                            height:auto;
                        }
                        .ecom-collection__filters-group-checkbox > input:focus{
                            outline: none !important;
                            box-shadow: none !important;
                        }
                        .ecom-collection__filters-applied-block{
                            display:flex;
                            flex-direction:column;
                        }
                        .ecom-collection__filters-form-collapse{
                            height:100%;
                                overflow:auto
                        }

                        .ecom-shopify__menu-list {
                            list-style: none;
                        }

                        .ecom-menu_title {
                            text-decoration: none;
                            font-size: 14px;
                            color: #878787;
                            display: block;
                        }

                        .ecom-collection__filters .ecom-shopify__menu-sub-menu {
                            max-height: 0;
                            overflow: hidden;
                            margin-left: 5px;
                            transition: .25s ease all;
                        }

                        .ecom-menu_item {
                            position: relative;
                        }

                        .ecom-menu_item:not(.ecom-menu_item.ecom-item-active) .ecom-menu_icon .ecom-menu_icon--normal {
                            display: flex;
                        }

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

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

                        .ecom-menu_item.ecom-item-active .ecom-menu_icon .ecom-menu_icon--active {
                            display: flex;
                        }

                        .ecom-menu_icon {
                            position: absolute;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                            cursor: pointer;
                        }

                        .ecom-menu_icon--normal svg,
                        .ecom-menu_icon--active svg {
                            height: 12px;
                            width: 12px;
                            display: flex;
                        }
                        .ecom-filter--hide-checkbox {
                            opacity: 0;
                            visibility: hidden;
                            display: none !important;
                        }
                        .ecom-container-filter-list--wrapper[data-type='push_down'] {
                            height: 100%;
                            opacity: 0;
                            transition: ease all .5s;
                            overflow: hidden;
                        }
                        .ecom-container-filter-list[data-type='push_down'] {
                            display: grid;
                            grid-template-columns: repeat(4, 1fr);
                            gap: 10px 15px;
                        }
                        .ecom-collection__filters-push_down .ecom-collection__filters-group--display {
                            max-height: 250px;
                            height: 100%;
                            overflow-y: auto;
                        }


            
                .ecom-klaviyo-skelaton__body {
                    height: 30px;
                    width: 80%;
                    border: 12px solid #ddd;
                }
                .ecom-klaviyo-skelaton__sidebar {
                    width: 20%;
                    height: 30px;
                    border: 12px solid #4f6174;
                }
            

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


                /** Core **/

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

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

                .ecom-collection__product--rating-wrapper {
                    position: relative
                }
                .ecom-collection__product-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: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__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-media-image {
                    display: block;
                }

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

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

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

                .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-item .ecom-collection__product-close{
                    display:none;
                }
                .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%;
                    animation: 1s loading ease-in-out infinite;
                }

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

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

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

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

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



                .ecom-collection__product-item:hover .ecom-product-image-loading img:last-child {
                    min-height: 150px;
                }
                .ecom-collection__product-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 {
                    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;
                }
                .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 {
                    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-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) {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-product-image-loading::before {
                    content: ' ';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 4;
                    border: 4px solid #343232;
                    opacity: 1;
                    visibility: hidden;
                    border-radius: 50%;
                    animation: ecom-loading .5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                    vertical-align: middle;
                    margin: auto;
                }

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


            .ecom-collection__product-container {
                display: flex;
                flex-direction: column;
            }
            .ecom-collection__product-container .ecom-swiper-container {
                width: 100%
            }
            .ecom-collection__product-container .ecom-swiper-button-next:after,
            .ecom-collection__product-container .ecom-swiper-button-prev:after {
                content: none;
            }
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                position: static;
                margin: 0;
            }
            .ecom-collection__product-container .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-button-prev {
                border: 0;
                background: transparent;
                width: auto;
                height: auto;
                padding: 5px;
                color: #444
            }
            .ecom-collection__product-container .ecom-swiper-pagination {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                align-items: center
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                opacity: 1;
                overflow: hidden;
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet,
            .ecom-collection__product-container .ecom-swiper-pagination-bullet-active{
                background-clip: content-box;
                padding: 1px;
                box-sizing: content-box !important;
                background-color: currentColor;
            }
            .ecom-collection__product-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 {
                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-product__compare-link {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            width: fit-content;
        }
        .ecom-product__compare-icon span {
            display: flex;
        }
        .ecom-product__compare-icon svg {
            width: 24px;
        }
        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-product__compare-tooltip {
            display: none;
            position: absolute;
            bottom: calc(100% + 5px);
            left: 0;
            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;
        }
        .ecom-product__compare-tooltip-use .ecom-product__compare-tooltip {
            display: block;
        }
        .ecom-product__compare-tooltip-use:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #383838;
            display: inline-block;
            position: absolute;
            bottom: calc(100% - 1px);
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
        }
        .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateY(-4px);
        }
        .ecom-product__compare-link:hover:after {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, -4px);
        }
        .ecom-collection__pagination-navigation .ecom-pagination-item svg {
            width: 12px;
            height: 12px;
        }
        
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-g0neuzxx9od{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g0neuzxx9od{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-xsaceeqe07i .ecom-core.ecom-g0neuzxx9od>div.core__column--wrapper{padding-right: 30px !important;padding-left: 30px !important;}}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,1fr);}.ecom-core.ecom-5e6jcc6a4tm{show_price: block;}.ecom-core.ecom-5e6jcc6a4tm .ecom-swiper-navigation-position{order: 0;width: auto;}.ecom-core.ecom-5e6jcc6a4tm .ecom-pagination-navigation{display: flex;grid-column-gap: 10px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-description{order: 9;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-countdown{order: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}.ecom-core.ecom-5e6jcc6a4tm .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}.ecom-core.ecom-5e6jcc6a4tm .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 0px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title{text-align: left;color: #000;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;font-style: normal;line-height: 1.3em;font-family: 'Lato-Regular', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title:hover{color: #008F86;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-prices{justify-content: flex-start;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price,.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-price{color: #000;margin-top: 10px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--regular,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--regular a,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--from,.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-price--regular,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--from{color: #545454;margin-left: -3px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--sale{font-size: 20px;font-weight: 500;line-height: 1.2em;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;color: #F95D38;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__pagination-navigation{display: flex;justify-content: center;margin-top: 30px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__pagination-navigation .ecom-pagination-item{color: #111827;background-color: rgba(17, 24, 39, 0.1);padding: 8px 20px 8px 20px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__pagination-navigation .ecom-pagination-item:hover{color: #111827;background-color: rgba(17, 24, 39, 0.2);}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-submit{align-self: flex-start;font-size: 12px;font-weight: 500;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Lato-Regular', sans-serif;letter-spacing: 0px;line-height: 1.25em;width: 120px;height: 25px;min-height: 25px;color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #ffff;border-radius: 12px;transition-duration: 400ms;;;margin-top: -100px;margin-bottom: 25px;margin-left: 20px;padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-submit:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 15px;height: 15px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-form__actions--soldout{align-self: flex-end;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-5e6jcc6a4tm .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-form__actions--view-more svg{width: 19px;height: 19px;}.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Lato-Regular', sans-serif;line-height: 1.3em;letter-spacing: 0px;width: 20%;color: #000;background-color: #fff;border-radius: 40px;padding: 3px 15px 3px 15px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .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-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-time--item{width: 40px;background-color: rgba(0, 0, 0, 0);margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-next svg{height: 15px;width: 15px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-next{color: #fff;background-color: #008F86;border-style: none;border-radius: 50%;margin: -75px -35px -75px -35px;padding: 16px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: rgba(0, 143, 134, 0.8);border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--regular,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--regular a,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--from,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-time--number{font-size: 20px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-next{margin-right: -25px;margin-left: -25px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item{margin-top: 12.5px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price{margin-left: -10px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-submit{font-size: 12px;width: 150px;height: 25px;min-height: 25px;padding-right: 20px;padding-left: 20px;margin-top: -100px;margin-left: 10px;}.ecom-core.ecom-5e6jcc6a4tm .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-5e6jcc6a4tm .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-badge .ecom-collection__product-badge--sale{width: 30%;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-time--item{width: 45px;}.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-container .ecom-swiper-button-next{margin-right: -25px;margin-left: -25px;padding: 10px;}}.ecom-core.ecom-5e6jcc6a4tm{margin-top: 25px !important;padding-bottom: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-5e6jcc6a4tm.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5e6jcc6a4tm{margin-top: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5e6jcc6a4tm{margin-top: 0px !important;margin-left: 30px !important;padding-right: 30px !important;}} .ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-price-wrapper{
flex-direction: row-reverse;
justify-content: flex-end !important;
}
.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-form__actions--add,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-form__actions--view-more{

transition: 0.4s;

transform: translateY(5px);

}

.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{

opacity: 0;

visibility: hidden;

transform: translateY(0);

}
@media (max-width: 768px) {

.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-form__actions--view-more{

display: none !important;

}

}
.ecom-core.ecom-5e6jcc6a4tm span.ecom-collection__product-price--from{
order: 2 !important;

}
.ecom-core.ecom-5e6jcc6a4tm .ecom-collection__product-prices.ecom-child-element{
margin-left: 13px;
}
.ecom-core.ecom-5e6jcc6a4tm span.ecom-collection__product-price--from{
color:#F95D38;
font-weight: 500;
font-family: "Lato-Regular";
font-size: 20px;
line-height: 1.2em;
}

@media (max-width: 700px) {
.ecom-core.ecom-5e6jcc6a4tm span.ecom-collection__product-price--from{
font-size: 15px;
}
}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-list {display: inline-flex;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-list.ecom-collection__filters-enable-colors{display: inline-flex;}.ecom-core.ecom-8bnglglr2t8 .ecom-modal-content--mobile,.ecom-core.ecom-8bnglglr2t8 .ecom-modal-content,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-push_down{padding: 0px;margin: 0px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-heading{text-align: left;color: #111;margin-bottom: 30px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-heading,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-heading a{font-weight: 500;line-height: 1.25em;text-transform: none;letter-spacing: 0px;font-size: 16px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-list{width: 100%;height: 100%;margin-right: 0px;gap: 0px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-dropdown{font-size: 14px;width: 180px;border-style: none;margin: 0px 30px 0px 0px;padding: 0px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-dropdown:hover{border-style: none;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-summary--title{text-align: center;color: #333333;margin: 0px;padding: 0px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-summary--title,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-summary--title a{font-weight: 500;font-size: 14px;line-height: 1.25em;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters--count{text-align: left;color: #030303;margin-left: 5px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters--count,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters--count a{font-size: 16px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters--color-wrapper{width: 29px;height: 29px;border-style: solid;border-width: 1px;border-color: rgba(232, 232, 232, 0.3);margin-right: 13px;margin-bottom: 0px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters--color-wrapper ,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters--color-wrapper .ecom-collection__filters--color{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--selected{text-align: left;color: #C0C0C0;padding-bottom: 8px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--selected,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--selected a{font-weight: 400;font-size: 12px;line-height: 24px;text-transform: capitalize;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-list-item{text-align: left;color: #000;margin-bottom: 12px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-list-item,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-list-item a{font-weight: 400;font-size: 14px;text-decoration: none;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-checkbox--input{width: 0px;height: 15px;margin: -1px 8px 0px 0px;padding: 0px;transition: all 300ms ease;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-checkbox > input{background-color: #fff;border-style: solid;border-width: 1px;border-color: #000;border-radius: 4px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-checkbox > input:checked{background-color: #fff;border-style: solid;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-checkbox > input:hover{border-style: solid;border-width: 1px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-reset-filter{font-weight: 400;font-size: 12px;line-height: 24px;text-transform: none;text-decoration: none;color: #C0C0C0;margin-bottom: 8px;}.ecom-core.ecom-8bnglglr2t8 .ecom-shopify_menu{margin-bottom: 0px;}.ecom-core.ecom-8bnglglr2t8 .ecom-shopify_menu .ecom-menu_item{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-8bnglglr2t8 .ecom-menu_item .ecom-items--text{font-size: 14px;font-weight: 400;line-height: 1.3em;color: #000000;}.ecom-core.ecom-8bnglglr2t8 .ecom-items:hover  .ecom-items--text{color: #EB3131;}.ecom-core.ecom-8bnglglr2t8 .ecom-items.ecom-item-active  .ecom-items--text{color: #EB3131;}.ecom-core.ecom-8bnglglr2t8 .ecom-menu_item .ecom-menu_title{margin-bottom: 15;}.ecom-core.ecom-8bnglglr2t8 .ecom-menu_icon{margin-bottom: 20px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection-filters--price-range input[type=range]{--ecom-color-custom: #EB3131;--bg-thumb-custom: #111827;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8bnglglr2t8 .ecom-shopify_menu{width: 52%;padding: 70px 0px 0px 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-dropdown{width: 130px;margin-right: 0px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-dropdown:hover{width: 130px;}.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-summary--title,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-summary--title a{font-size: 13px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-8bnglglr2t8 .ecom-shopify_menu{padding-top: 70px;padding-right: 0px;padding-left: 0px;}}.ecom-core.ecom-8bnglglr2t8{margin-top: 25px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8bnglglr2t8{padding-bottom: 0px !important;margin-top: 15px !important;margin-left: 30px !important;}} .ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-block .ecom-shopify_menu .ecom-shopify__menu-list,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--display .ecom-collection__filters-group-list{
    margin-bottom: 15px;
    max-height: 320px;
    overflow-y: auto;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-form-collapse{
    padding-right: 15px;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--header span.ecom-collection__filters-group--selected::after{
    content: "/";
    margin-left: 5px;
}
.ecom-core.ecom-8bnglglr2t8 span.ecom-collection__filters--color + span.ecom-collection__filters--count{
    display: none;
}
.ecom-core.ecom-8bnglglr2t8 summary::-webkit-details-marker,.ecom-core.ecom-8bnglglr2t8 summary::marker{
 content: "";
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-summary{
    
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection-filters--price-range{
    display: flex;
    flex-direction: column;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection-filters--prices{
    display: flex;
    align-items: center;
order:9;
margin-top:18px;
margin-bottom:18px;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection-filters--price{
    padding: 3px 15px;
    border: 1px solid #EAEAEA;
    line-height: 1.5;
}
.ecom-core.ecom-8bnglglr2t8 span.ecom-collection-filters--seperate{
    border-bottom: 1px solid;
    height: 0;
    width: 14px;
    overflow: hidden;
    margin: 0 18px;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-header{
    position: relative;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-header > svg{
    opacity: 1;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-list[data-param-name="filter.v.option.size"]{
    display: grid;
    grid-template-columns: 50% 50%;
}
.ecom-core.ecom-8bnglglr2t8 input[type=range]::-webkit-slider-thumb{
  box-shadow: 0 0 0;
  border-radius: 0;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-checkbox{
    position: relative;
    cursor: pointer;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-checkbox > input:checked + span.ecom-collection__filters-group-checkbox-label:not(.ecom-collection__filters--color):after{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    border-radius: 100%;
    background: #000;
    overflow: hidden;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters--color{
    z-index: 1;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-heading{
    display: none!important;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-modal-content--mobile.ecom-modal-content .ecom-collection__filters-form{
    height: auto;
    overflow: visible;
}
@media(max-width:1024px){
.ecom-core.ecom-8bnglglr2t8 button#button_menu_block{
    position: fixed;
    z-index: 98;
    cursor: pointer;
    left: 0;
    top: 50%;
}}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-checkbox>input:checked + span span.ecom-collection__filters--color{
    border-color: #000;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-block .ecom-shopify_menu .ecom-shopify__menu-list::-webkit-scrollbar-track,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--display .ecom-collection__filters-group-list::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
	background-color: #F5F5F5;
	  border-radius:10px;
   overflow: hidden;
}

.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-block .ecom-shopify_menu .ecom-shopify__menu-list::-webkit-scrollbar,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--display .ecom-collection__filters-group-list::-webkit-scrollbar{
	width: 7px;
	background-color: #F5F5F5;
	  border-radius:10px;
   overflow: hidden;
}

.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-block .ecom-shopify_menu .ecom-shopify__menu-list::-webkit-scrollbar-thumb,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group--display .ecom-collection__filters-group-list::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border: 2px solid #e5e5e5;
border-radius:10px;
}

.ecom-core.ecom-8bnglglr2t8 span[style="background-color: #fff"],.ecom-core.ecom-8bnglglr2t8 span[style="background-color: #ffffff"],.ecom-core.ecom-8bnglglr2t8 span[style="background-color:#fff"],.ecom-core.ecom-8bnglglr2t8 span[style="background-color:#ffffff"],.ecom-core.ecom-8bnglglr2t8 span[style="background: #fff"],.ecom-core.ecom-8bnglglr2t8 span[style="background: #ffffff"],.ecom-core.ecom-8bnglglr2t8 span[style="background:#fff"],.ecom-core.ecom-8bnglglr2t8 span[style="background:#ffffff"]{
    border: 1px solid #fbfbfb;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection-filters--prices > span{
    white-space: nowrap;
}
.ecom-core.ecom-8bnglglr2t8 input[type="range"]::-webkit-slider-thumb{
  
  -webkit-appearance: none;
  appearance: none; 
  
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #EB3131;
}
.ecom-core.ecom-8bnglglr2t8 span.ecom-collection__filters-group-summary--title{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 4px;
}


@media screen and (max-width: 1024px) {
    .ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-dropdown .ecom-container-filter-list,.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-push_down[data-mobile="mobile"] .ecom-container-filter-list{
        
        height: 100% !important;
        
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow: auto;
    }
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-header{
    border: 1px solid rgb(213, 213, 213);
    padding-right: 10px;
}

@media (max-width: 740px) {
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-header{
    border: 1px solid rgb(213, 213, 213);
    padding-right: 10px;

}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-group-dropdown{
    padding: 0 !important;
    margin-right: 5px !important;
}
.ecom-core.ecom-8bnglglr2t8 .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop .ecom-collection__filters-group .ecom-collection__filters-group--display{
    top: 0;
}
}.ecom-core.ecom-jdsou5bk2jo .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-jdsou5bk2jo .element__heading .ecom__heading,.ecom-core.ecom-jdsou5bk2jo .element__heading .ecom__heading a{font-weight: 600;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-jdsou5bk2jo  .element__heading .ecom__heading,.ecom-core.ecom-jdsou5bk2jo  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jdsou5bk2jo .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jdsou5bk2jo .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-jdsou5bk2jo .element__heading .ecom__heading,.ecom-core.ecom-jdsou5bk2jo .element__heading .ecom__heading a{font-size: 20px;font-family: 'Lato-Regular', sans-serif;}}.ecom-core.ecom-jdsou5bk2jo{padding-bottom: 0px !important;margin-top: 50px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jdsou5bk2jo{margin-left: 30px !important;}}.ecom-core.ecom-gwp0c41htbm .ecom-banner__image-picture img, .ecom-core.ecom-gwp0c41htbm .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-gwp0c41htbm .ecom-image-default img{object-fit: contain;}.ecom-core.ecom-gwp0c41htbm .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__heading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__heading,.ecom-core.ecom-gwp0c41htbm .ecom-banner__heading a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__subheading{text-align: center;color: #ffffff;margin-bottom: 50px;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__subheading,.ecom-core.ecom-gwp0c41htbm .ecom-banner__subheading a{font-size: 50px;line-height: 1.25em;font-family: 'Lato-Regular', sans-serif;font-weight: 500;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__content{text-align: center;color: #ffffff;margin-bottom: 30px;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__content,.ecom-core.ecom-gwp0c41htbm .ecom-banner__content a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__button{align-self: center;justify-content: center;font-size: 14px;color: #000;background-color: #fff;padding: 12px 25px 12px 25px;}.ecom-core.ecom-gwp0c41htbm .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-gwp0c41htbm .ecom-elements__banner-button-icon{margin-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gwp0c41htbm .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-gwp0c41htbm .ecom-banner__subheading,.ecom-core.ecom-gwp0c41htbm .ecom-banner__subheading a{font-size: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gwp0c41htbm .ecom-banner__subheading,.ecom-core.ecom-gwp0c41htbm .ecom-banner__subheading a{font-size: 30px;}}.ecom-core.ecom-xsaceeqe07i>div.core__row--columns{height: auto;}.ecom-core.ecom-xsaceeqe07i>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xsaceeqe07i>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}.ecom-core.ecom-xsaceeqe07i{padding-right: 100px !important;padding-bottom: 0 !important;padding-left: 100px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xsaceeqe07i{padding-top: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xsaceeqe07i{padding-top: 15px !important;padding-right: 0px !important;padding-left: 0px !important;}}
.ecom-core.ecom-eutoadd5fo{width: 80%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eutoadd5fo{width: 100%;}}.ecom-core.ecom-eutoadd5fo>.core__column--wrapper{background-color: #FDF8F0;}html body .ecom-core.ecom-77xyl8dymsb .ecom-core.ecom-eutoadd5fo>div.core__column--wrapper{padding-top: 75px !important;padding-right: 0px !important;padding-bottom: 75px !important;}.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-slider{height: 420px;}.ecom-core.ecom-qg8vcrfhd9 .ecom-content-item{align-content: flex-start;align-items: flex-start;display: flex;}.ecom-core.ecom-qg8vcrfhd9 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qg8vcrfhd9 .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-slider{height: 235px;}.ecom-core.ecom-qg8vcrfhd9 .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-qg8vcrfhd9 .ecom-swiper-slide{padding: 0px;margin: 0px;}.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-next svg{height: 30px;width: 30px;transform: rotate(0deg);}.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-next{color: #3c3c3c;background-color: rgba(255, 255, 255, 0.39);border-style: none;border-radius: 50%;margin-top: 20px;margin-right: 0px;margin-left: 25px;}.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-next:hover{color: #3c3c3c;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-qg8vcrfhd9 .ecom-slider--container .ecom-swiper-button-next{background-color: rgba(255, 255, 255, 0.39);padding: 8px;margin: 10px 0px 0px 0px;}}.ecom-core.ecom-qg8vcrfhd9{padding-right: 0px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg8vcrfhd9{margin-top: -110px !important;}}.ecom-core.ecom-dwes56h042v{width: 20%;}.ecom-core.ecom-dwes56h042v>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-dwes56h042v>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dwes56h042v{width: 100%;}}.ecom-core.ecom-dwes56h042v>.core__column--wrapper{background-color: #FDF8F0;}html body .ecom-core.ecom-77xyl8dymsb .ecom-core.ecom-dwes56h042v>div.core__column--wrapper{padding: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-77xyl8dymsb .ecom-core.ecom-dwes56h042v>div.core__column--wrapper{padding-top: 25px !important;padding-right: 0px !important;padding-bottom: 25px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-77xyl8dymsb .ecom-core.ecom-dwes56h042v>div.core__column--wrapper{padding-right: 0px !important;padding-left: 10px !important;}}.ecom-core.ecom-r89r2xr3ljn .ecom-text--more-actions button ,.ecom-core.ecom-r89r2xr3ljn .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-r89r2xr3ljn .text-content,.ecom-core.ecom-r89r2xr3ljn  .text-content a,.ecom-core.ecom-r89r2xr3ljn  .text-content p,.ecom-core.ecom-r89r2xr3ljn  .text-content span{text-align: left;color: #3c3c3c;}.ecom-core.ecom-r89r2xr3ljn .text-content,.ecom-core.ecom-r89r2xr3ljn .text-content a,.ecom-core.ecom-r89r2xr3ljn  .text-content a,.ecom-core.ecom-r89r2xr3ljn  .text-content a a,.ecom-core.ecom-r89r2xr3ljn  .text-content p,.ecom-core.ecom-r89r2xr3ljn  .text-content p a,.ecom-core.ecom-r89r2xr3ljn  .text-content span,.ecom-core.ecom-r89r2xr3ljn  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;}.ecom-core.ecom-r89r2xr3ljn .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-r89r2xr3ljn .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-r89r2xr3ljn .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-r89r2xr3ljn .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r89r2xr3ljn .text-content,.ecom-core.ecom-r89r2xr3ljn  .text-content a,.ecom-core.ecom-r89r2xr3ljn  .text-content p,.ecom-core.ecom-r89r2xr3ljn  .text-content span{text-align: left;}.ecom-core.ecom-r89r2xr3ljn .text-content,.ecom-core.ecom-r89r2xr3ljn .text-content a,.ecom-core.ecom-r89r2xr3ljn  .text-content a,.ecom-core.ecom-r89r2xr3ljn  .text-content a a,.ecom-core.ecom-r89r2xr3ljn  .text-content p,.ecom-core.ecom-r89r2xr3ljn  .text-content p a,.ecom-core.ecom-r89r2xr3ljn  .text-content span,.ecom-core.ecom-r89r2xr3ljn  .text-content span a{font-size: 15px;}}.ecom-core.ecom-r89r2xr3ljn{margin-top: 0px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r89r2xr3ljn{margin-left: 20px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-122qokwvfh .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-122qokwvfh .element__heading .ecom__heading,.ecom-core.ecom-122qokwvfh .element__heading .ecom__heading a{font-weight: 600;font-family: 'Lato-Regular', sans-serif;font-size: 30px;}.ecom-core.ecom-122qokwvfh  .element__heading .ecom__heading,.ecom-core.ecom-122qokwvfh  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-122qokwvfh .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-122qokwvfh .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-122qokwvfh .element__heading .ecom__heading,.ecom-core.ecom-122qokwvfh .element__heading .ecom__heading a{font-size: 20px;font-family: 'Lato-Regular', sans-serif;}}.ecom-core.ecom-122qokwvfh{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-122qokwvfh{padding-bottom: 0px !important;margin-left: 20px !important;}}.ecom-core.ecom-77xyl8dymsb{margin-top: 25px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-77xyl8dymsb{margin-top: 25px !important;}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-m2av1wh7nc{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-m2av1wh7nc{width: 100%;}}html body .ecom-core.ecom-h970p8dv2yb .ecom-core.ecom-m2av1wh7nc>div.core__column--wrapper{padding-right: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-h970p8dv2yb .ecom-core.ecom-m2av1wh7nc>div.core__column--wrapper{padding-left: 0px !important;}}.ecom-core.ecom-nlgyygohx1>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-nlgyygohx1{margin-bottom: -40px !important;}.ecom-core.ecom-eqqirztdvdj{width: 100.00%;}.ecom-core.ecom-eqqirztdvdj>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-eqqirztdvdj{width: 100%;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-8wff09l05z{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8wff09l05z > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-8wff09l05z{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8wff09l05z{margin-top: -35px !important;}.ecom-core.ecom-8wff09l05z > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-cfl09mi3vm{width: 50.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cfl09mi3vm{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-h970p8dv2yb .ecom-core.ecom-cfl09mi3vm>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-qhoh25eyckc .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-qhoh25eyckc .ecom__element--button, .ecom-core.ecom-qhoh25eyckc .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-qhoh25eyckc .ecom__element--button{font-family: 'Urbanist', sans-serif;font-size: 16px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;font-style: normal;text-transform: none;width: 30%;color: #000;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #3c3c3c;border-radius: 0px;transition-duration: 400ms;;;padding: 18px 32px 18px 32px;}.ecom-core.ecom-qhoh25eyckc .ecom__element--button:hover{color: #fff;background-color: #000000;border-style: solid;border-width: 1px;border-color: #000;cursor: pointer;}.ecom-core.ecom-qhoh25eyckc .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qhoh25eyckc .ecom__element--button{padding: 13px 25px 13px 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qhoh25eyckc .ecom-button-default{justify-content: center;}.ecom-core.ecom-qhoh25eyckc .ecom__element--button{font-size: 15px;font-family: 'Lato', sans-serif;width: 200px;height: 40px;min-height: 40px;color: #3c3c3c;padding: 13px 0px 13px 0px;}}.ecom-core.ecom-qhoh25eyckc{margin-top: 0px !important;padding-bottom: 0 !important;width: 40%;max-width:40%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qhoh25eyckc{margin-top: -20px !important;padding-bottom: 0px !important;width: 100%;max-width:100%;}}.ecom-core.ecom-qs4nzj6ooj{width: 50.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qs4nzj6ooj{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-h970p8dv2yb .ecom-core.ecom-qs4nzj6ooj>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;margin-top: -5px !important;}}.ecom-core.ecom-063dg9qjovt .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-063dg9qjovt .ecom-content-item{align-content: center;align-items: center;display: flex;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-063dg9qjovt .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-next svg{height: 22px;width: 22px;}.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-next{color: #3c3c3c;background-color: rgba(120, 120, 120, 0.26);border-style: none;border-radius: 50%;padding: 12px;}.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-next:hover{color: rgba(17, 24, 39, 0.5);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-063dg9qjovt .ecom-slider--container .ecom-swiper-button-next{background-color: rgba(255, 255, 255, 0.39);padding: 8px;margin: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-063dg9qjovt{margin-top: 0px !important;margin-left: 10px !important;}}.ecom-core.ecom-yedhkgkbvfk .ecom-text--more-actions button ,.ecom-core.ecom-yedhkgkbvfk .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-yedhkgkbvfk .text-content,.ecom-core.ecom-yedhkgkbvfk  .text-content a,.ecom-core.ecom-yedhkgkbvfk  .text-content p,.ecom-core.ecom-yedhkgkbvfk  .text-content span{text-align: left;color: #666666;}.ecom-core.ecom-yedhkgkbvfk .text-content,.ecom-core.ecom-yedhkgkbvfk .text-content a,.ecom-core.ecom-yedhkgkbvfk  .text-content a,.ecom-core.ecom-yedhkgkbvfk  .text-content a a,.ecom-core.ecom-yedhkgkbvfk  .text-content p,.ecom-core.ecom-yedhkgkbvfk  .text-content p a,.ecom-core.ecom-yedhkgkbvfk  .text-content span,.ecom-core.ecom-yedhkgkbvfk  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 500;}.ecom-core.ecom-yedhkgkbvfk .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-yedhkgkbvfk .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-yedhkgkbvfk .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-yedhkgkbvfk .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yedhkgkbvfk .text-content,.ecom-core.ecom-yedhkgkbvfk .text-content a,.ecom-core.ecom-yedhkgkbvfk  .text-content a,.ecom-core.ecom-yedhkgkbvfk  .text-content a a,.ecom-core.ecom-yedhkgkbvfk  .text-content p,.ecom-core.ecom-yedhkgkbvfk  .text-content p a,.ecom-core.ecom-yedhkgkbvfk  .text-content span,.ecom-core.ecom-yedhkgkbvfk  .text-content span a{font-size: 12px;}}.ecom-core.ecom-yedhkgkbvfk{padding-bottom: 0px !important;margin-top: 0px !important;}.ecom-core.ecom-h1yidhdgpzr .ecom-text--more-actions button ,.ecom-core.ecom-h1yidhdgpzr .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-h1yidhdgpzr .text-content,.ecom-core.ecom-h1yidhdgpzr  .text-content a,.ecom-core.ecom-h1yidhdgpzr  .text-content p,.ecom-core.ecom-h1yidhdgpzr  .text-content span{text-align: center;color: #3C3C3C;}.ecom-core.ecom-h1yidhdgpzr .text-content,.ecom-core.ecom-h1yidhdgpzr .text-content a,.ecom-core.ecom-h1yidhdgpzr  .text-content a,.ecom-core.ecom-h1yidhdgpzr  .text-content a a,.ecom-core.ecom-h1yidhdgpzr  .text-content p,.ecom-core.ecom-h1yidhdgpzr  .text-content p a,.ecom-core.ecom-h1yidhdgpzr  .text-content span,.ecom-core.ecom-h1yidhdgpzr  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 700;text-decoration: underline;}.ecom-core.ecom-h1yidhdgpzr .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-h1yidhdgpzr .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-h1yidhdgpzr .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-h1yidhdgpzr .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h1yidhdgpzr .text-content,.ecom-core.ecom-h1yidhdgpzr  .text-content a,.ecom-core.ecom-h1yidhdgpzr  .text-content p,.ecom-core.ecom-h1yidhdgpzr  .text-content span{text-align: left;}.ecom-core.ecom-h1yidhdgpzr .text-content,.ecom-core.ecom-h1yidhdgpzr .text-content a,.ecom-core.ecom-h1yidhdgpzr  .text-content a,.ecom-core.ecom-h1yidhdgpzr  .text-content a a,.ecom-core.ecom-h1yidhdgpzr  .text-content p,.ecom-core.ecom-h1yidhdgpzr  .text-content p a,.ecom-core.ecom-h1yidhdgpzr  .text-content span,.ecom-core.ecom-h1yidhdgpzr  .text-content span a{font-size: 14px;font-family: 'Lato', sans-serif;text-decoration: none;}}.ecom-core.ecom-h1yidhdgpzr{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h1yidhdgpzr{padding-bottom: 0 !important;margin-top: 5px !important;}}.ecom-core.ecom-jtmmfcjbym .ecom-image-align{align-items: center;}.ecom-core.ecom-jtmmfcjbym .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-jtmmfcjbym .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-jtmmfcjbym .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-jtmmfcjbym .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-jtmmfcjbym .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-jtmmfcjbym .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-jtmmfcjbym{padding-bottom: 0px !important;}}.ecom-core.ecom-daknuzag7l6 .ecom-text--more-actions button ,.ecom-core.ecom-daknuzag7l6 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-daknuzag7l6 .text-content,.ecom-core.ecom-daknuzag7l6  .text-content a,.ecom-core.ecom-daknuzag7l6  .text-content p,.ecom-core.ecom-daknuzag7l6  .text-content span{text-align: left;color: #666666;}.ecom-core.ecom-daknuzag7l6 .text-content,.ecom-core.ecom-daknuzag7l6 .text-content a,.ecom-core.ecom-daknuzag7l6  .text-content a,.ecom-core.ecom-daknuzag7l6  .text-content a a,.ecom-core.ecom-daknuzag7l6  .text-content p,.ecom-core.ecom-daknuzag7l6  .text-content p a,.ecom-core.ecom-daknuzag7l6  .text-content span,.ecom-core.ecom-daknuzag7l6  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 500;}.ecom-core.ecom-daknuzag7l6 .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-daknuzag7l6 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-daknuzag7l6 .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-daknuzag7l6 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-daknuzag7l6 .text-content,.ecom-core.ecom-daknuzag7l6 .text-content a,.ecom-core.ecom-daknuzag7l6  .text-content a,.ecom-core.ecom-daknuzag7l6  .text-content a a,.ecom-core.ecom-daknuzag7l6  .text-content p,.ecom-core.ecom-daknuzag7l6  .text-content p a,.ecom-core.ecom-daknuzag7l6  .text-content span,.ecom-core.ecom-daknuzag7l6  .text-content span a{font-size: 12px;}}.ecom-core.ecom-daknuzag7l6{padding-bottom: 0px !important;margin-top: 0px !important;}.ecom-core.ecom-nocfjdar5ls .ecom-text--more-actions button ,.ecom-core.ecom-nocfjdar5ls .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-nocfjdar5ls .text-content,.ecom-core.ecom-nocfjdar5ls  .text-content a,.ecom-core.ecom-nocfjdar5ls  .text-content p,.ecom-core.ecom-nocfjdar5ls  .text-content span{text-align: center;color: #3C3C3C;}.ecom-core.ecom-nocfjdar5ls .text-content,.ecom-core.ecom-nocfjdar5ls .text-content a,.ecom-core.ecom-nocfjdar5ls  .text-content a,.ecom-core.ecom-nocfjdar5ls  .text-content a a,.ecom-core.ecom-nocfjdar5ls  .text-content p,.ecom-core.ecom-nocfjdar5ls  .text-content p a,.ecom-core.ecom-nocfjdar5ls  .text-content span,.ecom-core.ecom-nocfjdar5ls  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 700;text-decoration: underline;}.ecom-core.ecom-nocfjdar5ls .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-nocfjdar5ls .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-nocfjdar5ls .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-nocfjdar5ls .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nocfjdar5ls .text-content,.ecom-core.ecom-nocfjdar5ls  .text-content a,.ecom-core.ecom-nocfjdar5ls  .text-content p,.ecom-core.ecom-nocfjdar5ls  .text-content span{text-align: left;}.ecom-core.ecom-nocfjdar5ls .text-content,.ecom-core.ecom-nocfjdar5ls .text-content a,.ecom-core.ecom-nocfjdar5ls  .text-content a,.ecom-core.ecom-nocfjdar5ls  .text-content a a,.ecom-core.ecom-nocfjdar5ls  .text-content p,.ecom-core.ecom-nocfjdar5ls  .text-content p a,.ecom-core.ecom-nocfjdar5ls  .text-content span,.ecom-core.ecom-nocfjdar5ls  .text-content span a{font-size: 14px;font-family: 'Lato', sans-serif;text-decoration: none;}}.ecom-core.ecom-nocfjdar5ls{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nocfjdar5ls{padding-bottom: 0 !important;margin-top: 5px !important;}}.ecom-core.ecom-e9hix3wrj6s .ecom-image-align{align-items: center;}.ecom-core.ecom-e9hix3wrj6s .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-e9hix3wrj6s .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-e9hix3wrj6s .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-e9hix3wrj6s .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-e9hix3wrj6s .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-e9hix3wrj6s .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-e9hix3wrj6s{padding-bottom: 0px !important;}}.ecom-core.ecom-z182115qtqd .ecom-text--more-actions button ,.ecom-core.ecom-z182115qtqd .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-z182115qtqd .text-content,.ecom-core.ecom-z182115qtqd  .text-content a,.ecom-core.ecom-z182115qtqd  .text-content p,.ecom-core.ecom-z182115qtqd  .text-content span{text-align: left;color: #666666;}.ecom-core.ecom-z182115qtqd .text-content,.ecom-core.ecom-z182115qtqd .text-content a,.ecom-core.ecom-z182115qtqd  .text-content a,.ecom-core.ecom-z182115qtqd  .text-content a a,.ecom-core.ecom-z182115qtqd  .text-content p,.ecom-core.ecom-z182115qtqd  .text-content p a,.ecom-core.ecom-z182115qtqd  .text-content span,.ecom-core.ecom-z182115qtqd  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 500;}.ecom-core.ecom-z182115qtqd .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-z182115qtqd .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-z182115qtqd .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-z182115qtqd .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z182115qtqd .text-content,.ecom-core.ecom-z182115qtqd .text-content a,.ecom-core.ecom-z182115qtqd  .text-content a,.ecom-core.ecom-z182115qtqd  .text-content a a,.ecom-core.ecom-z182115qtqd  .text-content p,.ecom-core.ecom-z182115qtqd  .text-content p a,.ecom-core.ecom-z182115qtqd  .text-content span,.ecom-core.ecom-z182115qtqd  .text-content span a{font-size: 12px;}}.ecom-core.ecom-z182115qtqd{padding-bottom: 0px !important;margin-top: 0px !important;}.ecom-core.ecom-5t4pknna4vi .ecom-text--more-actions button ,.ecom-core.ecom-5t4pknna4vi .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-5t4pknna4vi .text-content,.ecom-core.ecom-5t4pknna4vi  .text-content a,.ecom-core.ecom-5t4pknna4vi  .text-content p,.ecom-core.ecom-5t4pknna4vi  .text-content span{text-align: center;color: #3C3C3C;}.ecom-core.ecom-5t4pknna4vi .text-content,.ecom-core.ecom-5t4pknna4vi .text-content a,.ecom-core.ecom-5t4pknna4vi  .text-content a,.ecom-core.ecom-5t4pknna4vi  .text-content a a,.ecom-core.ecom-5t4pknna4vi  .text-content p,.ecom-core.ecom-5t4pknna4vi  .text-content p a,.ecom-core.ecom-5t4pknna4vi  .text-content span,.ecom-core.ecom-5t4pknna4vi  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 700;text-decoration: underline;}.ecom-core.ecom-5t4pknna4vi .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-5t4pknna4vi .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-5t4pknna4vi .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-5t4pknna4vi .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5t4pknna4vi .text-content,.ecom-core.ecom-5t4pknna4vi  .text-content a,.ecom-core.ecom-5t4pknna4vi  .text-content p,.ecom-core.ecom-5t4pknna4vi  .text-content span{text-align: left;}.ecom-core.ecom-5t4pknna4vi .text-content,.ecom-core.ecom-5t4pknna4vi .text-content a,.ecom-core.ecom-5t4pknna4vi  .text-content a,.ecom-core.ecom-5t4pknna4vi  .text-content a a,.ecom-core.ecom-5t4pknna4vi  .text-content p,.ecom-core.ecom-5t4pknna4vi  .text-content p a,.ecom-core.ecom-5t4pknna4vi  .text-content span,.ecom-core.ecom-5t4pknna4vi  .text-content span a{font-size: 14px;font-family: 'Lato', sans-serif;text-decoration: none;}}.ecom-core.ecom-5t4pknna4vi{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5t4pknna4vi{padding-bottom: 0 !important;margin-top: 5px !important;}}.ecom-core.ecom-mcz809i9xyh .ecom-image-align{align-items: center;}.ecom-core.ecom-mcz809i9xyh .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-mcz809i9xyh .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-mcz809i9xyh .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-mcz809i9xyh .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-mcz809i9xyh .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-mcz809i9xyh .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-mcz809i9xyh{padding-bottom: 0px !important;}}.ecom-core.ecom-vwcx5csfof>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-vwcx5csfof{padding-right: 10px !important;padding-left: 10px !important;}.ecom-core.ecom-4yys0th09pm{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4yys0th09pm{width: 100%;}}.ecom-core.ecom-v9qnbc9sbx8 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-v9qnbc9sbx8 .element__heading .ecom__heading,.ecom-core.ecom-v9qnbc9sbx8 .element__heading .ecom__heading a{font-weight: 600;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-v9qnbc9sbx8  .element__heading .ecom__heading,.ecom-core.ecom-v9qnbc9sbx8  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v9qnbc9sbx8 .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v9qnbc9sbx8 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-v9qnbc9sbx8 .element__heading .ecom__heading,.ecom-core.ecom-v9qnbc9sbx8 .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-v9qnbc9sbx8{padding-bottom: 0px !important;margin-top: 0px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v9qnbc9sbx8{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v9qnbc9sbx8{padding-bottom: 0px !important;margin-left: 20px !important;display: block;}}.ecom-core.ecom-h970p8dv2yb{padding-bottom: 0px !important;margin-top: -70px !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h970p8dv2yb div.core__row--columns{flex-direction: row;}.ecom-core.ecom-h970p8dv2yb{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h970p8dv2yb{margin-top: 25px !important;padding-bottom: 0px !important;}.ecom-core.ecom-h970p8dv2yb div.core__row--columns{flex-direction: row;}} .ecom-core.ecom-h970p8dv2yb .ecom-core.ecom-35ave9bqng1 .tabs__body{
    padding: 0 !important;
}
.ecom-core.ecom-dkehvbompsa{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dkehvbompsa{width: 100%;}}.ecom-core.ecom-rupipewucf{text-align: left;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rupipewucf{padding-left: 20px !important;}}.ecom-core.ecom-yk9ywz7nlh .ecom-text--more-actions button ,.ecom-core.ecom-yk9ywz7nlh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-yk9ywz7nlh .text-content,.ecom-core.ecom-yk9ywz7nlh  .text-content a,.ecom-core.ecom-yk9ywz7nlh  .text-content p,.ecom-core.ecom-yk9ywz7nlh  .text-content span{text-align: left;color: #3c3c3c;}.ecom-core.ecom-yk9ywz7nlh .text-content,.ecom-core.ecom-yk9ywz7nlh .text-content a,.ecom-core.ecom-yk9ywz7nlh  .text-content a,.ecom-core.ecom-yk9ywz7nlh  .text-content a a,.ecom-core.ecom-yk9ywz7nlh  .text-content p,.ecom-core.ecom-yk9ywz7nlh  .text-content p a,.ecom-core.ecom-yk9ywz7nlh  .text-content span,.ecom-core.ecom-yk9ywz7nlh  .text-content span a{font-size: 15px;font-family: 'Lato', sans-serif;}.ecom-core.ecom-yk9ywz7nlh .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-yk9ywz7nlh .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-yk9ywz7nlh .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-yk9ywz7nlh .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yk9ywz7nlh .text-content,.ecom-core.ecom-yk9ywz7nlh  .text-content a,.ecom-core.ecom-yk9ywz7nlh  .text-content p,.ecom-core.ecom-yk9ywz7nlh  .text-content span{text-align: left;}.ecom-core.ecom-yk9ywz7nlh .text-content,.ecom-core.ecom-yk9ywz7nlh .text-content a,.ecom-core.ecom-yk9ywz7nlh  .text-content a,.ecom-core.ecom-yk9ywz7nlh  .text-content a a,.ecom-core.ecom-yk9ywz7nlh  .text-content p,.ecom-core.ecom-yk9ywz7nlh  .text-content p a,.ecom-core.ecom-yk9ywz7nlh  .text-content span,.ecom-core.ecom-yk9ywz7nlh  .text-content span a{font-size: 13px;}}.ecom-core.ecom-yk9ywz7nlh{margin-top: 10px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yk9ywz7nlh{padding-bottom: 0px !important;padding-left: 20px !important;}}.ecom-core.ecom-58dgikowksc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-58dgikowksc .element__heading .ecom__heading,.ecom-core.ecom-58dgikowksc .element__heading .ecom__heading a{font-weight: 600;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-58dgikowksc  .element__heading .ecom__heading,.ecom-core.ecom-58dgikowksc  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-58dgikowksc .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-58dgikowksc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-58dgikowksc .element__heading .ecom__heading,.ecom-core.ecom-58dgikowksc .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-58dgikowksc{padding-bottom: 0px !important;margin-top: 0px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-58dgikowksc{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-58dgikowksc{padding-bottom: 0 !important;margin-top: 25px !important;margin-left: 20px !important;display: block;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-aoiv9ssjsnc{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aoiv9ssjsnc div.core__row--columns{flex-direction: row;}.ecom-core.ecom-aoiv9ssjsnc{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aoiv9ssjsnc div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-hn84vxz0d8q{width: 100%;}.ecom-core.ecom-hn84vxz0d8q>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-hn84vxz0d8q{width: 100%;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-96p2cjmmwom{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-96p2cjmmwom{padding-bottom: 0 !important;}}.ecom-core.ecom-qwwhqad9u5{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qwwhqad9u5{display: none;}}.ecom-core.ecom-78k0nuwmoc9>div.core__row--columns{height: auto;}.ecom-core.ecom-78k0nuwmoc9>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 376px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-78k0nuwmoc9>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 280px;}}.ecom-core.ecom-78k0nuwmoc9{background: url('/cdn/shop/files/97128d96a1a4b8ba1f765bf30134f529_fa26bd90-ac46-4008-a8ac-f4b567e7b27a.jpg?v=1730877413') no-repeat scroll center center/contain;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-78k0nuwmoc9{background: url('/cdn/shop/files/97128d96a1a4b8ba1f765bf30134f529_913dfbf7-6dff-436f-af08-c37117a764ba.jpg?v=1730944088') no-repeat scroll center center/cover;}}.ecom-core.ecom-78k0nuwmoc9{padding-bottom: 0px !important;margin-top: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-78k0nuwmoc9{margin-top: 0px !important;}}
.ecom-core.ecom-6g4cpsedojl{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6g4cpsedojl{width: 100%;}}.ecom-core.ecom-6g4cpsedojl>.core__column--wrapper{background-color: #FDF8F0;}html body .ecom-core.ecom-g93vs24fg .ecom-core.ecom-6g4cpsedojl>div.core__column--wrapper{padding-top: 100px !important;padding-bottom: 100px !important;}.ecom-core.ecom-gyai7vxxlsj .ecom__element--button-icon{order: -1;}.ecom-core.ecom-gyai7vxxlsj .ecom-text--more-actions button ,.ecom-core.ecom-gyai7vxxlsj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-gyai7vxxlsj .text-content,.ecom-core.ecom-gyai7vxxlsj  .text-content a,.ecom-core.ecom-gyai7vxxlsj  .text-content p,.ecom-core.ecom-gyai7vxxlsj  .text-content span{text-align: left;color: #3c3c3c;}.ecom-core.ecom-gyai7vxxlsj .text-content,.ecom-core.ecom-gyai7vxxlsj .text-content a,.ecom-core.ecom-gyai7vxxlsj  .text-content a,.ecom-core.ecom-gyai7vxxlsj  .text-content a a,.ecom-core.ecom-gyai7vxxlsj  .text-content p,.ecom-core.ecom-gyai7vxxlsj  .text-content p a,.ecom-core.ecom-gyai7vxxlsj  .text-content span,.ecom-core.ecom-gyai7vxxlsj  .text-content span a{font-size: 15px;font-family: 'Lato', sans-serif;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-more-btn{justify-content: center;font-size: 17px;font-family: 'Lato-Regular', sans-serif;width: 15%;height: 39px;min-height: 39px;color: #333333;border-style: solid;border-width: 2px;border-color: #333333;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;margin-top: 20px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-more-btn:hover{width: 15%;height: 39px;min-height: 39px;color: #fff;background-color: #3c3c3c;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-less-btn{justify-content: center;font-family: 'Lato-Regular', sans-serif;font-size: 16px;width: 15%;height: 39px;min-height: 39px;color: #333333;border-style: solid;border-width: 2px;border-color: #333333;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;margin-top: 20px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-less-btn:hover{width: 15%;height: 39px;min-height: 39px;color: #fff;background-color: #3c3c3c;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-more-btn{width: 210px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-more-btn:hover{width: 210px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-less-btn{width: 210px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-less-btn:hover{width: 210px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gyai7vxxlsj .text-content,.ecom-core.ecom-gyai7vxxlsj  .text-content a,.ecom-core.ecom-gyai7vxxlsj  .text-content p,.ecom-core.ecom-gyai7vxxlsj  .text-content span{text-align: center;}.ecom-core.ecom-gyai7vxxlsj .text-content,.ecom-core.ecom-gyai7vxxlsj .text-content a,.ecom-core.ecom-gyai7vxxlsj  .text-content a,.ecom-core.ecom-gyai7vxxlsj  .text-content a a,.ecom-core.ecom-gyai7vxxlsj  .text-content p,.ecom-core.ecom-gyai7vxxlsj  .text-content p a,.ecom-core.ecom-gyai7vxxlsj  .text-content span,.ecom-core.ecom-gyai7vxxlsj  .text-content span a{font-size: 13px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-more-btn{justify-content: center;font-size: 15px;width: 180px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-more-btn:hover{width: 180px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-less-btn{justify-content: center;font-size: 15px;width: 180px;}.ecom-core.ecom-gyai7vxxlsj .ecom-text_view-less-btn:hover{width: 180px;}}.ecom-core.ecom-gyai7vxxlsj{margin-top: 10px !important;padding-right: 75px !important;padding-bottom: 0 !important;padding-left: 75px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gyai7vxxlsj{padding-bottom: 0 !important;display: none;}} 
.ecom-core.ecom-gyai7vxxlsj .ecom-text--more-actions{
display: flex;
justify-content: center;
}
.ecom-core.ecom-gyai7vxxlsj .ecom-text--less-actions{
display: flex;
justify-content: center;
}.ecom-core.ecom-putm3riwslo .ecom__element--button-icon{order: -1;}.ecom-core.ecom-putm3riwslo .ecom-text--more-actions button ,.ecom-core.ecom-putm3riwslo .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-putm3riwslo .text-content,.ecom-core.ecom-putm3riwslo  .text-content a,.ecom-core.ecom-putm3riwslo  .text-content p,.ecom-core.ecom-putm3riwslo  .text-content span{text-align: center;color: #3c3c3c;}.ecom-core.ecom-putm3riwslo .text-content,.ecom-core.ecom-putm3riwslo .text-content a,.ecom-core.ecom-putm3riwslo  .text-content a,.ecom-core.ecom-putm3riwslo  .text-content a a,.ecom-core.ecom-putm3riwslo  .text-content p,.ecom-core.ecom-putm3riwslo  .text-content p a,.ecom-core.ecom-putm3riwslo  .text-content span,.ecom-core.ecom-putm3riwslo  .text-content span a{font-size: 15px;font-family: 'Lato', sans-serif;}.ecom-core.ecom-putm3riwslo .ecom-text_view-more-btn{justify-content: center;font-size: 17px;font-family: 'Lato-Regular', sans-serif;width: 15%;height: 39px;min-height: 39px;color: #333333;border-style: solid;border-width: 2px;border-color: #333333;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;margin-top: 20px;}.ecom-core.ecom-putm3riwslo .ecom-text_view-more-btn:hover{width: 15%;height: 39px;min-height: 39px;color: #333333;}.ecom-core.ecom-putm3riwslo .ecom-text_view-less-btn{justify-content: center;font-family: 'Lato-Regular', sans-serif;font-size: 16px;width: 15%;height: 39px;min-height: 39px;color: #333333;border-style: solid;border-width: 2px;border-color: #333333;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;margin-top: 20px;}.ecom-core.ecom-putm3riwslo .ecom-text_view-less-btn:hover{width: 15%;height: 39px;min-height: 39px;color: #333333;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-putm3riwslo .text-content,.ecom-core.ecom-putm3riwslo  .text-content a,.ecom-core.ecom-putm3riwslo  .text-content p,.ecom-core.ecom-putm3riwslo  .text-content span{text-align: left;}.ecom-core.ecom-putm3riwslo .text-content,.ecom-core.ecom-putm3riwslo .text-content a,.ecom-core.ecom-putm3riwslo  .text-content a,.ecom-core.ecom-putm3riwslo  .text-content a a,.ecom-core.ecom-putm3riwslo  .text-content p,.ecom-core.ecom-putm3riwslo  .text-content p a,.ecom-core.ecom-putm3riwslo  .text-content span,.ecom-core.ecom-putm3riwslo  .text-content span a{font-size: 13px;}.ecom-core.ecom-putm3riwslo .ecom-text_view-more-btn{justify-content: center;font-size: 15px;width: 180px;}.ecom-core.ecom-putm3riwslo .ecom-text_view-more-btn:hover{width: 180px;color: #fff;background-color: #3c3c3c;}.ecom-core.ecom-putm3riwslo .ecom-text_view-less-btn{justify-content: center;font-size: 15px;width: 180px;}.ecom-core.ecom-putm3riwslo .ecom-text_view-less-btn:hover{width: 180px;color: #fff;background-color: #3c3c3c;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-putm3riwslo{margin-top: 10px !important;padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-putm3riwslo{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-putm3riwslo{padding-bottom: 0 !important;}} .ecom-core.ecom-putm3riwslo function x(){	console.log("Hello world!");}
.ecom-core.ecom-putm3riwslo button.ecom-text_view-less-btn,.ecom-core.ecom-putm3riwslo button.ecom-text_view-more-btn{
justify-content: center !important;
}.ecom-core.ecom-hyf6n2gn8l5 .ecom-text--more-actions button ,.ecom-core.ecom-hyf6n2gn8l5 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-hyf6n2gn8l5 .text-content,.ecom-core.ecom-hyf6n2gn8l5  .text-content a,.ecom-core.ecom-hyf6n2gn8l5  .text-content p,.ecom-core.ecom-hyf6n2gn8l5  .text-content span{text-align: center;color: #3c3c3c;}.ecom-core.ecom-hyf6n2gn8l5 .text-content,.ecom-core.ecom-hyf6n2gn8l5 .text-content a,.ecom-core.ecom-hyf6n2gn8l5  .text-content a,.ecom-core.ecom-hyf6n2gn8l5  .text-content a a,.ecom-core.ecom-hyf6n2gn8l5  .text-content p,.ecom-core.ecom-hyf6n2gn8l5  .text-content p a,.ecom-core.ecom-hyf6n2gn8l5  .text-content span,.ecom-core.ecom-hyf6n2gn8l5  .text-content span a{font-size: 15px;font-family: 'Lato', sans-serif;}.ecom-core.ecom-hyf6n2gn8l5 .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-hyf6n2gn8l5 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-hyf6n2gn8l5 .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-hyf6n2gn8l5 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hyf6n2gn8l5 .text-content,.ecom-core.ecom-hyf6n2gn8l5  .text-content a,.ecom-core.ecom-hyf6n2gn8l5  .text-content p,.ecom-core.ecom-hyf6n2gn8l5  .text-content span{text-align: left;}.ecom-core.ecom-hyf6n2gn8l5 .text-content,.ecom-core.ecom-hyf6n2gn8l5 .text-content a,.ecom-core.ecom-hyf6n2gn8l5  .text-content a,.ecom-core.ecom-hyf6n2gn8l5  .text-content a a,.ecom-core.ecom-hyf6n2gn8l5  .text-content p,.ecom-core.ecom-hyf6n2gn8l5  .text-content p a,.ecom-core.ecom-hyf6n2gn8l5  .text-content span,.ecom-core.ecom-hyf6n2gn8l5  .text-content span a{font-size: 13px;}}.ecom-core.ecom-hyf6n2gn8l5{margin-top: 10px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hyf6n2gn8l5{padding-bottom: 0px !important;margin-bottom: 25px !important;}}.ecom-core.ecom-owy8svllrmq .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-owy8svllrmq .element__heading .ecom__heading,.ecom-core.ecom-owy8svllrmq .element__heading .ecom__heading a{font-weight: 600;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-owy8svllrmq  .element__heading .ecom__heading,.ecom-core.ecom-owy8svllrmq  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-owy8svllrmq .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-owy8svllrmq .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-owy8svllrmq .element__heading .ecom__heading,.ecom-core.ecom-owy8svllrmq .element__heading .ecom__heading a{font-size: 18px;}}.ecom-core.ecom-owy8svllrmq{padding-bottom: 0 !important;}.ecom-core.ecom-g93vs24fg{margin-top: 50px !important;margin-bottom: 50px !important;}
.ecom-core.ecom-xi1t40771sq{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xi1t40771sq{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-venhigzvr1k > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-venhigzvr1k > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-venhigzvr1k{display: none;}}.ecom-core.ecom-tvqmfbvyim{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tvqmfbvyim{width: 100%;}}.ecom-core.ecom-18rh9olxis1 .ecom-text--more-actions button ,.ecom-core.ecom-18rh9olxis1 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-18rh9olxis1 .text-content,.ecom-core.ecom-18rh9olxis1  .text-content a,.ecom-core.ecom-18rh9olxis1  .text-content p,.ecom-core.ecom-18rh9olxis1  .text-content span{text-align: center;color: #999999;}.ecom-core.ecom-18rh9olxis1 .text-content,.ecom-core.ecom-18rh9olxis1 .text-content a,.ecom-core.ecom-18rh9olxis1  .text-content a,.ecom-core.ecom-18rh9olxis1  .text-content a a,.ecom-core.ecom-18rh9olxis1  .text-content p,.ecom-core.ecom-18rh9olxis1  .text-content p a,.ecom-core.ecom-18rh9olxis1  .text-content span,.ecom-core.ecom-18rh9olxis1  .text-content span a{font-family: 'Lato', sans-serif;font-size: 12px;}.ecom-core.ecom-18rh9olxis1 .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-18rh9olxis1 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-18rh9olxis1 .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-18rh9olxis1 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-18rh9olxis1{padding-bottom: 0 !important;margin-top: 0px !important;}.ecom-core.ecom-kjgsi1lj5g .ecom-text--more-actions button ,.ecom-core.ecom-kjgsi1lj5g .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-kjgsi1lj5g .text-content,.ecom-core.ecom-kjgsi1lj5g  .text-content a,.ecom-core.ecom-kjgsi1lj5g  .text-content p,.ecom-core.ecom-kjgsi1lj5g  .text-content span{text-align: center;color: #3C3C3C;}.ecom-core.ecom-kjgsi1lj5g .text-content,.ecom-core.ecom-kjgsi1lj5g .text-content a,.ecom-core.ecom-kjgsi1lj5g  .text-content a,.ecom-core.ecom-kjgsi1lj5g  .text-content a a,.ecom-core.ecom-kjgsi1lj5g  .text-content p,.ecom-core.ecom-kjgsi1lj5g  .text-content p a,.ecom-core.ecom-kjgsi1lj5g  .text-content span,.ecom-core.ecom-kjgsi1lj5g  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 700;}.ecom-core.ecom-kjgsi1lj5g .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-kjgsi1lj5g .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-kjgsi1lj5g .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-kjgsi1lj5g .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-kjgsi1lj5g{margin-top: 0px !important;padding-bottom: 0 !important;}.ecom-core.ecom-phzj53a8o8 .ecom-image-align{align-items: center;}.ecom-core.ecom-phzj53a8o8 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-phzj53a8o8 .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-phzj53a8o8 .ecom-base-image .ecom-image-picture picture{height: 40px !important;}.ecom-core.ecom-phzj53a8o8 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-phzj53a8o8 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-phzj53a8o8 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-phzj53a8o8 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-phzj53a8o8 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-0f9p48ksmi9s{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0f9p48ksmi9s{width: 100%;}}.ecom-core.ecom-5c9v8xqk0p4 .ecom-text--more-actions button ,.ecom-core.ecom-5c9v8xqk0p4 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-5c9v8xqk0p4 .text-content,.ecom-core.ecom-5c9v8xqk0p4  .text-content a,.ecom-core.ecom-5c9v8xqk0p4  .text-content p,.ecom-core.ecom-5c9v8xqk0p4  .text-content span{text-align: center;color: #999999;}.ecom-core.ecom-5c9v8xqk0p4 .text-content,.ecom-core.ecom-5c9v8xqk0p4 .text-content a,.ecom-core.ecom-5c9v8xqk0p4  .text-content a,.ecom-core.ecom-5c9v8xqk0p4  .text-content a a,.ecom-core.ecom-5c9v8xqk0p4  .text-content p,.ecom-core.ecom-5c9v8xqk0p4  .text-content p a,.ecom-core.ecom-5c9v8xqk0p4  .text-content span,.ecom-core.ecom-5c9v8xqk0p4  .text-content span a{font-family: 'Lato', sans-serif;font-size: 12px;}.ecom-core.ecom-5c9v8xqk0p4 .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-5c9v8xqk0p4 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-5c9v8xqk0p4 .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-5c9v8xqk0p4 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-5c9v8xqk0p4{padding-bottom: 0 !important;margin-top: 0px !important;}.ecom-core.ecom-wpua1wqwkzp .ecom-text--more-actions button ,.ecom-core.ecom-wpua1wqwkzp .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-wpua1wqwkzp .text-content,.ecom-core.ecom-wpua1wqwkzp  .text-content a,.ecom-core.ecom-wpua1wqwkzp  .text-content p,.ecom-core.ecom-wpua1wqwkzp  .text-content span{text-align: center;color: #3C3C3C;}.ecom-core.ecom-wpua1wqwkzp .text-content,.ecom-core.ecom-wpua1wqwkzp .text-content a,.ecom-core.ecom-wpua1wqwkzp  .text-content a,.ecom-core.ecom-wpua1wqwkzp  .text-content a a,.ecom-core.ecom-wpua1wqwkzp  .text-content p,.ecom-core.ecom-wpua1wqwkzp  .text-content p a,.ecom-core.ecom-wpua1wqwkzp  .text-content span,.ecom-core.ecom-wpua1wqwkzp  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 700;}.ecom-core.ecom-wpua1wqwkzp .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-wpua1wqwkzp .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-wpua1wqwkzp .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-wpua1wqwkzp .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-wpua1wqwkzp{margin-top: 0px !important;padding-bottom: 0 !important;}.ecom-core.ecom-7uo1h143syg .ecom-image-align{align-items: center;}.ecom-core.ecom-7uo1h143syg .ecom-image-default{width: 56px !important;max-width: 100% !important;}.ecom-core.ecom-7uo1h143syg .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-7uo1h143syg .ecom-base-image .ecom-image-picture picture{height: 40px !important;}.ecom-core.ecom-7uo1h143syg .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-7uo1h143syg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-7uo1h143syg .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-7uo1h143syg .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-7uo1h143syg .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-7xa894ppmx{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7xa894ppmx{width: 100%;}}.ecom-core.ecom-13k4ltp9mse .ecom-text--more-actions button ,.ecom-core.ecom-13k4ltp9mse .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-13k4ltp9mse .text-content,.ecom-core.ecom-13k4ltp9mse  .text-content a,.ecom-core.ecom-13k4ltp9mse  .text-content p,.ecom-core.ecom-13k4ltp9mse  .text-content span{text-align: center;color: #999999;}.ecom-core.ecom-13k4ltp9mse .text-content,.ecom-core.ecom-13k4ltp9mse .text-content a,.ecom-core.ecom-13k4ltp9mse  .text-content a,.ecom-core.ecom-13k4ltp9mse  .text-content a a,.ecom-core.ecom-13k4ltp9mse  .text-content p,.ecom-core.ecom-13k4ltp9mse  .text-content p a,.ecom-core.ecom-13k4ltp9mse  .text-content span,.ecom-core.ecom-13k4ltp9mse  .text-content span a{font-family: 'Lato', sans-serif;font-size: 12px;}.ecom-core.ecom-13k4ltp9mse .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-13k4ltp9mse .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-13k4ltp9mse .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-13k4ltp9mse .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-13k4ltp9mse{padding-bottom: 0 !important;margin-top: 0px !important;}.ecom-core.ecom-9d8xt6wqifo .ecom-text--more-actions button ,.ecom-core.ecom-9d8xt6wqifo .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-9d8xt6wqifo .text-content,.ecom-core.ecom-9d8xt6wqifo  .text-content a,.ecom-core.ecom-9d8xt6wqifo  .text-content p,.ecom-core.ecom-9d8xt6wqifo  .text-content span{text-align: center;color: #3C3C3C;}.ecom-core.ecom-9d8xt6wqifo .text-content,.ecom-core.ecom-9d8xt6wqifo .text-content a,.ecom-core.ecom-9d8xt6wqifo  .text-content a,.ecom-core.ecom-9d8xt6wqifo  .text-content a a,.ecom-core.ecom-9d8xt6wqifo  .text-content p,.ecom-core.ecom-9d8xt6wqifo  .text-content p a,.ecom-core.ecom-9d8xt6wqifo  .text-content span,.ecom-core.ecom-9d8xt6wqifo  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 700;}.ecom-core.ecom-9d8xt6wqifo .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-9d8xt6wqifo .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9d8xt6wqifo .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-9d8xt6wqifo .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9d8xt6wqifo{margin-top: 0px !important;padding-bottom: 0 !important;}.ecom-core.ecom-ockrlzw4cml .ecom-image-align{align-items: center;}.ecom-core.ecom-ockrlzw4cml .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-ockrlzw4cml .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-ockrlzw4cml .ecom-base-image .ecom-image-picture picture{height: 40px !important;}.ecom-core.ecom-ockrlzw4cml .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ockrlzw4cml .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-ockrlzw4cml .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ockrlzw4cml .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-rv0apkbpatb{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rv0apkbpatb{width: 100%;}}.ecom-core.ecom-u1a159qtiv .ecom-text--more-actions button ,.ecom-core.ecom-u1a159qtiv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-u1a159qtiv .text-content,.ecom-core.ecom-u1a159qtiv  .text-content a,.ecom-core.ecom-u1a159qtiv  .text-content p,.ecom-core.ecom-u1a159qtiv  .text-content span{text-align: center;color: #999999;}.ecom-core.ecom-u1a159qtiv .text-content,.ecom-core.ecom-u1a159qtiv .text-content a,.ecom-core.ecom-u1a159qtiv  .text-content a,.ecom-core.ecom-u1a159qtiv  .text-content a a,.ecom-core.ecom-u1a159qtiv  .text-content p,.ecom-core.ecom-u1a159qtiv  .text-content p a,.ecom-core.ecom-u1a159qtiv  .text-content span,.ecom-core.ecom-u1a159qtiv  .text-content span a{font-family: 'Lato', sans-serif;font-size: 12px;}.ecom-core.ecom-u1a159qtiv .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-u1a159qtiv .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-u1a159qtiv .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-u1a159qtiv .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-u1a159qtiv{padding-bottom: 0 !important;margin-top: 0px !important;}.ecom-core.ecom-25iiy7gh9ms .ecom-text--more-actions button ,.ecom-core.ecom-25iiy7gh9ms .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-25iiy7gh9ms .text-content,.ecom-core.ecom-25iiy7gh9ms  .text-content a,.ecom-core.ecom-25iiy7gh9ms  .text-content p,.ecom-core.ecom-25iiy7gh9ms  .text-content span{text-align: center;color: #3C3C3C;}.ecom-core.ecom-25iiy7gh9ms .text-content,.ecom-core.ecom-25iiy7gh9ms .text-content a,.ecom-core.ecom-25iiy7gh9ms  .text-content a,.ecom-core.ecom-25iiy7gh9ms  .text-content a a,.ecom-core.ecom-25iiy7gh9ms  .text-content p,.ecom-core.ecom-25iiy7gh9ms  .text-content p a,.ecom-core.ecom-25iiy7gh9ms  .text-content span,.ecom-core.ecom-25iiy7gh9ms  .text-content span a{font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 700;}.ecom-core.ecom-25iiy7gh9ms .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-25iiy7gh9ms .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-25iiy7gh9ms .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-25iiy7gh9ms .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-25iiy7gh9ms{margin-top: 0px !important;}.ecom-core.ecom-uasnurqxg7d .ecom-image-align{align-items: center;}.ecom-core.ecom-uasnurqxg7d .ecom-image-default{width: 56px !important;max-width: 100% !important;}.ecom-core.ecom-uasnurqxg7d .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-uasnurqxg7d .ecom-base-image .ecom-image-picture picture{height: 40px !important;}.ecom-core.ecom-uasnurqxg7d .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-uasnurqxg7d .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-uasnurqxg7d .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-uasnurqxg7d .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-uasnurqxg7d .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-uasnurqxg7d{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uasnurqxg7d{padding-bottom: 0 !important;}}.ecom-core.ecom-vohjta9utsh .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-vohjta9utsh .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-vohjta9utsh .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vohjta9utsh .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-vohjta9utsh .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-vohjta9utsh .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vohjta9utsh .element__featured--box.item-style--list{max-width: 35%;flex: 0 0 35%;}.ecom-core.ecom-vohjta9utsh .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-vohjta9utsh .element__featured--wrapper-list > * + *{margin-left: 10px;}}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box{text-align: center;justify-content: center;}.ecom-core.ecom-vohjta9utsh .ecom-image-default{width: 68px !important;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-img img,.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-vohjta9utsh .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-icon svg{height: 30px;width: 30px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-icon{justify-content: center;}.ecom-core.ecom-vohjta9utsh .element__featured--box-icon svg{margin-bottom: 15px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-title{font-size: 20px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #3c3c3c;margin-bottom: 5px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-text,.ecom-core.ecom-vohjta9utsh .element__featured a{font-size: 14px;font-weight: 400;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-text{color: #999999;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-icon svg{height: 25px;width: 25px;}.ecom-core.ecom-vohjta9utsh .element__featured--box-icon svg{margin-right: 10px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-title{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-icon svg{height: 39px;width: 39px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-title{font-size: 11px;font-family: 'Lato', sans-serif;font-weight: 700;margin-bottom: 10px;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-text,.ecom-core.ecom-vohjta9utsh .element__featured a{font-size: 8px;font-family: 'Lato', sans-serif;}.ecom-core.ecom-vohjta9utsh .element__featured .element__featured--box-text{margin-top: -10px;margin-bottom: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-vohjta9utsh{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vohjta9utsh{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vohjta9utsh{padding-bottom: 0px !important;}}.ecom-core.ecom-8typkdkbdqc{padding-right: 100px !important;padding-left: 100px !important;margin-top: -40px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8typkdkbdqc{padding-right: 0px !important;padding-left: 0px !important;margin-top: -20px !important;margin-bottom: 0px !important;}}

