File: /home/storage/5/78/dd/wicomm2/public_html/mroculos/css/categoria.css
.search-results {
margin-top: 100px;
}
.categoria-controls {
width: 94%;
margin-left: auto;
margin-right: auto;
margin-top: 24px;
}
.categoria-controls form {
display: flex;
justify-content: space-between;
}
.layout-filters span {
color: var(--Neutral-500);
font-family: 'Montserrat', sans-serif;
margin-right: 24px;
display: inline-block;
}
.layout-filters select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: none;
width: 100px;
background-image: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.148427 1.00633L3.69958 5.1498C3.75687 5.21646 3.82788 5.26996 3.90775 5.30664C3.98763 5.34332 4.07449 5.3623 4.16238 5.3623C4.25027 5.3623 4.33713 5.34332 4.417 5.30664C4.49688 5.26996 4.56789 5.21646 4.62517 5.1498L8.17579 1.00633C8.51448 0.610736 8.23377 0 7.71299 0H0.610679C0.0899003 0 -0.191353 0.610736 0.148427 1.00633Z" fill="%23393939"/></svg>');
background-position: center right;
background-repeat: no-repeat;
margin: 0 5px;
}
.layout-filters select::before {
content: "aaa";
}
.layout-buttons button {
font-size: 0;
padding: 0;
background-color: transparent;
cursor: pointer;
border: none;
}
.layout-btn-4-line::before {
content: "";
display: block;
background: url('data:image/svg+xml,<svg width="30" height="18" viewBox="0 0 30 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="4.78947" height="17" stroke="%23393939"/><rect x="8.28906" y="0.5" width="4.78947" height="17" stroke="%23393939"/><rect x="16.0781" y="0.5" width="4.78947" height="17" stroke="%23393939"/><rect x="24.1836" y="0.5" width="4.78947" height="17" stroke="%23393939"/></svg>') no-repeat center;
background-size: 29px 18px;
display: block;
width: 29px;
height: 18px;
}
.layout-btn-4-line.active::before {
content: "";
display: block;
background: url('data:image/svg+xml,<svg width="30" height="18" viewBox="0 0 30 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="29.7895" height="18" fill="white"/><rect x="0.5" y="0.5" width="4.78947" height="17" fill="%23393939" stroke="%23393939"/><rect x="8.28906" y="0.5" width="4.78947" height="17" fill="%23393939" stroke="%23393939"/><rect x="16.3945" y="0.5" width="4.78947" height="17" fill="%23393939" stroke="%23393939"/><rect x="24.5" y="0.5" width="4.78947" height="17" fill="%23393939" stroke="%23393939"/></svg>') no-repeat center;
background-size: 29px 18px;
display: block;
width: 29px;
height: 18px;
}
.layout-btn-3-line::before {
content: "";
display: block;
background: url('data:image/svg+xml,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="4.78947" height="17" stroke="%23393939"/><rect x="8.28906" y="0.5" width="4.78947" height="17" stroke="%23393939"/><rect x="16.3945" y="0.5" width="4.78947" height="17" stroke="%23393939"/></svg>') no-repeat center;
background-size: 29px 18px;
display: block;
width: 29px;
height: 18px;
}
.layout-btn-3-line.active::before {
content: "";
display: block;
background: url('data:image/svg+xml,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="4.78947" height="17" fill="%23393939" stroke="%23393939"/><rect x="8.60547" y="0.5" width="4.78947" height="17" fill="%23393939" stroke="%23393939"/><rect x="16.7109" y="0.5" width="4.78947" height="17" fill="%23393939" stroke="%23393939"/></svg>') no-repeat center;
background-size: 29px 18px;
display: block;
width: 29px;
height: 18px;
}
.categoria-produtos {
width: 94%;
margin-left: auto;
margin-right: auto;
border-top: 1px solid;
margin-top: 30px;
padding-top: 23px;
}
.produtos-grid .oculos-card {
width: 100%;
max-width: none;
}
.grid--4 {
list-style: none;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.grid--3 {
list-style: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.btn-ver-mais {
max-width: 343px;
width: 100%;
height: 40px;
margin: 23px auto 0 auto;
color: var(--Neutral-600);
border: 1px solid var(--Neutral-600);
border-radius: 8px;
line-height: 40px;
text-align: center;
text-decoration: none;
}
.contador-produtos {
color: var(--Neutral-400);
font-family: 'Montserrat', sans-serif;
margin-bottom: 0;
margin-top: 12px;
text-align: center;
}
.categoria-seo {
width: 94%;
margin-left: auto;
margin-right: auto;
margin-top: 23px;
margin-bottom: 48px;
}
.categoria-seo h2 {
color: #000;
font-size: 32px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
margin-bottom: 16px;
}
.seo-texto {
color: #000;
font-family: 'Montserrat', sans-serif;
}
.seo-texto.seo-collapsed {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.seo-toggle {
border: 0;
background-color: transparent;
padding: 0;
color: #000;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
text-decoration: underline;
margin-top: 16px;
cursor: pointer;
}
@media(max-width: 1050px) {
.search-results {
margin-top: 0;
}
.categoria-banner.mob img {
display: block;
width: 100%;
}
.categoria-controls {
display: flex;
justify-content: space-between;
align-items: center;
}
.layout-buttons {
display: flex;
}
.open-mobile-filters {
border: 0;
margin: 0;
padding: 0;
color: var(--Gray-dark);
background-color: transparent;
display: flex;
align-items: center;
gap: 5px;
&::after {
content: "";
background-image: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.148427 1.00633L3.69958 5.1498C3.75687 5.21646 3.82788 5.26996 3.90775 5.30664C3.98763 5.34332 4.07449 5.3623 4.16238 5.3623C4.25027 5.3623 4.33713 5.34332 4.417 5.30664C4.49688 5.26996 4.56789 5.21646 4.62517 5.1498L8.17579 1.00633C8.51448 0.610736 8.23377 0 7.71299 0H0.610679C0.0899003 0 -0.191353 0.610736 0.148427 1.00633Z" fill="%23393939"/></svg>');
background-position: center;
background-repeat: no-repeat;
background-size: 7px;
display: block;
width: 10px;
height: 10px;
}
}
.layout-btn-4-line::before {
content: "";
display: block;
background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.336232" y="0.336232" width="6.32754" height="6.32754" stroke="%23393939" stroke-width="0.672464"/><rect x="9.33623" y="0.336232" width="6.32754" height="6.32754" stroke="%23393939" stroke-width="0.672464"/><rect x="0.336232" y="9.33623" width="6.32754" height="6.32754" stroke="%23393939" stroke-width="0.672464"/><rect x="9.33623" y="9.33623" width="6.32754" height="6.32754" stroke="%23393939" stroke-width="0.672464"/></svg>') no-repeat center;
background-size: 29px 18px;
display: block;
width: 29px;
height: 18px;
}
.layout-btn-4-line.active::before {
background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.336232" y="0.336232" width="6.32754" height="6.32754" fill="%23393939" stroke="%23393939" stroke-width="0.672464"/><rect x="9.33623" y="0.336232" width="6.32754" height="6.32754" fill="%23393939" stroke="%23393939" stroke-width="0.672464"/><rect x="0.336232" y="9.33623" width="6.32754" height="6.32754" fill="%23393939" stroke="%23393939" stroke-width="0.672464"/><rect x="9.33623" y="9.33623" width="6.32754" height="6.32754" fill="%23393939" stroke="%23393939" stroke-width="0.672464"/></svg>') no-repeat center;
}
.layout-btn-3-line::before {
content: "";
display: block;
background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="2.91602" y="2.91699" width="9.27778" height="10.1667" stroke="%23393939" stroke-width="0.5"/><rect x="0.25" y="0.25" width="14.6111" height="15.5" stroke="%23393939" stroke-width="0.5"/></svg>') no-repeat center;
background-size: 29px 18px;
display: block;
width: 29px;
height: 18px;
}
.layout-btn-3-line.active::before {
background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="2.91602" y="2.91699" width="9.27778" height="10.1667" fill="%23393939" stroke="%23393939" stroke-width="0.5"/><rect x="0.25" y="0.25" width="14.6111" height="15.5" stroke="%23393939" stroke-width="0.5"/></svg>') no-repeat center;
}
.grid--4 {
grid-template-columns: repeat(2, 1fr);
gap: 9px;
}
.grid--3 {
grid-template-columns: repeat(1, 1fr);
gap: 9px;
}
.categoria-seo h2 {
font-size: 24px;
}
.seo-texto.seo-collapsed {
font-size: 14px;
}
.seo-toggle {
font-size: 14px;
}
.mobile-filters {
position: fixed;
top: 0;
left: 0;
width: 85%;
height: 100%;
background: #fff;
z-index: 9999;
display: none;
flex-direction: column;
&.active {
display: flex;
}
}
.mobile-filters__header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 10px;
border-bottom: 1px solid var(--Neutral-200);
padding: 20px 20px 0 20px;
}
.mobile-filters__header h3 {
font-family: 'Montserrat', sans-serif;
color: var(--Neutral-600);
font-weight: 500;
}
.filter-accordion {
border-bottom: 1px solid #ddd;
}
.filter-accordion__header {
width: 100%;
background: none;
border: 0;
padding: 16px 0;
display: flex;
justify-content: space-between;
font-size: 16px;
cursor: pointer;
}
.close-mobile-filters {
padding: 0;
background-color: transparent;
border: none;
}
.mobile-filters__form {
flex-direction: column;
padding-left: 20px;
padding-right: 20px;
}
.filter-accordion__content {
display: none;
padding-bottom: 16px;
}
.filter-accordion__content select {
width: 100%;
padding: 10px;
border: none;
}
.filter-accordion.active .filter-accordion__content {
display: block;
}
.filter-accordion.active .filter-accordion__header span {
transform: rotate(45deg);
}
.mobile-filters__footer {
margin-top: auto;
padding: 23px 0;
border-top: 1px solid #eee;
background-color: #82634B21;
}
.mobile-filters__footer button {
color: var(--Neutral-600);
font-size: 12px;
background-color: transparent;
border: 1px solid var(--Neutral-600);
border-radius: 8px;
width: 155px;
height: 36px;
padding: 0;
line-height: 36px;
font-family: 'Montserrat', sans-serif;
margin-left: auto;
margin-right: auto;
display: block;
}
.clear-filters {
display: block;
text-align: center;
}
}