#jp-relatedposts {
    display: none !important;
}
.hentry .entry-header {
    visibility: hidden;
}
.woocommerce-breadcrumb {
    margin-bottom: 1em;
    font-size: 0.857em;
    padding: 1em 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.hentry {
    margin: -65px 0px 2em;
    padding-bottom: 3.631em;
    border-bottom: 6px solid rgba(0, 0, 0, 0.05);
}
.home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 2em;
}
.site-branding h1 a {
    font-weight: 700;
    color: brown;
}
.wpcf7 input,
.wpcf7 textarea {
    color: #ffffff; /* valge tekst */
    background-color: transparent; /* läbipaistev taust */
    border: 1px solid #ffffff; /* valge ääris – vabatahtlik */
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #ffffff;
    opacity: 0.6; /* natuke tuhmim, et eristuks päris tekstist */
}

.wpcf7 label,
.wpcf7-response-output {
    color: #ffffff;
}