This commit is contained in:
2025-01-20 22:32:44 +01:00
parent e85d6aabc5
commit eed8f13365
105 changed files with 339 additions and 159 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3092,6 +3092,18 @@ body#authentication {
}
}
}
.elementor-field-label {
display: flex;
gap: 10px;
margin-top: 10px;
.elementor-checkbox-label {
font-size: 12px;
font-weight: 500;
font-family: $fInter;
}
}
}
@@ -3153,6 +3165,7 @@ body#authentication {
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 400;
white-space: nowrap;
&:hover {
color: #E79332;
@@ -3181,4 +3194,147 @@ body#authentication {
img {
height: 30px;
}
}
#popular-products,
#new-products {
h2 {
font-family: 'Inter';
color: #462D26;
font-size: 36px;
font-weight: 500;
}
}
#products {
.sort-by-row {
display: flex;
justify-content: flex-end;
gap: 20px;
align-items: center;
.products-sort-order {
.dropdown-menu {
background: #FFF;
width: 100%;
a {
white-space: nowrap;
font-size: 14px;
font-family: 'Inter';
font-weight: 400;
&:hover {
background: #FFF;
font-weight: 700;
color: #462D26;
}
}
}
button {
background: none;
border: 0;
display: flex;
justify-content: space-between;
align-items: center;
color: #462D26;
font-family: 'Inter';
font-size: 16px;
font-weight: 700;
width: 350px;
}
}
}
}
#search_filters {
background: none;
border-top: 1px solid #110E0C1A;
border-bottom: 1px solid #110E0C1A;
border-radius: 0 !important;
.head {
display: flex;
justify-content: space-between;
align-items: center;
.h6 {
font-size: 16px;
font-weight: 700;
font-family: 'Inter';
text-transform: uppercase;
color: #462D26;
cursor: pointer;
margin-bottom: 0;
}
.js-search-filters-clear-all {
background: #462D26;
color: #FFF;
}
}
&.active {
background: #FFF;
border: 0;
border-radius: 10px !important;
.content {
display: grid;
}
}
.content {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 20px;
background: #FFF;
padding: 25px;
display: none;
.h6 {
font-weight: 700;
font-size: 16px;
font-family: 'Inter';
margin-bottom: 25px;
}
.custom-checkbox {
top: 0;
position: static;
}
.facet-label {
display: flex;
gap: 10px;
align-items: center;
margin-bottom: 10px;
a {
margin-top: 0;
}
}
}
}
#js-product-list-top {
padding: 0 20px;
}
.active_filters {
background: #FFF;
border-radius: 10px;
color: #462D26;
.filter-block {
background: #462D26;
color: #FFF;
padding: 3px 10px;
i {
text-shadow: none;
color: #FFF !important;
}
}
}