.gallery .--thumb-track {
    margin-top: 20px;
    min-width: 0;
}
.gallery .--thumb-track.--hidden {
    display: none !important;
}
.gallery .--thumb-track.--cac {
    pointer-events: all;
}
.gallery .--thumb-track .carousel__slider {
    margin: 0 0 0 -6px;
    padding: 5px 10px 10px 6px;
    min-width: unset;
    -webkit-mask-image: linear-gradient(90deg,#000 0px,#000 calc(100% - 20px),rgba(0, 0, 0, 0) 100%);
}
.gallery__thumbs {
    display: flex;
    height: unset;
    padding: 3px;
}
.gallery__thumbs .gallery__thumb {
    padding: 3px;
    width: calc(100% / 3.5 - 15px);
    border-radius: 8px;
}
.gallery__thumbs .gallery__thumb.--active {
    box-shadow: 0 0 0 2px #115F83;
}
.gallery__thumbs .gallery__thumb.--selected .gallery__thumbs .gallery__thumb:focus-visible {
    box-shadow: 0 0 0 2px #c2c2c2;
}
.gallery__thumbs .gallery__thumb .gallery__thumb-overlay.--hidden {
    display: none;
}
.gallery__thumbs .gallery__thumb .gallery__thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery__thumbs .gallery__thumb .gallery__thumb-overlay svg {
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    transform: scale(1.35);
}
.gallery__thumbs .gallery__thumb img {
    object-fit: cover;
    aspect-ratio: var(--img-width) / var(--img-height);
    border-radius: 8px;
}
.gallery.--cac .gallery__preview:not(:first-child) {
    padding: 0 20px;
}
.gallery .gallery__previews .gallery__preview.hidden {
    display: none;
}
.gallery .gallery__previews .gallery__preview .gallery__preview-inner {
    position: relative;
}

.gallery .gallery__previews #agi-ecard.creatacard-product #copyright-info {
    margin-top: 20px !important;
}

.gallery .gallery__previews #agi-ecard.creatacard-product #play-pause-button {
    margin-bottom: 0 !important;
}
.gallery .gallery__previews .gallery__preview .gallery__autoplay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}
.gallery .gallery__previews .gallery__preview img {
    object-fit: cover;
    aspect-ratio: var(--img-width) / var(--img-height);
}
.gallery .gallery__previews .gallery__preview #agi-ecard img#creatacard-envelope {
    top: calc(576px / 2 - (576px * .8) / 2);
}
.gallery .gallery__thumbs .gallery__thumb .gallery__thumb-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-width: 0;
}
.gallery .gallery__previews .gallery__preview .vjs-title-bar {
    display: none !important;
}
.gallery .gallery__thumbs {
    display: flex;
    min-width: 0;
    height: unset;
}
.gallery .gallery__button {
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    transform: scale(1);
    color: #fff;
    background-color: #333;
    border: none;
    pointer-events: all;
    opacity: 1;
    outline: none;
    cursor: pointer;
    transition: all .2s 0s cubic-bezier(0, 0.275, 0.125, 1);
    align-self: flex-end;
    padding-top: 5px;
}

.gallery .product-loader img {
    object-fit: scale-down !important;
    background: #F6F4F4;
}

.gallery .product-loader.--hidden {
    display: none;
}

@media screen and (max-width: 756px) {
    .gallery__thumbs .gallery__thumb img, .gallery .product-loader img, .gallery .gallery__previews .gallery__preview img {
        height: auto;
    }
}