@charset "UTF-8";.form-textfield{display:flex;flex-direction:column}.form-textfield span{font-weight:600;margin-bottom:10px}.form-textfield input,.form-textfield textarea{outline:none;padding:10px 15px;border:1px solid #000;border-radius:3px}.form-select{padding:10px 30px 10px 15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-radius:3px;border:1px solid #000;background-image:var(--icon-caret);background-repeat:no-repeat;background-position-x:calc(100% - 10px);background-position-y:50%}.form-checkbox{display:flex;align-items:center}.form-checkbox input[type=checkbox]{position:absolute;height:1px;margin-right:.5rem;width:1px;opacity:0;display:block}.form-checkbox input[type=checkbox]:disabled .checkbox-design{opacity:.5;pointer-events:none;background-color:#9ca5b8;cursor:not-allowed}.form-checkbox .checkbox-design{width:20px;height:20px;margin-right:12px;content:"";background-color:#fff;border-radius:3px;border:1px solid #667085;cursor:pointer}.form-checkbox input[type=checkbox]:checked+.checkbox-design{border-color:#000;background-color:#f6f8fb}.form-checkbox input[type=checkbox]:checked+.checkbox-design:after{font-size:16px;line-height:initial;font-weight:900;color:#000;content:"L";transform:rotate(45deg) rotateY(180deg) translate(1px,-3px);display:flex;flex-direction:row;justify-content:center}.form-checkbox>span{display:inline-block;text-align:left;width:calc(100% - 32px)}.form-message{display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:10px;padding:10px;border:1px solid;border-radius:3px;background-color:transparent}.form-message--success{background-color:#efffe7;border-color:#74cc47}.form-message--error{background-color:#ffedef;border-color:#f31830}.form-message>svg{width:25px;height:25px;margin-right:10px}.icon-error{width:25px;height:25px;margin-right:10px}.list-errors{list-style:none}.errors{margin-bottom:20px}.errors>ul{list-style:none}#contact-footer-success,#contact-footer-success-exist,#contact-footer-error{display:block;margin-top:15px;font-size:16px}.footer{--column-gap: 30px;--row-gap: 50px;--rows: auto;background-color:#000}@media screen and (max-width: 650px){.footer{text-align:center;--columns: 1fr}}.footer>*{padding:40px 0;color:#fff}.footer>* a{color:#fff}.footer>*:last-child{padding-inline:32px;border-top:1px solid;text-align:center;--gap-flex: 10px}.footer>*:last-child>span{font-size:10px}.footer-blocks{display:flex;justify-content:space-between;gap:52px}@media (max-width: 991px){.footer-blocks{flex-wrap:wrap;align-items:center;justify-content:center;text-align:center}}.footer-blocks__brandinfo{max-width:326px;text-align:left}@media (max-width: 991px){.footer-blocks__brandinfo{max-width:100%;align-items:center;text-align:center}}.footer-blocks__image{width:295px;height:57px;margin-bottom:40px}.footer-blocks__title{display:block;margin-bottom:25px;font-size:18px;font-weight:600}.footer-blocks__subtitle{display:block;margin-bottom:15px}.footer-blocks__container{display:flex;justify-content:space-between;gap:20px;width:100%}@media (max-width: 991px){.footer-blocks__container{flex-wrap:wrap;align-items:center;justify-content:center;text-align:center}}.footer-blocks__info{display:flex;flex-direction:column;justify-content:space-between;max-width:339px;width:100%;text-align:left;border-top:1px solid #fff;padding-top:16px}@media (max-width: 991px){.footer-blocks__info{max-width:100%;align-items:center;text-align:center;padding-top:0}}.footer-blocks__info p{padding-top:2rem}@media (max-width: 991px){.footer-blocks__info p{padding-top:1rem}}.footer-blocks__info span{margin-bottom:0}@media (max-width: 991px){.footer-blocks__info span{padding-top:16px}}.footer-blocks__info span a{font-size:26px}.footer-blocks__linklist{display:flex;flex-direction:column;max-width:224px;width:100%;text-align:left;border-top:1px solid #fff;padding-top:16px}@media (max-width: 991px){.footer-blocks__linklist{max-width:100%;align-items:center;text-align:center}}.footer-blocks__social{max-width:339px;width:100%}@media (max-width: 991px){.footer-blocks__social{max-width:100%;align-items:center;text-align:center}}.footer-blocks__socialicons{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #fff}.footer-blocks__list{list-style:none;margin-bottom:24px}@media (max-width: 991px){.footer-blocks__list{margin-bottom:0}}.footer-blocks__list span{margin-bottom:0}.footer-blocks__list span a{font-size:26px}.footer-blocks__list li:not(:last-of-type){margin-bottom:10px}.footer-blocks__list li>a{color:#fff;text-decoration:none;font-size:14px}.footer-blocks__newslatter>label{display:flex;align-items:center;border:1px solid #000;background-color:#f6f8fb;border-radius:3px}.footer-blocks__newslatter input{width:-webkit-fill-available;border:none;background-color:transparent;outline:none;padding:10px 20px}.footer-blocks__newslatter button{margin:0;padding:0 20px;border-style:none;background-color:transparent;cursor:pointer}.footer-blocks__newslatter button>span{display:none}.footer-blocks__newslatter>input{background-color:transparent}#contact-footer-error{color:#f31830}#contact-footer-success,#contact-footer-success-exist{color:#74cc47}#contact-footer-success.error-js,#contact-footer-success-exist.error-js{display:none}.grid{display:grid;column-gap:var(--column-gap, 10px);grid-column-gap:var(--column-gap, 10px);grid-row-gap:var(--row-gap, 10px);grid-template-columns:var(--columns, repeat(3, 1fr));grid-template-rows:var(--rows, 1fr);row-gap:var(--row-gap, 10px)}@media screen and (max-width: 749px){.grid{grid-template-columns:var(--columns, repeat(2, 1fr))}}@media screen and (max-width: 430px){.grid{grid-template-columns:var(--columns, 1fr)}}.flex{display:flex;flex-direction:var(--direction);align-items:var(--align, center);justify-content:var(--justify, flex-start)}.flex>*:not(:last-of-type){margin-right:var(--gap-flex, 20px)}.sticky{position:sticky;top:var(--top, 0)}.cursor-pointer{cursor:pointer}.full-width{padding:0!important;width:100%;max-width:100%!important}.relative{position:relative}.absolute{position:absolute}.space-between{justify-content:space-between!important}.blog{padding-top:60px;padding-bottom:60px}.blog h1{text-align:center}.blog__tags{display:flex;justify-content:center;align-items:center;margin-bottom:60px}.blog__tag{margin:5px 10px;font-size:18px;text-decoration:none}.blog__tag:hover{color:#4e008e;text-decoration:underline}.blog__tag.active-tag{text-decoration:underline}.blog__list{display:grid;grid-column-gap:30px;column-gap:30px;grid-row-gap:30px;row-gap:30px}@media screen and (min-width: 750px){.blog__list{grid-template-columns:1fr 1fr 1fr}.blog__list>*:first-child{grid-column:1/span 2}}.blog-card{display:flex;flex-direction:column}.blog-card__image{display:block;position:relative;height:100%;padding-bottom:70%;margin-bottom:10px}.blog-card__image>img{position:absolute;object-fit:cover;width:100%;height:100%}.blog-card-content{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;box-sizing:border-box}.blog-card-content__tag,.blog-card-content__title,.blog-card-content__date,.blog-card-content__excerpt{margin-bottom:10px}.blog-card-content__excerpt{font-size:14px;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.blog-card-content__tag,.blog-card-content__title{text-transform:uppercase}.blog-card-content__tag{font-size:12px}.blog-card-content__title{font-size:25px;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-card:first-child{position:relative;color:#fff}.blog-card:first-child picture.blog-card__image{margin:0}.blog-card:first-child picture:after{content:"";position:absolute;background-color:#0007;width:100%;height:100%}.blog-card:first-child .blog-card-content{padding:20px;top:0;left:0;width:100%;height:100%;position:absolute}.blog-card:first-child .blog-card-content__excerpt{display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.article.content-page.wrapper{max-width:800px}.article-header{text-align:center;margin-bottom:60px}.article-header .blog__tags{margin-bottom:20px}.slider__wrapper{z-index:0;position:relative}.btn-arrow{display:block;position:relative;width:40px;height:40px;border-radius:50%;background-color:#d4dae6;cursor:pointer}.btn-arrow>svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.swiper-button{background-color:transparent;border-style:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:initial;height:initial}.swiper-button-prev{left:0}.swiper-button-next{right:0}.swiper-button:after{display:none}@media screen and (max-width: 749px){.swiper-button-prev{left:0}.swiper-button-next{right:0}}.swiper-pagination-bullet{opacity:1;background:#e1e9f5;border:1px solid #e1e9f5}.swiper-pagination-bullet-active{background:#01193d;border:1px solid #01193d}.shopify-challenge__button,.btn--primary,.btn--secondary,.btn--tertiary,button.btn--primary,button.btn--secondary,button.btn--tertiary,a.btn--primary,a.btn--secondary,a.btn--tertiary{width:100%;border-radius:8px;transition:background-color .3s ease;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;text-transform:uppercase;max-height:48px;border:none;font-size:20px;padding:15px 28px}.wrapper{max-width:1440px;margin-right:auto;margin-left:auto}@media screen and (min-width: 750px){.wrapper{padding-right:5rem;padding-left:5rem}}@media screen and (max-width: 749px){.wrapper{padding-right:1rem;padding-left:1rem}}.wrapper--l{max-width:1440px}.wrapper--s{max-width:820px}main#main-content section,main#main-content .margin-section{margin-bottom:60px}@media screen and (max-width: 749px){main#main-content section,main#main-content .margin-section{margin-bottom:20px}}main#main-content .no-margin{margin-bottom:0}.contact{text-align:center;margin:60px 0;display:flex;flex-direction:column}.contact.align-left{flex-direction:row}.contact.align-left .contact-heading{width:50%}.contact__description{padding:10px;margin-bottom:20px}.contact__description strong{font-weight:600}.contact .error-check-js,.contact .error-user-exist{display:none}.my-contact{display:grid;grid-gap:20px;gap:20px;width:100%;max-width:300px;margin:0 auto;text-align:left}.card-content{display:flex;overflow:hidden;flex-direction:column;border:1px solid #000;border-radius:10px}.card-content--image{position:relative;padding-bottom:100%;margin-bottom:20px}.card-content--image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.card-content--title{padding:0 20px;margin-bottom:20px;font-size:18px;font-weight:600}.card-content--description{padding:0 20px;margin-bottom:20px;font-size:14px}@media screen and (max-width: 640px){.carousel-products .slider__wrapper swiper-container{margin-right:-1rem;margin-left:-1rem;padding-right:1rem;padding-left:1rem;scrollbar-width:none}}.carousel-products swiper-slide{height:auto}.carousel-products .swiper-pagination{margin-top:20px;position:relative;bottom:auto}.breadcrumbs{margin:50px 0}.breadcrumbs a{text-decoration:none}.breadcrumbs__list{display:box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;width:100%;overflow:hidden;padding:0 20px;box-sizing:border-box}@media (min-width: 720px){.breadcrumbs__list{width:95%;padding-right:0;padding-left:0}}.breadcrumbs__item{display:inline-block;padding:0}.breadcrumbs__item:not(:last-child):after{content:"/";display:inline-block;margin:0 7px;position:relative;width:.2em;color:#4e008e}.breadcrumbs__item[aria-current=page]{background-color:#4e008e80;color:#fff;border-radius:5px;padding:5px 15px;font-size:16px;font-family:Mulish,sans-serif;font-style:normal;font-weight:400;line-height:150%;text-align:center}@media (min-width: 720px){.breadcrumbs__item[aria-current=page]{background-color:#4e008eb3}}.breadcrumbs__link{color:#000}.breadcrumbs__link[aria-current=page]{color:inherit;font-weight:400;text-decoration:none}.product-card{display:flex;overflow:hidden;flex-direction:column;border-radius:0;cursor:pointer}.product-card__content{display:flex;flex-direction:column;align-items:center;gap:10px;align-self:stretch;flex:1 0 auto}.product-card__info>strong,.product-card__images{cursor:pointer}.product-card__image{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.product-card__info{row-gap:15px;padding:6px 0;width:100%;max-width:308px;flex:1 0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media (min-width: 992px){.product-card__info{max-width:416px;align-items:flex-start}}.product-card__title{color:#000;text-align:center;font-weight:400;font-size:26px;font-style:normal;line-height:26px;margin-bottom:0}@media (min-width: 992px){.product-card__title{text-align:start;font-size:45px;line-height:40px}}.product-card__description{text-align:center;font-family:Mulish,sans-serif;font-size:14px;color:#000;font-weight:400;line-height:150%}@media (min-width: 992px){.product-card__description{text-align:start;margin-bottom:auto}}.product-card product-form{margin-top:auto}.product-card__form{display:flex;flex-direction:column}.product-card__price{width:100%;gap:17px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}@media (min-width: 992px){.product-card__price{justify-content:flex-start}}.product-card .variant-options{display:none}.product-card .variant-color{display:block}.product-card--recomendation .product-image-1{width:100%;height:auto;aspect-ratio:1;object-fit:contain}.product-card--recomendation .product-card__title{font-size:26px;line-height:26px;margin-bottom:15px}.product-card-media{width:100%;max-width:308px}@media (min-width: 992px){.product-card-media{max-width:416px}}.product-card-media>picture{display:flex;position:relative;width:100%;height:308px}@media (min-width: 992px){.product-card-media>picture{height:416px}}.product-card-media swiper-container{display:flex;flex-direction:column;border-radius:7px;width:100%;height:308px}@media (min-width: 992px){.product-card-media swiper-container{height:416px}}@media screen and (max-width: 950px){.product-card-media swiper-container{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.product-card-media swiper-container::-webkit-scrollbar{display:none}}.product-card-media swiper-container>*{width:100%;position:relative;flex-shrink:0;scroll-snap-align:start;scroll-snap-stop:always;cursor:pointer}.product-card-media swiper-container>*>picture img{width:100%;height:100%;object-fit:contain;object-position:center;aspect-ratio:3/4;overflow:hidden}.product-card-media__principal{position:relative}.product-card-media__principal .swiper-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;position:static;margin:10px 0;gap:8px}@media (min-width: 992px){.product-card-media__principal .swiper-pagination{margin:10px 0 0}}.product-card-media__principal .swiper-button{display:none}@media (min-width: 992px){.product-card-media__principal .swiper-button{display:block;pointer-events:all}}.product-card-media .swiper-pagination-bullet{width:8px;height:8px;border:0;background-color:#d4dae6;margin:0!important}.product-card-media .swiper-pagination-bullet-active{background-color:#000}.product-card-media__bullet{cursor:pointer}@media screen and (max-width: 950px){.product-card-media__bullet{width:12px;height:12px;margin:6px;border:0}.product-card-media__bullet.visible{background-color:#000}}.product-card-media__image{position:absolute;width:100%;height:100%;object-fit:cover}main#main-content section.seo-section-wrapper{margin-bottom:0}.seo-section{max-width:1280px;background-color:#4e008e;margin:1.5rem auto;margin-bottom:0}@media screen and (min-width: 750px){.seo-section{max-width:100%;margin:0}}.seo-section__content{padding:24px 80px 34px;gap:16px;display:grid;place-items:center}.seo-section__title{text-align:center;margin-bottom:0;font-weight:400;line-height:100%;color:#f5c03c}.seo-section__text{width:100%;position:relative;height:64px;overflow:hidden;transition:height .5s ease-out;-webkit-line-clamp:8;-webkit-box-orient:vertical}@media (min-width: 720px){.seo-section__text{transition:height .2s ease-out}}.seo-section__text>*{color:#fff;font-style:normal;word-wrap:break-word}.seo-section__text p{font-size:16px;line-height:150%;font-family:Mulish,sans-serif;text-align:center}.seo-section__text--active{-webkit-line-clamp:unset;height:auto}.seo-section__text--active .seo-section__overlay{height:0;background:linear-gradient(0deg,#4e008e 0%,transparent 100%)}.seo-section__overlay{position:absolute;width:100%;height:64px;bottom:0;z-index:1;background:linear-gradient(0deg,#4e008e 20%,transparent 100%);transition:all .5s ease-in-out;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}@media (min-width: 720px){.seo-section__overlay{transition:height .2s ease-out}}.seo-section__cta{font-size:20px;font-style:normal;font-weight:400;line-height:20px;color:#f5c03c;font-family:Bebas Neue,sans-serif;gap:2px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;display:flex;flex-direction:row;justify-content:center;align-items:center}.variants{display:grid;grid-row-gap:10px;row-gap:10px}.variant-options{padding-top:10px}.variant-options:last-child{padding-bottom:10px}.variant-name{display:block;margin-bottom:5px;font-weight:600}.variant-radio{display:flex;flex-wrap:wrap}.variant-radio label{margin-right:5px}.variant-radio label :last-of-type{margin-right:0}.variant-radio__button{cursor:pointer}.variant-radio__button input:checked+.variant-radio__design{border:1px solid #000;box-shadow:0 2px 5px #0000004d}.variant-radio__design{width:20px;height:20px;border:1px solid rgba(0,0,0,.3);border-radius:50%}.variant-radio__button[data-disable=true]>span:before{position:absolute;top:6px;left:16px;width:2px;height:69%;background:#955;content:" ";transform:rotate(45deg)}div.product.price{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:26px;font-family:Bebas Neue,sans-serif;gap:17px}div.product.price>.compare{font-family:Bebas Neue,sans-serif;text-decoration:line-through;font-style:normal;font-weight:400;line-height:90%;font-size:20px;color:#0006}div.product.price>.regular{font-family:Bebas Neue,sans-serif;font-size:26px;line-height:100%;font-weight:400;font-style:normal;color:#000}div.product.price--secondary>.compare{color:#000}div.product.price--secondary>.regular{color:#4e008e}div.product.price--complementary{gap:21px}div.product.price--complementary>.regular{font-size:45px}div.product.price--complementary>.compare{font-size:26px}#loading,.loading{width:25px;height:25px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}#loading:before,#loading:after,.loading:before,.loading:after{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:3px solid #4e008e;animation:prixfix 2s linear infinite}#loading:after,.loading:after{transform:rotate3d(90,90,0,180deg);border-color:#4e008e}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes prixfix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}.icons__elements{display:flex;column-gap:30px;row-gap:30px;justify-content:space-around;flex-wrap:nowrap;align-items:flex-start}@media screen and (max-width: 850px){.icons__elements{flex-wrap:wrap;column-gap:0;row-gap:0}}@media screen and (max-width: 650px){.icons__elements.slider-mobile{--justify: flex-start;overflow-x:auto;flex-wrap:nowrap;margin-left:-1rem;margin-right:-1rem}.icons__elements.slider-mobile .icons__element{flex-shrink:0;width:auto;padding:0 20px}.icons__elements.slider-mobile::-webkit-scrollbar{display:none}}.icons__description>div{overflow:hidden;text-overflow:ellipsis;display:box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.icons__description>div strong{font-weight:600}.icons__element{width:23%;padding:0;margin-top:30px;margin-bottom:30px;box-sizing:border-box;display:flex;align-items:center}@media screen and (max-width: 850px){.icons__element{width:45%}}@media screen and (max-width: 425px){.icons__element{width:100%;padding:0 20px}.icons__element.position__left{justify-content:center}}.icons__element h3{margin:5px 0 0}.icons__element--left{justify-content:space-around}.icons__element--left img{margin-right:30px}.icons__element--left h3{font-size:20px}.icons__element--top{justify-content:center;flex-direction:column}.icons__element--top h3{font-size:20px;text-align:center}.icons__element--top p{text-align:center}.accordions{display:flex;flex-direction:column}.accordion-item__content{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease}.accordion-item__button{display:flex;align-items:center;justify-content:space-between;padding:14px 10px;border-radius:5px;cursor:pointer;background-color:#fff;box-shadow:0 1px 2px #091e4240;margin:14px 0}.accordion-item__button svg{width:1.25rem;transition:transform .3s ease}.accordion-item__button h5{margin-bottom:0;line-height:26px}.accordion-item__button>.heading{margin-bottom:0;line-height:26px}.accordion-item__button>span{width:90%;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.accordion-item__button[data-active=true]~div.accordion-item__content{max-height:max-content;transition:max-height .5s ease}.accordion-item__button[data-active=true] svg{transform:rotate(180deg)}.list-icons-social{--justify: center;list-style-type:none}.list-icons-social.flex>*:not(:last-of-type){margin-right:1.25rem}.list-icons-social__item a{display:flex;align-items:center;justify-content:center}.list-icons-social__item a svg{width:29px;height:29px}.search{display:none}.video__background{padding:0;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.video__background:before{content:"";display:block;padding-top:56.25%}.video__button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;border-style:none;cursor:pointer}.video__button:active{transform:translate(-50%,-50%) scale(.9)}.video__button>svg{height:70px;width:80px;color:#fff}.video__content{position:absolute;padding:0 50px 50px;text-align:center;display:flex;flex-direction:column;align-items:center;bottom:0;left:0;right:0}.video__content>h2{font-weight:500}.video__content>h2 strong{font-weight:600}.video__content>h2 a{font-size:68px}.video__content>a.btn--primary{display:block;text-decoration:none}.video__close{display:none;position:fixed;top:0;right:0;z-index:3;cursor:pointer}.video__modal{z-index:2;display:none;width:60%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.video__modal[data-active=true]{display:block}.video__modal[data-active=true]+.video__close{display:block}.video__modal-wrapper{position:relative;padding-bottom:60%}.video__modal-wrapper>iframe{position:absolute;top:0;left:0;height:100%;width:100%}.video>.overlay{z-index:2;position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.5}.error-page{display:flex;flex-direction:column;padding:20px}.error-page__title{font-size:48px}.error-page__center{text-align:center}.error-page__left{text-align:start}.error-page__right{text-align:end}.padding404-section{padding:15px}.img404-order__top{order:-1}.img404-order__bottom{order:4}.ratings{position:relative;vertical-align:middle;display:inline-block;overflow:hidden}.ratings__full-stars{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden;color:#000}.ratings__empty-stars:before,.ratings__full-stars:before{content:"\2605\2605\2605\2605\2605";font-size:1rem}.ratings__empty-stars:before{-webkit-text-stroke:1px #000;color:transparent}.ratings__full-stars:before{-webkit-text-stroke:1px #000}.reviews__single{text-align:center;padding:20px;height:100%;box-sizing:border-box;background-color:#d4dae6}.reviews__single>*{margin-bottom:8px}.reviews__single>strong{display:block}.reviews__single-author{font-style:italic}.reviews__header{display:flex;flex-flow:column nowrap;align-items:center;margin-bottom:16px}.reviews__header-ratings-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 15px;background-color:#d4dae6;margin-bottom:8px}.reviews__header-ratings-count{margin-left:4.8px}.reviews__header-icon{margin-bottom:8px}.reviews__title{text-align:center}.reviews .swiper-wrapper{align-items:stretch}.reviews .swiper-slide{height:auto}.btn--primary,.btn--secondary,.btn--tertiary,button.btn--primary,button.btn--secondary,button.btn--tertiary,a.btn--primary,a.btn--secondary,a.btn--tertiary,.shopify-challenge__button{width:100%;border-radius:8px;transition:background-color .3s ease;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;text-transform:uppercase;max-height:48px;border:none;font-size:20px;padding:15px 28px}.shopify-challenge__button:hover,.btn--primary:hover,.btn--secondary:hover,.btn--tertiary:hover{color:#fff;text-decoration:none}.shopify-challenge__button:disabled,.btn--primary:disabled,.btn--secondary:disabled,.btn--tertiary:disabled{pointer-events:none;cursor:not-allowed;opacity:.3}.btn--animated{position:relative;overflow:hidden;z-index:1}.btn--animated .btn__text{position:relative;z-index:2;line-height:18px}.btn--animated .btn__bg-effect{position:absolute;width:25%;height:100%;transform:translateY(150%);border-radius:50%;transition:transform .5s ease;z-index:1}.btn--animated .btn__bg-effect[data-n="1"]{left:0%;transition-delay:0s}.btn--animated .btn__bg-effect[data-n="2"]{left:25%;transition-delay:.1s}.btn--animated .btn__bg-effect[data-n="3"]{left:50%;transition-delay:.2s}.btn--animated .btn__bg-effect[data-n="4"]{left:75%;transition-delay:.3s}.btn--animated:hover .btn__bg-effect{transform:translateY(0) scale(2)}.btn--primary{background-color:#4e008e;color:#fff}.btn--primary.btn--animated .btn__bg-effect{background-color:#000}.btn--primary.selected{border:1px solid #000}.btn--secondary{background-color:#f5c03c;color:#000}.btn--secondary.btn--animated .btn__bg-effect{background-color:#ffde8b}.btn--secondary:hover{color:#000}.btn--secondary.selected{background-color:#000;border:1px solid #000}.btn--tertiary{background-color:#000;color:#f6f8fb}.btn--tertiary.btn--animated .btn__bg-effect{background-color:#4e008e}.btn--link{text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:20px;color:#000;line-height:90%;text-decoration:none;display:inline-block;position:relative;cursor:pointer;transition:all .3s}.btn--link:active{transform:scale(.99)}.btn--link:after{height:2px;width:100%;position:absolute;bottom:0;left:0;background-color:currentColor;content:"";transform:scaleX(1);transform-origin:bottom left;transition:transform .3s ease-out}.btn--link:hover:after{transform:scaleX(0);transform-origin:bottom right}.btn--cart-js{justify-content:space-between;width:100%}.btn--cart-js span{margin-bottom:0;line-height:0}.btn--icon-right{text-align:center}.btn--icon-right span{flex:0 0 90%;text-align:center;width:100%}.is-disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.shopify-challenge__container{margin:7rem auto!important}.shopify-challenge__message{display:block;font-size:18px;font-weight:600;margin-bottom:25px}.g-recaptcha{margin:1rem auto}.container-quantity{display:flex;flex-direction:row;justify-content:center;align-items:center;width:80px;height:26px;padding:0 2px;border:.5px solid #bbcde7;border-radius:4.3px;font-family:Bebas Neue,sans-serif;line-height:100%}@media (min-width: 720px){.container-quantity{width:136px;height:48px}.container-quantity.is-sidecart{width:80px;height:26px}}.container-quantity__input{width:26px;height:26px;display:flex;align-items:center;flex:1 1 auto;min-width:0}@media (min-width: 720px){.container-quantity__input{width:48px;height:48px}}.container-quantity__input.is-sidecart{width:26px;height:26px}.container-quantity__input>input{background:transparent;width:100%;text-align:center;border-style:none;appearance:none;-webkit-appearance:textfield;-moz-appearance:textfield;font-family:Bebas Neue,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:90%;padding:0 8.6px}@media (min-width: 720px){.container-quantity__input>input{padding:0 16px;font-size:20px}}.container-quantity__input>input.is-sidecart{padding:0 8.6px;font-size:16px}.container-quantity__input>input::-webkit-outer-spin-button,.container-quantity__input>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.container-quantity__input>input:focus-visible{border:none;outline:none}.container-quantity .btn-change{width:21.6px;height:21.6px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;border-radius:4.3px;box-sizing:border-box;background-color:#fff}@media (min-width: 720px){.container-quantity .btn-change{width:40px;height:40px}.container-quantity .btn-change>svg{width:24px;height:24px}}.container-quantity .btn-change.is-sidecart{width:21.6px;height:21.6px}.container-quantity .btn-change.is-sidecart>svg{width:14px;height:14px}.container-quantity .btn-change.blocked{pointer-events:none;color:#9ca5b8}.window{width:100%;height:100%;z-index:12;max-width:100%;top:0;left:0;position:fixed;background-color:#fff;box-shadow:5px 3px 9.4px #091e421a;animation:slidewindow .3s ease}.window>*{position:relative;height:100%}.window[data-active=true]{display:block}@keyframes slidewindow{0%{transform:translate(-100%)}to{transform:translate(0)}}.window *{box-sizing:border-box}.window__button{display:flex;cursor:pointer}.window__close{background-color:transparent;border:none;border-style:none;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0}.window__close span{display:flex;width:55px}.window__close .btn__text{width:54px;height:42px;flex-shrink:0;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#4e008e;background-color:#4e008e1a;border-radius:8px}.window__header{cursor:pointer;height:65px;padding:1.25rem;display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.window__header--content{display:flex;align-items:center;justify-content:space-between;width:100%}.window__header--content .site-nav-mobile__logo a img{object-fit:contain;width:153px;height:34px}.window__header--item>.window__button{padding-right:23px}.window__header--item>.window__button>svg{transform:rotate(180deg)}.window__content{height:calc(100% - 170px);overflow-y:auto;padding:3px 11px}.window__content::-webkit-scrollbar{width:8px;height:8px}.window__content::-webkit-scrollbar-track{border-radius:10px}.window__content::-webkit-scrollbar-thumb{background-color:#e5e5e5;border-radius:10px}.window__footer{display:flex;align-items:center;justify-content:center;position:sticky;bottom:0;background-color:#fff}.window__footer-buttons{width:100%;display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;grid-column-gap:12px}.window__control{padding:9px 14px;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.window__control>span{margin-right:1.25rem;margin-bottom:0}.window__control.is_highlight{background-color:#4e008e4d;border-radius:30px;transition:all .3s ease}.window__control.is_highlight>span{color:#4e008e}.window__control--icon{display:flex;gap:.625rem;border-radius:40px;background-color:#fff}.window__control[data-active=true]~*{display:block}.window__layer{display:none;position:fixed;max-width:450px;width:100%;height:100%;top:0;left:0;z-index:1;background-color:#fff}.window .truncate-1-line{max-width:80%;line-height:45px;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.marquee{overflow:hidden;white-space:nowrap;padding:10px 0;font-size:30px;font-weight:600;font-family:Bebas Neue,sans-serif;background-color:#000;color:#f6f8fb;text-transform:uppercase}.marquee__scroll{animation:marquee 20s linear infinite;display:inline-block}.marquee-break{padding:0 30px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.search-icon{display:block}.search-icon[data-active=false]{display:none}.predictive-search{position:absolute;top:0;left:0;width:100%;padding:10px 0;background:#fff;z-index:2;flex-direction:row;justify-content:center;display:flex;height:70%}.predictive-search[data-show=true]{position:initial;z-index:1;grid-column:1/span 3}.predictive-search-form{display:flex;align-items:center}.predictive-search-form form{position:relative;display:flex;align-items:center}.predictive-search-form .form-textfield{width:300px}.predictive-search-form .form-textfield input{padding:10px 20px 10px 40px;background-image:var(--icon-search);background-position:8px 50%;background-repeat:no-repeat}.predictive-search-form svg{margin-left:5px;cursor:pointer}#predictive-search-list{position:absolute;background:#fff;left:0;right:0;top:45px;z-index:1}#predictive-search-list .loading-container{padding:8px;display:flex;justify-content:center}#predictive-search-list #predictive-search-results,#predictive-search-list .loading-container{border-left:1px solid;border-right:1px solid;border-bottom:1px solid}#predictive-search-list h3{font-size:16px;font-weight:500;padding:8px;margin:0;text-transform:uppercase}#predictive-search-list h3:not(:first-child){border-top:1px solid #9ca5b8}#predictive-search-list button{width:100%}#predictive-search-list ul{list-style:none;padding:0 8px 8px}#predictive-search-list ul li{padding:5px;margin-top:3px;border-radius:3px}#predictive-search-list ul li:hover{background:#d4dae6}#predictive-search-list ul li a{display:flex;align-items:center}#predictive-search-list ul li a>img{margin-right:8px}.result-search__header{margin-top:45px;display:flex;flex-direction:column;justify-content:center;align-items:center}.result-search__list{margin:20px 0}.result-search__list-head{display:flex;justify-content:flex-end;margin-bottom:10px}.result-search__empty{display:flex;justify-content:center;margin-bottom:50px}.shopify-policy__container,.content-page.wrapper{max-width:1280px;margin-top:20px;margin-bottom:20px}@media screen and (min-width: 749px){.shopify-policy__container,.content-page.wrapper{margin-top:60px;margin-bottom:60px}}.shopify-policy__title h1,.content-page__title h1{text-transform:uppercase;text-align:center;font-size:36px}.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4,.shopify-policy__body h5,.shopify-policy__body h6,.content-page__body h1,.content-page__body h2,.content-page__body h3,.content-page__body h4,.content-page__body h5,.content-page__body h6{margin-top:25px;font-size:22px;font-weight:600;color:#000}.shopify-policy__body .rte,.content-page__body .rte{display:flex;flex-direction:column}.shopify-policy__body table,.shopify-policy__body th,.shopify-policy__body td,.content-page__body table,.content-page__body th,.content-page__body td{border:1px solid #d4dae6}.shopify-policy__body table,.content-page__body table{margin:0 auto}@media screen and (min-width: 749px){.shopify-policy__body table,.content-page__body table{max-width:90%}}.shopify-policy__body table tr:first-of-type,.content-page__body table tr:first-of-type{background-color:#9ca5b8}.shopify-policy__body table td,.content-page__body table td{padding:3px 5px}.shopify-policy__body ul,.shopify-policy__body ol,.content-page__body ul,.content-page__body ol{padding-inline-start:32px}.section-container{display:grid;column-gap:10px;row-gap:10px}@media screen and (min-width: 750px){.section-container.wrapper{padding-right:1rem;padding-left:1rem}}@media screen and (min-width: 750px){.section-container--2{grid-template-columns:1fr 1fr}}@media screen and (min-width: 750px){.section-container--3{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1050px){.section-container--3{grid-template-columns:1fr 1fr 1fr}}.section{display:flex;position:relative;min-height:580px}.section__col{width:100%;position:relative}.section--dark{color:#f6f8fb}.section-image{height:100%;position:absolute}.section-image>picture{height:100%;width:100%;position:relative;display:flex}.section-image>picture img{object-fit:cover;position:absolute;width:100%;height:100%}.section-content{padding:60px 1rem;display:flex;flex-direction:column}@media screen and (min-width: 750px){.section-content{padding-left:3rem;padding-right:3rem}}.section-content__title{margin-bottom:16px}.section-content__description{font-size:25px;font-weight:500}.section-content__buttons{margin-top:20px;display:flex}.section-content__buttons>*:nth-child(2n){margin-left:10px}.section-content__buttons>a{padding:8px 30px}.section-content--bottom{justify-content:flex-end}.section-content--center{justify-content:center}@media screen and (max-width: 750px){.section-content--m-top{justify-content:flex-start}}@media screen and (max-width: 750px){.section-content--m-center{justify-content:center}}@media screen and (max-width: 750px){.section-content--m-bottom{justify-content:flex-end}}.section-justify-center{text-align:center;align-items:center}.section-justify-right{align-items:flex-end}.subfooter__header{display:flex;align-items:center;justify-content:center;padding:44px 1rem;gap:.5rem;border-bottom:1px solid rgba(0,0,0,.2)}@media (max-width: 720px){.subfooter__header{flex-direction:column;text-align:center}}.subfooter__title{margin:0;color:#4e008e}@media (max-width: 720px){.subfooter__title{font-size:34px}}.subfooter__icon{display:flex;flex-direction:row;justify-content:center;align-items:center;width:55px;height:100px;box-shadow:-1px 9px 10px -5px #d3d3d3}.subfooter__icon picture{width:100%;height:100%}.subfooter__icon img{width:100%;height:100%;object-fit:contain;object-position:center}.subfooter__grid{padding:34px}@media (max-width: 991px){.subfooter__grid{flex-direction:column;justify-content:center;text-align:center;padding-top:45px;padding-bottom:2.75rem}}.subfooter__grid--container{display:flex;gap:.5rem;justify-content:center;align-items:flex-start}@media (max-width: 720px){.subfooter__grid--container{flex-direction:column;align-items:center;text-align:center}}.subfooter__grid--icon{min-width:max-content}.subfooter__grid--title{margin-bottom:.5rem;color:#4e008e}.subfooter__grid--description{font-weight:300}.subfooter__grid--description strong{color:#4e008e;font-weight:400}.subfooter__grid--icons{padding:.5rem;border-radius:8px;background-color:#00000008;display:flex;flex-wrap:wrap;row-gap:.5rem}.subfooter__grid--icons.left{justify-content:flex-start}.subfooter__grid--icons.centered{justify-content:center}.subfooter__grid--icons.right{justify-content:flex-end}.subfooter__grid--icons .icon-picture{max-width:33.33%;flex:0 0 33.33%}.subfooter__grid .swiper-pagination.swiper-pagination-bullets{position:relative;z-index:1}@media (min-width: 992px){.subfooter__grid .swiper-pagination.swiper-pagination-bullets{display:none}}.subfooter__grid--wrapper swiper-container{padding:10px}.subfooter__grid--wrapper swiper-container::part(swiper-wrapper){display:flex;align-items:flex-start;justify-content:flex-start}@media (min-width: 992px){.subfooter__grid--wrapper swiper-container::part(swiper-wrapper){justify-content:space-evenly}}@media (max-width: 420px){.subfooter__grid--wrapper swiper-container::part(swiper-wrapper){align-items:center}}@keyframes appear-scale{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes float-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes leaf-float{0%{transform:translateY(-10px) rotate(-5deg);opacity:.8}30%{transform:translateY(10px) rotate(3deg);opacity:1}60%{transform:translateY(0) rotate(-2deg);opacity:1}to{transform:translateY(15px) rotate(5deg);opacity:.9}}.overlay-image{display:none}@media (min-width: 992px){.overlay-image{display:block;position:absolute;z-index:1;top:0}}.overlay-image--blur{filter:blur(2px)}.overlay-image--left{left:-7rem;rotate:0deg;top:-9rem}.overlay-image--right{right:-8rem;top:-5rem;rotate:130deg}.overlay-animated{animation:appear-scale .7s cubic-bezier(.4,0,.2,1) forwards,float-up .8s cubic-bezier(.4,0,.2,1) forwards,leaf-float 5s ease-in-out infinite alternate}.shipping-icons{width:100%;background-color:#00000008;padding:10px;margin-top:10px;box-sizing:border-box;border-radius:8px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.shipping-icons picture{width:100%;height:20px;max-height:20px;aspect-ratio:1/1}.shipping-icons img{width:100%;height:100%;object-fit:contain}.pagination{display:flex;flex-direction:column;margin:20px 0}.pagination--nav{margin:0 auto}.pagination--nav ul{display:flex;align-items:center;list-style:none}.pagination--nav ul li{margin:5px}.pagination .caret{font-size:0}.pagination .caret--next svg{transform:rotate(-90deg)}.pagination .caret--prev svg{transform:rotate(90deg)}.pagination .caret svg{width:10px}.infinity-scroll{display:flex;align-items:center;justify-content:center;margin:12px 0}@media (min-width: 720px){.infinity-scroll{margin:22px 0}}.infinity-scroll--loading-container{display:flex;flex-direction:column;align-items:center}.infinity-scroll--loading-container #loading{border-top-color:#000}.faq-category-section{--columns: 1fr;--column-gap: 35px;margin-bottom:50px}@media screen and (min-width: 768px){.faq-category-section{--columns: 2fr 5fr;margin-top:50px}}@media screen and (max-width: 767px){.faq-category-section .categories-menu{display:flex;width:100%;flex-wrap:wrap;justify-content:flex-start}}@media screen and (max-width: 396px){.faq-category-section .categories-menu{justify-content:center}}.faq-category-section .categories-menu__item{padding:1rem 2rem;border:1px solid #000;color:#8e8d97;cursor:pointer;margin-bottom:1rem;transition:all ease .4s;max-width:320px}@media screen and (max-width: 767px){.faq-category-section .categories-menu__item{padding:1rem;width:calc(50% - 10px);max-width:initial;display:box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;text-align:center}.faq-category-section .categories-menu__item:not(:nth-child(2n)){margin-right:20px}}@media screen and (max-width: 396px){.faq-category-section .categories-menu__item{width:80%}.faq-category-section .categories-menu__item:not(:nth-child(2n)){margin-right:0}}.faq-category-section .categories-menu__item.clicked-js,.faq-category-section .categories-menu__item:hover{color:#fff;background:#000}.faq-category-section .categories-menu__name{text-transform:uppercase;font-family:system,sans-serif;font-size:16px;line-height:20px}@media screen and (max-width: 767px){.faq-category-section .categories-menu__name{font-size:16px}}.faq-category-section .categories-content__title{text-transform:uppercase;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:1px solid #c6cad6;font-family:system,sans-serif;font-size:25px;line-height:60px}@media screen and (max-width: 767px){.faq-category-section .categories-content__title.desktop{display:none}}.faq-category-section .categories-content__title.mobile{text-align:center;border-bottom:none;margin-bottom:0;padding-bottom:0}@media screen and (min-width: 768px){.faq-category-section .categories-content__title.mobile{display:none}}.faq-category-section .categories-content__subtitle{text-transform:uppercase;font-family:system,sans-serif;font-size:22px;line-height:48px}@media screen and (max-width: 767px){.faq-category-section .categories-content__subtitle{text-align:center}}.faq-category-section .categories-container{transition:opacity ease .6s}.faq-category-section .categories-container.hide{display:none;opacity:0;transition:opacity ease .6s}.faq-category-section .categories-container.show{display:block;opacity:1;transition:opacity ease .6s}.faq-category-section .categories-container .block-container:after{display:table;content:"";clear:both}.faq-category-section .categories-container .block-container__item{display:flex;float:left;width:50%;justify-content:flex-start;margin-bottom:2rem}@media screen and (max-width: 767px){.faq-category-section .categories-container .block-container__item{width:100%}}.faq-category-section .categories-container .block-container__item span{width:14px;height:14px}.faq-category-section .categories-container .block-container__content{margin-left:1rem}.faq-category-section .categories-container .block-container__content p{color:#606470;font-family:system,sans-serif;font-size:20px;line-height:16px}.faq-category-section .categories-container .block-container__content .show{display:none}.faq-category-section .categories-container .block-container__content .show-less{display:inline}.faq-category-section .categories-container .block-container__title{text-transform:uppercase;margin-bottom:.5rem;font-family:system,sans-serif;font-size:16px;line-height:20px}.faq-category-section .categories-container .block-container__description .dots{cursor:pointer;text-transform:uppercase;text-decoration:underline;font-family:system,sans-serif;font-size:16px;line-height:20px}
