2023-01-24 04:00:05 +00:00
|
|
|
.flexRow {
|
2023-02-09 00:28:55 +00:00
|
|
|
.flexCol {
|
|
|
|
&--info-availability,
|
|
|
|
&--rightCol {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-10 15:23:49 +00:00
|
|
|
&--shelf-product-row {
|
|
|
|
padding: 0 40px;
|
|
|
|
margin: 16px 0 0;
|
2023-02-10 17:55:47 +00:00
|
|
|
|
|
|
|
@include mq(xl, min) {
|
|
|
|
padding: 0 360px;
|
|
|
|
}
|
2023-02-10 15:23:49 +00:00
|
|
|
}
|
|
|
|
|
2023-01-24 04:00:05 +00:00
|
|
|
.flexRowContent--productPanel {
|
|
|
|
padding: 0 40px;
|
2023-02-10 17:55:47 +00:00
|
|
|
gap: 32px;
|
|
|
|
|
|
|
|
@include mq(xl, min) {
|
|
|
|
margin: 16px 0px;
|
|
|
|
padding: 0 360px;
|
|
|
|
}
|
2023-01-24 04:00:05 +00:00
|
|
|
|
2023-02-09 10:47:26 +00:00
|
|
|
@include mq(lg, max) {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
@include mq(lg, max) {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
padding: 0;
|
|
|
|
justify-content: normal;
|
|
|
|
}
|
2023-02-03 00:37:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--productShowcase {
|
2023-02-09 10:47:26 +00:00
|
|
|
@include mq(lg, max) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-02-03 00:37:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--quantityAndBuy {
|
|
|
|
margin: 0 0 16px;
|
|
|
|
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
width: auto !important;
|
2023-01-24 04:00:05 +00:00
|
|
|
|
2023-02-03 00:37:40 +00:00
|
|
|
&:last-child {
|
|
|
|
flex: 1;
|
2023-02-09 11:43:00 +00:00
|
|
|
|
|
|
|
@include mq(sm, max) {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
}
|
2023-01-24 04:00:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 23:47:29 +00:00
|
|
|
|
|
|
|
.flexRowContent--productName {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-24 04:00:05 +00:00
|
|
|
}
|