2023-01-30 19:05:21 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
|
|
|
/* Grid breakpoints */
|
|
|
|
.paginationDotsContainer--shelf {
|
|
|
|
display: flex;
|
2023-01-12 16:56:35 +00:00
|
|
|
justify-content: center;
|
2023-01-30 19:05:21 +00:00
|
|
|
align-items: center;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-01-30 19:05:21 +00:00
|
|
|
.paginationDot--shelf {
|
2023-01-31 18:58:34 +00:00
|
|
|
background: #000000;
|
2023-01-30 19:05:21 +00:00
|
|
|
width: 10px !important;
|
|
|
|
height: 10px !important;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-01-30 19:05:21 +00:00
|
|
|
.paginationDot--shelf--isActive {
|
|
|
|
width: 17px !important;
|
|
|
|
height: 17px !important;
|
2023-01-31 18:58:34 +00:00
|
|
|
border: 0.5px solid #000000;
|
2023-01-30 19:05:21 +00:00
|
|
|
background: transparent;
|
2023-01-31 18:58:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sliderLeftArrow--shelf {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.sliderLeftArrow--shelf::after {
|
|
|
|
visibility: visible;
|
|
|
|
content: url("https://agenciamagma.vtexassets.com/arquivos/rafaelSampaioLeftArrow.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.sliderRightArrow--shelf {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.sliderRightArrow--shelf::before {
|
|
|
|
visibility: visible;
|
|
|
|
content: url("https://agenciamagma.vtexassets.com/arquivos/rafaelSampaioRightArrow.png");
|
2023-01-30 19:05:21 +00:00
|
|
|
}
|