2023-01-28 01:59:59 +00:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
|
2023-01-29 02:37:04 +00:00
|
|
|
.homeLink {
|
|
|
|
&::after {
|
|
|
|
content: "Home";
|
|
|
|
font-size: 14px;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
2023-01-28 01:59:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.homeIcon,
|
|
|
|
.termArrow,
|
|
|
|
.term {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--1 {
|
|
|
|
font-size: 0;
|
|
|
|
height: 23px;
|
|
|
|
}
|
|
|
|
|
2023-01-29 02:37:04 +00:00
|
|
|
.link--1 {
|
|
|
|
&::after {
|
|
|
|
content: "Sapatos";
|
|
|
|
font-size: 14px;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
2023-01-28 01:59:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-breadcrumb-1-x-container) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
2023-01-29 02:37:04 +00:00
|
|
|
|
|
|
|
.arrow {
|
|
|
|
padding: 0;
|
|
|
|
}
|