.item-grid{min-width:100%;width:100%}.item-grid .item-grid-item{width:100%}.item-grid{display:flex;flex-direction:column;align-items:flex-start}.item-grid .item-grid-item-link{width:100%}@media (min-width:300px){.item-grid{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.item-grid .item-grid-item{width:48%}}@media (min-width:1024px){.item-grid{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.item-grid .item-grid-item{width:32%}@media (max-width:1699px){.item-grid .item-grid-item:nth-child(3n-1):last-child{margin-right:34%}}@media (min-width:1700px){.item-grid .item-grid-item{width:23.5%}.item-grid .item-grid-item:nth-child(4n-1):last-child{margin-right:25.5%}.item-grid .item-grid-item:nth-child(4n-2):last-child{margin-right:51%}}}.item-grid .item-grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:1;text-align:center;margin-bottom:30px}@media (min-width:900px){.item-grid .item-grid-item{margin-bottom:50px}}.item-grid .item-grid-item span.row{margin-bottom:.2em}.item-grid .item-grid-item.with-hover-image .item-grid-item-image .hover-image,.item-grid .item-grid-item.with-hover-image .item-grid-item-image .hover-image img{display:none}@media (any-hover:hover){.item-grid .item-grid-item.with-hover-image .item-grid-item-image img.hover-image{display:block;position:absolute;left:0;top:0;z-index:1;opacity:0;transition:opacity 600ms ease-out}.item-grid .item-grid-item.with-hover-image .item-grid-item-image:hover img.hover-image{opacity:1}}.item-grid .item-grid-item.sold-item .item-grid-item-image{position:relative}.item-grid .item-grid-item.sold-item .item-grid-item-image::after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:var(--sold-item-blackout-color);opacity:var(--sold-item-blackout-color-opacity);transition:opacity 300ms ease-out}.item-grid .item-grid-item.sold-item:hover .item-grid-item-image::after{opacity:0}.item-grid .item-grid-item .item-grid-item-image{aspect-ratio:4/6;width:100%;position:relative;overflow:hidden;background:hsla(90,10%,96%,1)}.item-grid .item-grid-item .item-grid-item-image canvas{width:100%;background:#eee;display:block}.item-grid .item-grid-item .item-grid-item-image img,.item-grid .item-grid-item .item-grid-item-image video{display:block;width:100%;aspect-ratio:4/6;height:auto;margin:0 auto;-o-object-fit:cover;object-fit:cover;transition:opacity 200ms linear}.item-grid .item-grid-item .item-grid-item-image img[data-src]:not([src]),.item-grid .item-grid-item .item-grid-item-image video[data-src]:not([src]){opacity:0}.item-grid .item-grid-item .item-grid-item-info-size{margin-top:0.2em;display:block}.item-grid .item-grid-item .item-grid-item-info{margin-top:0.5em;position:relative;text-align:left;width:100%;display:flex;flex-direction:column;align-items:flex-start}@media (min-width:900px){.item-grid .item-grid-item .item-grid-item-info{font-size:14px}}.item-grid .item-grid-item .item-grid-item-info .item-grid-item-info-sold{position:absolute;left:0;right:0;opacity:1}.item-grid .item-grid-item .item-grid-item-info .item-grid-item-info-vendor{font-weight:600}@media (max-width:899px){.item-grid .item-grid-item .item-grid-item-info .sale-price+.old-price{display:block}}.item-grid a.item-grid-item:hover{text-decoration:none;color:inherit}.recently-viewed-badge{color:black;border:1px dotted black;background:white;padding:.25em .5em;font-size:0.8em;font-weight:500;margin-top:0.75em;display:none;text-transform:uppercase;align-self:flex-start;font-size:12px}.item-grid-item.recently-viewed .recently-viewed-badge{display:block}@media (any-hover:hover){.recently-viewed-badge:hover{color:white;background:black}}