forked from M3-Academy/challenge-vtex-io
93 lines
2.3 KiB
CSS
93 lines
2.3 KiB
CSS
/* [class*=html--pdp-breadcrumb]{
|
|
background: blue;
|
|
} */
|
|
.html--pdp-section_descriptions{
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 32px;
|
|
padding: 0px 40px 0px 40px;
|
|
}
|
|
.html--pdp-section_descriptions :global(.vtex-flex-layout-0-x-flexRowContent){
|
|
gap: 32px;
|
|
}
|
|
.html--pdp-descriptions{
|
|
display: flex;
|
|
}
|
|
.html--pdp-descriptions :global(.vtex-flex-layout-0-x-flexRow){
|
|
width: 100%;
|
|
}
|
|
.html--pdp-descriptions :global(.vtex-store-components-3-x-container){
|
|
max-width: 100%;
|
|
}
|
|
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImage){
|
|
padding-left: 28px;
|
|
}
|
|
.html--pdp-departamens{
|
|
background: transparent;
|
|
margin-top: 32px;
|
|
margin-bottom: 16px;
|
|
}
|
|
.html--pdp-departamens ul{
|
|
display: flex;
|
|
border-bottom: 1px solid rgba(185, 185, 185, 1);
|
|
}
|
|
.html--pdp-departamens div ul{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.html--pdp-departamens div ul li button{
|
|
outline: none;
|
|
border: none;
|
|
background: transparent;
|
|
color: rgba(191, 191, 191, 1);
|
|
font-family: 'Open Sans',sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 38px;
|
|
}
|
|
.html--pdp-departamens div ul li :global(button.open){
|
|
color: #000000;
|
|
border-bottom: 1px solid #000000;
|
|
}
|
|
|
|
.html--pdp-productMain :global(.vtex-store-components-3-x-container){
|
|
max-width: 100%;
|
|
}
|
|
@media screen and (max-width: 375px){
|
|
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImageTag){
|
|
min-width: 100% !important;
|
|
max-height: 100% !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImageTag){
|
|
min-width: 296px;
|
|
}
|
|
.html--pdp-descriptions :global(.vtex-flex-layout-0-x-stretchChildrenWidth){
|
|
align-items: center;
|
|
}
|
|
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImagesContainer){
|
|
width: auto;
|
|
|
|
}
|
|
.html--pdp-departamens div ul{
|
|
flex-direction: column;
|
|
justify-content: end;
|
|
padding: 0;
|
|
}
|
|
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImage){
|
|
padding-left: 0px;
|
|
}
|
|
.html--pdp-departamens div ul li :global(button.open){
|
|
border-bottom: none;
|
|
}
|
|
.html--pdp-departamens ul{
|
|
border-top: 1px solid rgba(185, 185, 185, 1);
|
|
}
|
|
}
|