.card-gallery{position:relative;display:block;width:100%;height:100%}.card-gallery__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transition:opacity .2s ease}.card-gallery__image--active{opacity:1;visibility:visible;position:relative}.card-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1155;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#ffffffd9;cursor:pointer;opacity:0;transition:opacity .2s ease}.card-gallery__arrow svg{width:14px;height:14px}.card-gallery__arrow--prev{left:10px}.card-gallery__arrow--prev svg{transform:rotate(90deg)}.card-gallery__arrow--next{right:10px}.card-gallery__arrow--next svg{transform:rotate(-90deg)}.card-gallery__dots{position:absolute;bottom:10px;left:0;right:0;z-index:2;display:flex;justify-content:center;gap:6px}.card-gallery__dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:background .2s ease}.card-gallery__dot--active{background:#fff}@media(hover:hover){.card-gallery__arrow,.card-gallery__dots{opacity:0}.card-wrapper:hover .card-gallery__arrow,.card-wrapper:hover .card-gallery__dots{opacity:1}}@media(hover:none){.card-gallery__arrow,.card-gallery__dots{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-card-gallery.css.map */
