.cshowcase__inner{position:relative;display:block}.cshowcase__head{display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.cshowcase__subheading{text-transform:uppercase;letter-spacing:.18em;font-size:1.2rem;color:rgb(var(--color-foreground) / 55%)}.cshowcase__tabs-row{position:relative;display:flex;align-items:center;justify-content:center;gap:1.2rem;min-height:4rem;margin-block-start:1.6rem}.cshowcase__tabs-wrap{flex:1 1 auto;min-width:0}.cshowcase__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cshowcase__tab{display:inline-flex;align-items:center;gap:.8rem;padding:.7rem 1.4rem;border:.1rem solid rgb(var(--color-border) / var(--color-border-alpha));border-radius:10rem;color:rgb(var(--color-foreground) / 55%);text-transform:uppercase;letter-spacing:.1em;font-size:1.2rem;line-height:1;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease;white-space:nowrap;justify-content:center}.cshowcase__tab:before{content:none}.cshowcase__tab-text{padding-inline-start:.1em}.cshowcase__tab:hover{color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground) / 35%)}.cshowcase__tab[aria-selected=true],.cshowcase__tab.is-active{color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.cshowcase__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;padding:0 .5rem;border-radius:10rem;background:rgb(var(--color-foreground) / 8%);color:rgb(var(--color-foreground) / 60%);font-size:1.1rem;letter-spacing:0}.cshowcase__nav{position:static;flex-shrink:0;display:none;gap:.8rem}@media(min-width:768px){.cshowcase__nav{display:flex}}.cshowcase__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:.1rem solid rgb(var(--color-border) / var(--color-border-alpha));border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .2s ease,opacity .2s ease,border-color .2s ease}.cshowcase__nav-btn:hover{background:rgb(var(--color-foreground) / 6%)}.cshowcase__nav-btn:disabled{opacity:.35;cursor:default}.cshowcase__nav-btn .icon{width:1.6rem;height:1.6rem}.cshowcase__panels{margin-block-start:2.4rem}.cshowcase .tabs__panel[hidden]{display:none}.cshowcase-card{position:relative;display:flex;flex-direction:column;height:100%;border-radius:var(--cshowcase-card-radius, 1.2rem);background:rgb(var(--color-background));box-shadow:0 .5rem 2rem rgb(var(--color-foreground) / 8%);overflow:hidden}.cshowcase-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.cshowcase-card__media{position:relative;aspect-ratio:var(--ratio, 1);overflow:hidden;background:rgb(var(--color-foreground) / 4%);pointer-events:none}.cshowcase-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cshowcase-card__img img,.cshowcase-card__img .media__image{width:100%;height:100%;object-fit:cover;display:block}.cshowcase-card__img--first{z-index:1;transition:transform .6s cubic-bezier(.4,0,.2,1)}.cshowcase-card__img--second{z-index:2;transform:translateY(100%);transition:transform .6s cubic-bezier(.4,0,.2,1)}@media(hover:hover){.cshowcase-card--has-second:hover .cshowcase-card__img--first{transform:translateY(-100%)}.cshowcase-card--has-second:hover .cshowcase-card__img--second{transform:translateY(0)}.cshowcase-card:not(.cshowcase-card--has-second):hover .cshowcase-card__img--first{transform:scale(1.04)}}.cshowcase-card__badges{position:absolute;inset-block-start:1rem;z-index:3;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.cshowcase-card__badges--left{inset-inline-start:1rem;align-items:flex-start}.cshowcase-card__badges--right{inset-inline-end:1rem;align-items:flex-end}.cshowcase-card__badge{display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:.6rem;font-size:1.1rem;line-height:1;letter-spacing:.02em;font-weight:500}.cshowcase-card__badge--new{background:rgb(var(--color-foreground) / 6%);color:rgb(var(--color-foreground))}.cshowcase-card__badge--sale{background:rgb(var(--color-background));color:rgb(var(--color-sale-price, var(--color-foreground)));box-shadow:0 .2rem .6rem rgb(var(--color-foreground) / 10%)}.cshowcase-card__qv-btn{position:absolute;inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,50%);z-index:4;display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:3.6rem;padding:0;border:none;border-radius:.8rem .8rem 0 0;background:rgb(var(--color-background));box-shadow:0 -.2rem .8rem rgb(var(--color-foreground) / 8%);cursor:pointer;pointer-events:auto}.cshowcase-card__qv-lines{display:flex;flex-direction:column;gap:.35rem;width:1.8rem}.cshowcase-card__qv-lines span{display:block;height:.18rem;border-radius:.2rem;background:rgb(var(--color-foreground))}.cshowcase-card__qv-lines span:nth-child(2){width:70%}.cshowcase-card__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:.6rem;padding:2.4rem 1.6rem 2rem;text-align:var(--cshowcase-text-align, center);align-items:var(--cshowcase-text-items, center);pointer-events:none}.cshowcase-card__title{font-family:var(--font-heading--family, inherit);font-size:1.7rem;line-height:1.25;color:rgb(var(--color-foreground));pointer-events:auto}.cshowcase-card__title:hover{text-decoration:underline}.cshowcase-card__price{display:block;color:rgb(var(--color-foreground) / 70%);font-size:1.4rem}.cshowcase-card__price .price-container{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:inherit}.cshowcase-card__price .compare-at-price{color:rgb(var(--color-foreground) / 45%);text-decoration:line-through}.cshowcase-card__subtitle{color:rgb(var(--color-foreground) / 55%);font-size:1.3rem}.cshowcase__qv-dialog{width:min(92rem,calc(100vw - 3.2rem));max-width:calc(100vw - 3.2rem);max-height:calc(100vh - 4rem);padding:0;border:none;border-radius:1.6rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));overflow:hidden}.cshowcase__qv-dialog::backdrop{background:#0000008c}.cshowcase__qv-dialog-inner{position:relative;max-height:calc(100vh - 4rem);overflow-y:auto}.cshowcase__qv-close{position:absolute;inset-block-start:1.2rem;inset-inline-end:1.2rem;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:none;border-radius:50%;background:rgb(var(--color-background));box-shadow:0 .2rem .8rem rgb(var(--color-foreground) / 12%);color:rgb(var(--color-foreground));cursor:pointer}.cshowcase-qv{display:grid;grid-template-columns:1fr 1fr;gap:0}.cshowcase-qv__gallery{padding:2rem;background:rgb(var(--color-foreground) / 3%)}.cshowcase-qv__main{aspect-ratio:1;border-radius:1rem;overflow:hidden;background:rgb(var(--color-background))}.cshowcase-qv__main-img{width:100%;height:100%;object-fit:cover;display:block}.cshowcase-qv__thumbs{display:flex;flex-wrap:wrap;gap:.8rem;margin-block-start:1.2rem}.cshowcase-qv__thumb{width:6rem;height:6rem;padding:0;border:.1rem solid rgb(var(--color-border) / var(--color-border-alpha));border-radius:.8rem;overflow:hidden;background:rgb(var(--color-background));cursor:pointer}.cshowcase-qv__thumb.is-active{border-color:rgb(var(--color-foreground))}.cshowcase-qv__thumb img{width:100%;height:100%;object-fit:cover;display:block}.cshowcase-qv__info{display:flex;flex-direction:column;gap:1.6rem;padding:4rem 3rem 3rem}.cshowcase-qv__title{font-family:var(--font-heading--family, inherit);font-size:2.6rem;line-height:1.2;margin:0}.cshowcase-qv__price{font-size:1.8rem;color:rgb(var(--color-foreground) / 80%)}.cshowcase-qv__price .compare-at-price{color:rgb(var(--color-foreground) / 45%);text-decoration:line-through;margin-inline-start:.8rem}.cshowcase-qv__desc{color:rgb(var(--color-foreground) / 70%);font-size:1.4rem;line-height:1.6;overflow-y:auto}.cshowcase-qv__link{align-self:flex-start;margin-block-start:auto}@media(max-width:749px){.cshowcase-qv{grid-template-columns:1fr}.cshowcase-qv__info{padding:2.4rem 2rem 2.8rem}.cshowcase-qv__title{font-size:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/collection-showcase.css.map */
