.product-card__secondary-title{font-weight:500;font-size:13px;color:#0009;margin:4px 0 0;line-height:1.3;font-style:italic}.product-card__description{font-weight:400;font-size:.9375rem;color:#000000b3;margin:0;line-height:1.3}.product-card__gallery{position:relative;overflow:hidden}.product-card__gallery-container{display:flex;transition:transform .25s cubic-bezier(.25,.46,.45,.94);width:100%}.product-card__gallery-slide{min-width:100%;position:relative;aspect-ratio:var(--product-card-media-aspect-ratio);background:#f8f8f8}.product-card__gallery-slide img{width:100%;height:100%;object-fit:cover}.collection__grid.filtered .product-card__gallery-slide img{opacity:0;animation:imageFadeIn .8s cubic-bezier(.4,0,.2,1) forwards}.collection__grid.filtered product-card:nth-child(1) .product-card__gallery-slide img{animation-delay:.15s}.collection__grid.filtered product-card:nth-child(2) .product-card__gallery-slide img{animation-delay:.2s}.collection__grid.filtered product-card:nth-child(3) .product-card__gallery-slide img{animation-delay:.25s}.collection__grid.filtered product-card:nth-child(4) .product-card__gallery-slide img{animation-delay:.3s}.collection__grid.filtered product-card:nth-child(5) .product-card__gallery-slide img{animation-delay:.35s}.collection__grid.filtered product-card:nth-child(6) .product-card__gallery-slide img{animation-delay:.4s}.collection__grid.filtered product-card:nth-child(7) .product-card__gallery-slide img{animation-delay:.45s}.collection__grid.filtered product-card:nth-child(8) .product-card__gallery-slide img{animation-delay:.5s}.collection__grid.filtered product-card:nth-child(9) .product-card__gallery-slide img{animation-delay:.55s}.collection__grid.filtered product-card:nth-child(10) .product-card__gallery-slide img{animation-delay:.6s}.collection__grid.filtered product-card:nth-child(11) .product-card__gallery-slide img{animation-delay:.65s}.collection__grid.filtered product-card:nth-child(12) .product-card__gallery-slide img{animation-delay:.7s}.collection__grid.filtered product-card:nth-child(13) .product-card__gallery-slide img{animation-delay:.75s}.collection__grid.filtered product-card:nth-child(14) .product-card__gallery-slide img{animation-delay:.8s}.collection__grid.filtered product-card:nth-child(15) .product-card__gallery-slide img{animation-delay:.85s}.collection__grid.filtered product-card:nth-child(16) .product-card__gallery-slide img{animation-delay:.9s}.collection__grid.filtered product-card:nth-child(17) .product-card__gallery-slide img{animation-delay:.95s}.collection__grid.filtered product-card:nth-child(18) .product-card__gallery-slide img{animation-delay:1s}.collection__grid.filtered product-card:nth-child(19) .product-card__gallery-slide img{animation-delay:1.05s}.collection__grid.filtered product-card:nth-child(20) .product-card__gallery-slide img{animation-delay:1.1s}@keyframes imageFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.product-card__gallery-arrows{position:absolute;bottom:8px;background:transparent;border:none;width:25px;height:25px;cursor:pointer;opacity:0;transition:opacity .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;color:#000}.product-card__media:hover .product-card__gallery-arrows{opacity:1}.product-card__gallery-prev{left:8px}.product-card__gallery-next{right:8px}.product-card__gallery-arrows:hover{color:#000000b3}.product-card__gallery-arrows svg{width:17px;height:17px}.product-card__gallery-arrows svg{width:12px;height:12px}.product-card__gallery[data-image-count="1"] .product-card__gallery-arrows{display:none}.product-card__gallery-container{touch-action:pan-y pinch-zoom}.lazy-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;left:0;background:transparent}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.loading-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.6);border-radius:50%;animation:spin .8s linear infinite;transition:opacity .2s ease}.product-card__gallery-slide img{transition:opacity .3s ease;opacity:0}.product-card__gallery-slide img.loaded{opacity:1;animation:fadeIn .3s ease forwards}.product-card__gallery-slide .fade-out{animation:fadeOut .2s ease forwards}@media (max-width: 749px){.product-card__gallery-arrows{opacity:.8;bottom:6px}.product-card__media:hover .product-card__gallery-arrows{opacity:1}}.product-card__hover-image{display:none!important}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.collection-grid-container{position:relative;min-height:200px}.collection-grid-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;z-index:100;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.collection-grid-container:after{content:"";position:absolute;top:120px;left:50%;transform:translate(-50%);width:32px;height:32px;border:2px solid rgba(0,0,0,.1);border-top-color:#0009;border-radius:50%;z-index:101;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.collection-grid-container.loading:before,.collection-grid-container.loading:after{opacity:1;visibility:visible}.collection-grid-container.loading:after{animation:spin .8s linear infinite}.collection__grid product-card{transition:opacity .15s ease}.collection__grid.is-filtering product-card{opacity:0;pointer-events:none}.collection__grid.filtered product-card{animation:cardFadeIn .3s ease forwards}.collection__grid.filtered product-card:nth-child(1){animation-delay:0ms}.collection__grid.filtered product-card:nth-child(2){animation-delay:30ms}.collection__grid.filtered product-card:nth-child(3){animation-delay:60ms}.collection__grid.filtered product-card:nth-child(4){animation-delay:90ms}.collection__grid.filtered product-card:nth-child(5){animation-delay:.12s}.collection__grid.filtered product-card:nth-child(6){animation-delay:.15s}.collection__grid.filtered product-card:nth-child(7){animation-delay:.18s}.collection__grid.filtered product-card:nth-child(8){animation-delay:.21s}.collection__grid.filtered product-card:nth-child(9){animation-delay:.24s}.collection__grid.filtered product-card:nth-child(10){animation-delay:.27s}.collection__grid.filtered product-card:nth-child(11){animation-delay:.3s}.collection__grid.filtered product-card:nth-child(12){animation-delay:.33s}.collection__grid.filtered product-card:nth-child(13){animation-delay:.36s}.collection__grid.filtered product-card:nth-child(14){animation-delay:.39s}.collection__grid.filtered product-card:nth-child(15){animation-delay:.42s}.collection__grid.filtered product-card:nth-child(16){animation-delay:.45s}.collection__grid.filtered product-card:nth-child(17){animation-delay:.48s}.collection__grid.filtered product-card:nth-child(18){animation-delay:.51s}.collection__grid.filtered product-card:nth-child(19){animation-delay:.54s}.collection__grid.filtered product-card:nth-child(20){animation-delay:.57s}@media (min-width: 750px) and (hover: hover){.product-card__media--hoverable .product-card__gallery-container{position:relative}.product-card__media--hoverable .product-card__gallery-slide:first-child{position:relative;z-index:2;opacity:1;transition:opacity .3s ease-in-out}.product-card__media--hoverable .product-card__gallery-slide:nth-child(2){position:absolute!important;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:opacity .3s ease-in-out}.product-card__media--hoverable:hover .product-card__gallery-slide:first-child{opacity:0}.product-card__media--hoverable:hover .product-card__gallery-slide:nth-child(2){opacity:1}.product-card__media--hoverable .product-card__gallery-arrows{z-index:15}.product-card__gallery.hover-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border:2px solid rgba(0,0,0,.1);border-top-color:#00000080;border-radius:50%;animation:spin .8s linear infinite;z-index:20;opacity:0;transition:opacity .15s ease}.product-card__media--hoverable:hover .product-card__gallery.hover-loading:after{opacity:1}.product-card__gallery.hover-loading .product-card__gallery-slide:nth-child(2){background-color:#f5f5f5}.product-card__gallery.hover-ready .product-card__gallery-slide:nth-child(2) img{animation:fadeIn .2s ease forwards}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/product-card-gallery.css.map */
