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-30 22:25:05 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
[class*="html--codigo"] {
|
|
|
|
text-align: left;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-20 17:48:56 +00:00
|
|
|
|
2023-01-24 15:24:59 +00:00
|
|
|
[class*="html--description-container"] {
|
2023-01-27 20:24:32 +00:00
|
|
|
display: flex;
|
|
|
|
margin-left: 32px;
|
|
|
|
margin-right: 32px;
|
2023-01-24 15:24:59 +00:00
|
|
|
gap: 32px;
|
|
|
|
}
|
2023-01-30 22:25:05 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
[class*="html--description-container"] {
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0;
|
|
|
|
gap: 16px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-24 15:24:59 +00:00
|
|
|
|
2023-01-27 20:24:32 +00:00
|
|
|
[class*="html--image-container"] {
|
2023-01-30 02:09:01 +00:00
|
|
|
width: 49.82%;
|
2023-01-27 20:24:32 +00:00
|
|
|
}
|
2023-01-30 22:25:05 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
[class*="html--image-container"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-27 20:24:32 +00:00
|
|
|
|
2023-01-24 15:24:59 +00:00
|
|
|
[class*="html--qtd-btn"] {
|
2023-01-22 05:01:04 +00:00
|
|
|
display: flex;
|
|
|
|
height: 49px;
|
2023-02-01 17:06:23 +00:00
|
|
|
gap: 10px;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
2023-01-31 02:29:25 +00:00
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--qtd-btn"] {
|
|
|
|
flex-direction: column;
|
|
|
|
height: unset;
|
|
|
|
}
|
|
|
|
}
|
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
|
|
|
}
|
2023-01-31 02:29:25 +00:00
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--qtd-btn"] :global(.vtex-button) {
|
|
|
|
height: 74px;
|
|
|
|
padding: 0 64px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
|
|
|
|
[class*="html--containerbotao"] {
|
|
|
|
display: contents;
|
|
|
|
}
|