@keyframes spotlight{0%,to{filter:drop-shadow(black 3px 0 6px)}25%{filter:drop-shadow(black 0 -3px 6px)}50%{filter:drop-shadow(black -3px 0 6px)}75%{filter:drop-shadow(black 0 3px 6px)}}#collection{padding-top:1rem}#collection .product-thumbs{margin-bottom:2rem;display:grid;grid-gap:1rem;grid-template-columns:repeat(3,1fr)}#collection .product-thumbs .product-thumb{transition:opacity ease .3s}#collection .product-thumbs .product-thumb:hover .product-thumb-variant{opacity:1}#collection .product-thumbs .product-thumb .thumb-image{aspect-ratio:1/1}#collection .product-thumbs .product-thumb .thumb-image img{transition:filter .3s;object-fit:contain;height:100%}#collection .product-thumbs .product-thumb .thumb-text{font-size:.75rem}#collection .product-thumbs .product-thumb .thumb-text .product-thumb-title{font-weight:700;text-align:left}#collection .product-thumbs .product-thumb .thumb-text .price-thumb{display:flex;gap:.5rem;flex-direction:row-reverse;justify-content:flex-end}#collection .product-thumbs .product-thumb .thumb-text .price-thumb .og-price,#collection .product-thumbs .product-thumb .thumb-text .price-thumb .sale-price{display:inline-block}#collection .product-thumbs .product-thumb .thumb-text .price-thumb .og-price{color:red}#collection .product-thumbs .product-thumb .thumb-text .price-thumb .og-price:after{content:"";position:absolute;left:0;width:100%;height:.1rem;transform:rotate(1deg);top:calc(50% - .1rem);background:red}#collection .product-thumbs .product-thumb .thumb-text .price-thumb .sale-price{color:#00f}#collection .product-thumbs .product-thumb .product-thumb-variant{position:absolute;top:0;margin-top:25%;color:green;font-weight:600;opacity:0;transition:ease .3s}@media(max-width:768px){#collection .product-thumbs{display:grid;grid-gap:1rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){#collection .product-thumbs{display:grid;grid-gap:1rem;grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/collection.css.map */
