.tp-footer-1 *{margin:0;padding:0;font-size:0;box-sizing:border-box}.tp-footer-1 a{color:inherit;font-size:inherit}.tp-footer-1 .tp__container{max-width:calc(var(--tp-section-width) + 40px);padding-inline:20px;margin-inline:auto}.tp-footer-1 .tp__main{padding-bottom:var(--tp-main-padding-bottom);gap:var(--tp-grid-gap);display:grid;grid-template-columns:1fr}.tp-footer-1 .tp__newsletter-title{font-size:var(--tp-newsletter-title-size);font-weight:var(--tp-newsletter-title-weight);color:var(--tp-newsletter-title-color);margin-bottom:var(--tp-newsletter-title-margin-bottom)}.tp-footer-1 .tp__newsletter-text{font-size:var(--tp-newsletter-text-size);font-weight:var(--tp-newsletter-text-weight);color:var(--tp-newsletter-text-color);margin-bottom:var(--tp-newsletter-text-margin-bottom);line-height:1.5}.tp-footer-1 .tp__newsletter-form{border-bottom:1px solid var(--tp-input-border-color);display:flex;align-items:center;padding-bottom:8px}.tp-footer-1 .tp__newsletter-input{font-size:var(--tp-input-text-size);color:var(--tp-input-text-color);font-family:inherit;background:transparent;border:none;padding-left:30px;position:relative;width:100%;box-shadow:none;outline:none}.tp-footer-1 .tp__newsletter-input::placeholder{color:var(--tp-input-placeholder-color);opacity:1}.tp-footer-1 .tp__newsletter-input-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px}.tp-footer-1 .tp__newsletter-input-icon path{color:var(--tp-input-icon-color)}.tp-footer-1 .tp__newsletter-submit{background:none;border:none;cursor:pointer;padding:0;margin-left:10px}.tp-footer-1 .tp__newsletter-submit-icon{fill:var(--tp-input-icon-color);width:20px;height:20px}.tp-footer-1 .tp__newsletter-submit-icon path{color:var(--tp-input-icon-color)}.tp-footer-1 .tp__links{gap:var(--tp-links-gap);justify-content:flex-start;display:flex;flex-wrap:wrap}.tp-footer-1 .tp__link-list-title{font-size:var(--tp-link-title-size);font-weight:var(--tp-link-title-weight);color:var(--tp-link-title-color);margin-bottom:var(--tp-link-title-margin-bottom)}.tp-footer-1 .tp__link-list{list-style:none;padding:0}.tp-footer-1 .tp__link-item{margin-bottom:var(--tp-link-item-margin-bottom)}.tp-footer-1 .tp__link{font-size:var(--tp-link-text-size);font-weight:var(--tp-link-text-weight);color:var(--tp-link-text-color);text-decoration:none}.tp-footer-1 .tp__bottom{padding-top:var(--tp-bottom-padding-top);gap:var(--tp-bottom-gap);display:flex;flex-direction:column;align-items:flex-start}.tp-footer-1 .tp__social-icons{margin-bottom:var(--tp-social-margin-bottom);gap:var(--tp-social-gap);display:flex}.tp-footer-1 .tp__social-icon{width:24px;height:24px}.tp-footer-1 .tp__social-icon path{fill:var(--tp-social-icon-color)}.tp-footer-1 .tp__copyright{font-size:var(--tp-copyright-text-size);font-weight:var(--tp-copyright-text-weight);color:var(--tp-copyright-text-color);text-align:left;max-width:100%}.tp-footer-1 .tp__copyright-link{margin-inline:5px;text-decoration:none}.tp-footer-1 .tp__payment-icons{gap:var(--tp-payment-gap);display:flex;flex-wrap:wrap;justify-content:center}.tp-footer-1 .tp__payment-icon svg{width:100%;height:100%}@media (min-width: 768px){.tp-footer-1 .tp__main{grid-template-columns:var(--tp-newsletter-width) 1fr;padding-bottom:var(--tp-main-padding-bottom-desktop);gap:var(--tp-grid-gap-desktop)}.tp-footer-1 .tp__links{gap:var(--tp-links-gap-desktop);justify-content:flex-end;flex-wrap:nowrap}.tp-footer-1 .tp__bottom{padding-top:var(--tp-bottom-padding-top-desktop);flex-direction:row;justify-content:space-between;align-items:center}.tp-footer-1 .tp__social-icons{order:1;margin-bottom:0}.tp-footer-1 .tp__copyright{max-width:80%;order:2}.tp-footer-1 .tp__payment-icons{order:3;justify-content:flex-end}}.tp-marquee-1{background:var(--tp-background-color);max-width:var(--tp-section-width);margin-inline:auto;width:100%;overflow:hidden}.tp-marquee-1 .tp__marquee{display:flex;padding-block:var(--tp-padding-top) var(--tp-padding-bottom);gap:var(--tp-item-gap)}.tp-marquee-1 .tp__marquee a{color:inherit}.tp-marquee-1 .tp__marquee-wrapper{animation:tpMarqueeRightToLeft var(--tp-animation-duration) linear infinite;gap:var(--tp-item-gap);width:max-content;flex-shrink:0;display:flex}.tp-marquee-1 .tp__marquee:hover .tp__marquee-wrapper{animation-play-state:var(--tp-pause-on-hover)}@keyframes tpMarqueeRightToLeft{0%{transform:translate(0)}to{transform:translate(calc((-100% - var(--tp-item-gap))))}}.tp-marquee-1 .tp__marquee-wrapper{animation-direction:var(--tp-animation-direction)}.tp-marquee-1 .tp__marquee-item{font-size:var(--tp-text-size);font-weight:var(--tp-font-weight);color:var(--tp-text-color);white-space:nowrap;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex-shrink:0;position:relative}.tp-marquee-1 .tp__marquee-item a{text-decoration:none}.tp-marquee-1 .tp__marquee-img{width:60px}.tp-slider-1 *{margin:0;padding:0;box-sizing:border-box}.tp-slider-1 a{color:inherit}.tp-slider-1{position:relative;overflow:hidden}.tp-slider-1 .tp__overlay{background:var(--tp-background-color);opacity:var(--tp-overlay-opacity);position:absolute;top:0;left:0;width:100%;height:100%;display:block}.tp-slider-1 .tp__container{padding-block:var(--tp-padding-block);max-width:var(--tp-section-width);position:relative;padding-inline:20px;margin:0 auto;z-index:1;display:flex;flex-direction:column;justify-content:center}.tp-slider-1 .tp__background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.tp-slider-1 .tp__content-wrapper{max-width:var(--tp-content-max-width)}.tp-slider-1 .tp__heading{font-size:var(--tp-heading-size);font-weight:var(--tp-heading-weight);color:var(--tp-heading-color);margin-bottom:var(--tp-heading-margin-bottom);line-height:1.2}.tp-slider-1 .tp__subtext{font-size:var(--tp-subtext-size);font-weight:var(--tp-subtext-weight);color:var(--tp-subtext-color);margin-bottom:var(--tp-subtext-margin-bottom);line-height:1.5}.tp-slider-1 .tp__button{border:var(--tp-button-border-width) solid var(--tp-button-border-color);background-color:var(--tp-button-background-color);border-radius:var(--tp-button-border-radius);font-size:var(--tp-button-text-size);font-weight:var(--tp-button-weight);padding:var(--tp-button-padding);color:var(--tp-button-color);display:inline-block;text-decoration:none;transition:all .3s ease;text-align:center}.tp-slider-1 .tp__button--invert:hover{border-color:var(--tp-button-background-color)!important;background-color:var(--tp-button-color)!important;color:var(--tp-button-color-hover)!important}.tp-slider-1 .tp__button--fade:hover{opacity:.8}.tp-slider-1 .tp__button--scale:hover{transform:scale(1.05)}.tp-slider-1--align-left .tp__content-wrapper{text-align:left}.tp-slider-1--align-center .tp__content-wrapper{text-align:center;margin-left:auto;margin-right:auto}.tp-slider-1--align-right .tp__content-wrapper{text-align:right;margin-left:auto}.tp-slider-1 .swiper{width:100%;height:100%}.tp-slider-1 .tp__carousel-pagination{--swiper-pagination-bottom: 50px;position:absolute;z-index:1;display:none;justify-content:center;align-items:center;gap:10px}.tp-slider-1 .tp__carousel-pagination .swiper-pagination-bullet{background-color:var(--swiper-pagination-bullet-inactive-color);opacity:1}.tp-slider-1 .tp__carousel-pagination .swiper-pagination-bullet-active{background-color:var(--swiper-pagination-color)}@media screen and (min-width: 768px){.tp-slider-1 .tp__carousel-pagination{display:flex}}.tp-video-1 *{margin:0;padding:0;box-sizing:border-box}.tp-video-1 .tp__container{max-width:calc(var(--tp-section-width) + 40px);padding-block:var(--tp-padding-block);width:100%;padding-inline:20px;margin-inline:auto}.tp-video-1 .tp__video-wrapper{padding-top:var(--tp-video-height);border-radius:var(--tp-video-border-radius);position:relative;width:100%;overflow:hidden}.tp-video-1 video,.tp-video-1 .placeholder-poster{object-fit:var(--tp-object-fit);width:100%;height:100%;position:absolute;top:0;left:0}.tp-video-1{z-index:1}.tp-video-1:has(video:nth-child(2)) video:nth-child(1){display:none}.tp-video-1 video+video{display:block}.tp-video-1 .tp__play-button{background:var(--tp-play-button-background);width:var(--tp-play-button-size);height:var(--tp-play-button-size);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:2}.tp-video-1 .tp__play-button:hover{background:var(--tp-play-button-background-hover)}.tp-video-1 .tp__play-icon{color:var(--tp-play-button-icon-color);width:40%;height:40%}.tp-video-1 .tp__overlay{background:var(--tp-overlay-color);opacity:var(--tp-overlay-opacity);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:opacity .3s ease;display:block}.tp-video-1 .tp__video-wrapper.tp__playing .tp__overlay,.tp-video-1 .tp__video-wrapper.tp__playing .tp__play-button{opacity:0;pointer-events:none}@media screen and (min-width: 768px){.tp-video-1:has(video:nth-child(2)) video:nth-child(1){display:block}.tp-video-1 video+video{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
