/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 33:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:in-the-press (INDEX:36) */
<style>
.press-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.press-col {
    position: relative;
    cursor: pointer;
}

.press-image {
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

.press-image:hover {
    transform: scale(1.05);
}
</style>
/* END_SECTION:in-the-press */