2023-01-25 00:09:01 +00:00
|
|
|
//product-images
|
|
|
|
|
2023-01-24 19:33:02 +00:00
|
|
|
.flexRowContent {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
column-gap: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
padding: 0;
|
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--stack-layout-content {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--product-main-content {
|
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 48.819% 48.819%;
|
|
|
|
}
|
|
|
|
}
|