2023-01-26 23:57:16 +00:00
|
|
|
[class*="html--pdp-breadcrumb"] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
2023-01-27 05:53:08 +00:00
|
|
|
|
|
|
|
[class*="html--buy-button"] {
|
|
|
|
display: flex;
|
|
|
|
gap: 10px;
|
2023-01-27 20:19:50 +00:00
|
|
|
margin-bottom: 5px;
|
2023-01-27 05:53:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--buy-button"] :global(.vtex-button) {
|
|
|
|
height: 49px;
|
|
|
|
background: black;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2023-01-30 00:02:42 +00:00
|
|
|
|
|
|
|
[class*="html--descriptionText"] {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2023-01-30 12:35:29 +00:00
|
|
|
|
|
|
|
[class*="html--productDescription"] {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|