/* 0 - 600PX: Phone 600 - 900px: Table portrait 900 - 1200px: Tablet landscape [1200 - 1800] is where our nortal styles apply 1800px + : Big desktop */ /* Media Query M3 */ /* Grid breakpoints */ .flexRow--container-product-main { padding: 0 40px; } .flexRow--container-product-main .flexRowContent--container-product-main { display: grid; grid-template-columns: 48.824% 1fr; grid-column-gap: 32px; padding-bottom: 16px; } .flexRow--container-product-main .flexRowContent--container-product-main .stretchChildrenWidth { padding-right: 0; } .swiper-wrapper .swiper-slide-active { width: 100%; } .swiper-wrapper .swiper-slide { width: 100%; } .flexRowContent { margin: 0; } .flexRowContent--container-quantity-and-buy-button { display: grid; grid-template-columns: 128px 1fr; gap: 10px; margin-bottom: 16px; } .flexRowContent--container-quantity-and-buy-button :global(.vtex-button) { background-color: #000000; border: 0; border-radius: 0; } .container-quantity-and-buy-button :global(.vtex-flex-layout-0-x-stretchChildrenWidth) { width: 100%; } .flexRowContent--container-related-products-pdp { flex-direction: column; padding: 0 61px; } .flexRowContent--container-related-products-pdp .stretchChildrenWidth { width: 100% !important; }