2023-01-24 15:24:59 +00:00
|
|
|
[class*="html--codigo"] {
|
2023-01-22 05:01:04 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: end;
|
2023-01-20 17:48:56 +00:00
|
|
|
}
|
|
|
|
|
2023-01-24 15:24:59 +00:00
|
|
|
[class*="html--description-container"] {
|
|
|
|
display: grid;
|
|
|
|
grid-auto-flow: column;
|
2023-01-24 20:51:49 +00:00
|
|
|
margin-left: 72px;
|
|
|
|
margin-right: 72px;
|
2023-01-24 15:24:59 +00:00
|
|
|
gap: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--qtd-btn"] {
|
2023-01-22 05:01:04 +00:00
|
|
|
display: flex;
|
|
|
|
height: 49px;
|
|
|
|
}
|
2023-01-24 15:24:59 +00:00
|
|
|
|
|
|
|
[class*="html--qtd-btn"] :global(.vtex-button) {
|
2023-01-22 05:01:04 +00:00
|
|
|
background-color: #000000;
|
|
|
|
border: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #ffffff;
|
2023-01-23 22:15:33 +00:00
|
|
|
border-radius: 0%;
|
2023-01-24 15:24:59 +00:00
|
|
|
}
|