forked from M3-Academy/challenge-vtex-io
89 lines
1.3 KiB
CSS
89 lines
1.3 KiB
CSS
[class*="html--pdp-breadcrumb"] {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 0 40px;
|
|
}
|
|
|
|
[class*="html--product-quantity"] {
|
|
width: 161.58px;
|
|
}
|
|
|
|
[class*="html--add-to-cart"] {
|
|
width: 100%;
|
|
}
|
|
|
|
[class*="html--buy-button"] {
|
|
display: flex;
|
|
gap: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
[class*="html--buy-button"] :global(.vtex-button) {
|
|
height: 49px;
|
|
background: black;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
[class*="html--descriptionImage"] {
|
|
width: 46.471%;
|
|
}
|
|
|
|
[class*="html--descriptionText"] {
|
|
width: 50%;
|
|
}
|
|
|
|
[class*="html--productDescription"] {
|
|
padding: 0 40px;
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: 1921px) {
|
|
[class*="html--product-quantity"] {
|
|
width: 16.712%;
|
|
}
|
|
|
|
[class*="html--descriptionImage"] {
|
|
width: 47.392%;
|
|
}
|
|
|
|
[class*="html--shelf"] {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
[class*="html--product-quantity"] {
|
|
width: 149.91px;
|
|
}
|
|
|
|
[class*="html--buy-button"] {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
[class*="html--descriptionImage"] {
|
|
width: 100%;
|
|
}
|
|
|
|
[class*="html--descriptionText"] {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 463px) {
|
|
[class*="html--buy-button"] {
|
|
flex-direction: column;
|
|
gap: 0;
|
|
}
|
|
|
|
[class*="html--product-quantity"] {
|
|
width: 128px;
|
|
}
|
|
|
|
[class*="html--buy-button"] :global(.vtex-button) {
|
|
height: 74px;
|
|
padding: 0 64px;
|
|
}
|
|
}
|