.collection-gallery{margin:0;overflow-x:hidden;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none}.collection-gallery *::-webkit-scrollbar{display:none}.collection-gallery .title-wrapper-with-link{margin-bottom:3rem;text-align:center}.collection-gallery .title{text-align:center}.title-font{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight)}.text-center{text-align:center}.gallery-container{position:relative;width:100%}.gallery-container{overflow:hidden}.gallery-track{display:flex;gap:4rem;transition:transform .5s ease-in-out;padding:0 2rem;align-items:center;width:max-content;scrollbar-width:none;-ms-overflow-style:none}.gallery-track::-webkit-scrollbar{display:none}.gallery-item{flex:0 0 auto;position:relative;overflow:visible;width:auto}@media screen and (max-width: 750px){.gallery-track{gap:3rem}.gallery-item{width:calc(100vw - 4rem);min-width:calc(100vw - 4rem);max-width:calc(100vw - 4rem)}}.gallery-collage-track{display:flex;flex-wrap:wrap;gap:2rem;transition:none;padding:0 2rem;justify-content:center;align-items:flex-start}.gallery-collage .gallery-item{flex:0 0 auto}@media screen and (max-width: 750px){.gallery-collage-track{gap:1.5rem;padding:0 1rem}}.product-card-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;overflow:visible}.canvas-frame{position:relative;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:0;box-shadow:0 2px 4px #0000001a,0 4px 8px #0000000d,inset 0 0 0 8px rgb(var(--color-background)),inset 0 0 0 9px rgba(var(--color-foreground),.1);padding:2rem;transition:all .3s ease;display:inline-block}@media screen and (min-width: 751px){.canvas-frame{transform:translateY(20px)}}@media screen and (min-width: 751px){.product-card-wrapper:hover .canvas-frame{transform:translateY(-40px);z-index:998;box-shadow:0 8px 16px #00000026,0 12px 24px #0000001a,inset 0 0 0 8px rgb(var(--color-background)),inset 0 0 0 9px rgba(var(--color-foreground),.1)}}.product-image-container{position:relative;border-radius:2px;background:rgb(var(--color-background));max-height:40vh;display:flex;align-items:center;justify-content:center}.product-image-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.product-image-wrapper{position:relative;width:100%;max-height:40vh;display:flex;align-items:center;justify-content:center}.image-ratio-square .product-image-wrapper{aspect-ratio:1 / 1;max-height:40vh}.image-ratio-portrait .product-image-wrapper{aspect-ratio:2 / 3;max-height:40vh}.image-ratio-landscape .product-image-wrapper{aspect-ratio:3 / 2;max-height:40vh}.image-ratio-original .product-image-wrapper{aspect-ratio:auto;height:auto;max-height:40vh}.product-image{width:auto;max-height:40vh;object-fit:cover;display:block}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04);position:absolute;top:0;left:0}.placeholder-svg{width:60%;height:60%;opacity:.3}.product-hover-link{display:flex;justify-content:center;align-items:center;z-index:10;opacity:0;transition:opacity .3s ease;pointer-events:none;margin-top:1rem}@media screen and (min-width: 751px){.product-hover-link{position:absolute;top:calc(100% - 100px);left:50%;transform:translate(-50%);margin-top:1rem}}.product-card-wrapper:hover .product-hover-link{opacity:1;pointer-events:auto}.view-product-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;min-width:175px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));text-decoration:none;border-radius:var(--buttons-radius);font-weight:var(--font-body-weight);font-family:var(--font-body-family);font-size:1.5rem;letter-spacing:.06rem;line-height:calc(1 + .2 / var(--font-body-scale));transition:all .3s ease;border:var(--buttons-border-width) solid transparent;box-shadow:var(--buttons-shadow-opacity) var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),var(--buttons-shadow-opacity))}.view-product-btn:hover{background:rgb(var(--color-button-text));color:rgb(var(--color-button));border-color:rgb(var(--color-button));transform:translateY(-2px)}.product-info{display:flex;justify-content:center;align-items:center;text-align:center;margin-top:1rem;width:100%}@media screen and (min-width: 751px){.product-info{margin-top:2rem}}.product-title{font-size:calc(var(--font-heading-scale) * 2rem);font-weight:var(--font-heading-weight);font-family:var(--font-heading-family);color:rgb(var(--color-foreground));margin:0;line-height:calc(1 + .3/max(1,var(--font-heading-scale)));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.gallery-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease}.gallery-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:translateY(-1px)}.gallery-btn:disabled{opacity:.5;cursor:not-allowed}.gallery-btn:disabled:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground));transform:none}.gallery-dots{display:flex;gap:.5rem;align-items:center}.gallery-dot{width:12px;height:12px;border-radius:100%;border:1px solid rgba(var(--color-foreground),.3);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.gallery-dot.active{background:rgb(var(--color-foreground));transform:scale(1.2)}.gallery-dot:hover{background:rgba(var(--color-foreground),.5)}.collection-empty{text-align:center;padding:3rem 0;color:rgba(var(--color-foreground),.6)}@media screen and (max-width: 750px){.gallery-container{overflow:visible}.gallery-track{gap:3rem;padding:0 2rem}.canvas-frame{padding:1rem}.product-info{padding:1rem 0 0}.product-title{font-size:calc(var(--font-heading-scale) * 1.8rem);-webkit-line-clamp:1}.view-product-btn{display:none}.gallery-controls{margin-top:2rem}.gallery-btn{width:36px;height:36px}.product-card-wrapper:hover{transform:none}.product-card-wrapper:hover .canvas-frame{transform:none;box-shadow:0 2px 4px #0000001a,0 4px 8px #0000000d,inset 0 0 0 8px rgb(var(--color-background)),inset 0 0 0 9px rgba(var(--color-foreground),.1)}.product-image-container,.product-image-wrapper,.product-image{max-height:40vh}.product-image{max-width:100%;height:auto;object-fit:contain;width:auto}.image-ratio-square .product-image-wrapper,.image-ratio-portrait .product-image-wrapper,.image-ratio-landscape .product-image-wrapper,.image-ratio-original .product-image-wrapper{max-height:40vh}}@media (prefers-reduced-motion: reduce){.gallery-track,.product-card-wrapper,.canvas-frame,.product-hover-link,.view-product-btn,.gallery-btn,.gallery-dot{transition:none}.product-card-wrapper:hover,.view-product-btn:hover,.gallery-btn:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-collection-gallery.css.map */
