.ProductImage.QuickView {
    position: relative !important;
}

.ProductImage.QuickView .QuickViewBtn {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 3rem !important;
    height: 3rem !important;
    min-height: 3rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(103, 232, 249, 0.42) !important;
    background: rgba(2, 6, 23, 0.82) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 36px rgba(2, 6, 23, 0.45) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease !important;
    z-index: 8 !important;
}

.ProductImage.QuickView .QuickViewBtn::before {
    content: "" !important;
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6edf7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.ProductImage.QuickView:hover .QuickViewBtn,
.ProductImage.QuickView:focus-within .QuickViewBtn {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.ProductImage.QuickView .QuickViewBtn:hover,
.ProductImage.QuickView .QuickViewBtn:focus-visible {
    background: rgba(8, 47, 73, 0.95) !important;
    transform: translate(-50%, -50%) scale(1.04) !important;
    outline: none !important;
}

@media (max-width: 767px) {
    .ProductImage.QuickView .QuickViewBtn {
        opacity: 1 !important;
        pointer-events: auto !important;
        width: 2.6rem !important;
        height: 2.6rem !important;
        min-height: 2.6rem !important;
    }
}
