@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 { font-size: 14px; color: #929292; margin: 0 15px; } .container .homeIcon { height: 0; } .container .homeLink::after { content: "Home"; font-family: "Open sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 19px; } .container .arrow--1::after { content: "Sapatos"; font-family: "Open sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 19px; margin-left: 7px; } .container .link--1 { display: none; } .container .arrow--2::after { content: "Sandália"; font-family: "Open sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 19px; margin-left: 7px; } .container .link--2 { display: none; } .container .termArrow, .container .term { display: none; }