@charset "UTF-8"; /* 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 */ .container { padding: 0; margin: 0 40px 16px 40px; height: 20.12px; display: flex; align-items: center; } @media only screen and (min-width: 1921px) { .container { margin: 0 360px 16px 360px; } } .container .homeLink { display: none; } .container .arrow--1 { padding: 0; text-align: start; } .container .arrow--1 .caretIcon { display: none; } .container .arrow--1 .link--1 { padding: 0; font-size: 0; } .container .arrow--1 .link--1::before { content: "Home"; font-weight: 400; font-size: 14px; line-height: 19px; color: #929292; } .container .arrow--2 { padding: 0; text-align: start; } .container .arrow--2 .caretIcon { margin: 0 8px; } .container .arrow--2 .link--2 { padding: 0; font-size: 0; } .container .arrow--2 .link--2::before { content: "Sapatos"; font-weight: 400; font-size: 14px; line-height: 19px; color: #929292; } .container .termArrow { margin: 0 8px; padding: 0; } .container .term { padding: 0; text-align: start; font-size: 0; } .container .term::before { content: "Sandálias"; font-weight: 400; font-size: 14px; line-height: 19px; color: #929292; }