2023-02-08 00:29:59 +00:00
|
|
|
|
|
|
|
.flexRowContent--product-main {
|
|
|
|
gap: 32px;
|
2023-02-06 19:48:15 +00:00
|
|
|
padding: 0;
|
2023-02-08 00:29:59 +00:00
|
|
|
margin: 0;
|
2023-02-08 23:25:19 +00:00
|
|
|
|
2023-02-08 00:29:59 +00:00
|
|
|
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-02-08 23:26:24 +00:00
|
|
|
@include mq (md, max) {
|
|
|
|
display: block;
|
2023-02-09 00:31:45 +00:00
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
2023-02-08 23:26:24 +00:00
|
|
|
.stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
2023-02-09 00:31:45 +00:00
|
|
|
|
2023-02-08 23:26:24 +00:00
|
|
|
}
|
|
|
|
}
|
2023-02-08 23:25:19 +00:00
|
|
|
|
|
|
|
|
2023-02-06 19:48:15 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 00:29:59 +00:00
|
|
|
// quantity
|
|
|
|
.flexRow--size-buy-button{
|
|
|
|
width: 100%;
|
|
|
|
height: 49px;
|
|
|
|
margin: 0;
|
2023-02-08 14:51:49 +00:00
|
|
|
margin-left: 10px;
|
2023-02-08 00:29:59 +00:00
|
|
|
.flexRowContent--size-buy-button {
|
|
|
|
height: 49px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.flexRowContent--size-buy-button :global(.vtex-button) {
|
|
|
|
background: $color-black2;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 100%;
|
|
|
|
@include mq (md, max) {
|
|
|
|
width: 780px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-09 00:31:45 +00:00
|
|
|
.flexRowContent--description{
|
|
|
|
@include mq (md, max) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
.stretchChildrenWidth{
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-09 02:09:19 +00:00
|
|
|
.flexRowContent--indisponivel{
|
|
|
|
|
|
|
|
@include mq (md, max) {
|
|
|
|
padding: 0 40px 0 40px;
|
|
|
|
flex-direction: column;
|
|
|
|
.stretchChildrenWidth{
|
|
|
|
width: 100% !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-02-09 00:31:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2023-02-08 00:29:59 +00:00
|
|
|
|