2023-02-10 15:33:41 +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 */
|
|
|
|
/* Grid breakpoints */
|
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
|
|
|
.sliderLayoutContainer--slide-shelf {
|
|
|
|
padding: 0 19px;
|
|
|
|
margin: 0 0 113px;
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
|
|
.sliderLayoutContainer--slide-shelf {
|
|
|
|
margin: 0 0 105px;
|
|
|
|
padding: 0 17px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.sliderLayoutContainer--slide-shelf {
|
|
|
|
margin: 0 0 65px;
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--slide-shelf .slideChildrenContainer {
|
|
|
|
margin: 0 8px;
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
|
|
.sliderLayoutContainer--slide-shelf .slideChildrenContainer {
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.sliderLayoutContainer--slide-shelf .slideChildrenContainer {
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--slide-shelf .slideChildrenContainer .paginationDotsContainer {
|
|
|
|
top: calc(100% + 32px);
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 15:33:41 +00:00
|
|
|
.sliderLeftArrow--slide-shelf {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.sliderLeftArrow--slide-shelf::before {
|
|
|
|
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-left-filipequintanilha.svg);
|
|
|
|
width: 11px;
|
|
|
|
height: 29px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 15:33:41 +00:00
|
|
|
.sliderRightArrow--slide-shelf {
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.sliderRightArrow--slide-shelf::before {
|
|
|
|
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-right-filipequintanilha.svg);
|
|
|
|
width: 11px;
|
|
|
|
height: 29px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 15:33:41 +00:00
|
|
|
.caretIcon--slide-shelf {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 15:33:41 +00:00
|
|
|
.paginationDotsContainer--slide-shelf {
|
|
|
|
bottom: -42px;
|
|
|
|
align-items: center;
|
|
|
|
gap: 12px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 15:33:41 +00:00
|
|
|
.paginationDot--slide-shelf {
|
|
|
|
background-color: #000000;
|
|
|
|
margin: 0;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-10 15:33:41 +00:00
|
|
|
|
|
|
|
.paginationDot--slide-shelf--isActive {
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #000000;
|
|
|
|
width: 17px !important;
|
|
|
|
height: 17px !important;
|
|
|
|
}
|