.tsog-product-showcase{position:relative;overflow:hidden}.tsog-product-showcase--full-width{width:100%}.tsog-product-showcase__header{margin-bottom:3rem;text-align:center}.tsog-product-showcase__title{margin:0 0 1rem}.tsog-product-showcase__description{color:rgba(var(--color-foreground),.7);max-width:70rem;margin:0 auto}.tsog-product-showcase__content-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.tsog-product-showcase__wrapper{display:flex;gap:4rem;align-items:stretch;position:relative;margin:0 auto}.tsog-product-showcase:not(.tsog-product-showcase--full-width) .tsog-product-showcase__wrapper{padding-left:max(2rem,calc((100vw - 120rem)/2));padding-right:2rem}.tsog-product-showcase:not(.tsog-product-showcase--full-width) .tsog-product-showcase__wrapper--reverse{padding-left:2rem;padding-right:max(2rem,calc((100vw - 120rem)/2))}.tsog-product-showcase__wrapper--reverse{flex-direction:row-reverse}.tsog-product-showcase--full-width .tsog-product-showcase__wrapper{padding:0 2rem}.tsog-product-showcase__products{position:relative;flex:0 0 min(55rem,45%);min-width:0}.tsog-product-showcase__images{position:relative;flex:1;min-width:0;display:flex;flex-direction:column}@media screen and (min-width:990px)and (max-width:1200px){.tsog-product-showcase__products{flex:0 0 40%}}.tsog-product-showcase__images-grid{display:grid;gap:1.5rem;flex:1}.tsog-product-showcase__images-grid--1{grid-template-columns:1fr}.tsog-product-showcase__images-grid--2.tsog-product-showcase__images-grid--vertical{grid-template-rows:1fr 1fr;grid-template-columns:1fr}.tsog-product-showcase__images-grid--2.tsog-product-showcase__images-grid--horizontal{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.tsog-product-showcase__images-grid--horizontal .tsog-product-showcase__image-wrapper{position:relative;overflow:hidden}.tsog-product-showcase__images-grid--ratio-portrait .tsog-product-showcase__image-wrapper{aspect-ratio:3 / 4}.tsog-product-showcase__images-grid--ratio-square .tsog-product-showcase__image-wrapper{aspect-ratio:1 / 1}.tsog-product-showcase__images-grid--ratio-landscape .tsog-product-showcase__image-wrapper{aspect-ratio:4 / 3}.tsog-product-showcase__images-grid--horizontal .tsog-product-showcase__image-wrapper img{width:100%;height:100%;object-fit:cover}.tsog-product-showcase__image-item{position:relative;overflow:hidden;display:flex;flex-direction:column}.tsog-product-showcase__image-wrapper{position:relative;width:100%;flex:1;overflow:hidden}.tsog-product-showcase__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.tsog-product-showcase__image-item:hover .tsog-product-showcase__image-wrapper img{transform:scale(1.05)}.tsog-product-showcase__image-button{padding:1.2rem 1.5rem;text-align:center;flex-shrink:0}.tsog-product-showcase__image-button .button{width:100%;margin:0}.tsog-product-showcase__image-placeholder{position:relative;width:100%;padding-bottom:75%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.04)}.tsog-product-showcase__image-placeholder svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;opacity:.3}.tsog-product-showcase__slider-container{position:relative;width:100%}.tsog-product-showcase__products .splide{padding-bottom:5rem}.tsog-product-showcase__products .splide__track{overflow:hidden;padding:.5rem 0}.tsog-product-showcase__products .splide__list{display:flex;align-items:stretch}.tsog-product-showcase__products .splide__slide{height:auto;display:flex}@media screen and (max-width:750px){.tsog-product-showcase__image-button .button{font-size:1.2rem;min-height:40px}}.tsog-product-showcase__product-card{background-color:transparent;border-radius:0;overflow:visible;height:100%;display:flex;flex-direction:column;transition:opacity .3s ease}.tsog-product-showcase__product-card:hover{opacity:.85}.tsog-product-showcase__product-image{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:#f5f5f5;border-radius:.4rem;margin-bottom:1.2rem}.tsog-product-showcase__product-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.tsog-product-showcase__product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:none}.tsog-product-showcase__product-info{flex:1;display:flex;flex-direction:column;gap:.6rem}.tsog-product-showcase__product-title{margin:0;font-size:1.3rem;font-weight:400;line-height:1.5;min-height:3.9rem}.tsog-product-showcase__product-title a{color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease}.tsog-product-showcase__product-title a:hover{color:rgba(var(--color-foreground),.7)}.tsog-product-showcase__product-vendor{font-size:1.2rem;margin:0}.tsog-product-showcase__product-price{margin-top:auto;font-size:1.5rem;font-weight:500}.tsog-product-showcase__product-card--placeholder .tsog-product-showcase__product-image svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;height:40%;opacity:.2}.tsog-product-showcase__products .splide__arrow{width:4.4rem;height:4.4rem;background-color:rgb(var(--color-background));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px #0000001f;color:rgb(var(--color-foreground));opacity:1;border:none}.tsog-product-showcase__products .splide__arrow:hover:not(:disabled){background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 4px 16px #00000029}.tsog-product-showcase__products .splide__arrow:disabled{opacity:.3;cursor:not-allowed}.tsog-product-showcase__products .splide__arrow svg{width:2.4rem;height:2.4rem}.tsog-product-showcase__products .splide__pagination{position:absolute;bottom:0;left:0;width:100%;padding:0;margin:0;text-align:center;list-style:none}.tsog-product-showcase__products .splide__pagination__page{display:inline-block;width:.8rem;height:.8rem;background-color:rgba(var(--color-foreground),.3);border-radius:50%;margin:0 .4rem;padding:0;transition:all .3s ease;border:none;cursor:pointer}.tsog-product-showcase__products .splide__pagination__page.is-active{background-color:rgb(var(--color-button));width:2.4rem;border-radius:.4rem}@media screen and (max-width:989px){.tsog-product-showcase__wrapper{flex-direction:column;gap:2rem}.tsog-product-showcase__content-wrapper{width:100%;left:0;right:0;margin-left:0;margin-right:0}.tsog-product-showcase:not(.tsog-product-showcase--full-width) .tsog-product-showcase__wrapper,.tsog-product-showcase:not(.tsog-product-showcase--full-width) .tsog-product-showcase__wrapper--reverse{padding:0 1.5rem}.tsog-product-showcase__wrapper--reverse{flex-direction:column}.tsog-product-showcase__products{flex:1;width:100%}.tsog-product-showcase__images{width:100%;flex:0 0 auto}.tsog-product-showcase__images-grid--1 .tsog-product-showcase__image-wrapper{flex:none}.tsog-product-showcase__images-grid--1 .tsog-product-showcase__image-wrapper img{height:auto;object-fit:contain}.tsog-product-showcase__images-grid--2.tsog-product-showcase__images-grid--vertical,.tsog-product-showcase__images-grid--2.tsog-product-showcase__images-grid--horizontal{grid-template-columns:1fr 1fr;grid-template-rows:auto}.tsog-product-showcase__image-wrapper{flex:none}.tsog-product-showcase__image-wrapper img{height:auto;object-fit:contain}.tsog-product-showcase__header{margin-bottom:2rem}}@media screen and (max-width:749px){.tsog-product-showcase__wrapper{gap:1.5rem}.tsog-product-showcase:not(.tsog-product-showcase--full-width) .tsog-product-showcase__wrapper,.tsog-product-showcase:not(.tsog-product-showcase--full-width) .tsog-product-showcase__wrapper--reverse{padding:0 1.5rem}.tsog-product-showcase__header{margin-bottom:1.5rem}.tsog-product-showcase__images-grid{gap:1rem}.tsog-product-showcase__images-grid--1{grid-template-columns:1fr}.tsog-product-showcase__images-grid--2.tsog-product-showcase__images-grid--vertical{grid-template-columns:1fr;grid-template-rows:auto}.tsog-product-showcase__images-grid--2.tsog-product-showcase__images-grid--horizontal{grid-template-columns:1fr 1fr;grid-template-rows:auto}.tsog-product-showcase__images-grid--horizontal .tsog-product-showcase__image-wrapper img{height:100%;object-fit:cover}.tsog-product-showcase__image-button{padding:1rem}.tsog-product-showcase__product-title{font-size:1.2rem;min-height:auto}.tsog-product-showcase__product-price{font-size:1.4rem}.tsog-product-showcase__products .splide__arrow{width:3.6rem;height:3.6rem}.tsog-product-showcase__products .splide__arrow svg{width:2rem;height:2rem}}@media(prefers-reduced-motion:reduce){.tsog-product-showcase__image-wrapper img,.tsog-product-showcase__product-card{transition:none}.tsog-product-showcase__product-card:hover{opacity:1}.tsog-product-showcase__image-item:hover .tsog-product-showcase__image-wrapper img{transform:none}}.color-scheme-3 .tsog-product-showcase__product-image,.color-scheme-4 .tsog-product-showcase__product-image{background-color:rgba(var(--color-foreground),.08)}
/*# sourceMappingURL=/cdn/shop/t/34/assets/tsog-product-showcase.css.map */
