This commit is contained in:
2025-07-28 15:01:23 +02:00
parent 5e6b644b84
commit 548b5bfb65
4 changed files with 1274 additions and 2 deletions

View File

@@ -470,4 +470,59 @@
}
.product-card > .e-con-inner .product-card-data .product-card-data-text p:last-child {
margin-bottom: 0;
}
#contact-map {
position: absolute;
inset: 0;
z-index: 1;
}
#contact-map .elementor-custom-embed {
height: 100%;
}
#contact-map .elementor-custom-embed iframe {
height: 100%;
}
#contact-form-box {
width: 100%;
max-width: 600px;
background: #fff;
padding: 60px;
position: relative;
z-index: 2;
margin-left: auto;
}
#contact-form-box .elementor-field-type-acceptance .elementor-field-option {
line-height: 1.2;
}
#contact-form-box .elementor-field-type-acceptance label {
font-size: 12px;
line-height: 1.2;
}
#contact-form-box .elementor-field-type-html {
position: relative;
margin-bottom: 30px;
}
#contact-form-box .elementor-field-type-html::before {
content: "";
position: absolute;
bottom: -5px;
width: 40px;
height: 2px;
background: var(--e-global-color-accent);
}
#contact-form-box .elementor-field-type-html h2 {
color: #000;
font-size: 25px;
font-family: "Open Sans", sans-serif;
font-weight: 700;
margin: 0;
}
.contact-cards > div {
border: 1px solid #f1f1f1;
}
.contact-cards > div:nth-child(2n) {
background: #f1f1f1;
}/*# sourceMappingURL=custom.css.map */