.productCard__gallery{top:0;right:0;height:301px;overflow:hidden;position:absolute}.productCard__gallery-wrapper{height:100%;padding:10px;overflow-y:auto;overflow-x:hidden;transition:transform .25s;scrollbar-width:thin;scrollbar-gutter:stable;background-color:rgba(255,255,255,.85)}@media(min-width: 992px){.productCard__gallery-wrapper{transform:translateX(100%)}.productCard:hover .productCard__gallery-wrapper{transform:translateX(0%)}}.productCard__gallery-miniature{width:50px;height:50px;border:none;display:block;overflow:hidden;transition:box-shadow .25s;box-shadow:0 0 0 0 var(--color-primary)}.productCard__gallery-miniature+.productCard__gallery-miniature{margin-top:10px}.productCard__gallery-miniature.active{opacity:.5;pointer-events:none}.productCard__gallery-miniature:hover{box-shadow:0 0 0 2px var(--color-primary)}.productCard__gallery-miniature img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#7a6f64}