.product-card__secondary-title{font-weight:500;font-size:13px;color:#0009;margin:4px 0 0;line-height:1.3;font-style:italic;text-align:center}@media screen and (max-width:749px){.product-card__secondary-title{font-size:12px;margin:0}}.product-card__description{font-weight:400;font-size:.9375rem;color:#000000b3;margin:0;line-height:1.3;text-align:center}.product-card__gallery{position:relative;overflow:hidden}.product-card__media>.product-card__gallery{position:absolute;top:0;right:0;bottom:0;left:0}.product-card__gallery-container{display:flex;transition:transform .25s cubic-bezier(.25,.46,.45,.94);width:100%;height:100%}.product-card__gallery-slide{min-width:100%;height:100%;position:relative;background:#f1f1f1}.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{width:100%;height:100%;object-fit:var(--product-card-media-object-fit, cover);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}.product-card__hover-image{display:none!important}@media(hover:hover)and (min-width:750px){.product-card__media--hoverable .product-card__gallery[data-current-index="0"] .product-card__gallery-container{position:relative}.product-card__media--hoverable .product-card__gallery[data-current-index="0"] .product-card__gallery-slide:nth-child(1),.product-card__media--hoverable .product-card__gallery[data-current-index="0"] .product-card__gallery-slide:nth-child(2){transition:opacity .3s ease}.product-card__media--hoverable .product-card__gallery[data-current-index="0"] .product-card__gallery-slide:nth-child(2){position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.is--hovering .product-card__media--hoverable .product-card__gallery[data-current-index="0"] .product-card__gallery-slide:nth-child(1){opacity:0}.is--hovering .product-card__media--hoverable .product-card__gallery[data-current-index="0"] .product-card__gallery-slide:nth-child(2){opacity:1}}.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)}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.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(max-width:749px){.product-card__gallery-arrows{opacity:.8;bottom:6px}.product-card__media:hover .product-card__gallery-arrows{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/product-card-gallery.css.map */
