.tp-gallery-3 *{padding:0;margin:0;box-sizing:border-box}.tp-gallery-3 a{color:inherit}.tp-gallery-3 .tp__gallery-images-mobile--1 .tp__link{flex:1 0 100%}.tp-gallery-3 .tp__gallery-images-mobile--2 .tp__link{flex:1 0 50%}.tp-gallery-3 .tp__filter--grayscale{filter:grayscale(100%)}.tp-gallery-3 .tp__filter--sepia{filter:sepia(100%) contrast(1.2)}.tp-gallery-3 .tp__filter--invert{filter:invert(100%)}.tp-gallery-3 .tp__container{background:var(--tp-background-color, #ffffff);padding-block:var(--tp-padding-block, 40px 50px);max-width:calc(var(--tp-section-width, 1600px) + 40px);padding-inline:20px;margin:0 auto}.tp-gallery-3 .tp__header{margin-bottom:var(--tp-header-bottom-space, 50px);text-align:center}.tp-gallery-3 .tp__heading{color:var(--tp-heading-color, #1a1b18);font-size:var(--tp-heading-text-size, 40px);font-weight:var(--tp-heading-text-weight, 600);margin-bottom:var(--tp-heading-bottom-space, 20px)}.tp-gallery-3 .tp__header-description{color:var(--tp-header-description-color, #2123268c);font-size:var(--tp-description-text-size, 20px);font-weight:var(--tp-description-text-weight, 600);line-height:1}.tp-gallery-3 .tp__gallery-images{display:flex;flex-wrap:wrap;overflow:hidden;position:relative}.tp-gallery-3 .tp__link{height:var(--tp-image-height, 280px);position:relative;overflow:hidden}.tp-gallery-3 .tp_image{background-color:#f8f8f8;width:100%;height:100%;transition:.4s ease;object-fit:cover}.tp-gallery-3 .tp__link:hover .tp_image{transform:scale(1.08)}.tp-gallery-3 .tp__link:after{content:"";background-color:#000;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0}.tp-gallery-3 .tp__link:hover:after{opacity:.2}.tp-gallery-3 .tp__inner{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);transition:.4s ease;z-index:2}.tp-gallery-3 .tp__image-title{font-size:var(--tp-image-caption-size, 20px);color:var(--tp-image-caption-color, #000000);font-weight:var(--tp-image-capton-text-weight, 600);line-height:1;width:100%}@media(min-width:768px){.tp-gallery-3 .tp__gallery-images-desktop--2 .tp__link{flex:1 0 50%}.tp-gallery-3 .tp__gallery-images-desktop--3 .tp__link{flex:1 0 33.33%}.tp-gallery-3 .tp__gallery-images-desktop--4 .tp__link{flex:1 0 25%}.tp-gallery-3 .tp__gallery-images-desktop--5 .tp__link{flex:1 0 26%}}@media(min-width:1024px){.tp-gallery-3 .tp__gallery-images-desktop--5 .tp__link{flex:1 0 20%}}.tp-scrolling-gallery{background:var(--tp-background-color);max-width:var(--tp-section-width);margin-inline:auto;overflow:hidden}.tp-scrolling-gallery .tp__gallery{display:flex;padding-block:var(--tp-padding-top) var(--tp-padding-bottom);gap:var(--tp-item-gap, 10px)}.tp-scrolling-gallery .tp__gallery-wrapper{animation:tpGalleryScroll var(--tp-animation-duration, 30s) linear infinite;gap:var(--tp-item-gap, 10px);width:max-content;flex-shrink:0;display:flex}.tp-scrolling-gallery .tp__gallery:hover .tp__gallery-wrapper{animation-play-state:var(--tp-pause-on-hover, running)}@keyframes tpGalleryScroll{0%{transform:translate(0)}to{transform:translate(calc((-100% - var(--tp-item-gap, 10px))))}}.tp-scrolling-gallery .tp__gallery-wrapper{animation-direction:var(--tp-animation-direction, normal)}.tp-scrolling-gallery .tp__gallery-item{width:var(--tp-item-width, 420px);height:var(--tp-item-height, 220px);flex-shrink:0;position:relative;overflow:hidden;cursor:pointer}.tp-scrolling-gallery .tp__gallery-image{width:100%;height:100%;object-fit:cover;border-radius:var(--tp-image-radius, 0px);display:block}.tp-scrolling-gallery .tp__gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:var(--tp-image-radius);pointer-events:none;transition:background-color .3s ease}.tp-scrolling-gallery .tp__gallery-button{font-size:var(--tp-button-text-size);font-weight:var(--tp-button-text-weight);text-align:center;padding:7px 15px;border-radius:18px;background-color:var(--tp-button-background-color);color:var(--tp-button-color);opacity:0;transform:translateY(10px);transition:all .3s ease;pointer-events:auto;text-decoration:none;display:inline-block}.tp-scrolling-gallery .tp__gallery-item:hover .tp__gallery-overlay{background-color:#0006}.tp-scrolling-gallery .tp__gallery-item:hover .tp__gallery-button{opacity:1;transform:translateY(0)}.tp-blocks-wrapper{position:relative;display:flex;width:100%;z-index:0;height:var(--tp-blocks-wrapper-height, auto);min-height:var(--tp-blocks-wrapper-min-height, auto);flex-direction:var(--tp-blocks-wrapper-flex-direction, row);flex-wrap:var(--tp-blocks-wrapper-flex-wrap, nowrap);gap:var(--tp-blocks-wrapper-gap-vertical, 0) var(--tp-blocks-wrapper-gap-horizontal, 0);padding:var(--tp-blocks-wrapper-padding, 0);justify-content:var(--tp-blocks-wrapper-justify, flex-start);align-items:var(--tp-blocks-wrapper-align, flex-start);text-align:var(--tp-blocks-wrapper-text-align, left);background:var(--tp-blocks-wrapper-background, transparent);background-size:var(--tp-blocks-wrapper-background-size, auto);background-position:var(--tp-blocks-wrapper-background-position, center center);background-repeat:var(--tp-blocks-wrapper-background-repeat, repeat);background-attachment:var(--tp-blocks-wrapper-background-attachment, scroll)}@media screen and (max-width:749px){.tp-blocks-wrapper-visible-on--desktop{display:none!important}}@media screen and (min-width:750px){.tp-blocks-wrapper-visible-on--mobile{display:none!important}}.tp-blocks-wrapper>video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.tp-blocks-wrapper__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:var(--tp-blocks-wrapper-overlay-opacity, 0);background-color:var(--tp-blocks-wrapper-overlay-color, transparent)}.tp-ugc-videos-1 *{padding:0;margin:0;box-sizing:border-box}.tp-ugc-videos a{color:inherit}.tp-ugc-videos-1 .tp-ugc-videos-1__container{max-width:calc(var(--tp-section-width, 1200px) + 20px * 2);gap:var(--tp-content-spacing, 30px);padding-block:var(--tp-section-padding-block, 60px 60px);background:var(--tp-background-color, #FFFFFF);margin:0 auto;display:flex;flex-direction:column;position:relative;z-index:1;width:100%;padding-inline:20px}.tp-ugc-videos-1 .tp-ugc-videos-1__heading{font-size:var(--tp-heading-size, 48px);font-weight:var(--tp-heading-weight, 600);color:var(--tp-heading-color, #000000);text-align:var(--tp-text-alignment, center);line-height:1.2}.tp-ugc-videos-1 .tp-ugc-videos-1__grid{gap:var(--tp-grid-gap, 20);display:grid;grid-template-columns:1fr;width:100%}.tp-ugc-videos-1 .tp-ugc-videos-1__video-card{border-radius:var(--tp-card-radius, 8px);height:var(--tp-video-height, 550px);position:relative;overflow:hidden}.tp-ugc-videos-1 .tp-ugc-videos-1__thumbnail{height:var(--tp-video-height, 550px);position:relative;width:100%;height:100%;object-fit:cover}.tp-ugc-videos-1 .tp-ugc-videos-1__video,.tp-ugc-videos-1 .tp-ugc-videos-1__video-card img{width:100%;height:100%;object-fit:cover}.tp-ugc-videos-1 .tp-ugc-videos-1__title{background:linear-gradient(transparent,#000000b3);padding-bottom:var(--tp-title-padding, 14px);font-size:var(--tp-video-title-size, 20px);font-weight:var(--tp-title-weight, 600);color:var(--tp-title-color, #FFFFFF);position:absolute;bottom:0;left:0;right:0;text-align:center}.tp-ugc-videos-1 .tp-ugc-videos-1__carousel-container{position:relative;padding:0}.tp-ugc-videos-1 .tp-ugc-videos-1__arrows{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:16px;position:static}.tp-ugc-videos-1 .swiper-button-next,.tp-ugc-videos-1 .swiper-button-prev{width:40px;height:40px;margin:0;box-shadow:none;position:static}.tp-ugc-videos-1 .swiper-button-next svg,.tp-ugc-videos-1 .swiper-button-prev svg{width:31px;height:9px;display:block}.tp-ugc-videos-1 .swiper-button-next svg path,.tp-ugc-videos-1 .swiper-button-prev svg path{fill:var(--tp-carousel-color, #000000)}.tp-ugc-videos-1 .swiper-button-next:after,.tp-ugc-videos-1 .swiper-button-prev:after{display:none}.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel,.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-wrapper{display:flex;flex-direction:column;gap:var(--tp-grid-gap, 20px);width:100%}.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-slide{width:100%;margin-right:0}.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel+.tp-ugc-videos-1__arrows{display:none}@media(min-width:601px){.tp-ugc-videos-1 .tp-ugc-videos-1__arrows{position:absolute;top:50%;left:-64px;right:-64px;transform:translateY(-50%);justify-content:space-between;margin-top:0}.tp-ugc-videos-1 .swiper-button-next,.tp-ugc-videos-1 .swiper-button-prev{border-radius:var(--tp-carousel-border-radius, 30%);width:48px;height:48px;box-shadow:0 2px 8px #00000014}}@media(min-width:1024px){.tp-ugc-videos-1 .tp-ugc-videos-1__grid{grid-template-columns:repeat(var(--tp-columns-desktop, 4),1fr)}}.tp-heading{width:100%;margin:0;padding:0;color:var(--tp-heading-color, #000000);font-size:var(--tp-heading-font-size, 32px);font-weight:var(--tp-heading-font-weight, 700);letter-spacing:var(--tp-heading-letter-spacing, 0px);line-height:var(--tp-heading-line-height, 1);text-align:var(--tp-heading-text-align, left)}@media screen and (max-width:749px){.tp-heading-visible-on--desktop{display:none!important}}@media screen and (min-width:750px){.tp-heading-visible-on--mobile{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
