.product-v1-hero {
    margin-bottom: 18px;
}

.product-v1-overview {
    grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
    align-items: start;
    max-width: 1400px;
    margin: 0 auto 34px;
}

.product-v1-layout .product-v1-overview {
    max-width: none;
    margin: 0;
}

.product-v1-main,
.product-v1-side {
    min-width: 0;
}

.product-v1-actions-mobile {
    margin-top: 18px;
}

.product-v1-side .set-v42-action-tile,
.product-v1-actions-mobile .set-v42-action-tile {
    box-sizing: border-box;
    width: 100%;
}

.product-v1-summary {
    margin-top: 18px;
}

.product-v1-gallery {
    width: 100%;
    min-width: 0;
    min-height: 440px;
    box-sizing: border-box;
}

.product-v1-gallery .catalog-product-main-image {
    min-height: 420px;
}

.product-v1-gallery .catalog-product-main-image > img {
    width: 100%;
    height: 380px;
    max-width: 100%;
    max-height: 380px;
    object-fit: contain;
}

.product-v1-image {
    max-width: 100%;
    object-fit: contain;
}

.product-v1-info {
    padding: 8px 0;
    overflow-wrap: anywhere;
}

.product-v1-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-v1-actions {
    max-width: 430px;
}

@media (max-width: 900px) {
    .product-v1-overview {
        grid-template-columns: 1fr;
    }

    .product-v1-gallery {
        min-height: 360px;
    }

    .product-v1-gallery .catalog-product-main-image {
        min-height: 340px;
    }

    .product-v1-gallery .catalog-product-main-image > img {
        height: 310px;
        max-height: 310px;
    }
}

@media (max-width: 560px) {
    .product-v1-overview {
        padding: 16px;
    }

    .product-v1-gallery {
        min-height: 290px;
    }

    .product-v1-gallery .catalog-product-main-image {
        min-height: 270px;
        padding: 12px;
    }

    .product-v1-gallery .catalog-product-main-image > img {
        height: 240px;
        max-height: 240px;
    }

    .product-v1-facts {
        grid-template-columns: 1fr;
    }

    .product-v1-info h2 {
        font-size: 30px;
    }
}
