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;
|
|
|
|
}
|
2023-02-02 13:00:32 +00:00
|
|
|
|
2023-02-02 18:43:33 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
[class*="html--buy-button"] {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--descriptionText"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 463px) {
|
|
|
|
[class*="html--buy-button"] {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--buy-button"] :global(.vtex-button) {
|
|
|
|
height: 74px;
|
|
|
|
padding: 0 64px;
|
|
|
|
}
|
2023-02-02 13:00:32 +00:00
|
|
|
}
|