/** Shopify CDN: Minification failed

Line 258:24 "flex-basix" is not a known CSS property
Line 4553:2 Unexpected "\"type\""
Line 4556:4 Expected identifier but found "\"container\""
Line 4559:60 Unexpected "\"rows\""
Line 4659:4 Expected identifier but found "\"version\""

**/
/* Publish by EComposer at 2025-08-15 23:56:31*//**ECOM-INSERT-CSS**/
                /*.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-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-shopify__couponcodes .ecom-couponcode--list {
                    display: grid;
                }

                .ecom-shopify__couponcodes .ecom-couponcode--item {
                    position: relative;
                    overflow: hidden;
                    margin-right: -1px;
                    padding-right: 1px;
                    -webkit-mask-image: -webkit-radial-gradient(white, black);
                }

                .ecom-couponcode--item .ecom-item__main {
                    border-radius: inherit;
                }

                .ecom-couponcode--item .ecom-item__main.ecom-border-fix__outer {
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 1px;
                    bottom: 0;
                    left: 0;
                    z-index: 0;
                }

                .ecom-couponcode--item .ecom-item__main.ecom-border-fix__content {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: stretch;
                    border-radius: inherit;
                    position: relative;
                    overflow: hidden;
                    z-index: 3;

                    border-color: transparent !important;
                    background-color: transparent !important;
                    margin: -1px;
                }

                .ecom-couponcode--item .ecom-item__reduction,
                .ecom-couponcode--item .ecom-item__body,
                .ecom-couponcode--item .ecom-item__actions {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .ecom-couponcode--item .ecom-item__reduction {
                    flex: 0 0 auto;
                    max-width: 100%;
                    display: flex;
                    align-items: center;
                }

                .ecom-couponcode--item .ecom-item__body {
                    flex-basis: 0;
                    flex-grow: 1;
                }

                .ecom-couponcode--item .ecom-item__reduction-label,
                .ecom-couponcode--item .ecom-item__content {
                    flex: 0 0 100%;
                    width: 100%;
                    max-width: 100%;
                }

                .ecom-couponcode--item .action--copy {
                    display: block;
                    position: relative;
                    border: none;
                }

                .ecom-couponcode--item .action--copy[disabled] {
                    pointer-events: none;
                }

                .ecom-couponcode--item .ecom-item__action-label,
                .ecom-couponcode--item .ecom-item__action-notif {
                    transition: opacity 300ms;
                    display: flex;
                    justify-content: center;
                }

                .ecom-couponcode--item .ecom-item__action-label {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

                .ecom-couponcode--item .action--copy.ecom-copied .ecom-item__action-label,
                .ecom-couponcode--item .ecom-item__action-notif {
                    visibility: hidden;
                    opacity: 0;
                }

                .ecom-couponcode--item .action--copy.ecom-copied .ecom-item__action-notif {
                    visibility: visible;
                    opacity: 1;
                }

                .ecom-couponcode--item .ecom-item__deco-border-wrap {
                    position: absolute;
                    top: 0;
                    right: 1px;
                    bottom: 0;
                    left: 0;
                    border-radius: inherit;
                    overflow: hidden;
                    z-index: 2;
                }

                .ecom-couponcode--item .ecom-item__deco {
                    display: block;
                    border-right: 0;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    z-index: 10;
                    transform: translate(50%, -50%);
                }

                .ecom-couponcode--item .ecom-item__deco::after {
                    content: '';
                    display: block;
                    padding-bottom: 100%;
                }

                .ecom-couponcode--item .ecom-item__deco.item__deco-background {
                    border-color: transparent !important;
                    z-index: 1;
                }

                @media (max-width: 767px) {
                    .ecom-couponcode--item .ecom-item__body,
                    .ecom-couponcode--item .ecom-item__actions {
                        width: 100%;
                        flex-basix: 100%;
                    }

                    .ecom-couponcode--item .ecom-item__action.action--copy {
                        width: 100%;
                    }
                }
                
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                
                ecom-marquee-component {
                    opacity: 0;
                    visibility: hidden;
                    height: 0;
                }
                ecom-marquee-component.show {
                    opacity: 1;
                    visibility: visible;
                    height: auto
                }
                .ecom-text-marquee-container {
                    overflow-x: hidden;
                    display: flex;
                    flex-direction: row;
                    position: relative;
                    width: var(--width);
                    transform: var(--transform);
                }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                .ecom-icon-separator, .ecom-marquee-image {
                    padding-left: 15px;
                    padding-right: 15px;
                    line-height: normal;
                    align-self: center;
                }
            
                  .ecom-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%);
                    }
                  }
              
                .element__divi{
                    /*padding:10px 0;*/
                    overflow:hidden;
                }
                .ecom__element-divi{
                    display:flex;
                }
                .divi-line{
                    /*margin:10px 0;*/
                    border:0;
                    border-bottom: 1px solid #D1D5DB;
                }
                .divi-cont{
                    position:relative;
                    z-index:1;
                    display:flex;
                    align-items:center;
                    transition: all .3s;
                    color: #818a91;
                    width:100%;
                }
                .divi-cont span{
                    display:flex;
                    white-space:nowrap;
                }
                .divi-cont-before{
                    display:block;
                    border:0;
                }
                .divi-cont-after{
                    display:block;
                    border:0;
                }
                .divi-style{
                    padding:0 !important;
                    border-bottom: 2px solid #D1D5DB;
                }
                .divi-cont>*{
                    margin:0;
                }
                .divi-cont svg{
                    width:36px;
                    height:auto;
}
                .line-style-zigzag .divi-line, .line-style-zigzag .divi-cont-before,.line-style-zigzag .divi-cont-after {
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);
                }
                .line-style-curly .divi-line, .line-style-curly .divi-cont-before, .line-style-curly .divi-cont-after{
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);

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

                }

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

                .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                    flex: var(--flex-desktop);
                    width: var(--divider-width);
                }
                @media(max-width: 1024px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-tablet);
                        width: var(--divider-width-tablet);
                    }
                }
                @media(max-width: 767px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-mobile);
                        width: var(--divider-width-mobile);
                    }
                }
            

                    .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-product-single__description--paragraph, .ecom-product-single__description-view-more-btn {
                    overflow: hidden;
                }
                .ecom-product-single__description--paragraph[style*="max-height"] {
                    position: relative;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-text-des.ecom-view-more-enable{
                    position: relative;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-text-des.ecom-view-more-enable:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-html-des.ecom-view-more-enable[style*="max-height"]{
                    position: relative;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-html-des.ecom-view-more-enable[style*="max-height"]:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                }
                .ecom-product-single__description-view-more-btn{
                    cursor:pointer;
                    display:block;
                }
                .ecom-product-single__description-container span {
                    display: inline;
                }
                .ecom-product-single__description--more-actions, .ecom-product-single__description--less-actions{
                    display: flex;
                    position: relative;
                    width: 100%;
                }
                .ecom-product-single__description--more-actions button, .ecom-product-single__description--less-actions button{
                    display: flex;
                    align-items: center;
                    align-content: center;
                }
                .ecom-product-description-tab__items .ecom-product-description-tab__item {
                    margin: 0;
                    list-style: none;
                    padding: 10px;
                    cursor: pointer;
                }
                .ecom-product-description__tabs-wrapper {
                    padding: 5px;
                }
                .ecom-product-description__tabs-wrapper .ecom-product-description-tab__content {
                    display: none;

                }
                .ecom-product-description__tabs-wrapper .ecom-product-description-tab__content.ecom-item-active {
                    display: block;
                }
                .ecom-product-description__accordion{
                    display: flex;
                    flex-direction: column;
                }
                .ecom-product-description__accordion-item{
                    display: flex;
                    flex-direction: column;
                }
                .ecom-product-description__accordion-title{
                    display: flex;
                    width: 100%;
                    flex-direction: row;
                    padding: 0px 32px 0px 32px;
                    margin-top: 16px;
                    align-items: center;
                    cursor: pointer;
                }
                .ecom-product-description__accordion-icon{
                    display: flex;
                    align-items: center;
                    color: #444;
                    margin-right: 25px;
                }
                .ecom-product-description__accordion-icon svg {
                    height: 13px;
                    width: 13px;
                }
                .ecom-product-description__accordion-title-text{
                    display: flex;
                    flex: 1;
                }
                .ecom-product-description__accordion .ecom-product-description__accordion-item {
                    width: 100%;
                    transition: all 500ms ease;
                }
                .ecom-product-description__accordion .ecom-product-description_accordion-content-wrapper{
                    display: flex;
                    width: 100%;
                    align-items: center;
                }
                .ecom-product-description__accordion .ecom-product-description_accordion-content{
                    padding: 0px 32px 0px 70px;
                }
                .ecom-product-description__accordion.ecom-product-description-accordion__body--auto-height .ecom-product-description__accordion-item.ecom-item-active .ecom-accordion__body{
                    height:auto;
                }
                .ecom-product-description__accordion .ecom-product-description__accordion-item.ecom-item-active .ecom-accordion__body{
                    opacity: 1;
                }
                .ecom-product-description__accordion .ecom-product-description__accordion-icon--active {
                    display: none;
                }
                .ecom-product-description__accordion .ecom-accordion__body{
                    display: block;
                    overflow: hidden;
                    margin: 0;
                    border: 0;
                    opacity: 0;
                    box-sizing: border-box;
                    transition:height 300ms ease-out;
                }
                .ecom-product-description__accordion-item.ecom-item-active .ecom-product-description__accordion-icon.ecom-product-description__accordion-icon--active{
                    display:flex;
                }
                .ecom-product-description__accordion-item.ecom-item-active .ecom-product-description__accordion-icon:not(.ecom-product-description__accordion-icon--active){
                    display:none;
                }
                .ecom-items--text>* {
                    font-family: inherit;
                    font-style: inherit;
                    font-weight: inherit;
                    letter-spacing: inherit;
                    color: inherit;
                    line-height: inherit;
                    word-break: inherit;
                    font-size: inherit;
                }
                .ecom-items--text {
                    color: #333;
                }
            
                .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;
                }

            
                    body[ecom-loaded] .ecom__accordion:not(.ecom-accordion-close-all) .ecom-item-active.ecom-accordion__item:first-child > .ecom-accordion__body {
                        height: 100% !important;
                    }
                    body[ecom-loaded] .ecom-accordion__item:not(.ecom-item-active) > .ecom-accordion__body {
                        height: 0 !important;
                    }
                    .ecom-accordion__title-text{
                        flex:1
                    }
                    body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active .core__blocks--body {
                        overflow: inherit;
                    }
                    .core__group--item.ecom-accordion__item {
                        width: 100%;
                        flex:unset !important;
                        transition: all 500ms ease;
                    }
                    .ecom-accordion__item + .ecom-accordion__item {
                        margin-top: -1px;
                    }
                    .ecom-core .ecom-accordion__item >.ecom-accordion__body {
                        overflow: hidden;
                        margin: 0;
                        border: 0;
                        height:0;
                        opacity: 0;
                        /*transition:height 300ms ease-out;*/
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body {
                        opacity: 1 !important;
                    }
                    .core__group--wrapper:not(.ecom-accordion-close-all) .ecom-accordion__item:first-child >.ecom-accordion__body  {
                        display: block;
                    }
                    .ecom-accordion__title {
                        cursor: pointer;
                    }
                    .ecom-accordion_nav--icon {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-accordion_wrapper-info {
                        flex: 1;
                    }
                    .ecom-accordion_wrapper-info svg {
                        width: 20px;
                        height: 20px;
                    }
                    .ecom-accordion_wrapper-info .ecom-accordion_icon-title {
                        display: flex;
                    }

                    .ecom-accordion_nav--icon svg{
                        height:auto;
                    }
                    .ecom-accordion__body > div{
                        padding:0 !important;
                    }
                    .ecom-items-icon-active{
                        display:none;
                    }
                    .ecom-accordion_nav--icon.ecom-items--icon {
                      transition: all .2s ease;
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-accordion_nav--icon{
                        display:none
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-items-icon-active{
                        display:flex;
                    }
                    .ecom-accordion__wrapper .core__group--items{
                        display:flex;
                        flex-wrap:wrap;
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body.ecom-accordion__body--auto-height,
                    .ecom-item-group-init.ecom-item-active > .ecom-accordion__body{
                        height:auto !important;
                    }
                    .ecom-items--icon[data-image="true"]{
                        display: none;
                    }
                
                    .ecom__heading-highlight{
                        /*-webkit-text-fill-color: #000;*/
                        background-position: 100% 100%;
                        background-repeat: no-repeat;
                        position: relative;
                        max-width: 100%;
                    }
                    .ecom__heading-highlight.highlight-animation--typing::after {
                        content: "|";
                        position: absolute;
                        font-weight: 200;
                        color: #000;
                        display: inline-flex;
                        /*-webkit-text-fill-color: #000;*/
                        animation:  blink 1s step-end infinite;
                    }
                    .ecom__heading-highlight.highlight-animation--typing.ecom__heaading-linear-gradient::after{

                    }

                    @keyframes blink {
                        0%, 100% {opacity: 1;}
                        50% {opacity: 0;}
                    }

                    .ecom__heading-highlight.highlight-animation--smooth::after{
                        position: absolute;
                        content: '';
                        width: 2px;
                        height: 100%;
                        background-color: #000;
                        top: 0;
                        right: -5px;
                    }
                    .heading-animation--smooth-item{
                        display: inline-block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        white-space: nowrap;
                        margin: 0;
                        visibility: hidden;
                        opacity:0;
                    }
                    .ecom__heaading-linear-gradient>.heading-animation--smooth-item{
                        background-image: var(--background-image);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }
                    .heading-animation--smooth-item.is-active{
                        position: relative;
                        visibility: visible;
                        opacity:1;
                        overflow: hidden;
                        -webkit-animation: animateSmooth 3s ease-in-out infinite;
                    }
                    @-webkit-keyframes animateSmooth {
                        0% {
                            max-width: 0;
                        }
                        50% {
                            max-width: 2000px;

                        }
                        100% {
                            max-width: 0;
                        }
                    }
                

                a.ecom-product__heading {
                    display: block;
                }
            
                    .ecom-product-single__price-container-grid {
                        display: flex;
                    }
                    .ecom-product-single__price--sale{
                        font-size: 30px;
                        color: rgb(26, 27, 24);
                        display:inline-flex;
                    }
                    .ecom-product-single__price--regular{
                        text-decoration: line-through;
                        color: #6B7280;
                        display:inline-flex;
                    }
                    .ecom-product-single__price--badges-sale{
                        display: none;
                        color:red;
                    }
                    .ecom-product-single__price--badges-sale-pecent{
                        display: block;
                    }
                    .ecom-product-single__price-container .ecom-product-single__price--prices{
                        display:inline-flex;
                        align-items:center;
                        justify-content:center;
                        gap:10px;
                        flex-wrap: wrap;
                    }
                    .ecom-product-single__price-container {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                    }
                    .ecom-product-single-afterpay afterpay-placement{
                        margin:0;
                        padding: 0;
                    }
                
                    .ecom-element-button.ecom-button-default{
                        display:flex;
                    }
                    a.ecom__element--button{
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none;
                        text-align:center
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                
              .ecom-product-single__quantity-wrapper{
                display:flex;
            }
            .ecom-product-single__quantity-container{
                display:flex;

            }
            .ecom-product-single__quantity-controls {
                display: flex;
                align-items: center;
            }
            .ecom-product-single__quantity-controls-button {
                outline: none;
                cursor: pointer;
                border: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0;
                transition: background-color .1s cubic-bezier(.4,0,.6,1);
            }
            .ecom-product-single__quantity-input:focus-visible {
                box-shadow: none;
            }
            .ecom-product-single__quantity-input {
                cursor: text;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: background-color .1s cubic-bezier(.4,0,.6,1);
            }
            .ecom-product-single__quantity-dropdown{
                text-align: left;
                font-weight: 600;
                font-size: 16px;
                line-height: 1.5em;
                text-transform: none;
                font-style: normal;
                text-decoration: none;
                letter-spacing: 0px;
                color: #000;
                width: 136px;
                background-color: #F5F5F5;
                border-style: none;
                border-radius: 0px;
                outline-style: none;
                margin: 0px;
                padding: 11px 15px 11px 15px;
            }
            .ecom-product-single__quantity-wrapper .ecom-product-single__quantity-dropdown-wrapper .ecom-product-single__quantity-dropdown{
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.8875L5 5.8875L0 0.8875L0.8875 3.59526e-07L5 4.1125L9.1125 0L10 0.8875Z' fill='black'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-position: right 22px center;
                background-size: 10px;
            }
            .ecom-product-single__quantity-input::-webkit-outer-spin-button,
                input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            .ecom-product-single__quantity-container {
                width: 100%
            }

                
                    .ecom-add-to-cart__price .ecom-product-single__price--sale{
                        font-size: inherit;
                        color: inherit;
                    }
                    .ecom-product-single__add-to-cart--submit:disabled .ecom-add-to-cart__price{
                        display: none;
                    }
                    .ecom-add-to-cart__money{
                        display: flex;
                    }
                    .ecom-builder .shopify-payment-button__button--hidden{
                        visibility: visible
                    }
                    .ecom-product-single__add-to-cart-payment-terms:empty{
                        display:none;
                    }

                    .ecom-product-single__add-to-cart--submit {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-product-single__add-to-cart--submit[disable] {
                        cursor: not-allowed;
                    }
                    .ecom-product-single__add-to-cart-buttons-wrapper {display: flex;align-items: center;}
                    .ecom-product-single__add-to-cart--submit:hover .ecom__element--button-icon {
                        color: var(--icon-color-hover);
                    }
                
                .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-base__breadcrumbs__list {
              align-items: center;
              display: flex;
              flex-wrap: wrap;
            }
          
                .ecom-shopify__collection-container.ecom-shopify__collection-style-slider {
                    opacity: 0;
                    height: 0;
                    visibility: hidden;
                }
                .ecom-shopify__collection-container.ecom-shopify__collection-style-slider.ecom-swiper-initialized {
                    height: inherit;
                    opacity: 1;
                    visibility: visible;
                }
                .ecom-shopify__collection-wrapper .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                    position: relative;
                }
                .ecom-element.ecom-shopify.ecom-shopify__collection-wrapper {
                    display: flex;
                    flex-direction: column;
                }
                .ecom-shopify__collection-wrapper .ecom-swiper-button:after {
                   content: '';
                }
                .ecom-shopify__collection-wrapper .ecom-swiper-button-prev, .ecom-shopify__collection-wrapper .ecom-swiper-button-next {
                    border: 0;
                    background: transparent;
                    width: auto;
                    height: auto;
                    padding: 5px;
                    color: #444;
                }
                .ecom-shopify__list-collections__empty {
                    display: flex;
                    align-items: center;
                }
                .ecom-shopify__collection-card {
                    width: 100%;
                    position: relative
                }

                .ecom-shopify__list-collections-media {
                    position: relative
                }

                .ecom-shopify__list-collections-media:not(.ecom-shopify__list-collections-media--custom) img {
                    position: absolute;
                    width: 100%;
                    height: 100% !important;
                    object-fit: cover;
                }

                .ecom-shopify__list-collections-media--portrait {
                    padding-bottom: 125%
                }

                .ecom-shopify__list-collections-media--square {
                    padding-bottom: 100%
                }

                .ecom-disabled {
                    pointer-events: none
                }

                .ecom-shopify__collection-card {
                    text-decoration: none;
                }

                .ecom-shopify__collection-card-title {
                    display: flex;
                    flex-flow: row;
                    vertical-align: middle;
                    align-items: center;
                    align-content: center;
                    text-align: center;
                    align-self: center;
                    flex-wrap: wrap;
                    justify-content: center;
                }

                .ecom-shopify__collection-style-grid .ecom-shopify__list-collections {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    display: grid;
                    gap: 1rem;
                    list-style: none;
                }

                .ecom-shopify__collection-heading-title {
                    width: 100%;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                    color: #111827;
                }

                .ecom-shopify__list-collections-media {
                    border-radius: 6px;
                    overflow: hidden;
                }

                .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-collection__pagination-navigation svg {
                    width: 20px;
                    height: auto;
                    fill: rgb(156, 163, 175);
                }

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

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

                .ecom-collection__pagination-navigation {
                    display: flex;
                    justify-content: center;
                    padding-left: 0;
                    list-style: none;
                }
                .ecom-shopify__list-collections--item {
                    list-style: none;
                    overflow: hidden;
                }
                .ecom-collection__pagination-navigation li {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 1.4rem;
                    line-height: 20px;
                    text-align: center;
                    color: #6B7280;
                }

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

                .ecom-collection__pagination li .ecom-paginate-action {
                    padding: 16px 0 0
                }

                .ecom-pagination-item.ecom-button-active {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 1.4rem;
                    line-height: 20px;
                    text-align: center;
                    color: rgb(5, 150, 105);
                }

                .ecom-shopify__list-collections-media-wrapper {
                    display: flex;
                }

                .ecom-shopify__list-collections-media-wrapper .ecom-image-default {
                    width: 100%
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__collection-card-title {
                    position: absolute;
                    text-align: center;
                    width: 100%;
                    top: 50%;
                    padding: 0 5px;
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    transition: .3s;
                    hyphens: auto;
                    z-index: 10;
                    -webkit-transition: .3s;
                    -moz-transition: .3s;
                    -o-transition: .3s;
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__collection-card::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background-color: #000;
                    opacity: .2;
                    pointer-events: none;
                    z-index: 5;
                    -webkit-transition: .6s ease-in-out;
                    -moz-transition: .6s ease-in-out;
                    -o-transition: .6s ease-in-out;
                    transition: .6s ease-in-out;
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__list-collections--item:hover .ecom-shopify__collection-card::before {
                    opacity: .5;
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__list-collections--item:hover .ecom-shopify__collection-card-title {
                    -webkit-transform: translateY(-15px);
                    -moz-transform: translateY(-15px);
                    -o-transform: translateY(-15px);
                    transform: translateY(-15px);
                }
                .ecom-shopify__collection-card-counter {
                    display: block;
                    width: 100%;
                }
                .ecom-shopify__collection-card-description {
                    margin: 0;
                }
            
            .ec-swatch-shopify-color {
                display: block;
                max-width: 100%;
                aspect-ratio: 1 / 1;
                background: var(--ec-swatch--background);
                background-position: var(--ec-swatch-focal-point, initial);
                background-size: cover;
                background-origin: border-box;
            }
            /** progress bar pagination **/
                .ecom-pagination-progress-bar--wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                }
                .ecom-pagination-progress-bar {
                    display: flex;
                    justify-content: center;
                    flex-direction: var(--ecom-flex-direction, column);
                    align-items: center;
                }
                .ecom-paginate__progress-bar--outner {
                    width: 250px;
                    border-radius: 4px;
                    position: relative;
                    height: 10px;
                    background-color: rgba(0 0 0 /.3);
                }
                .ecom-paginate__progress-bar--inner {
                    border-radius: inherit;
                    position: absolute;
                    height: 100%;
                    width: 20%;
                    background-color: rgba(0 0 0 /1);
                    top: 0;
                    left: 0;
                }
                .ecom-paginate__progress-text {
                    margin: 0;
                    width: 100%;
                }
                .ecom-unit-price {
                    display: block;
                }
                /** Swiper css **/
                .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                }
                @media (max-width: 1024px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                    }
                }
                @media (max-width: 767px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                    }
                    .ecom-collection__product--wrapper-items.ecom-collection__product--no-item {grid-template-columns: repeat(1, 1fr);}
                }
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination:not(.ecom-swiper-pagination-lock){
                    display:flex;
                }


                /** Core **/

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

        /* Progressbar **/

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

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

            to {
                background-position: 40px 0
            }
        }

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

            to {
                background-position: 40px 0
            }
        }

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


        .ecom-collection__action.ecom-product__wishlist,
        .ecom-collection__action.ecom-product__compare {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: start;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper .ecom-collection__action {
            position: relative;
        }
        .ecom-collection__action-hor-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-end .ecom-product__compare-tooltip {
            right: calc(100% + 4px);
            left: auto;
            transform: translate(0, -50%);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-tooltip {
            top: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, 4px);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-tooltip {
            top: auto;
            bottom: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-link:hover .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, -4px);
        }
        .ecom-ext-wishlist-icon-loading * {
            opacity: 0;
        }
        .ecom-product__wishlist-link.ecom-ext-wishlist-icon-loading:before {
            content: "";
            position: absolute;
            transform: translate(-50%, -50%);
            border: 1.5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 1.5px solid #000;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 0.5s linear infinite; /* Safari */
            animation: spin .5s linear infinite;
        }
        @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media screen and (max-width: 1024px) {
            .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
                visibility: visible;
                opacity: 1;
            }
            .ecom-product__compare-tooltip {
                display: none !important;
            }
            .ecom-product__wishlist-tooltip {
                display: none !important;
            }
        }
        @media screen and (max-width: 767px) {
            .ecom-collection__product-form__actions-hide-mobile {
                display: none !important;
            }
        }
        
                .ecom-product-single__media-container .ecom-swiper-container.ecom-product-single__media--featured {
                    overflow-y: unset !important;
                    overflow-x: clip !important;
                }
                .ecom-product-single .ecom-swiper-button-lock {
                    display: none !important;
                }
                .ecom-modal-gallery-item iframe {
                    width: 100%;
                    height: 100%;
                }
                .ecom-element.ecom-product-single .ecom-image-link-product {
                    cursor: inherit;
                }
                .ecom-product-single__media--image img {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                }

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

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

                .ecom-product-single__media--thumbs:empty {
                    display: none !important;
                }
                .ecom-product-single__media {
                    display: block;
                    position: relative;
                    width: 100%;
                }
                .ecom-product-single__media--grid .ecom-product-single__media--images img {
                    max-width: 100%;
                }

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

                .ecom-product-single__media--images {
                    transition: height 0.3s;
                }

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

                .ecom-product-single__media--grid .ecom-product-single__media--image:nth-child(5n+1) {
                    width: 100%;
                }

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

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

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

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

                .ecom-product-single__media--video video {
                    width: 100%;
                }

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

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

                .ecom-product-single__media---external-video {
                    position: relative;
                    padding-top: var(--img_padding, 100%);
                }

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

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

                .ecom-product-single__media--model {
                    position: relative;
                }
                .ecom-modal .ecom-swiper-wrapper .ecom-splide-slide img {
                    margin: auto !important;
                    height: auto !important;
                }
                .ecom-product-single__media---external-video iframe,
                .ecom-product-single__media--model-wrapper model-viewer {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

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

                .ecom-product-single__media--image {
                    height: 0;
                }

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

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

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

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

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

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

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

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

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

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

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

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

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

                .ecom-swiper-controls-thumb > svg{
                    width:24px;
                    height:24px;
                }

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

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

                .ecom-product-single__media--thumbnail:hover {
                    z-index: 10;
                }

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

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

                .ecom-product-single__media--thumbnail--icon {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 3;
                    display: flex;
                }

                .ecom-product-single__media--thumbnail--icon svg {
                    display: flex;
                }
                .ecom-product-single__media--horizontal .ecom-swiper-controls-thumb,
                .ecom-product-single__media-tablet--horizontal .ecom-swiper-controls-thumb,
                .ecom-product-single__media-mobile--horizontal .ecom-swiper-controls-thumb{
                    transform:translateY(-50%);
                    top: 50%;
                    margin-top: 0px;
                    width: auto;
                    height: auto;
                }
                .ecom-dont-has-many-images .ecom-product-single__media--thumbs,
                .ecom-dont-has-many-images .ec_splide__pagination {
                    display: none;
                }

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

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

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

                .ecom-swiper-container {
                    width: 100%;
                }
                .ecom-product-single__media--thumbnail > * {
                    transition:inherit;
                }

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

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

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

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

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

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

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

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

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

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

                @media screen and (min-width: 1025px) {
                    .ecom-product-single__media.ecom-position-sticky {
                        position: sticky;
                        top: 0
                    }
                    .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs {
                        width: 120px;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                    .ecom-product-single__media .ecom-product-single__media--horizontal .ecom-product-single__media--thumbs {
                        min-height: 100px;
                        height: auto;
                    }
                }
                @media (min-width: 768px) and (max-width: 1024px) {
                    .ecom-product-single__media--image.ecom-image-align-center--tablet img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--tablet img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--tablet img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__tablet, 100%)
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-tablet-vertical {
                        min-width: 50px;
                        width: auto;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-product-single__media--image.ecom-image-align-center--mobile img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--mobile img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--mobile img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__mobile, 100%)
                    }
                    .ecom-product-single__media--vertical-mobile .ecom-product-single__media--featured {
                        width: auto;
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-mobile-vertical {
                       /* min-width: 50px;*/
                        width: auto;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }

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

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

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

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

                100% {
                    opacity: 0; } }

            
                    .ec-swatch-shopify-color {
                        display: block;
                        max-width: 100%;
                        aspect-ratio: 1 / 1;
                        background: var(--ec-swatch--background);
                        background-position: var(--ec-swatch-focal-point, initial);
                        background-size: cover;
                        background-origin: border-box;
                    }
                    .ecom-product-single__variant-picker--options{
                        align-items:flex-start;
                        display:flex;
                        flex-direction:column;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-allow-pointer-event .ecom-variant-disable {
                        pointer-events: auto;
                        cursor: pointer;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-variant-disable {
                        opacity: .4;
                        pointer-events: none;
                        cursor: not-allowed;
                    }
                    .ecom-product-single__variant-picker [name="id"]{
                        display:none;
                    }


                    .ecom-product-single__variant-picker-container[data-picker-type="dropdown"] .selector-wrapper{
                        display:flex;
                    }

                    .ecom-product-single__variant-picker--only-default .ecom-product-single__variant-picker--options .selector-wrapper {
                        display:none;
                    }

                    .ecom-product-single__variant-picker-container{
                        flex-direction: column;
                    }
                    .ecom-product-single__variant-picker-container.ecom-placeholder-on-builder-mode:empty::before, .ecom-product-single__variant-picker-container.ecom-force-show.ecom-placeholder-on-builder-mode::before{
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        position: relative;
                        justify-content: center;
                        align-items: center;
                        border-radius: 8px;
                        border: 1px dashed #91D0FF;
                        color: #00527C;
                        font-size: 13px;
                        line-height: 20px;
                        font-weight: 650;
                        opacity: 1;
                        padding: 6px;
                    }
                    .ecom-product-single__picker-radio-list{
                        display:block;
                        position:relative;
                        width:100%;
                    }
                    .ecom-product-single__picker-radio-list .ecom-product-single__picker-radio-list-item{
                        display:flex;
                        flex-direction: row;
                        cursor: pointer;
                    }

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

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

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

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

                    .ecom-product-single__variant-picker .ecom-product-single__picker-main,
                    .ecom-product-single__variant-picker .selector-wrapper {
                        display:flex;
                        flex-direction: column;
                        align-items:inherit;
                    }
                    .ecom-product-single__variant-picker .selector-wrapper{
                        display:none;
                         overflow:hidden;
                        width: 100%;
                    }
                     .ecom-product-single__variant-picker select{
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        text-align: center;
                    }
                    @media (max-width: 767px) {
                        .ecom-product-single__variant-picker select{
                            text-align-last: center;
                            -moz-text-align-last: center;
                        }
                    }

                    .ecom-product-single__picker-colors-list,
                    .ecom-product-single__picker-radio-list,
                    .ecom-product-single__picker-images-list {

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

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

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

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

                    .ecom-product-single__picker-colors-item span{
                        transition:inherit;
                        border-radius:inherit;
                    }
                    .ecom-product-single__variant-picker--main{
                        flex-direction:column;
                        display:flex;
                    }
                    .ecom-product-single__variant-picker--main > div{
                        display:flex;
                        flex-direction:column;
                        align-items:inherit;
                        justify-content:inherit;
                    }
                    .ecom-block  .ecom_not_hide_dropdown_arrow select {
                        -webkit-appearance: auto;
                        -moz-appearance: auto;
                        appearance: auto;
                    }
                    .ecom-product-single__variant-picker-wrapper.ecom_not_hide_dropdown_arrow .ecom-product-single__variant-picker-container select {
                        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
                        background-repeat: no-repeat;
                        background-position: right center;
                        background-size: 20px 20px;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container select {
                        appearance: none;
                        -webkit-appearance: none;
                        background-image: none;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container .ecom-variant-disable {
                        display: flex;
                        position: relative;
                        overflow: hidden;
                        justify-content: center;
                        align-items: center;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-slash .ecom-variant-disable:after {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        pointer-events: none;
                        transform: rotate(40deg);
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-cross .ecom-variant-disable:before {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        transform: rotate(45deg);
                        pointer-events: none;
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-cross .ecom-variant-disable:after {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        pointer-events: none;
                        transform: rotate(135deg);
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container.ecom-disable-style-hide .ecom-variant-disable {
                        display: none;
                    }
                
                .ecom__element--button-icon svg{width: 20px; height: auto}
                .t4s-cbl {
                    color: #222
                }
                .heading-char {
                    margin-top: 10px;
                }
            
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list--mobile--wrapper {
 display: none;
 position: fixed;
 z-index: 100;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background:rgb(116,119,121,.6);
 }
.ecom-shopify__menu-list--mobile--wrapper .ecom-shopify__menu-list--mobile {
position:fixed;
 width: 350px;
 max-width: 90%;
padding: 40px 20px;
 background:white;
 top:0;
 bottom:0;
 left:0;
z-index: 100;
 -webkit-animation-name: ecom-animation-menu__left-to-right;
 animation-name: ecom-animation-menu__left-to-right;
 -webkit-animation-duration: .3s;
 animation-duration: .3s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 transition:all .3s linear;
}
@keyframes ecom-animation-menu__left-to-right {
 from {
 opacity: 0;
 transform: translateX(-100%);
 }
 to {
 opacity: 1;
 transform: translateX(0);
 }
 }
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] {
display: flex;
flex-flow: wrap;
align-content: center;
justify-content: center;
align-items: center;
list-style: none;
position:relative;
}

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

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

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

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

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

                .element__social.ecom-element{
                    display:flex;
                    flex-wrap:wrap;
                }
                .ecom__element-social{
                    display:flex;
                    width:auto;
                    border-radius:4px;
                    border-width:0px;
                    border-style:solid;
                }
                .ecom__element-social .element-social-link{
                    display:flex;
                    align-items:center;
                    text-decoration: none;
                    width:100%;
                    justify-content:center;
                }
                .icon-border .element-social-link{
                    justify-content:flex-start;
                }
                .element-social-link.left{
                    flex-direction:row;
                }
                .element-social-link.right{
                    flex-direction:row-reverse;
                }
                .element-social-link span{
                    display:inline-flex;
                }
                .social-icon{
                    display:inline-flex;
                    color:white;
                    padding:10px;
                    border:0;
                    border-style:solid;
                    border-color:white;
                    height:100%;
                }
                .social-icon svg{
                    width:24px;
                    height:auto;
                    fill: currentColor;
                }
                .element-social-label{
                    flex:1;
                    justify-content:center;
                    text-align:center;
                    padding:7px 10px;
                    color:white;
                }
                .ecom__element-social a {

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

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

            
                    .ecom-flex-center, .ecom-swiper-navigation {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-swiper-navigation-position{
                        display:flex;
                    }
                    .ecom-swiper-navigation-position button{
                        margin:0
                    }
                    .ecom-swiper-navigation{
                        justify-content: center
                    }
                    .ecom-testimonials--container {
                        position: relative;
                        display: flex;
                        flex-direction: column;
                    }
                    .ecom-swiper-navigation[data-navigator-type="combine"]{
                        justify-content: center
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next:after,
                    .ecom-testimonials--container .ecom-swiper-button-prev:after {
                        content: none;
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-button-prev {
                        border: 0;
                        background: transparent;
                        width: auto;
                        height: auto;
                        padding: 5px;
                        color: #444
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                        position: static;
                        margin: 0;
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                    .ecom-testimonials--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                        width:100%
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                        position: relative;
                    }
                    .ecom-swiper-pagination-bullet:only-child {
                        opacity: none
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet {
                        width: 15px;
                        height: 15px;
                        opacity: 1
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet,
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet-active{
                        background-clip: content-box;
                        padding: 1px;
                        box-sizing: content-box !important;
                        background-color: currentColor;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets{
                        width:auto;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet img{
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        bottom: 0;
                    }
                    .ecom-d-hide {
                        opacity: 0;
                    }
                    .ecom__testimonials {
                        width: 100%;
                    }
                    .ecom__testimonials .testimonial-content {
                        position: relative;
                        display:flex;
                        flex-direction:column
                    }
                    .ecom__testimonials .ecom__testimonials--grid {
                        display: grid;
                    }
                    .ecom-text-left {
                        text-align: left
                    }
                    .ecom-text-center {
                        text-align: center
                    }
                    .ecom-text-right {
                        text-align: right
                    }
                    .ecom__testimonials .ecom-base-testimonial-image figure {
                        display: block;
                    }
                    .testimonial-rating {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content:inherit;
                    }
                    .ecom-row-center{
                        display: inline-flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content:center
                    }
                    .ecom-column-center{
                        display: flex;
                        flex-direction: column;
                        justify-content:inherit;
                    }
                    .ecom-column-center > .testimonial-info-avatar{
                        justify-content:inherit;
                        display:flex;
                    }
                    .ecom-icon-list span svg{
                        width:24px;
                        height:auto;
                    }
                     .testimonial-content .ecom-base-testimonial-image{
                         overflow:hidden;
                         display:flex;
                     }
                     .testimonial-content .ecom-base-testimonial-image img{
                         width:100%;
                     }

                     .testimonial-quote svg{
                        width:24px;
                        height:auto
                     }
                     .ecom-swiper-pagination{
                         display:flex;
                         flex-wrap:wrap;
                     }
                     .ecom-testimonial-rating-position{
                         display:flex;
                         flex-direction:column
                     }
                     .testimonial-content-prag ul {
                        list-style-type: disc;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ol {
                        list-style-type: decimal;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ul ul,
                    .testimonial-content-prag ol ul {
                        list-style-type: circle;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .testimonial-content-prag ol ol,
                    .testimonial-content-prag ul ol {
                        list-style-type: lower-latin;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .ecom-swiper-button > svg{
                        width:36px;
                        height:36px;
                    }
                    .testimonial-rating >span{
                        display:flex
                    }
                    .ecom__testimonials-slider-vertical {
                        flex-direction: column
                    }
                    .ecom__testimonials-slider-vertical .ecom-swiper-slide {
                        height: 100%;
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position);
                    }
                    @media (max-width: 1024px) {
                        .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                      }
                    }
                    @media (max-width: 767px) {
                        .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                      }
                    }
                
.ecom-core.ecom-2h87927t5ci{width: 100.00%;}.ecom-core.ecom-2h87927t5ci>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-2h87927t5ci{width: 100%;}.ecom-core.ecom-2h87927t5ci>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-2h87927t5ci>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-2h87927t5ci>.core__column--wrapper{color: #fafafa;text-align: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2h87927t5ci>.core__column--wrapper{background-color: #79808c;}}html body .ecom-core.ecom-cgdiiso7ffa .ecom-core.ecom-2h87927t5ci>div.core__column--wrapper{padding-bottom: 5px !important;}.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs{justify-content: center;background-color: #bdbdbd;box-shadow: 0 0 0 0 #f7f5f5;}.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs__list a,.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs__list a a{font-family: 'Poppins', sans-serif;font-size: 14px;font-weight: 400;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs__list a{color: #666666;}.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs--icon{color: #ffe8e8;padding: 2px 14px 5px 14px;}.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs--icon svg{height: 4px;width: 4px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs{justify-content: center;}.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs--icon svg{height: 7px;width: 7px;}}.ecom-core.ecom-vr2kx1vkfe8{padding-bottom: 0 !important;} .ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs--icon{
    position: relative;
}
.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs__list a:last-child:not(:hover){
    color: #000;
}
.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs__list a{
    transition: 0.3s;
}
.ecom-core.ecom-vr2kx1vkfe8 .ecom-base__breadcrumbs__list a:hover{
    color: #000;
}.ecom-core.ecom-cgdiiso7ffa>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-cgdiiso7ffa h1,.ecom-core.ecom-cgdiiso7ffa h2,.ecom-core.ecom-cgdiiso7ffa h3,.ecom-core.ecom-cgdiiso7ffa h4,.ecom-core.ecom-cgdiiso7ffa h5,.ecom-core.ecom-cgdiiso7ffa h6{color: #ffffff;}.ecom-core.ecom-cgdiiso7ffa{color: #ffffff;}.ecom-core.ecom-cgdiiso7ffa{padding-right: 25px !important;padding-bottom: 0 !important;padding-left: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cgdiiso7ffa{padding-top: 20px !important;padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cgdiiso7ffa{padding-top: 15px !important;padding-right: 0px !important;padding-left: 0px !important;}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-xs3gwqidzo{width: 53%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xs3gwqidzo{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xs3gwqidzo{width: 100%;}}.ecom-core.ecom-xs3gwqidzo>.core__column--wrapper{background-color: #969696;color: #ffffff;}html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-xs3gwqidzo>div.core__column--wrapper{padding-top: 5px !important;padding-left: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-xs3gwqidzo>div.core__column--wrapper{padding-left: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-xs3gwqidzo>div.core__column--wrapper{padding-top: 15px !important;padding-right: 15px !important;padding-left: 15px !important;}} .ecom-core.ecom-xs3gwqidzo .ecom-block:has(>.ec-row-sticky){
    position: sticky;
    top: 0;
}.ecom-core.ecom-3xd7vbqv4wm{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3xd7vbqv4wm{width: 100%;}.ecom-core.ecom-3xd7vbqv4wm>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-3xd7vbqv4wm>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-3xd7vbqv4wm>.core__column--wrapper{color: #ededed;}.ecom-core.ecom-3xd7vbqv4wm>.core__column--wrapper a{color: #050505;}.ecom-core.ecom-3xd7vbqv4wm>.core__column--wrapper a:hover{color: #706f6f;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3xd7vbqv4wm>.core__column--wrapper{background-color: #545353;}}html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-3xd7vbqv4wm>div.core__column--wrapper{padding: 5px 0px 0px 0px !important;}.ecom-core.ecom-a7raup6179j{margin-top: 5px !important;}.ecom-core.ecom-yjk3qj6xdze{width: 100%;}.ecom-core.ecom-yjk3qj6xdze>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-yjk3qj6xdze>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-yjk3qj6xdze{width: 100%;}.ecom-core.ecom-yjk3qj6xdze>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-yjk3qj6xdze>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-yjk3qj6xdze>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper{background-color: #707070;border-style: solid;border-width: 1px;border-color: #ebebeb;box-shadow: 100px 9px 83px -86px #ffe8e8;color: #e6e6e6;text-align: center;}.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper>div.ecom-column__overlay>.ecom-overlay{opacity: 0.25;background-color: #212121;}.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper,.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 16px;}.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper h1,.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper h2,.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper h3,.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper h4,.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper h5,.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper h6{color: #fcfcfc;}.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper a{color: #e6e1e1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper{background-color: #424242;}.ecom-core.ecom-yjk3qj6xdze>.core__column--wrapper>div.ecom-column__overlay>.ecom-overlay{background-color: #333232;}}html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-yjk3qj6xdze>div.core__column--wrapper{padding: 20px !important;}.ecom-core.ecom-yjk3qj6xdze.ecom-animated{animation-duration: 800ms !important;}.ecom-core.ecom-yjk3qj6xdze{animation-duration: 800ms !important;transition-timing-function: linear;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-yjk3qj6xdze>div.core__column--wrapper{padding: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-yjk3qj6xdze>div.core__column--wrapper{padding: 15px 0px 15px 0px !important;}}.ecom-core.ecom-uhva77u2r9 .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-uhva77u2r9 .element__featured--wrapper{grid-template-columns: repeat(2, 1fr);gap: 0px;}.ecom-core.ecom-uhva77u2r9 .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-uhva77u2r9 .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-uhva77u2r9 .element__featured--wrapper{grid-template-columns: repeat(2, 1fr);gap: 0px;}.ecom-core.ecom-uhva77u2r9 .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uhva77u2r9 .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-uhva77u2r9 .element__featured--wrapper{grid-template-columns: repeat(2, 1fr);gap: 0px;}.ecom-core.ecom-uhva77u2r9 .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box{text-align: center;justify-content: center;background-color: #dbdbdb;border-style: solid;border-width: 0px 1px 0px 0px;border-color: #ebebeb;margin: 0px;padding: 0px 25px 0px 25px;}.ecom-core.ecom-uhva77u2r9 .ecom-image-default{width: 23px !important;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img img,.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img picture{height: 24px !important;}.ecom-core.ecom-uhva77u2r9 .ecom-image-align{justify-content: center;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img img{object-fit: contain;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img ,.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img .ecom-image-default,.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img  > picture,.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-img{margin: 0px 0px 10px 0px;padding: 0px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-icon{color: #000;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-icon svg{height: 50px;width: 50px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-subtitle{margin-bottom: 4px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-title{font-size: 24px;font-weight: 400;line-height: 1.25em;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Abhaya Libre', sans-serif;text-transform: uppercase;color: #222;margin: 0px 0px 16px 0px;padding: 0px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-text,.ecom-core.ecom-uhva77u2r9 .element__featured a{font-size: 16px;font-weight: 400;line-height: 1.4em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-text{color: #000;margin: 0px;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box{padding-right: 15px;padding-left: 15px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-title{font-size: 16px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-text,.ecom-core.ecom-uhva77u2r9 .element__featured a{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box{padding-right: 15px;padding-left: 15px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-text,.ecom-core.ecom-uhva77u2r9 .element__featured a{font-size: 12px;}.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-uhva77u2r9{padding-bottom: 0 !important;} .ecom-core.ecom-uhva77u2r9 b{
    font-weight: 500;
}
.ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box:last-child{
    border: none;
}
@media(max-width:767px){
    .ecom-core.ecom-uhva77u2r9 .element__featured .element__featured--box{
    border: none;
}

}.ecom-core.ecom-28f9uyr5viy .ecom-image-align{align-items: center;}.ecom-core.ecom-28f9uyr5viy .ecom-image-default{width: 375px !important;max-width: 100% !important;}.ecom-core.ecom-28f9uyr5viy .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-28f9uyr5viy .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-28f9uyr5viy .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-28f9uyr5viy .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-28f9uyr5viy{padding-bottom: 0 !important;margin-top: 12px !important;width: 100%;max-width:100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-28f9uyr5viy{padding-bottom: 0 !important;background-color: #c7c7c7;}}.ecom-core.ecom-rpj4hkvhjx .ecom-text--more-actions button ,.ecom-core.ecom-rpj4hkvhjx .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-rpj4hkvhjx .text-content,.ecom-core.ecom-rpj4hkvhjx  .text-content a,.ecom-core.ecom-rpj4hkvhjx  .text-content p,.ecom-core.ecom-rpj4hkvhjx  .text-content span{text-align: center;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-rpj4hkvhjx .text-content,.ecom-core.ecom-rpj4hkvhjx .text-content a,.ecom-core.ecom-rpj4hkvhjx  .text-content a,.ecom-core.ecom-rpj4hkvhjx  .text-content a a,.ecom-core.ecom-rpj4hkvhjx  .text-content p,.ecom-core.ecom-rpj4hkvhjx  .text-content p a,.ecom-core.ecom-rpj4hkvhjx  .text-content span,.ecom-core.ecom-rpj4hkvhjx  .text-content span a{font-size: 16px;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-rpj4hkvhjx .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-rpj4hkvhjx .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-rpj4hkvhjx{margin-top: 15px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rpj4hkvhjx{padding-bottom: 0 !important;background-color: #cccccc;}}.ecom-core.ecom-a8gc8crsf4d .ecom-button-default{justify-content: center;}.ecom-core.ecom-a8gc8crsf4d .ecom__element--button, .ecom-core.ecom-a8gc8crsf4d .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-a8gc8crsf4d .ecom__element--button{font-size: 13px;font-weight: 400;font-family: 'PT Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;font-style: italic;text-decoration: underline;color: rgba(105, 105, 105, 0.93);background-color: rgba(204, 204, 204, 0.93);border-style: solid;border-width: 0px 0px 1px 0px;border-color: #000;border-radius: 0px;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-a8gc8crsf4d .ecom__element--button:hover{color: #FF6F61;border-style: solid;border-width: 0px 0px 1px 0px;border-color: #FF6F61;}.ecom-core.ecom-a8gc8crsf4d .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-a8gc8crsf4d{padding-bottom: 0 !important;margin-top: 15px !important;margin-bottom: 30px !important;}.ecom-core.ecom-03nlzr0aqn5e>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-03nlzr0aqn5e{margin-top: 5px !important;margin-bottom: -5px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-03nlzr0aqn5e{margin-top: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-03nlzr0aqn5e{margin-top: 0px !important;}} .ecom-core.ecom-03nlzr0aqn5e div.core__blocks>div.core__blocks--body{
    flex-wrap: wrap;
}.ecom-core.ecom-lqsbrv0a95{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lqsbrv0a95{width: 100%;}.ecom-core.ecom-lqsbrv0a95>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-lqsbrv0a95>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-lqsbrv0a95>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper{box-shadow: 0 0 0 0 #ffffff;color: #262525;text-align: center;}.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper h1,.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper h2,.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper h3,.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper h4,.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper h5,.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper h6{color: #ffe6e6;}.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper a{color: #fafafa;}.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper a:hover{color: #fcc2c2;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper{background-color: #ffffff;}.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper:hover{background-color: #fcf5f5;}.ecom-core.ecom-lqsbrv0a95>.core__column--wrapper>div.ecom-column__overlay>.ecom-overlay{background-color: #9c9898;}}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart-buttons-wrapper{align-items: center;justify-content: center;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 400;font-size: 18px;font-family: 'DM Serif Text', sans-serif;text-shadow: 22px -50px 38px #ffffff;width: 100%;height: 52px;min-height: 52px;color: #ffffff;background-color: #474747;border-radius: 40px;transition-duration: 400ms;;;padding: 12.5px 25px 12.5px 25px;margin: 0px;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit:hover{width: 163px;color: #575757;background-color: #ffa69e;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit.animated{}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;text-transform: capitalize;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #ffd6d6;border-style: solid;border-color: #525252;border-radius: 40px;transition-duration: 400ms;;;margin: 0px;padding: 12.5px 25px 12.5px 25px;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order:hover{width: 100%;color: #fff;background-color: #FF6F61;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit:disabled{font-size: 16px;text-transform: capitalize;line-height: 1.25em;letter-spacing: 0px;font-weight: 500;font-family: 'Poppins', sans-serif;height: 52px;min-height: 52px;color: #ffffff;background-color: #595959;border-style: none;border-radius: 40px;padding: 12.5px 25px 12.5px 25px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit{font-size: 13px;height: 46px;min-height: 46px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 13px;height: 46px;min-height: 46px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit:disabled{font-size: 13px;height: 46px;min-height: 46px;padding-right: 10px;padding-left: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit{font-size: 13px;height: 46px;min-height: 46px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 13px;height: 46px;min-height: 46px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-cnrxf7b90xp .ecom-product-single__add-to-cart--submit:disabled{font-size: 13px;height: 46px;min-height: 46px;padding-right: 10px;padding-left: 10px;}}.ecom-core.ecom-cnrxf7b90xp{margin-top: 0px !important;padding-bottom: 0 !important;width: 100%;max-width:100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cnrxf7b90xp{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cnrxf7b90xp{padding-bottom: 0 !important;}} .ecom-core.ecom-cnrxf7b90xp{
    flex: 1 0 0;
}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container{flex-direction: column;gap: 0px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-wrapper{justify-content: flex-start;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-controls-button,.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 52px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container label{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container label,.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container label a{font-weight: 600;font-size: 14px;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Albert Sans', sans-serif;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{text-align: center;font-weight: 500;font-size: 20px;line-height: 1.5em;font-family: 'Poppins', sans-serif;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;width: 60px;background-color: #F1F1F1;border-style: none;border-radius: 0px;outline-style:none;margin: 0px;padding: 0px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input::placeholder{color: #000;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input:focus{outline-style:none;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus svg{height: 14px;width: 14px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus{color: #000;background-color: #F1F1F1;border-style: none;border-radius: 40px 0px 0px 40px;padding: 0px 5px 0px 24px;transition: all 300ms ease;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus:hover{color: #FF6F61;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 14px;width: 14px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus{color: #000;background-color: #F1F1F1;border-style: none;border-radius: 0px 40px 40px 0px;padding: 0px 24px 0px 5px;transition: all 300ms ease;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus:hover{color: #FF6F61;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-controls-button,.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 46px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{font-size: 14px;width: 35px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-controls-button,.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 46px;}.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{font-size: 16px;width: 40px;}}.ecom-core.ecom-bgtre4tkym{margin-right: 8px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bgtre4tkym{padding-bottom: 0 !important;}} .ecom-core.ecom-bgtre4tkym *:focus-visible{
    outline: none;
    outline-offset: 0;
    box-shadow: 0 0 0;
}
.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-controls-plusd{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H14V8H0V6Z'/%3E%3Cpath d='M8 8.74228e-08L8 14H6L6 0L8 8.74228e-08Z'/%3E%3C/svg%3E%0A");
    padding: 0 15px;
    background-position: center right 15px;
    background-size: 12px;
    background-repeat: no-repeat;
}
.ecom-core.ecom-bgtre4tkym .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minusd{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='2' viewBox='0 0 13 2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='2'/%3E%3C/svg%3E%0A");
padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center left 15px;
background-size: 13px;
}
.ecom-core.ecom-bgtre4tkym button.ecom-product-single__quantity-controls-buttond svg{
    width: 0 !important;
    height: 0 !important;
}.ecom-core.ecom-zpuyxggmye>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-zpuyxggmye{margin-top: -25px !important;}.ecom-core.ecom-ft2oy7olmd5{width: 100%;}.ecom-core.ecom-ft2oy7olmd5>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ft2oy7olmd5{width: 100%;}.ecom-core.ecom-ft2oy7olmd5>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-ft2oy7olmd5>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper{background-color: #f2f2f2;text-align: center;}.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper h1,.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper h2,.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper h3,.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper h4,.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper h5,.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper h6{color: #fae3e3;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ft2oy7olmd5>.core__column--wrapper{background-color: #696666;}}.ecom-core.ecom-lrxht8chst8 .ecom-product-variant--option-label-text{display: inline-block;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-list,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-colors-list,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list{column-gap: 15px;row-gap: 15px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-list,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-colors-list,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list{column-gap: 8px;row-gap: 8px;}}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--options,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--main,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker-container .ecom-product-single__picker-radio-list{align-items: flex-start;justify-content: flex-start;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker-container{border-style: solid;border-width: 1px 0px 0px 0px;border-color: #ebebeb;border-radius: 0px;overflow: hidden;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .selector-wrapper .ecom-product-variant--option-label-text a{title: New Item;font-weight: 400;font-size: 16px;text-transform: capitalize;line-height: 1.25em;font-family: 'Poppins', sans-serif;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .selector-wrapper .ecom-product-variant--option-label-text{color: #000;margin: 25px 0px 10px 0px;padding: 0px;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--selected-value,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--selected-value a{title: New Item;font-size: 16px;font-weight: 500;text-transform: capitalize;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;font-style: normal;text-decoration: none;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--selected-value{color: #000;margin: 25px 0px 10px 5px;padding: 0px;}.ecom-core.ecom-lrxht8chst8 .ecom-image-default{width: 48px !important;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item img,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item picture{height: 48px !important;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item img{object-fit: cover;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item .ecom-image-default,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item > picture,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item > img{border-style: solid;border-width: 1px;border-color: rgba(153, 153, 153, 0);}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item ,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item .ecom-image-default,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item  > picture,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item > img{border-radius: 50px;overflow: hidden;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item:hover .ecom-image-default,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item:hover > picture,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item:hover > img{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item{transition: all 300ms ease;padding: 0px;margin: 0px;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item.ecom-image-active .ecom-image-default,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item.ecom-image-active > picture,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item.ecom-image-active > img{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list-item{title: DMSans 16px;value: [object Object];font-size: 20px;font-family: 'Poppins', sans-serif;font-weight: 400;line-height: 1.25em;letter-spacing: 0px;font-style: normal;text-decoration: none;text-transform: none;height: 48px;min-height: 48px;color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #ebebeb;border-radius: 50%;transition-duration: 300ms;transition-timing-function:ease-in-out;transition-delay:100ms;padding: 5px;margin: 0px;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list-item:hover{color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list-item.ecom-button-active{color: #000;border-style: solid;border-width: 1px;border-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .selector-wrapper .ecom-product-variant--option-label-text a{font-size: 14px;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--selected-value,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--selected-value a{font-size: 14px;}.ecom-core.ecom-lrxht8chst8 .ecom-image-default{width: 44px !important;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item img,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item picture{height: 44px !important;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list-item{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-lrxht8chst8 .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-lrxht8chst8 .selector-wrapper .ecom-product-variant--option-label-text a{font-size: 14px;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--selected-value,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--selected-value a{font-size: 14px;}.ecom-core.ecom-lrxht8chst8 .ecom-image-default{width: 40px !important;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item img,.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item picture{height: 40px !important;}.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list-item{font-size: 14px;height: 40px;min-height: 40px;}}.ecom-core.ecom-lrxht8chst8{margin-top: 30px !important;margin-bottom: 0px !important;padding-right: 0px !important;padding-bottom: 18px !important;} .ecom-core.ecom-lrxht8chst8 span.ecom-product-variant--option-label-text::after{
    content: ":";
}
.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker--main>div{
    width: 100%;
}
.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list-item{
    display: flex;
    align-items: center;
    min-width: 48px;
}
.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-images-item>img{
    padding: 5px;
}
.ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker--option-label{
    display: flex;
}
.ecom-core.ecom-lrxht8chst8 .ecom-product-single__variant-picker-wrapper.ecom_not_hide_dropdown_arrow .ecom-product-single__variant-picker-container select{
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.55868e-08 0.976562L5.5 6.47656L11 0.976562L10.0238 0.000312794L5.5 4.52406L0.97625 0.000312686L6.55868e-08 0.976562Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
}
@media(max-width:767px){
    .ecom-core.ecom-lrxht8chst8 .ecom-product-single__picker-radio-list-item{
    min-width: 40px;
}
}.ecom-core.ecom-mfdbctdgvl{width: 100%;}.ecom-core.ecom-mfdbctdgvl>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-mfdbctdgvl>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-mfdbctdgvl{width: 100%;}}.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper{background-color: #cfcccc;border-style: none;color: #0f0f0f;}.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper>div.ecom-column__overlay>.ecom-overlay{background-color: #8c8b8b;}.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper h1,.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper h2,.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper h3,.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper h4,.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper h5,.ecom-core.ecom-mfdbctdgvl>.core__column--wrapper h6{color: #855656;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container{flex-direction: column;gap: 0px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-wrapper{justify-content: flex-start;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container{flex-direction: column;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-wrapper{justify-content: center;}}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-controls-button,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 46px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container label{text-align: left;color: #ffd9d9;margin-bottom: 8px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container label,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container label a{font-weight: 600;font-size: 14px;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{text-align: center;font-weight: 600;font-size: 16px;line-height: 1.5em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;width: 80px;background-color: #F5F5F5;border-style: none;border-radius: 0px;outline-style:none;margin: 0px;padding: 0px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input:focus{outline-style:none;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus svg{height: 14px;width: 14px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus{color: #ffffff;background-color: #F5F5F5;border-style: none;border-radius: 3px 0px 0px 3px;padding-right: 5px;padding-left: 10px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus:hover{color: #DB1215;background-color: #F5F5F5;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus{color: #ffffff;background-color: #F5F5F5;border-style: none;border-radius: 0% 3% 3% 0%;padding-right: 10px;padding-left: 5px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus:hover{color: #DB1215;background-color: #F5F5F5;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-controls-button,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 40px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{font-size: 14px;width: 35px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-controls-button,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 40px;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container label{text-align: center;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container label,.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container label a{font-family: 'Noto Serif JP', sans-serif;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{text-align: center;align-self: center;text-transform: capitalize;font-style: normal;font-family: 'Figtree', sans-serif;font-weight: 600;background-color: #ffffff;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus{background-color: #5e5e5e;}.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus{background-color: #616060;}}.ecom-core.ecom-3h3ir96jp51{margin-top: 23px !important;padding-bottom: 0 !important;width: unset;max-width:unset;} .ecom-core.ecom-3h3ir96jp51 *:focus-visible{
    outline: none;
    outline-offset: 0;
    box-shadow: 0 0 0;
}
.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-controls-plusd{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H14V8H0V6Z'/%3E%3Cpath d='M8 8.74228e-08L8 14H6L6 0L8 8.74228e-08Z'/%3E%3C/svg%3E%0A");
    padding: 0 15px;
    background-position: center right 15px;
    background-size: 12px;
    background-repeat: no-repeat;
}
.ecom-core.ecom-3h3ir96jp51 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minusd{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='2' viewBox='0 0 13 2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='2'/%3E%3C/svg%3E%0A");
padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center left 15px;
background-size: 13px;
}
.ecom-core.ecom-3h3ir96jp51 button.ecom-product-single__quantity-controls-buttond svg{
    width: 0 !important;
    height: 0 !important;
}.ecom-core.ecom-7s05fmg6by8{text-align: left;}.ecom-core.ecom-7s05fmg6by8{padding-bottom: 0 !important;}.ecom-core.ecom-7s05fmg6by8{
  "type": "section",
  "label": "KK Product Description (Metafields)",
  "settings": {
    "container": "container",
    "padding_top": 0,
    "padding_bottom": 0
  }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "rows": [{
      "columns": [
        {
          .ecom-core.ecom-7s05fmg6by8 "width": 12,.ecom-core.ecom-7s05fmg6by8 "elements": [{
              "type": "heading",
              "label": "Hero Title",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "tag": "p",.ecom-core.ecom-7s05fmg6by8 "dynamic_text":{ "source": "metafield", "namespace": "custom", "key": "hero_title" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "typography":{ "size": 18, "weight": 700, "margin": "0 0 8px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "text",
              "label": "Hero Hook",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_text":{ "source": "metafield", "namespace": "custom", "key": "hero_hook" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "0 0 16px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "heading",
              "label": "Love Title",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "text": "Why You’ll Love It:",.ecom-core.ecom-7s05fmg6by8 "tag": "h3",.ecom-core.ecom-7s05fmg6by8 "typography":{ "size": 16, "weight": 700, "margin": "20px 0 8px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "richtext",
              "label": "Love Richtext",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_richtext":{ "source": "metafield", "namespace": "custom", "key": "love_richtext" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "allow_html": true,.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "0 0 16px 0", "list_indent": 20 }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "heading",
              "label": "Why Us Title",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "text": "Why Choose Us?",.ecom-core.ecom-7s05fmg6by8 "tag": "h3",.ecom-core.ecom-7s05fmg6by8 "typography":{ "size": 16, "weight": 700, "margin": "20px 0 8px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "richtext",
              "label": "Why Us Richtext",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_richtext":{ "source": "metafield", "namespace": "custom", "key": "whyus_richtext" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "allow_html": true,.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "0 0 16px 0", "list_indent": 20 }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "text",
              "label": "Use Case",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_text":{ "source": "metafield", "namespace": "custom", "key": "use_case" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "preserve_line_breaks": true,.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "20px 0 16px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "heading",
              "label": "Included Title",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_text":{ "source": "metafield", "namespace": "custom", "key": "included_title" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "tag": "h3",.ecom-core.ecom-7s05fmg6by8 "typography":{ "size": 16, "weight": 700, "margin": "20px 0 8px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "richtext",
              "label": "Included Richtext",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_richtext":{ "source": "metafield", "namespace": "custom", "key": "included_richtext" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "allow_html": true,.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "0 0 16px 0", "list_indent": 20 }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "heading",
              "label": "Features Title",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "text": "Key Features:",.ecom-core.ecom-7s05fmg6by8 "tag": "h3",.ecom-core.ecom-7s05fmg6by8 "typography":{ "size": 16, "weight": 700, "margin": "20px 0 8px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "richtext",
              "label": "Features Richtext",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_richtext":{ "source": "metafield", "namespace": "custom", "key": "features_richtext" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "allow_html": true,.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "0 0 16px 0", "list_indent": 20 }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "text",
              "label": "CTA",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "prefix": "👉 ",.ecom-core.ecom-7s05fmg6by8 "dynamic_text":{ "source": "metafield", "namespace": "custom", "key": "cta" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "typography":{ "size": 16, "weight": 700, "margin": "20px 0 16px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "text",
              "label": "Made + Ship",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_text_multi": [{ "source": "metafield", "namespace": "custom", "key": "made_to_order", "bold": true }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{ "source": "static", "text": "\n" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{ "source": "metafield", "namespace": "custom", "key": "ship_window" }
                .ecom-core.ecom-7s05fmg6by8 ],.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "16px 0 0 0", "opacity": 0.9 }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "heading",
              "label": "Notes Title",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_text":{ "source": "metafield", "namespace": "custom", "key": "notes_title" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "tag": "h3",.ecom-core.ecom-7s05fmg6by8 "typography":{ "size": 16, "weight": 700, "margin": "20px 0 8px 0" }
              }
            }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8{
              "type": "richtext",
              "label": "Notes Richtext",
              "settings": {
                .ecom-core.ecom-7s05fmg6by8 "dynamic_richtext":{ "source": "metafield", "namespace": "custom", "key": "notes_richtext" }.ecom-core.ecom-7s05fmg6by8 ,.ecom-core.ecom-7s05fmg6by8 "allow_html": true,.ecom-core.ecom-7s05fmg6by8 "typography":{ "margin": "0 0 0 0", "list_indent": 20 }
              }
            }
          ]
        }
      ]
    }
  .ecom-core.ecom-7s05fmg6by8 ],.ecom-core.ecom-7s05fmg6by8 "meta":{
    "version": "ecomposer-2.7",
    "notes": "Dynamic metafields only; no Liquid. If an element type name differs in your build, see the manual build steps."
  }
}
.ecom-core.ecom-14lc06srb5v .ecom-product-description-tab__items{gap: 5px;}.ecom-core.ecom-14lc06srb5v .ecom__element--button-icon{order: -1;}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--less-actions button ,.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--more-actions button{gap: 5px;}.ecom-core.ecom-14lc06srb5v .ecom-effect-accodion{transition: height 400ms ease, opacity 400ms ease;}.ecom-core.ecom-14lc06srb5v .ecom-text-des,.ecom-core.ecom-14lc06srb5v .ecom-html-des,.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--full-content,.ecom-core.ecom-14lc06srb5v .ecom-product-description-tab__content,.ecom-core.ecom-14lc06srb5v .ecom-product-description_accordion-content{text-align: left;color: #fffafa;}.ecom-core.ecom-14lc06srb5v .ecom-text-des,.ecom-core.ecom-14lc06srb5v .ecom-text-des a,.ecom-core.ecom-14lc06srb5v .ecom-html-des,.ecom-core.ecom-14lc06srb5v .ecom-html-des a,.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--full-content,.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--full-content a,.ecom-core.ecom-14lc06srb5v .ecom-product-description-tab__content,.ecom-core.ecom-14lc06srb5v .ecom-product-description-tab__content a,.ecom-core.ecom-14lc06srb5v .ecom-product-description_accordion-content,.ecom-core.ecom-14lc06srb5v .ecom-product-description_accordion-content a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--more-actions{align-items: flex-start;justify-content: flex-start;}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description-view-more-btn{font-family: 'Outfit', sans-serif;font-size: 14px;text-decoration: none;box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);color: #333;background-color: rgba(255, 255, 255, 0);border-style: none;transition-duration: 300ms;;;margin: 0px;padding: 0px;}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description-view-more-btn:hover{color: #333;background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--less-actions{align-items: flex-start;justify-content: flex-start;}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description-view-less-btn{font-family: 'Outfit', sans-serif;text-decoration: none;color: #0a0808;background-color: rgba(250, 250, 250, 0);border-style: none;margin: 0px;padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-14lc06srb5v .ecom-product-single__description--more-actions{align-items: center;justify-content: center;}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description-view-more-btn{color: #fcf7f7;}.ecom-core.ecom-14lc06srb5v .ecom-product-single__description-view-less-btn{color: #fffafa;}}.ecom-core.ecom-14lc06srb5v{} .ecom-core.ecom-14lc06srb5v li{
margin-left: 20px; list-style-type: disc;
}
.ecom-core.ecom-ual82ol112o .ecom-product-single__metafield-container{text-align: left;color: #000;padding: 8px 15px 8px 15px;}.ecom-core.ecom-ual82ol112o .ecom-product-single__metafield-container,.ecom-core.ecom-ual82ol112o .ecom-product-single__metafield-container a{font-size: 10px;font-weight: 700;font-family: 'Albert Sans', sans-serif;text-transform: uppercase;line-height: 1.25em;}.ecom-core.ecom-ual82ol112o{padding-bottom: 0px !important;margin-top: 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-ual82ol112o .ecom-product-single__metafield-container:not(:empty){
    border: 1px solid;
    border-radius: 3px;
}
.ecom-core.ecom-ual82ol112o .ecom-product-single__metafield-container:empty{
    padding:0 !important;
    margin:0 !important;
}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price-container-grid{justify-content: flex-start;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--prices{background-color: rgba(255, 0, 0, 0);border-radius: 0px;overflow: hidden;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 30px;line-height: 1.4em;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #ffffff;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale a{line-height: 1em;letter-spacing: 0px;font-size: 31px;font-family: 'Poppins', sans-serif;font-weight: 500;text-transform: none;text-decoration: underline;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale{color: #fafafa;margin: 0px 5px 0px 0px;padding: 0px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--regular,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--regular a{font-weight: 500;font-size: 30px;line-height: 1.4em;font-family: 'Poppins', sans-serif;text-transform: none;font-style: normal;text-decoration: line-through;letter-spacing: 0px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--regular{color: rgba(255, 232, 232, 0.6);margin: 2px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sale,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sale a{font-size: 14px;font-weight: 400;line-height: 1.5em;font-family: 'Poppins', sans-serif;font-style: normal;text-decoration: none;letter-spacing: 0px;text-transform: capitalize;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sale{color: #525252;padding: 4px 10px 4px 10px;margin: 0px;background-color: #ffe1de;border-radius: 40px;overflow: hidden;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sold-out a{font-size: 14px;font-weight: 400;line-height: 1.5em;text-transform: capitalize;font-family: 'Poppins', sans-serif;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sold-out{color: #ffffff;padding: 5px 10px 5px 10px;margin: 2px 0px 0px 0px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 20px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--sale a{font-size: 20px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--regular,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--regular a{font-size: 20px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sale,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sale a{font-size: 12px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sale{padding-right: 15px;padding-left: 15px;}.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--badges-sold-out a{font-size: 12px;}}.ecom-core.ecom-iuzx1m0kola{margin-top: 10px !important;padding-bottom: 0 !important;} .ecom-core.ecom-iuzx1m0kola .ecom-product-single__price-container .ecom-product-single__price--prices{
    justify-content: left;
    gap: 5px;
    flex-wrap: wrap;
    text-align: left;
}
.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price-container-grid{
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
}
.ecom-core.ecom-iuzx1m0kola .ecom-product-single__price--regular{
    text-decoration-thickness: 5%;
}.ecom-core.ecom-yjnprkr114e .ecom-product__heading{text-align: left;color: #ffffff;}.ecom-core.ecom-yjnprkr114e .ecom-product__heading,.ecom-core.ecom-yjnprkr114e .ecom-product__heading a{font-size: 30px;line-height: 1.25em;letter-spacing: 0px;font-weight: 500;font-family: 'Poppins', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yjnprkr114e .ecom-product__heading{text-align: left;}.ecom-core.ecom-yjnprkr114e .ecom-product__heading,.ecom-core.ecom-yjnprkr114e .ecom-product__heading a{font-size: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yjnprkr114e .ecom-product__heading{text-align: center;}.ecom-core.ecom-yjnprkr114e .ecom-product__heading,.ecom-core.ecom-yjnprkr114e .ecom-product__heading a{font-weight: 600;font-size: 24px;font-family: 'Cinzel', sans-serif;}}.ecom-core.ecom-yjnprkr114e{padding-bottom: 0px !important;margin-top: 8px !important;margin-bottom: 12px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yjnprkr114e{padding-bottom: 0 !important;background-color: #7d7d7d;}}.ecom-core.ecom-vfyfohx15lo .element__heading .ecom__heading,.ecom-core.ecom-vfyfohx15lo .element__heading .ecom__heading a{font-weight: var(--ecom-global-typography-h3-font-weight);font-size: var(--ecom-global-typography-h3-font-size);line-height: var(--ecom-global-typography-h3-line-height);letter-spacing: var(--ecom-global-typography-h3-letter-spacing);}.ecom-core.ecom-vfyfohx15lo  .element__heading .ecom__heading,.ecom-core.ecom-vfyfohx15lo  .element__heading .ecom__heading a{color: #ffffff;}.ecom-core.ecom-vfyfohx15lo .element__heading .ecom__heading{text-shadow: 0 0 0 #5c5c5c;}.ecom-core.ecom-vfyfohx15lo .ecom__heading-highlight,.ecom-core.ecom-vfyfohx15lo .ecom__heading-highlight a{font-weight: 600;font-family: 'Open Sans', sans-serif;}.ecom-core.ecom-vfyfohx15lo .ecom__heading-highlight{color: #ffffff;sub_gradient: [object Object];text-shadow: 0px 0 0px #fcdede;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vfyfohx15lo .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-ccqh9ri5rre{width: 47%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ccqh9ri5rre{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ccqh9ri5rre{width: 100%;}.ecom-core.ecom-ccqh9ri5rre>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-ccqh9ri5rre>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-ccqh9ri5rre>.core__column--wrapper{background-color: #ededed;text-align: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ccqh9ri5rre>.core__column--wrapper{background-color: #8a8888;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-zhoe1yya9h8 .ecom-core.ecom-ccqh9ri5rre>div.core__column--wrapper{padding-bottom: 0px !important;}}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--slider{flex-flow: row-reverse;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured > picture,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured > img{border-style: none;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured ,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured  > picture,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail img{object-fit: fill;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail{opacity: 0.7;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);transition: all 300ms ease;margin: 0px;padding: 0px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail ,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail img{border-radius: 8px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail:hover{opacity: 1;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail.ec_splide__slide.is-active{opacity: 1;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev svg,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next{color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #EBEBEB;border-radius: 50%;padding: 13px;margin: 0px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;transition: all 400ms ease;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbs .ecom-swiper-button-prev svg,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbs .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbs .ecom-swiper-button-prev,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbs .ecom-swiper-button-next{color: #fff;background-color: rgba(0, 0, 0, 0.4);border-radius: 50%;padding: 5px;margin: 0px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbs .ecom-swiper-button-prev:hover,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbs .ecom-swiper-button-next:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media-label{border-radius: 0px;overflow: hidden;padding: 0px 80px 0px 0px;margin: 0px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media-label > span{border-radius: 0px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail{margin-bottom: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail{margin-bottom: 0px;}.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev,.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next{padding: 10px;margin-left: 0px;}}.ecom-core.ecom-gjkv267eo6c{margin-bottom: 30px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gjkv267eo6c{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gjkv267eo6c{padding-left: 0px !important;margin-bottom: 0px !important;}} .ecom-core.ecom-gjkv267eo6c .ecom-product-single__media.ecom-position-sticky{
    top:15px;
}
.ecom-core.ecom-gjkv267eo6c .ecom-swiper-container{
    position: relative;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media-label{
    flex-wrap: wrap;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--grid .ecom-product-single__media--images{
    gap: 9px;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--image img{
    height: 100%;
    object-fit: cover;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__zoom-icon-wrapper{
    pointer-events: auto;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__zoom-icon-wrapper:hover{
    background: #000;
    color: #fff;
}
@media (min-width: 1199px){
.ecom-core.ecom-gjkv267eo6c .ecom-swiper-controls-thumb{
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbs:hover .ecom-swiper-controls-thumb{
    opacity: 1;
    visibility: visible;
}
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail:last-child{
    margin: 0;
}
.ecom-core.ecom-gjkv267eo6c .ecom-swiper-controls-thumb.ecom-swiper-button-disabled{
    display: none!important;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail--icon{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-repeat: no-repeat;
    transition: 0.4s;
    background-position: center;
    transform: scale(1) translateY(-50%) translateX(-50%);
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--thumbnail--icon:hover{
    transform: scale(0.95) translateY(-50%) translateX(-50%);
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--model{
    padding-top: 0;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media.ecom-position-sticky{
    position: sticky;
}
.ecom-core.ecom-gjkv267eo6c .ecom-swiper-controls{
    transition: 0.3s;
    transform: scale(0.6);
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-gjkv267eo6c .ecom-product-single__media--featured:hover .ecom-swiper-controls{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}.ecom-core.ecom-zhoe1yya9h8>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-zhoe1yya9h8{background-color: #dbdbdb;}.ecom-core.ecom-zhoe1yya9h8{padding-right: 25px !important;padding-bottom: 0 !important;padding-left: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zhoe1yya9h8{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zhoe1yya9h8{padding-right: 0px !important;padding-bottom: 35px !important;padding-left: 0px !important;}}
.ecom-core.ecom-itjxljwx5o{width: 100%;}.ecom-core.ecom-itjxljwx5o>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-itjxljwx5o>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-itjxljwx5o{width: 100%;}}.ecom-core.ecom-itjxljwx5o>.core__column--wrapper h1,.ecom-core.ecom-itjxljwx5o>.core__column--wrapper h2,.ecom-core.ecom-itjxljwx5o>.core__column--wrapper h3,.ecom-core.ecom-itjxljwx5o>.core__column--wrapper h4,.ecom-core.ecom-itjxljwx5o>.core__column--wrapper h5,.ecom-core.ecom-itjxljwx5o>.core__column--wrapper h6{color: #fcf5f5;}.ecom-core.ecom-itjxljwx5o>.core__column--wrapper{color: #fcfafa;text-align: center;}.ecom-core.ecom-itjxljwx5o>.core__column--wrapper a{color: #ffffff;}.ecom-core.ecom-itjxljwx5o>.core__column--wrapper a:hover{color: #f7f0f0;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-itjxljwx5o>.core__column--wrapper{background-color: #6e6d6d;border-style: none;}.ecom-core.ecom-itjxljwx5o>.core__column--wrapper>div.ecom-column__overlay>.ecom-overlay{background-color: #8f8f8f;}}.ecom-core.ecom-r3vwgllwglp .ecom-effect-accodion{transition: height 400ms ease, opacity 400ms ease;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__title{text-align: left;background-color: rgba(250, 250, 250, 0);border-style: solid;border-width: 1px 0px 1px 0px;border-color: #7a7a7a;border-radius: 0px;padding: 20px 0px 20px 0px;margin: 0px;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__title:hover{background-color: rgba(76, 84, 95, 0);}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__title.ecom-item-active{background-color: rgba(76, 84, 95, 0);}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__title .ecom-items--icon svg{height: 13px;width: 13px;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__title .ecom-items--icon{color: #000;background-color: #cccccc;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;text-transform: capitalize;font-weight: 500;line-height: 1.5em;font-style: normal;text-decoration: none;font-family: 'Poppins', sans-serif;letter-spacing: 0px;color: #000;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #000;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__body>.core__blocks>.core__blocks--body{border-style: none;padding: 24px 0px 24px 0px;margin: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r3vwgllwglp .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-r3vwgllwglp .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}}.ecom-core.ecom-eatxdf4my7 .ecom-text--more-actions button ,.ecom-core.ecom-eatxdf4my7 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-eatxdf4my7 .text-content,.ecom-core.ecom-eatxdf4my7  .text-content a,.ecom-core.ecom-eatxdf4my7  .text-content p,.ecom-core.ecom-eatxdf4my7  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-eatxdf4my7 .text-content,.ecom-core.ecom-eatxdf4my7 .text-content a,.ecom-core.ecom-eatxdf4my7  .text-content a,.ecom-core.ecom-eatxdf4my7  .text-content a a,.ecom-core.ecom-eatxdf4my7  .text-content p,.ecom-core.ecom-eatxdf4my7  .text-content p a,.ecom-core.ecom-eatxdf4my7  .text-content span,.ecom-core.ecom-eatxdf4my7  .text-content span a{font-size: 14px;font-weight: 400;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-eatxdf4my7 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-eatxdf4my7 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eatxdf4my7 .text-content,.ecom-core.ecom-eatxdf4my7 .text-content a,.ecom-core.ecom-eatxdf4my7  .text-content a,.ecom-core.ecom-eatxdf4my7  .text-content a a,.ecom-core.ecom-eatxdf4my7  .text-content p,.ecom-core.ecom-eatxdf4my7  .text-content p a,.ecom-core.ecom-eatxdf4my7  .text-content span,.ecom-core.ecom-eatxdf4my7  .text-content span a{font-size: 14px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eatxdf4my7{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eatxdf4my7{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-clkbwlsazgq .ecom-text--more-actions button ,.ecom-core.ecom-clkbwlsazgq .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-clkbwlsazgq .text-content,.ecom-core.ecom-clkbwlsazgq  .text-content a,.ecom-core.ecom-clkbwlsazgq  .text-content p,.ecom-core.ecom-clkbwlsazgq  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-clkbwlsazgq .text-content,.ecom-core.ecom-clkbwlsazgq .text-content a,.ecom-core.ecom-clkbwlsazgq  .text-content a,.ecom-core.ecom-clkbwlsazgq  .text-content a a,.ecom-core.ecom-clkbwlsazgq  .text-content p,.ecom-core.ecom-clkbwlsazgq  .text-content p a,.ecom-core.ecom-clkbwlsazgq  .text-content span,.ecom-core.ecom-clkbwlsazgq  .text-content span a{font-size: 14px;font-weight: 400;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-clkbwlsazgq .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-clkbwlsazgq .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-clkbwlsazgq .text-content,.ecom-core.ecom-clkbwlsazgq .text-content a,.ecom-core.ecom-clkbwlsazgq  .text-content a,.ecom-core.ecom-clkbwlsazgq  .text-content a a,.ecom-core.ecom-clkbwlsazgq  .text-content p,.ecom-core.ecom-clkbwlsazgq  .text-content p a,.ecom-core.ecom-clkbwlsazgq  .text-content span,.ecom-core.ecom-clkbwlsazgq  .text-content span a{font-size: 14px;}}.ecom-core.ecom-clkbwlsazgq{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-clkbwlsazgq{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-clkbwlsazgq{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-3k0dqgixrlx .ecom__element--button-icon{order: 1;}.ecom-core.ecom-3k0dqgixrlx .ecom-product-single__description--less-actions button ,.ecom-core.ecom-3k0dqgixrlx .ecom-product-single__description--more-actions button{gap: 5px;}.ecom-core.ecom-3k0dqgixrlx .ecom-text-des,.ecom-core.ecom-3k0dqgixrlx .ecom-html-des,.ecom-core.ecom-3k0dqgixrlx .ecom-product-single__description--full-content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description-tab__content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description_accordion-content{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-3k0dqgixrlx .ecom-text-des,.ecom-core.ecom-3k0dqgixrlx .ecom-text-des a,.ecom-core.ecom-3k0dqgixrlx .ecom-html-des,.ecom-core.ecom-3k0dqgixrlx .ecom-html-des a,.ecom-core.ecom-3k0dqgixrlx .ecom-product-single__description--full-content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-single__description--full-content a,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description-tab__content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description-tab__content a,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description_accordion-content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description_accordion-content a{font-size: 14px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.75em;letter-spacing: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3k0dqgixrlx .ecom-text-des,.ecom-core.ecom-3k0dqgixrlx .ecom-text-des a,.ecom-core.ecom-3k0dqgixrlx .ecom-html-des,.ecom-core.ecom-3k0dqgixrlx .ecom-html-des a,.ecom-core.ecom-3k0dqgixrlx .ecom-product-single__description--full-content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-single__description--full-content a,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description-tab__content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description-tab__content a,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description_accordion-content,.ecom-core.ecom-3k0dqgixrlx .ecom-product-description_accordion-content a{font-size: 14px;}}.ecom-core.ecom-3k0dqgixrlx{margin-top: 24px !important;margin-bottom: 15px !important;} .ecom-core.ecom-3k0dqgixrlx li{
margin-left: 20px; list-style-type: disc;
}
.ecom-core.ecom-3k0dqgixrlx h2,.ecom-core.ecom-3k0dqgixrlx h3,.ecom-core.ecom-3k0dqgixrlx h4,.ecom-core.ecom-3k0dqgixrlx h5,.ecom-core.ecom-3k0dqgixrlx h6,.ecom-core.ecom-3k0dqgixrlx ul{
    margin-bottom: 15px;
}.ecom-core.ecom-u7glz38osqh>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-u7glz38osqh{background-color: #ededed;}.ecom-core.ecom-u7glz38osqh{padding: 60px 25px 0 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u7glz38osqh{padding: 20px 0px 20px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u7glz38osqh{padding: 0px !important;}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-zh919nq33v{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zh919nq33v{width: 100%;}}.ecom-core.ecom-zh919nq33v>.core__column--wrapper{background-color: #4f4a4a;}.ecom-core.ecom-e7fxzznlpz5 .ecom-button-default{justify-content: center;}.ecom-core.ecom-e7fxzznlpz5 .ecom__element--button, .ecom-core.ecom-e7fxzznlpz5 .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-e7fxzznlpz5 .ecom__element--button{font-family: 'Poppins', sans-serif;font-size: 14px;font-weight: 600;text-decoration: none;line-height: 1em;letter-spacing: 0px;text-transform: capitalize;text-shadow: 0px 0 7px #ffabab;box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.49);width: 250px;color: #ffffff;background-color: #4d4c4c;border-style: solid;border-radius: 0px;padding: 13px 30px 13px 30px;}.ecom-core.ecom-e7fxzznlpz5 .ecom__element--button:hover{color: #ffffff;background-color: rgba(34, 34, 34, 0.79);border-radius: 0px;}.ecom-core.ecom-e7fxzznlpz5 .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e7fxzznlpz5 .ecom-button-default{justify-content: center;}.ecom-core.ecom-e7fxzznlpz5 .ecom__element--button, .ecom-core.ecom-e7fxzznlpz5 .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-e7fxzznlpz5 .ecom__element--button{font-family: 'Noto Serif JP', sans-serif;color: #030303;background-color: #ffe3e3;}}.ecom-core.ecom-e7fxzznlpz5{margin: 17px 0px 0px 0px !important;padding-bottom: 0 !important;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-udo0yexila8{show_price: block;show_picker: show;}.ecom-core.ecom-udo0yexila8 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-udo0yexila8 .ecom-product__wishlist{justify-content: start;align-items: end;}.ecom-core.ecom-udo0yexila8 .ecom-product__compare{justify-content: start;align-items: end;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-description{order: 10;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-variants{order: 8;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-udo0yexila8 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-udo0yexila8 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-udo0yexila8 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.5,minmax(0, 1fr));}.ecom-core.ecom-udo0yexila8 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item{background-color: #fff;border-style: none;border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 16px;overflow: hidden;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title{text-align: left;color: #000;transition: all 400ms ease;padding: 20px 0px 3px 0px;margin: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: none;font-style: normal;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title:hover{color: #FF4848;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price{color: #000;margin: 8px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--regular,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--regular a,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--from,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--regular,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--from{color: rgba(0, 0, 0, 0.6);margin: 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;color: #FF4848;border-radius: 0px;margin: 8px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-product__wishlist-link svg{width: 16px;}.ecom-core.ecom-udo0yexila8 .ecom-product__wishlist-link{box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.05);width: 42px;height: 42px;min-height: 42px;color: #212529;background-color: #fff;border-radius: 50px;transition-duration: 400ms;;;margin-bottom: 8px;}.ecom-core.ecom-udo0yexila8 .ecom-product__wishlist-link:hover{color: #fff;background-color: #000;}.ecom-core.ecom-udo0yexila8 .ecom-product__compare-link svg{width: 18px;}.ecom-core.ecom-udo0yexila8 .ecom-product__compare-link{box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.05);width: 42px;height: 42px;min-height: 42px;color: #212529;background-color: #fff;border-radius: 50px;transition-duration: 300ms;;;margin-bottom: 15px;}.ecom-core.ecom-udo0yexila8 .ecom-product__compare-link:hover{color: #fff;background-color: #000;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{flex-direction: row;position: absolute;top: 0%;z-index: 1 !important;background-color: rgba(182, 150, 113, 0);transition: all 400ms ease;padding: 0px 0px 15px 0px;margin: 0px;} .ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover  .ecom-collection__product--actions{background-color: rgba(182, 150, 113, 0);}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-submit{position: absolute;right: 0px;top: 100%;align-self: flex-start;font-size: 14px;font-weight: 500;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;letter-spacing: 0px;line-height: 1.25em;width: 42px;height: 42px;min-height: 42px;color: #fff;background-color: #000;border-style: none;border-radius: 50%;margin: 24px 0px 0px 0px;padding: 0px 0px 1px 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-submit:hover{color: #fff;background-color: #FF7B54;border-style: none;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 17px;height: 17px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--quickshop{position: absolute;right: 0px;top: 100%;z-index: 2 !important;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'DM Sans', sans-serif;width: 42px;height: 42px;min-height: 42px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;margin: 24px 0px 0px 0px;padding: 5px 5px 3px 6px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--soldout{position: absolute;right: 0px;top: 100%;align-self: center;font-size: 14px;font-weight: 600;font-family: 'DM Sans', sans-serif;text-transform: none;line-height: 1.25em;width: 42px;height: 42px;min-height: 42px;color: #000;background-color: #ccc;border-style: none;border-radius: 50px;margin: 24px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--soldout:hover{color: #000;background-color: #ccc;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product--quickview-wrapper{justify-content: flex-start;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product--quickview-wrapper > a{font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;text-decoration: none;box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.05);width: 42px;height: 42px;min-height: 42px;color: #212529;background-color: #fff;border-radius: 50px;padding: 0px 0px 0px 4px;margin: 0px 0px 0px 15px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product--quickview-wrapper > a:hover{color: #ffffff;background-color: #000;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product--quickview-wrapper > a  svg{width: 18px;height: 18px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product--quickview-wrapper > a svg{margin: 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--view-more{position: absolute;right: 0px;top: 100%;z-index: 6 !important;align-self: flex-start;text-transform: none;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 600;line-height: 1.4em;width: 42px;height: 42px;min-height: 42px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;margin: 24px 0px 0px 0px;padding: 5px 0px 0px 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #FF7B54;border-style: none;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--view-more svg{width: 17px;height: 17px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 13px;font-weight: 500;line-height: 1em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;height: 26px;min-height: 26px;color: #ffffff;background-color: #FF6F61;border-radius: 20px;padding: 6px 11px 6px 11px;margin: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 13px;font-weight: 500;font-family: 'Poppins', sans-serif;line-height: 1em;letter-spacing: 0px;height: 26px;min-height: 26px;color: #fff;background-color: #d1793e;border-radius: 30px;padding: 5px 10px 4px 10px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: center;font-size: 13px;font-weight: 500;line-height: 1em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;width: 92px;height: 92px;min-height: 92px;color: #ffffff;background-color: #111827;border-radius: 50%;padding: 0px;margin: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 13px;font-family: 'Poppins', sans-serif;font-weight: 500;line-height: 1em;letter-spacing: 0px;height: 26px;min-height: 26px;color: #ffffff;background-color: #A474FF;border-radius: 30px;margin: 0px 5px 5px 0px;padding: 2px 10px 2px 10px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-radio-label{text-align: left;color: #000;margin: 7px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-radio-label,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-radio-label a{font-size: 14px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-radio-list,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-swatch-item{font-size: 11px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.25em;text-transform: uppercase;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #ebebeb;margin: 7px 7px 0px 0px;padding: 4px 10px 2px 10px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-main-label{text-align: left;color: #000;margin: 7px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-main-label,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-main-label a{font-size: 14px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list{justify-content: flex-start;margin-top: 6px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: #EBEBEB;transition: all 300ms ease;margin: 0px 8px 8px 0px;padding: 2px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list li,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #fff;box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.08);border-style: none;border-radius: 50%;margin: -70px -60px 0px -60px;padding: 14px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000000;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-submit{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-submit:hover{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--soldout{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 15px 5px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price{margin-bottom: 5px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--regular,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--regular a,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--from,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--from a{font-size: 13px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price--sale{font-size: 15px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-submit{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-submit:hover{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--soldout{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-size: 12px;margin-top: 3px;margin-right: 3px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;height: 26px;min-height: 26px;border-radius: 30px;margin-top: 15px;}.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;padding: 10px;}}.ecom-core.ecom-udo0yexila8{margin-top: 55px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-udo0yexila8{margin-top: 25px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-udo0yexila8{margin-top: 25px !important;}} .ecom-core.ecom-udo0yexila8{
    display:none;
}
@media(min-width:768px){
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge{
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 20px;
}
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-countdown-wrapper{
    width: max-content;
    transform: translateX(-50%);
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-time--item{
    flex-direction: row;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-countdown{
    position: static;
    transition: 0.3s;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item[data-style=absolute] .ecom-collection__product--actions:not([data-layout=full]){
    justify-content: left;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover .ecom-collection__product-countdown{
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item{
    height: auto;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item.ecom-swiper-slide{
    text-align: left;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--soldout{
    font-size: 0;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item--information{
    padding-right: 50px;
    position: relative;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions{
    position: static;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item--information-wrapper{
    position: static;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-quick-shop--force-show{
    position: static;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge:has(.ecom-collection__product-price--bage-sale) .ecom-collection__product-badge--sale{
    display: none;
}
.ecom-core.ecom-udo0yexila8 .ecom-child-element:before,.ecom-core.ecom-udo0yexila8 .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-rating-wrapper{
    text-align: left;
}
.ecom-core.ecom-udo0yexila8 .ecom-ajax-loading::after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    padding: 0;
    transition: opacity .2s;
    content: "";
    display: inline-block !important;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border-left-color: currentColor;
    opacity: 1;
    -webkit-animation: 450ms linear infinite ecom-spin;
    animation: 450ms linear infinite ecom-spin;
    background: transparent;
    min-width: inherit;
    bottom: auto;
    transform: none;
}
.ecom-core.ecom-udo0yexila8 .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-udo0yexila8 .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-udo0yexila8 span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-udo0yexila8 .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-udo0yexila8 .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-udo0yexila8 .wishlisthero-floating button{
    width: 42px !important;
    height: 42px!important;
    box-shadow: 0 5px 8px rgba(0,0,0,.05);
    padding: 0!important;
}
.ecom-core.ecom-udo0yexila8 .wishlisthero-floating{
    position: static;
    background: #fff;
transition:0.3s;
}
.ecom-core.ecom-udo0yexila8 .wishlisthero-floating:hover{
    background: #FD8484;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product--actions{
    padding: 15px;
    left: 0;
    right: 0;
    display: flex;
    gap: 8px;
    transform: translateY(-100%);
    position: absolute;
}
.ecom-core.ecom-udo0yexila8 .__react_component_tooltip{
    display: none;
}
.ecom-core.ecom-udo0yexila8 span.ecom-add-to-cart-text{
    display: none;
}
.ecom-core.ecom-udo0yexila8 .wishlisthero-floating button:hover svg{
    color: #fff !important;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-item--inner{
    overflow: visible;
}

.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions{
    transform: none!important;
opacity: 1!important;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product--actions > div{
    opacity: 0;
    transform: translateY(10px);
transition:0.3s;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover .ecom-collection__product--actions > div{
    opacity: 1;
    transform: translateY(0);
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item[data-style=absolute] .ecom-collection__product--actions:not([data-layout=full]){
    flex-direction: unset;
    inset: inherit;
left: 0;
    right: 0;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item[data-style=absolute] .ecom-collection__product--actions{
    flex-direction: row;
    inset: auto;
    width: 100%;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form button.ecom-collection__product-submit{
    top: 0;
}

.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover .ecom-collection__product-form button.ecom-collection__product-submit,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover .ecom-collection__product--actions .ecom-collection__product-form__actions--add,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover .ecom-collection__product-form__actions--view-more{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form button.ecom-collection__product-submit,.ecom-core.ecom-udo0yexila8 .ecom-collection__product--actions .ecom-collection__product-form__actions--add,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.4s;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item--wrapper:has(.ecom-collection__product--quickview-wrapper) .ecom-collection__product-group-button-action{
    margin-bottom: 50px;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item{
    overflow: visible;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-countdown-wrapper--title{
    display: none;
}
.ecom-core.ecom-udo0yexila8 span.ecom-collection__product-badge--sale:has( + .ecom-collection__product-price--bage-sale){
    display: none!important;
}
@media(max-width:767px){
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions{
    opacity: 1!important;
}}
@media (max-width:1024px){
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-form button.ecom-collection__product-submit,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product--actions .ecom-collection__product-form__actions--add,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-form__actions--view-more{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product--actions > div{
    opacity: 1;
    transform: translateY(0);
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-group-button-action .ecom-collection__action{
    transform: translateY(0);
    opacity: 1;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item--wrapper:has(.ecom-collection__product--quickview-wrapper) .ecom-collection__product-group-button-action{
    margin-bottom: 40px;
}
}
@media(min-width:1025px){
    .ecom-core.ecom-udo0yexila8 .ecom-collection__product-wrapper:hover .ecom-swiper-navigation-position{
        opacity: 1;
        visibility: visible;
    }
    .ecom-core.ecom-udo0yexila8 .ecom-swiper-navigation-position{
        opacity: 0;
        visibility: hidden;
    transition:0.3s;
    z-index: 3;
    } 

}
.ecom-core.ecom-udo0yexila8 svg:not([class]){
    width: 17px;
}

.ecom-core.ecom-udo0yexila8 .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-group-button-action .ecom-collection__action{
    transition: 0.4s;
    transform: translateY(10px);
    opacity: 0;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item:hover .ecom-collection__product-group-button-action .ecom-collection__action{
    transform: translateY(0);
    opacity: 1;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-group-button-action .ecom-collection__action ~ .ecom-collection__action{
    transition: 0.5s;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{
    padding: 6px;
    transition: 0.15s;
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__pagination-navigation li,.ecom-core.ecom-udo0yexila8 .ecom-collection__pagination-navigation li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ecom-core.ecom-udo0yexila8 span.ecom-collection__product-badge--sold-out[style="display: block;"]{
    display: flex!important;
}
.ecom-core.ecom-udo0yexila8 span.ecom-collection__product-badge--sold-out[style="display: block;"],.ecom-core.ecom-udo0yexila8 span.ecom-collection__product-badge--sold-out{
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}
.ecom-core.ecom-udo0yexila8 .ecom-collection__product-media-wrapper:has(.ecom-collection__product-badge--sold-out[style="display: block;"]) .ecom-collection__product-media--container,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-media-wrapper:has(.ecom-collection__product-badge--sold-out:not([style="display: none;"])) .ecom-collection__product-media--container{
    opacity: .7;
    pointer-events: none;
}
@media(max-width:1024px){
	.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-udo0yexila8 .ecom-collection__product-item .ecom-collection__product-form__actions--view-more,.ecom-core.ecom-udo0yexila8 .ecom-collection__product--actions{
	    display: none;
	}
    .ecom-core.ecom-udo0yexila8 .ecom-collection__product-item--information{
        padding-right: 0;
    }
    .ecom-core.ecom-udo0yexila8 .ecom-product__wishlist,.ecom-core.ecom-udo0yexila8 .ecom-product__compare{
        display: none;
    }
    .ecom-core.ecom-udo0yexila8 .ecom-swiper-navigation-position .ecom-swiper-button{
        position: var(--ecom-position__tablet);
    }
   .ecom-core.ecom-udo0yexila8 .ecom-collection__product-countdown{
        display: none;
    }
}
@media (max-width: 767px) {
    .ecom-core.ecom-udo0yexila8 .ecom-swiper-navigation-position .ecom-swiper-button{
        position: var(--ecom-position__mobile);
    }
    .ecom-core.ecom-udo0yexila8 .ecom-collection__product-badge > span:not(.ecom-collection__product-badge--sold-out){
        display: none;
    }
}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-tjhd29dnmlq{show_price: block;show_picker: show;}.ecom-core.ecom-tjhd29dnmlq .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-tjhd29dnmlq .ecom-product__wishlist{justify-content: start;align-items: end;}.ecom-core.ecom-tjhd29dnmlq .ecom-product__compare{justify-content: start;align-items: end;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-description{order: 3;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-variants{order: 9;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-tjhd29dnmlq .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.5,minmax(0, 1fr));}.ecom-core.ecom-tjhd29dnmlq .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-tjhd29dnmlq .ecom-collection.ecom-collection__product{background-color: #4d4a4a;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item{background-color: #cccccc;border-style: none;border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-media img{object-fit: contain;border-radius: 16px;overflow: hidden;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title{text-align: left;color: #525050;transition: all 400ms ease;padding: 20px 0px 3px 0px;margin: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: none;font-style: normal;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title:hover{color: #FF4848;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price{color: #000;margin: 8px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--regular,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--regular a,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--from,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--regular,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--from{color: rgba(0, 0, 0, 0.6);margin: 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;color: #ad6a6a;border-radius: 0px;margin: 8px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-product__wishlist-link svg{width: 16px;}.ecom-core.ecom-tjhd29dnmlq .ecom-product__wishlist-link{box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.05);width: 42px;height: 42px;min-height: 42px;color: #633333;background-color: #fff;border-radius: 50px;transition-duration: 400ms;;;margin-bottom: 8px;}.ecom-core.ecom-tjhd29dnmlq .ecom-product__wishlist-link:hover{color: #fff;background-color: #000;}.ecom-core.ecom-tjhd29dnmlq .ecom-product__compare-link svg{width: 18px;}.ecom-core.ecom-tjhd29dnmlq .ecom-product__compare-link{box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.05);width: 42px;height: 42px;min-height: 42px;color: #212529;background-color: #fff;border-radius: 50px;transition-duration: 300ms;;;margin-bottom: 15px;}.ecom-core.ecom-tjhd29dnmlq .ecom-product__compare-link:hover{color: #fff;background-color: #000;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-submit{position: absolute;right: 0px;top: 100%;align-self: flex-start;font-size: 14px;font-weight: 500;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;letter-spacing: 0px;line-height: 1.25em;width: 42px;height: 42px;min-height: 42px;color: #fff;background-color: #000;border-style: none;border-radius: 50%;margin: 24px 0px 0px 0px;padding: 0px 0px 1px 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-submit:hover{color: #fff;background-color: #FF7B54;border-style: none;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 17px;height: 17px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--quickshop{position: absolute;right: 0px;top: 100%;z-index: 2 !important;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'DM Sans', sans-serif;width: 42px;height: 42px;min-height: 42px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;margin: 24px 0px 0px 0px;padding: 5px 5px 3px 6px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--soldout{position: absolute;right: 0px;top: 100%;align-self: center;font-size: 14px;font-weight: 600;font-family: 'DM Sans', sans-serif;text-transform: none;line-height: 1.25em;width: 42px;height: 42px;min-height: 42px;color: #000;background-color: #ccc;border-style: none;border-radius: 50px;margin: 24px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--soldout:hover{color: #000;background-color: #ccc;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--quickview-wrapper{justify-content: flex-start;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--quickview-wrapper > a{font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;text-decoration: none;box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.05);width: 42px;height: 42px;min-height: 42px;color: #212529;background-color: #fff;border-radius: 50px;padding: 0px 0px 0px 4px;margin: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--quickview-wrapper > a:hover{color: #ffffff;background-color: #000;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--quickview-wrapper > a  svg{width: 18px;height: 18px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--quickview-wrapper > a svg{margin: 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--view-more{position: absolute;right: 0px;top: 100%;z-index: 6 !important;align-self: flex-start;text-transform: none;text-decoration: none;font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 600;line-height: 1.4em;width: 42px;height: 42px;min-height: 42px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;margin: 24px 0px 0px 0px;padding: 5px 0px 0px 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #FF7B54;border-style: none;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--view-more svg{width: 17px;height: 17px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 13px;font-weight: 500;line-height: 1em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;height: 26px;min-height: 26px;color: #ffffff;background-color: #FF6F61;border-radius: 20px;padding: 6px 11px 6px 11px;margin: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 13px;font-weight: 500;font-family: 'Poppins', sans-serif;line-height: 1em;letter-spacing: 0px;height: 26px;min-height: 26px;color: #fff;background-color: #d1793e;border-radius: 30px;padding: 5px 10px 4px 10px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 13px;font-weight: 500;line-height: 1em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;width: 92px;height: 92px;min-height: 92px;color: #ffffff;background-color: #111827;border-radius: 50%;padding: 0px;margin: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 13px;font-family: 'Poppins', sans-serif;font-weight: 500;line-height: 1em;letter-spacing: 0px;height: 26px;min-height: 26px;color: #ffffff;background-color: #A474FF;border-radius: 30px;margin: 0px 5px 5px 0px;padding: 2px 10px 2px 10px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown-wrapper{position: absolute;left: 50%;bottom: 100%;z-index: 2 !important;background-color: #fff;border-radius: 40px;overflow: hidden;margin: 0px 0px 24px 0px;padding: 10px 20px 10px 20px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-time--item{width: none;margin: 0px 3px 0px 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-time--number{text-align: center;font-size: 12px;font-weight: 500;text-transform: uppercase;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #FF6F61;margin: 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-time--label{text-align: center;font-size: 12px;font-weight: 500;font-family: 'Poppins', sans-serif;text-transform: uppercase;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;color: #FF6F61;margin: 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-radio-label{text-align: left;color: #000;margin: 7px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-radio-label,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-radio-label a{font-size: 14px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-radio-list,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-swatch-item{font-size: 11px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.25em;text-transform: uppercase;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #ebebeb;margin: 7px 7px 0px 0px;padding: 4px 10px 2px 10px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-main-label{text-align: left;color: #000;margin: 7px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-main-label,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-main-label a{font-size: 14px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list{justify-content: flex-start;margin-top: 6px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: #EBEBEB;transition: all 300ms ease;margin: 0px 8px 8px 0px;padding: 2px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list li,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #fff;box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.08);border-style: none;border-radius: 50%;margin: -70px -60px 0px -60px;padding: 14px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000000;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-submit{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-submit:hover{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--soldout{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 15px 5px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price{margin-bottom: 5px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--regular,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--regular a,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--from,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--from a{font-size: 13px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price--sale{font-size: 15px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-submit{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-submit:hover{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--soldout{width: 40px;height: 40px;min-height: 40px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-size: 12px;margin-top: 3px;margin-right: 3px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;height: 26px;min-height: 26px;border-radius: 30px;margin-top: 15px;}.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;padding: 10px;}}.ecom-core.ecom-tjhd29dnmlq{margin-top: 55px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tjhd29dnmlq{margin-top: 25px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tjhd29dnmlq{margin-top: 25px !important;}} 
@media(min-width:768px){
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge{
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 20px;
}
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown-wrapper{
    width: max-content;
    transform: translateX(-50%);
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-time--item{
    flex-direction: row;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown{
    position: static;
    transition: 0.3s;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item[data-style=absolute] .ecom-collection__product--actions:not([data-layout=full]){
    justify-content: left;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item:hover .ecom-collection__product-countdown{
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item{
    height: auto;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item.ecom-swiper-slide{
    text-align: left;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--soldout{
    font-size: 0;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item--information{
    padding-right: 50px;
    position: relative;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions{
    position: static;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item--information-wrapper{
    position: static;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-quick-shop--force-show{
    position: static;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge:has(.ecom-collection__product-price--bage-sale) .ecom-collection__product-badge--sale{
    display: none;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-child-element:before,.ecom-core.ecom-tjhd29dnmlq .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-rating-wrapper{
    text-align: left;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-ajax-loading::after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    padding: 0;
    transition: opacity .2s;
    content: "";
    display: inline-block !important;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border-left-color: currentColor;
    opacity: 1;
    -webkit-animation: 450ms linear infinite ecom-spin;
    animation: 450ms linear infinite ecom-spin;
    background: transparent;
    min-width: inherit;
    bottom: auto;
    transform: none;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-tjhd29dnmlq .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-tjhd29dnmlq span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-tjhd29dnmlq .wishlisthero-floating button{
    width: 42px !important;
    height: 42px!important;
    box-shadow: 0 5px 8px rgba(0,0,0,.05);
    padding: 0!important;
}
.ecom-core.ecom-tjhd29dnmlq .wishlisthero-floating{
    position: static;
    background: #fff;
transition:0.3s;
}
.ecom-core.ecom-tjhd29dnmlq .wishlisthero-floating:hover{
    background: #FD8484;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--actions{
    padding: 15px;
    left: 0;
    right: 0;
    display: flex;
    gap: 8px;
    transform: translateY(-100%);
    position: absolute;
}
.ecom-core.ecom-tjhd29dnmlq .__react_component_tooltip{
    display: none;
}
.ecom-core.ecom-tjhd29dnmlq span.ecom-add-to-cart-text{
    display: none;
}
.ecom-core.ecom-tjhd29dnmlq .wishlisthero-floating button:hover svg{
    color: #fff !important;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-item--inner{
    overflow: visible;
}

.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions{
    transform: none!important;
opacity: 1!important;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--actions > div{
    opacity: 0;
    transform: translateY(10px);
transition:0.3s;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item:hover .ecom-collection__product--actions > div{
    opacity: 1;
    transform: translateY(0);
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item[data-style=absolute] .ecom-collection__product--actions:not([data-layout=full]){
    flex-direction: unset;
    inset: inherit;
left: 0;
    right: 0;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item[data-style=absolute] .ecom-collection__product--actions{
    flex-direction: row;
    inset: auto;
    width: 100%;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form button.ecom-collection__product-submit{
    top: 0;
}

.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item:hover .ecom-collection__product-form button.ecom-collection__product-submit,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item:hover .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item:hover .ecom-collection__product--actions .ecom-collection__product-form__actions--add,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item:hover .ecom-collection__product-form__actions--view-more{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form button.ecom-collection__product-submit,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--actions .ecom-collection__product-form__actions--add,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.4s;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item--wrapper:has(.ecom-collection__product--quickview-wrapper) .ecom-collection__product-group-button-action{
    margin-bottom: 50px;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item{
    overflow: visible;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown-wrapper--title{
    display: none;
}
.ecom-core.ecom-tjhd29dnmlq span.ecom-collection__product-badge--sale:has( + .ecom-collection__product-price--bage-sale){
    display: none!important;
}
@media(max-width:767px){
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions{
    opacity: 1!important;
}}
@media (max-width:1024px){
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-form button.ecom-collection__product-submit,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product--actions .ecom-collection__product-form__actions--add,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-form__actions--view-more{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product--actions > div{
    opacity: 1;
    transform: translateY(0);
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-group-button-action .ecom-collection__action{
    transform: translateY(0);
    opacity: 1;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item--wrapper:has(.ecom-collection__product--quickview-wrapper) .ecom-collection__product-group-button-action{
    margin-bottom: 40px;
}
}
@media(min-width:1025px){
    .ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-wrapper:hover .ecom-swiper-navigation-position{
        opacity: 1;
        visibility: visible;
    }
    .ecom-core.ecom-tjhd29dnmlq .ecom-swiper-navigation-position{
        opacity: 0;
        visibility: hidden;
    transition:0.3s;
    z-index: 3;
    } 

}
.ecom-core.ecom-tjhd29dnmlq svg:not([class]){
    width: 17px;
}

.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-group-button-action .ecom-collection__action{
    transition: 0.4s;
    transform: translateY(10px);
    opacity: 0;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item:hover .ecom-collection__product-group-button-action .ecom-collection__action{
    transform: translateY(0);
    opacity: 1;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-group-button-action .ecom-collection__action ~ .ecom-collection__action{
    transition: 0.5s;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{
    padding: 6px;
    transition: 0.15s;
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__pagination-navigation li,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__pagination-navigation li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ecom-core.ecom-tjhd29dnmlq span.ecom-collection__product-badge--sold-out[style="display: block;"]{
    display: flex!important;
}
.ecom-core.ecom-tjhd29dnmlq span.ecom-collection__product-badge--sold-out[style="display: block;"],.ecom-core.ecom-tjhd29dnmlq span.ecom-collection__product-badge--sold-out{
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}
.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-media-wrapper:has(.ecom-collection__product-badge--sold-out[style="display: block;"]) .ecom-collection__product-media--container,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-media-wrapper:has(.ecom-collection__product-badge--sold-out:not([style="display: none;"])) .ecom-collection__product-media--container{
    opacity: .7;
    pointer-events: none;
}
@media(max-width:1024px){
	.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item .ecom-collection__product-form__actions--view-more,.ecom-core.ecom-tjhd29dnmlq .ecom-collection__product--actions{
	    display: none;
	}
    .ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-item--information{
        padding-right: 0;
    }
    .ecom-core.ecom-tjhd29dnmlq .ecom-product__wishlist,.ecom-core.ecom-tjhd29dnmlq .ecom-product__compare{
        display: none;
    }
    .ecom-core.ecom-tjhd29dnmlq .ecom-swiper-navigation-position .ecom-swiper-button{
        position: var(--ecom-position__tablet);
    }
   .ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-countdown{
        display: none;
    }
}
@media (max-width: 767px) {
    .ecom-core.ecom-tjhd29dnmlq .ecom-swiper-navigation-position .ecom-swiper-button{
        position: var(--ecom-position__mobile);
    }
    .ecom-core.ecom-tjhd29dnmlq .ecom-collection__product-badge > span:not(.ecom-collection__product-badge--sold-out){
        display: none;
    }
}.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading,.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading a{font-weight: 500;font-size: 36px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-imhzowvjsv  .element__heading .ecom__heading,.ecom-core.ecom-imhzowvjsv  .element__heading .ecom__heading a{color: #fad7d7;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading,.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading,.ecom-core.ecom-imhzowvjsv .element__heading .ecom__heading a{font-size: 25px;font-family: 'Oleo Script', sans-serif;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-imhzowvjsv{padding-bottom: 0 !important;}}.ecom-core.ecom-9tqkyqh1u4l div.divi-style{border-style: zigzag;}.ecom-core.ecom-9tqkyqh1u4l .ecom__element-divi,.ecom-core.ecom-9tqkyqh1u4l .divi-cont{justify-content: center;}.ecom-core.ecom-9tqkyqh1u4l .divi-cont{grid-column-gap: 24px;}.ecom-core.ecom-9tqkyqh1u4l .divi-line.divi-style{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9tqkyqh1u4l .ecom__element-divi,.ecom-core.ecom-9tqkyqh1u4l .divi-cont{justify-content: center;}.ecom-core.ecom-9tqkyqh1u4l .divi-line.divi-style{width: 100%;}}.ecom-core.ecom-9tqkyqh1u4l .ecom__element-divi .divi-cont .divi-text{color: #e0e0e0;}.ecom-core.ecom-9tqkyqh1u4l .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-9tqkyqh1u4l .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-way9ou22ua>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-way9ou22ua{background-color: #dedede;border-style: solid;border-color: #fff5f5;}.ecom-core.ecom-way9ou22ua{padding: 0px 25px 0 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-way9ou22ua{padding-right: 0px !important;padding-bottom: 35px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-way9ou22ua{padding: 20px 0px 35px 0px !important;}}



.ecom-core.ecom-timp2vq3pgr{width: 100%;}.ecom-core.ecom-timp2vq3pgr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 69px;}.ecom-core.ecom-timp2vq3pgr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-timp2vq3pgr>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-timp2vq3pgr{width: 100%;}.ecom-core.ecom-timp2vq3pgr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-timp2vq3pgr>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper{background-color: #c2c2c2;border-style: solid;border-color: #785353;color: #616161;text-align: center;}.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper h1,.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper h2,.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper h3,.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper h4,.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper h5,.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper h6{color: #595858;}.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper a{color: #fff7f7;}.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper a:hover{color: #ffffff;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-timp2vq3pgr>.core__column--wrapper{background-color: #fff5f5;}}.ecom-core.ecom-5sfvg103af>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-5sfvg103af{padding-top: 35px !important;padding-bottom: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5sfvg103af{padding-top: 15px !important;padding-bottom: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5sfvg103af{padding-top: 30px !important;padding-bottom: 30px !important;}}.ecom-core.ecom-1wffa5f28u8{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1wffa5f28u8{width: 100%;}}.ecom-core.ecom-ics5jqels1p .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout='horizontal'],.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-list--wrapper{justify-content: flex-end;}.ecom-core.ecom-ics5jqels1p{border-style: none;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a,.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a a{text-decoration: underline;font-weight: 400;font-family: 'Lora', sans-serif;font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a{color: #020202;margin-left: 24px;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a:hover{color: #E770DE;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a.ecom-text-active{color: #E770DE;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ics5jqels1p .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout='horizontal'],.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-list--wrapper{justify-content: center;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a,.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a a{font-size: 14px;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a{margin-left: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ics5jqels1p .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout='horizontal'],.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-list--wrapper{justify-content: center;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a,.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a a{font-size: 14px;}.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-item a{margin-right: 10px;margin-left: 10px;}}.ecom-core.ecom-ics5jqels1p{padding-bottom: 0 !important;} .ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item{
    position: relative;
    display: flex;
    align-items: center;
}
.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-container[data-menu-layout="horizontal"] ul.ecom-shopify__menu-list{
    display:block!important;
text-align:right;
}
.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-container[data-menu-layout="horizontal"] .ecom-shopify__menu-list .ecom-shopify__menu-item{
    display: inline-block;
}
@media(max-width:1024px){
.ecom-core.ecom-ics5jqels1p .ecom-shopify__menu-container[data-menu-layout="horizontal"] ul.ecom-shopify__menu-list{
text-align:center;
}}.ecom-core.ecom-x1lc8xp3x5>div.core__row--columns{height: auto;overflow: hidden;}.ecom-core.ecom-x1lc8xp3x5>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-items: center;}.ecom-core.ecom-x1lc8xp3x5{background-color: #6b6a6a;}.ecom-core.ecom-x1lc8xp3x5{padding: 65px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x1lc8xp3x5{padding: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x1lc8xp3x5{padding: 35px 15px 35px 15px !important;}}.ecom-core.ecom-qmksfodhjbi{width: 50.00%;}.ecom-core.ecom-qmksfodhjbi>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-qmksfodhjbi>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qmksfodhjbi{width: 100%;}.ecom-core.ecom-qmksfodhjbi>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 5px;}.ecom-core.ecom-qmksfodhjbi>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-qmksfodhjbi>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}}.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper{background-color: #dbdbdb;color: #6e6d6d;text-align: left;}.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper>div.ecom-column__overlay>.ecom-overlay{background-color: #fff5f5;}.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper h1,.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper h2,.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper h3,.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper h4,.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper h5,.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper h6{color: #b8b8b8;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qmksfodhjbi>.core__column--wrapper{background-color: #5e5d5d;}}.ecom-core.ecom-40m1wtga3vv{background-color: #e8e8e8;}.ecom-core.ecom-40m1wtga3vv .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout='horizontal'],.ecom-core.ecom-40m1wtga3vv .ecom-shopify__menu-list--wrapper{justify-content: flex-start;}.ecom-core.ecom-40m1wtga3vv .ecom-shopify__menu-item a{justify-content: flex-start;color: #000;transition: all 400ms ease;margin-bottom: 10px;}.ecom-core.ecom-40m1wtga3vv .ecom-shopify__menu-item a,.ecom-core.ecom-40m1wtga3vv .ecom-shopify__menu-item a a{text-decoration: none;font-weight: 400;font-family: 'Lora', sans-serif;font-size: 16px;line-height: 1.6em;}.ecom-core.ecom-40m1wtga3vv .ecom-shopify__menu-item a:hover{color: #E770DE;}.ecom-core.ecom-40m1wtga3vv .ecom-shopify__menu-item a.ecom-text-active{color: #E770DE;}.ecom-core.ecom-40m1wtga3vv{} .ecom-core.ecom-40m1wtga3vv ul.ecom-shopify__menu-list{
    list-style: none;
}.ecom-core.ecom-k9srfca8g1f{width: 50.00%;}.ecom-core.ecom-k9srfca8g1f>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 38px;}.ecom-core.ecom-k9srfca8g1f>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-k9srfca8g1f>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-k9srfca8g1f{width: 100%;}}.ecom-core.ecom-k9srfca8g1f>.core__column--wrapper{background-color: #f0eded;}.ecom-core.ecom-yoldu6m28hn .ecom-element.element__social{justify-content: center;}.ecom-core.ecom-yoldu6m28hn .ecom__element-social{background-color: rgba(255, 255, 255, 0);margin-right: 10px;margin-left: -10px;padding-left: 0px;}.ecom-core.ecom-yoldu6m28hn .element__social .social-icon svg{height: 18px;width: 18px;}.ecom-core.ecom-yoldu6m28hn .element__social .social-icon{color: #000;}.ecom-core.ecom-yoldu6m28hn .element__social .social-icon:hover{color: #E770DE;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yoldu6m28hn .ecom-element.element__social{justify-content: center;}}.ecom-core.ecom-yoldu6m28hn{margin-top: 30px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yoldu6m28hn{margin-top: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yoldu6m28hn{margin-top: 20px !important;}}.ecom-core.ecom-q8ln41uifvl .ecom-text--more-actions button ,.ecom-core.ecom-q8ln41uifvl .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-q8ln41uifvl .text-content,.ecom-core.ecom-q8ln41uifvl  .text-content a,.ecom-core.ecom-q8ln41uifvl  .text-content p,.ecom-core.ecom-q8ln41uifvl  .text-content span{text-align: left;color: #755d5d;}.ecom-core.ecom-q8ln41uifvl .text-content,.ecom-core.ecom-q8ln41uifvl .text-content a,.ecom-core.ecom-q8ln41uifvl  .text-content a,.ecom-core.ecom-q8ln41uifvl  .text-content a a,.ecom-core.ecom-q8ln41uifvl  .text-content p,.ecom-core.ecom-q8ln41uifvl  .text-content p a,.ecom-core.ecom-q8ln41uifvl  .text-content span,.ecom-core.ecom-q8ln41uifvl  .text-content span a{font-size: 16px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;font-family: 'Lora', sans-serif;}.ecom-core.ecom-q8ln41uifvl .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-q8ln41uifvl .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-q8ln41uifvl .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-q8ln41uifvl .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-q8ln41uifvl .text-content,.ecom-core.ecom-q8ln41uifvl  .text-content a,.ecom-core.ecom-q8ln41uifvl  .text-content p,.ecom-core.ecom-q8ln41uifvl  .text-content span{text-align: center;}.ecom-core.ecom-q8ln41uifvl .text-content,.ecom-core.ecom-q8ln41uifvl .text-content a,.ecom-core.ecom-q8ln41uifvl  .text-content a,.ecom-core.ecom-q8ln41uifvl  .text-content a a,.ecom-core.ecom-q8ln41uifvl  .text-content p,.ecom-core.ecom-q8ln41uifvl  .text-content p a,.ecom-core.ecom-q8ln41uifvl  .text-content span,.ecom-core.ecom-q8ln41uifvl  .text-content span a{font-size: 15px;}}.ecom-core.ecom-q8ln41uifvl{margin-top: 25px !important;padding-bottom: 0 !important;} .ecom-core.ecom-q8ln41uifvl .text-content a:hover{
    opacity: 0.8;
}.ecom-core.ecom-h0ur6rvqxd8 .ecom-text--more-actions button ,.ecom-core.ecom-h0ur6rvqxd8 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-h0ur6rvqxd8 .text-content,.ecom-core.ecom-h0ur6rvqxd8  .text-content a,.ecom-core.ecom-h0ur6rvqxd8  .text-content p,.ecom-core.ecom-h0ur6rvqxd8  .text-content span{text-align: left;color: #856262;}.ecom-core.ecom-h0ur6rvqxd8 .text-content,.ecom-core.ecom-h0ur6rvqxd8 .text-content a,.ecom-core.ecom-h0ur6rvqxd8  .text-content a,.ecom-core.ecom-h0ur6rvqxd8  .text-content a a,.ecom-core.ecom-h0ur6rvqxd8  .text-content p,.ecom-core.ecom-h0ur6rvqxd8  .text-content p a,.ecom-core.ecom-h0ur6rvqxd8  .text-content span,.ecom-core.ecom-h0ur6rvqxd8  .text-content span a{font-size: 16px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;font-family: 'Lora', sans-serif;}.ecom-core.ecom-h0ur6rvqxd8 .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-h0ur6rvqxd8 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-h0ur6rvqxd8 .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-h0ur6rvqxd8 .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-h0ur6rvqxd8 .text-content,.ecom-core.ecom-h0ur6rvqxd8  .text-content a,.ecom-core.ecom-h0ur6rvqxd8  .text-content p,.ecom-core.ecom-h0ur6rvqxd8  .text-content span{text-align: center;}.ecom-core.ecom-h0ur6rvqxd8 .text-content,.ecom-core.ecom-h0ur6rvqxd8 .text-content a,.ecom-core.ecom-h0ur6rvqxd8  .text-content a,.ecom-core.ecom-h0ur6rvqxd8  .text-content a a,.ecom-core.ecom-h0ur6rvqxd8  .text-content p,.ecom-core.ecom-h0ur6rvqxd8  .text-content p a,.ecom-core.ecom-h0ur6rvqxd8  .text-content span,.ecom-core.ecom-h0ur6rvqxd8  .text-content span a{font-size: 15px;}}.ecom-core.ecom-h0ur6rvqxd8{margin-top: 25px !important;padding-bottom: 0 !important;} .ecom-core.ecom-h0ur6rvqxd8 .text-content a:hover{
    opacity: 0.8;
}.ecom-core.ecom-we43u1lwofp .ecom-image-default{width: 45% !important;max-width: 153px !important;}.ecom-core.ecom-we43u1lwofp .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-we43u1lwofp .ecom-base-image .ecom-image-picture picture{height: 82px !important;}.ecom-core.ecom-we43u1lwofp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-we43u1lwofp .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-we43u1lwofp .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-we43u1lwofp .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-we43u1lwofp .ecom-image-align{align-items: center;}}.ecom-core.ecom-9stxjbn8q5 .ecom__testimonials--grid{grid-template-columns: repeat(3,1fr);gap: 100px;}.ecom-core.ecom-9stxjbn8q5 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9stxjbn8q5 .ecom__testimonials--grid{grid-template-columns: repeat(2,1fr);gap: 30px;}.ecom-core.ecom-9stxjbn8q5 .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9stxjbn8q5 .ecom__testimonials--grid{grid-template-columns: repeat(1,1fr);gap: 0px;}.ecom-core.ecom-9stxjbn8q5 .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-9stxjbn8q5 .testimonial-content{text-align: center;justify-content: center;background-color: #fafafa;}.ecom-core.ecom-9stxjbn8q5 .ecom-icon-list span svg{height: 14px;width: 14px;}.ecom-core.ecom-9stxjbn8q5 .ecom-icon-list span{color: #696862;margin: 5px 2px 24px 2px;}.ecom-core.ecom-9stxjbn8q5 .ecom-icon-list span.ecom-icon-active{color: #EABF0D;}.ecom-core.ecom-9stxjbn8q5 .ecom-image-default{width: 60px !important;}.ecom-core.ecom-9stxjbn8q5 .ecom-base-testimonial-image{margin-bottom: 24px;}.ecom-core.ecom-9stxjbn8q5 .testimonial-content-name{text-align: center;color: #000;margin-top: 0px;margin-bottom: 10px;}.ecom-core.ecom-9stxjbn8q5 .testimonial-content-name,.ecom-core.ecom-9stxjbn8q5 .testimonial-content-name a{font-size: 18px;font-weight: 400;line-height: 1.2em;letter-spacing: 0px;text-decoration: none;text-transform: capitalize;}.ecom-core.ecom-9stxjbn8q5 .testimonial-content-title{text-align: center;color: #8C8C8C;padding-bottom: 8px;}.ecom-core.ecom-9stxjbn8q5 .testimonial-content-title,.ecom-core.ecom-9stxjbn8q5 .testimonial-content-title a{font-size: 14px;font-weight: 400;line-height: 1.2em;letter-spacing: 0px;text-decoration: none;text-transform: capitalize;}.ecom-core.ecom-9stxjbn8q5 .testimonial-content-prag{text-align: center;color:  #8C8C8C;margin-bottom: 24px;}.ecom-core.ecom-9stxjbn8q5 .testimonial-content-prag,.ecom-core.ecom-9stxjbn8q5 .testimonial-content-prag a{font-size: 14px;line-height: 1.75em;font-weight: 400;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-9stxjbn8q5 .ecom-testimonials--container .ecom-swiper-button-prev svg,.ecom-core.ecom-9stxjbn8q5 .ecom-testimonials--container .ecom-swiper-button-next svg{height: 22px;width: 22px;}.ecom-core.ecom-9stxjbn8q5 .ecom-testimonials--container .ecom-swiper-button-prev,.ecom-core.ecom-9stxjbn8q5 .ecom-testimonials--container .ecom-swiper-button-next{color: #1F2937;background-color: #E9EAEB;border-radius: 36px;}.ecom-core.ecom-9stxjbn8q5 .ecom-testimonials--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-9stxjbn8q5 .ecom-testimonials--container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;transition: all 300ms ease;}.ecom-core.ecom-9stxjbn8q5{padding-top: 50px !important;padding-bottom: 50px !important;}.ecom-core.ecom-ftfnso17554{background-color: #fff;}
.ecom-core.ecom-xusqoaem8sj{width: 100.00%;}.ecom-core.ecom-xusqoaem8sj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 79px;}.ecom-core.ecom-xusqoaem8sj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-xusqoaem8sj>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-xusqoaem8sj{width: 100%;}}.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper{background-color: #9c9c9c;text-align: center;}.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper>div.ecom-column__overlay>.ecom-overlay{opacity: 0;}.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper h1,.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper h2,.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper h3,.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper h4,.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper h5,.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper h6{color: #fa8282;}.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper a{color: #ffffff;}.ecom-core.ecom-xusqoaem8sj>.core__column--wrapper a:hover{color: #d9d9d9;}.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-slider{height: 385px;}.ecom-core.ecom-9gk8aj2gmk .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-9gk8aj2gmk .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9gk8aj2gmk .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-slider{height: 100px;}.ecom-core.ecom-9gk8aj2gmk .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-9gk8aj2gmk .ecom-swiper-slide{padding: 2px;margin: 0px;}.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-next svg{height: 16px;width: 16px;}.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-next{color: #fff;background-color: rgba(74, 74, 74, 0.5);border-radius: 50px;padding: 14px;margin: -100px 0px 45px 15px;}.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-next:hover{color: #fff;background-color: #1B283A;transition: all 400ms ease;}.ecom-core.ecom-9gk8aj2gmk .ecom-slider__image--wrapper:hover>.ecom-overlay,.ecom-core.ecom-9gk8aj2gmk .ecom-slider__image--wrapper .ecom-slider__image--link:hover>.ecom-overlay{background-color: rgba(17, 24, 39, 0.3);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-next{padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-next svg{height: 16px;width: 16px;}.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-9gk8aj2gmk .ecom-slider--container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;padding: 10px;}}.ecom-core.ecom-9gk8aj2gmk{margin-top: 42px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9gk8aj2gmk{margin-top: 25px !important;}} .ecom-core.ecom-9gk8aj2gmk picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-9gk8aj2gmk picture.ecom-image-picture img{
    border: 0;
}
.ecom-core.ecom-9gk8aj2gmk .ecom-elements-slider{
    overflow: visible;
}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__list-collections-media-wrapper{display: flex;}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(4,minmax(0,1fr));column-gap: 30px;row-gap: 30px;}.ecom-core.ecom-gtxiiwbp2ha .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(3,minmax(0,1fr));}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(2,minmax(0,1fr));column-gap: 15px;row-gap: 15px;}}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__list-collections--item{box-shadow: 0 0 2px 1px #ebebeb;border-style: none;border-radius: 5px;overflow: hidden;padding: 15px;}.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default img{object-fit: contain;}.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default ,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default ,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default .ecom-image-default,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default  > picture,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default:hover ,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default:hover ,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default:hover .ecom-image-default,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default:hover  > picture,.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default:hover > img{border-radius: 5px;overflow: hidden;}.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default:hover{transform: scale(0.9);}.ecom-core.ecom-gtxiiwbp2ha .ecom-image-default{transition: all 300ms ease;}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection-heading-title{text-align: center;color: #000000;margin-top: 5px;}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection-heading-title,.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection-heading-title a{font-weight: 600;font-size: 16px;}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection .ecom-swiper-button-prev svg,.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection .ecom-swiper-button-prev,.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection .ecom-swiper-button-next{color: #292424;background-color: rgba(255, 255, 255, 0.63);border-style: none;border-radius: 0px;margin: 0px;padding: 0px;}.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection .ecom-swiper-button-prev:hover,.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__collection .ecom-swiper-button-next:hover{color: #000000;background-color: rgba(255, 255, 255, 0.65);border-radius: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gtxiiwbp2ha .ecom-shopify__list-collections-media-wrapper{justify-content: center;}}.ecom-core.ecom-phz73tvg9x .ecom-image-align{align-items: center;}.ecom-core.ecom-phz73tvg9x .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-phz73tvg9x .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-phz73tvg9x{} .ecom-core.ecom-phz73tvg9x picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-phz73tvg9x picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-pcvueocx0p .ecom-image-align{align-items: center;}.ecom-core.ecom-pcvueocx0p .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-pcvueocx0p .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-pcvueocx0p{} .ecom-core.ecom-pcvueocx0p picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-pcvueocx0p picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-wos55te1cq .ecom-image-align{align-items: center;}.ecom-core.ecom-wos55te1cq .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wos55te1cq .ecom-image-align{align-items: center;}.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-wos55te1cq .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-wos55te1cq{} .ecom-core.ecom-wos55te1cq picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-wos55te1cq picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-ujf53yxagcp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-ujf53yxagcp>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-ujf53yxagcp>div.core__row--columns{justify-content: center;}.ecom-core.ecom-itligk901h{width: 100.00%;}.ecom-core.ecom-itligk901h>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-itligk901h>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-itligk901h>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-itligk901h{width: 100%;}.ecom-core.ecom-itligk901h>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-mo7jj32ixuh>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-mo7jj32ixuh>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-mo7jj32ixuh>div.core__row--columns{justify-content: center;}.ecom-core.ecom-hkezfou7te{width: 100.00%;}.ecom-core.ecom-hkezfou7te>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-hkezfou7te>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hkezfou7te>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hkezfou7te{width: 100%;}.ecom-core.ecom-hkezfou7te>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-8bfask0frwb .ecom-image-align{align-items: center;}.ecom-core.ecom-8bfask0frwb .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-8bfask0frwb .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-8bfask0frwb{} .ecom-core.ecom-8bfask0frwb picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-8bfask0frwb picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-qu9gbie248>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-qu9gbie248>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-qu9gbie248>div.core__row--columns{justify-content: center;}.ecom-core.ecom-azewp9e6mr{width: 100%;}.ecom-core.ecom-azewp9e6mr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-azewp9e6mr>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-azewp9e6mr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-azewp9e6mr{width: 100%;}.ecom-core.ecom-azewp9e6mr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-gzl0c9bsll .ecom-image-align{align-items: center;}.ecom-core.ecom-gzl0c9bsll .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-gzl0c9bsll .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-gzl0c9bsll{} .ecom-core.ecom-gzl0c9bsll picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-gzl0c9bsll picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-ovcrmx64ru>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-q4bdgslp3tg{width: 100%;}.ecom-core.ecom-q4bdgslp3tg>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-q4bdgslp3tg>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-q4bdgslp3tg>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q4bdgslp3tg{width: 100%;}.ecom-core.ecom-q4bdgslp3tg>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-0obxia1cvdrq .ecom-image-align{align-items: center;}.ecom-core.ecom-0obxia1cvdrq .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-0obxia1cvdrq .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-0obxia1cvdrq{} .ecom-core.ecom-0obxia1cvdrq picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-0obxia1cvdrq picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-x6qjpx29tyo .ecom-shopify__menu-item a,.ecom-core.ecom-x6qjpx29tyo .ecom-shopify__menu-item a a{text-decoration: none;font-weight: 400;font-family: 'Inter', sans-serif;font-size: 14px;}.ecom-core.ecom-x6qjpx29tyo .ecom-shopify__menu-item a{color: #333;padding-right: 10px;padding-left: 10px;margin-right: 0px;}.ecom-core.ecom-x6qjpx29tyo .ecom-shopify__menu-item a:hover{color: var(--ecom-global-colors-MxGc6U);}.ecom-core.ecom-x6qjpx29tyo .ecom-shopify__menu-item a.ecom-text-active{color: var(--ecom-global-colors-MxGc6U);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x6qjpx29tyo .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout='horizontal'],.ecom-core.ecom-x6qjpx29tyo .ecom-shopify__menu-list--wrapper{justify-content: center;}}.ecom-core.ecom-c0b3gm3mrh>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-mca3k4fvppq{width: 100%;}.ecom-core.ecom-mca3k4fvppq>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-mca3k4fvppq>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mca3k4fvppq>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mca3k4fvppq{width: 100%;}.ecom-core.ecom-mca3k4fvppq>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__list-collections-media-wrapper{display: flex;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(4,minmax(0,1fr));column-gap: 30px;row-gap: 30px;}.ecom-core.ecom-bgyjim6dsr .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(3,minmax(0,1fr));}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(2,minmax(0,1fr));column-gap: 15px;row-gap: 15px;}}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__list-collections--item{box-shadow: 0 0 2px 1px #ebebeb;border-style: none;border-radius: 5px;overflow: hidden;padding: 15px;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__list-collections--item .ecom-shopify__collection-card-title{flex-flow: column-reverse;}.ecom-core.ecom-bgyjim6dsr .ecom-image-default img{object-fit: contain;}.ecom-core.ecom-bgyjim6dsr .ecom-image-default ,.ecom-core.ecom-bgyjim6dsr .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-bgyjim6dsr .ecom-image-default ,.ecom-core.ecom-bgyjim6dsr .ecom-image-default .ecom-image-default,.ecom-core.ecom-bgyjim6dsr .ecom-image-default  > picture,.ecom-core.ecom-bgyjim6dsr .ecom-image-default > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-bgyjim6dsr .ecom-image-default:hover ,.ecom-core.ecom-bgyjim6dsr .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-bgyjim6dsr .ecom-image-default:hover ,.ecom-core.ecom-bgyjim6dsr .ecom-image-default:hover .ecom-image-default,.ecom-core.ecom-bgyjim6dsr .ecom-image-default:hover  > picture,.ecom-core.ecom-bgyjim6dsr .ecom-image-default:hover > img{border-radius: 5px;overflow: hidden;}.ecom-core.ecom-bgyjim6dsr .ecom-image-default:hover{transform: scale(0.9);}.ecom-core.ecom-bgyjim6dsr .ecom-image-default{transition: all 300ms ease;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-heading-title{text-align: center;color: #000000;margin-top: 5px;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-heading-title,.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-heading-title a{font-weight: 600;font-size: 16px;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-card-description{text-align: center;color: #333;margin-top: 5px;margin-bottom: 0px;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-card-description,.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-card-description a{font-size: 12px;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-card-counter,.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-card-counter a{font-size: 13px;}.ecom-core.ecom-bgyjim6dsr .ecom-shopify__collection-card-counter{color: #666;margin-top: 15px;}.ecom-core.ecom-xc9nm21yw2 .ecom-image-align{align-items: center;}.ecom-core.ecom-xc9nm21yw2 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-xc9nm21yw2 .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-xc9nm21yw2{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xc9nm21yw2{padding-bottom: 0 !important;}} .ecom-core.ecom-xc9nm21yw2 picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-xc9nm21yw2 picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-st9s4tl6ihg .ecom-icon-separator,.ecom-core.ecom-st9s4tl6ihg .ecom-marquee-image{order: 1;}.ecom-core.ecom-st9s4tl6ihg .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-st9s4tl6ihg .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 20px;font-style: normal;text-decoration: none;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-st9s4tl6ihg .ecom-icon-separator{color: #FEDB01;padding-right: 13px;padding-left: 13px;}.ecom-core.ecom-st9s4tl6ihg .ecom-icon-separator svg{height: 20px;width: 20px;}.ecom-core.ecom-st9s4tl6ihg .ecom-marquee-image img{width: 20px !important;}.ecom-core.ecom-st9s4tl6ihg .ecom-marquee-image{padding-right: 25px;padding-left: 25px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-st9s4tl6ihg .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-st9s4tl6ihg .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-st9s4tl6ihg .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-st9s4tl6ihg .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 16px;}}.ecom-core.ecom-st9s4tl6ihg{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-st9s4tl6ihg{padding-bottom: 0 !important;}} .ecom-core.ecom-st9s4tl6ihg .ecom-marquee-image{
    display: flex;
    align-items: center;
}.ecom-core.ecom-quf6j9l37on>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-4i9cocfscli{width: 100%;}.ecom-core.ecom-4i9cocfscli>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-4i9cocfscli>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4i9cocfscli>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4i9cocfscli{width: 100%;}.ecom-core.ecom-4i9cocfscli>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-czdkanixcp .ecom-image-align{align-items: center;}.ecom-core.ecom-czdkanixcp .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-czdkanixcp .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-czdkanixcp{} .ecom-core.ecom-czdkanixcp picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-czdkanixcp picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-bp5uyoa9h1>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-if8twrzii8g{width: 100%;}.ecom-core.ecom-if8twrzii8g>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-if8twrzii8g>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-if8twrzii8g>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-if8twrzii8g{width: 100%;}.ecom-core.ecom-if8twrzii8g>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-1j01a8sfkuq .ecom-image-align{align-items: center;}.ecom-core.ecom-1j01a8sfkuq .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-1j01a8sfkuq .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-1j01a8sfkuq{} .ecom-core.ecom-1j01a8sfkuq picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-1j01a8sfkuq picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-mguuyylhzf>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-nae7s8u77rk{width: 100%;}.ecom-core.ecom-nae7s8u77rk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-nae7s8u77rk>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nae7s8u77rk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nae7s8u77rk{width: 100%;}.ecom-core.ecom-nae7s8u77rk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-r8528udj5ja .ecom-image-align{align-items: center;}.ecom-core.ecom-r8528udj5ja .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture > img{border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.1);}.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture > img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-r8528udj5ja .ecom-base-image .ecom-image-picture > img{border-radius: 12px;overflow: hidden;}}.ecom-core.ecom-r8528udj5ja{} .ecom-core.ecom-r8528udj5ja picture.ecom-image-picture{
    overflow: hidden;
}
.ecom-core.ecom-r8528udj5ja picture.ecom-image-picture img{
    border: 0;
}.ecom-core.ecom-ljkicevve8e .element__heading .ecom__heading{color: #fce1e1;}.ecom-core.ecom-ljkicevve8e .element__heading .t4s-top-heading-subheading .t4s-subtitle{color: #ffd1d1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ljkicevve8e .element__heading .ecom__heading{justify-content: center;}.ecom-core.ecom-ljkicevve8e .element__heading .ecom__heading,.ecom-core.ecom-ljkicevve8e .element__heading .ecom__heading a{font-family: 'Public Sans', sans-serif;}.ecom-core.ecom-ljkicevve8e .element__heading .t4s-top-heading-subheading .t4s-subtitle,.ecom-core.ecom-ljkicevve8e .element__heading .t4s-top-heading-subheading .t4s-subtitle a{font-family: 'Permanent Marker', sans-serif;}}.ecom-core.ecom-4tm47xu0q38 .ecom-couponcode--list{row-gap: 20px;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__main{background-color: #707070;border-style: solid;border-width: 1px;border-color: #00b4d0;padding-right: 20px;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__reduction{flex-basis: 96px;max-width: 96px;text-align: center;color: #ffffff;background-color: #000000;padding: 6px 12px 6px 12px;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__reduction,.ecom-core.ecom-4tm47xu0q38 .ecom-item__reduction a{font-size: 24px;line-height: 1.5em;font-weight: 700;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__body{background-color: #6b6b6b;padding: 6px 12px 6px 12px;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__label{text-align: left;color: rgba(250, 250, 250, 0.75);}.ecom-core.ecom-4tm47xu0q38 .ecom-item__label,.ecom-core.ecom-4tm47xu0q38 .ecom-item__label a{font-size: 13px;line-height: 1.5em;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__code{text-align: left;color: #ffffff;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__code,.ecom-core.ecom-4tm47xu0q38 .ecom-item__code a{font-size: 16px;line-height: 1.4em;font-weight: 700;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__action{font-size: 13px;line-height: 20px;font-weight: 700;color: #FFF;background-color: #00b4d0;padding: 6px 20px 6px 20px;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__deco{background-color: #ffebeb;width: 20px;margin-right: 0px;margin-top: 0px;border-style: solid;border-top-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-color: #00b4d0;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4tm47xu0q38 .ecom-item__main{padding-right: 0px;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__reduction{flex-basis: 100%;max-width: 100%;text-align: center;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__label{text-align: center;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__code{text-align: center;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__code,.ecom-core.ecom-4tm47xu0q38 .ecom-item__code a{font-family: 'DM Serif Display', sans-serif;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__action{font-family: 'Exo', sans-serif;background-color: #1f1f1f;}.ecom-core.ecom-4tm47xu0q38 .ecom-item__deco{margin-right: -50px;margin-top: 0px;}}.ecom-core.ecom-vj7kai8cayq>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-vj7kai8cayq>div.core__row--columns{justify-content: center;}.ecom-core.ecom-vj7kai8cayq{background-color: #dbdbdb;border-style: solid;border-color: #636060;box-shadow: -1px 63px 35px 100px #fad2d2;color: #5c5c5c;text-align: center;}.ecom-core.ecom-vj7kai8cayq h1,.ecom-core.ecom-vj7kai8cayq h2,.ecom-core.ecom-vj7kai8cayq h3,.ecom-core.ecom-vj7kai8cayq h4,.ecom-core.ecom-vj7kai8cayq h5,.ecom-core.ecom-vj7kai8cayq h6{color: #ff8f8f;}.ecom-core.ecom-vj7kai8cayq a{color: #ff8f8f;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vj7kai8cayq{background-color: #f7c1c1;}}.ecom-core.ecom-vj7kai8cayq{padding: 40px 25px 0 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vj7kai8cayq{padding: 0px 0px 50px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vj7kai8cayq{padding: 20px 0px 0 0px !important;}}

