This commit is contained in:
2025-06-03 00:45:17 +02:00
3 changed files with 3395 additions and 3349 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

@@ -5,10 +5,9 @@ $cGoldDark: #d3ba67;
$cBgAccent: #eff6f7;
$cBone: #f6f6f6;
$fInter: 'Inter',
sans-serif;
$fInter: 'Inter', sans-serif;
body>main {
body > main {
overflow-x: hidden;
}
@@ -201,10 +200,12 @@ a {
background: #ffffff;
a {
img {}
img {
}
}
.highlighted-informations {}
.highlighted-informations {
}
.product-add-to-basket {
display: flex;
@@ -277,7 +278,8 @@ a {
font-weight: 700;
}
.discount-product {}
.discount-product {
}
&.product-price-discount {
display: flex;
@@ -373,8 +375,8 @@ a {
}
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
border-color: $cGold;
}
@@ -392,7 +394,7 @@ a {
body#product {
overflow-x: hidden;
>main {
> main {
overflow: initial;
}
@@ -663,7 +665,7 @@ body#product {
input {
display: none;
&:checked+span {
&:checked + span {
border: 0 !important;
&::before {
@@ -881,7 +883,7 @@ body#product {
}
}
>.control-label {
> .control-label {
display: none;
}
@@ -892,7 +894,7 @@ body#product {
margin-bottom: 0;
margin-right: 16px;
>.input-group {
> .input-group {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
@@ -1013,7 +1015,7 @@ body#product {
row-gap: 20px;
margin: 40px 0 0 0;
>div {
> div {
display: flex;
flex-direction: row;
align-items: center;
@@ -1100,7 +1102,7 @@ body#product {
}
.product-customization {
>.card {
> .card {
padding: 24px;
background: #ece9e2;
@@ -1290,7 +1292,8 @@ body#product {
#blockcart-modal {
.modal-content {
.modal-header {}
.modal-header {
}
.modal-body {
.product-name {
@@ -1448,7 +1451,7 @@ body#cart {
}
.product-card-qty {
>.input-group {
> .input-group {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
@@ -1545,6 +1548,51 @@ body#cart {
}
}
@media (max-width: 570px) {
table thead {
display: none;
}
table,
tbody,
tr,
td {
display: block;
width: 100%;
}
tbody {
padding: 20px;
text-align: center;
}
tr {
margin-bottom: 1rem;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
background: #f9f9f9;
border: 1px solid rgba(17, 14, 12, 0.1019607843);
}
td {
text-align: right;
position: relative;
padding-left: 50%;
border: none !important;
.product-card-qty {
display: block;
margin: 0 auto;
width: fit-content;
}
}
.product-card-img img {
max-width: 100%;
height: auto;
}
}
.no-items {
color: #462d26;
font-size: 16px;
@@ -1557,7 +1605,8 @@ body#cart {
}
}
.card-block {}
.card-block {
}
.cart-overview {
.cart-items {
@@ -1964,7 +2013,7 @@ body#checkout {
margin-bottom: 16px;
background-color: #ece9e2;
>.card-block {
> .card-block {
padding: 24px 24px 0 24px;
}
@@ -2118,7 +2167,6 @@ body#order-confirmation {
}
section {
&#content,
&#content-hook_payment_return,
&#content-hook-order-confirmation-footer {
@@ -2175,7 +2223,6 @@ body#order-confirmation {
}
footer#footer {
.footer-box-newsletter,
.footer-box-services,
.footer-box-other-info {
@@ -2202,7 +2249,7 @@ body {
&:not(#ets_blog_page) {
main {
#left-column {
>div.block {
> div.block {
display: none !important;
}
}
@@ -2233,7 +2280,7 @@ body {
}
ul.ets-blog-list {
>li {
> li {
.post-wrapper {
border-radius: 10px;
overflow: hidden;
@@ -2282,7 +2329,7 @@ body {
}
.ets_blog_sidebar {
>.block {
> .block {
box-shadow: none !important;
border-radius: 10px;
}
@@ -2334,7 +2381,7 @@ body {
body#category {
#left-column {
>div {
> div {
border-radius: 10px;
}
}
@@ -2381,7 +2428,6 @@ body#category {
}
.data-sheet {
dd,
dt {
font-weight: 400 !important;
@@ -2410,7 +2456,7 @@ body#category {
}
form.elementor-search {
>ul.elementor-search__products {
> ul.elementor-search__products {
background: #f9f7f2;
border-radius: 0;
border: 1px solid rgba(17, 14, 12, 0.1);
@@ -2448,7 +2494,7 @@ body#category {
#header-menu {
.elementor-nav-menu {
>ul {
> ul {
justify-content: space-between;
align-items: center;
width: 100%;
@@ -2589,15 +2635,15 @@ body#category {
}
.home-box-1 {
>.elementor-column-wrap {
>.elementor-widget-wrap {
> .elementor-column-wrap {
> .elementor-widget-wrap {
display: grid;
grid-template-columns: 7fr 5fr;
grid-template-rows: 1fr 1fr;
grid-template-areas: 'item1 item2''item1 item3';
grid-template-areas: 'item1 item2' 'item1 item3';
gap: 20px;
>.elementor-element {
> .elementor-element {
&:nth-child(1) {
grid-area: item1;
}
@@ -2633,10 +2679,10 @@ body#category {
}
}
>.elementor-widget-container {
> .elementor-widget-container {
height: 100%;
>.elementor-cta {
> .elementor-cta {
height: 100%;
}
}
@@ -2690,8 +2736,8 @@ body#category {
background: rgba(#aa8a5e, 0.25);
}
>.elementor-container {
>.elementor-row {
> .elementor-container {
> .elementor-row {
align-items: center;
}
}
@@ -2724,8 +2770,8 @@ body#category {
}
.footer-box-other-info {
>.elementor-container {
>.elementor-row {
> .elementor-container {
> .elementor-row {
column-gap: 80px;
position: relative;
@@ -2750,7 +2796,8 @@ article {
&.product-card {
.product-description {
.product-title {
a {}
a {
}
}
}
}
@@ -2939,7 +2986,6 @@ nav.breadcrumb {
}
body#cms {
// Disable custom footer elements
&.cms-id-5,
&.cms-id-6,
@@ -2993,7 +3039,7 @@ body#cms {
}
#js-product-list {
>.products {
> .products {
row-gap: 40px;
}
}
@@ -3045,7 +3091,7 @@ body#cms {
.elementor-cart__summary {
border: none;
>span {
> span {
margin-bottom: 5px;
}
}
@@ -3232,7 +3278,7 @@ body#authentication {
}
.register-form {
>p {
> p {
display: none;
}
@@ -3323,7 +3369,7 @@ body#authentication {
align-items: center;
width: 100%;
>li {
> li {
position: relative;
padding: 0 25px;
@@ -3343,7 +3389,7 @@ body#authentication {
content: '';
}
>a {
> a {
text-transform: uppercase;
font-weight: 600;
}
@@ -3535,7 +3581,7 @@ body#authentication {
#contact {
main {
.container {
>.row:nth-child(2) {
> .row:nth-child(2) {
display: grid;
grid-template-columns: 310px 1fr;
gap: 32px;
@@ -3743,8 +3789,8 @@ body#authentication {
margin-bottom: 15px;
}
>div {
>.elementor-row {
> div {
> .elementor-row {
flex-wrap: nowrap;
align-items: center;
}
@@ -3753,24 +3799,24 @@ body#authentication {
.header-panel-box-row-2 {
.header-panel-box-row-2-col-1 {
>div {
>.elementor-widget-wrap {
> div {
> .elementor-widget-wrap {
flex-wrap: nowrap;
align-items: center;
>.elementor-widget-ps-widget-module {
> .elementor-widget-ps-widget-module {
margin-bottom: 0;
width: fit-content;
}
>.elementor-widget-ajax-search {
>.elementor-widget-container {
> .elementor-widget-ajax-search {
> .elementor-widget-container {
border: 1px solid #e9e3d7;
min-height: 44px;
}
form.elementor-search {
>.elementor-search__container {
> .elementor-search__container {
button.elementor-search__submit {
order: 1;
}
@@ -3808,7 +3854,7 @@ section.off-canvas-nav-megamenu {
flex-direction: row;
justify-content: space-between;
>a {
> a {
img {
width: 100%;
max-width: 200px;
@@ -3852,7 +3898,7 @@ section.off-canvas-nav-megamenu {
li.nav-item {
&.open-sub {
>a {
> a {
border: none !important;
.menu-title {
@@ -3920,8 +3966,8 @@ section.off-canvas-nav-megamenu {
}
&.promo-item {
>a {
>.menu-title {
> a {
> .menu-title {
color: #c40000;
}
}