@media (min-width: 1025px) {
    body.single-product .elementor-location-single .yuef-product-hero {
        display: grid !important;
        grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
        gap: clamp(28px, 3vw, 56px);
        align-items: start;
    }

    body.single-product .elementor-location-single .yuef-product-gallery-column,
    body.single-product .elementor-location-single .yuef-product-info-column {
        min-width: 0;
        width: 100% !important;
        max-width: none !important;
        justify-self: stretch;
        align-self: start;
        --width: 100%;
    }

    body.single-product .elementor-location-single .woocommerce-product-gallery.yuef-backend-gallery.yuef-product-gallery-scroll {
        max-height: none;
        overflow: visible;
        padding-right: 0;
        width: 100%;
        max-width: none;
    }

    body.single-product .elementor-location-single .woocommerce-product-gallery.yuef-backend-gallery .yuef-product-image-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        align-items: start;
        width: 100%;
        max-width: none;
        min-width: 0;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    body.single-product .elementor-location-single .woocommerce-product-gallery.yuef-backend-gallery .yuef-product-image-card {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        min-width: 0;
        align-self: start;
        margin: 0;
        border-radius: 0;
        overflow: visible;
        background: transparent;
        aspect-ratio: auto;
        box-shadow: none;
    }

    body.single-product .elementor-location-single .woocommerce-product-gallery.yuef-backend-gallery .yuef-product-image-card > a,
    body.single-product .elementor-location-single .woocommerce-product-gallery.yuef-backend-gallery .yuef-product-image-card .woocommerce-product-gallery__image {
        display: block;
        width: 100%;
    }

    body.single-product .elementor-location-single .woocommerce-product-gallery.yuef-backend-gallery .yuef-product-image-card img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0;
        object-fit: contain;
    }

    body.single-product .elementor-location-single .yuef-product-info-column {
        position: sticky;
        top: calc(var(--yuef-product-sticky-top, 120px) + 8px);
        align-self: start;
    }
}
