a.shop-link {
    display: none !important;
}
.yith-similar-products h2 {
    margin-bottom: 25px;
    font-size: 32px !important;
    font-weight: 800 !important;
}
/*Collection start*/
.more-from-collection-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
h2.collection-text {
    font-size: 32px !important;
    font-weight: 800 !IMPORTANT;
}
.collection-text {
    display: contents;
}
.related-section h2 {
    font-size: 32px !important;
    font-weight: 800 !important;
    letter-spacing: -1.6px;
}

.collection-button {
    background: #203130;
    padding: 10px 29px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: white !important;
    font-size: var(--default-font-size);
}

.collection-button:hover {
    background-color: #45a567; /* Darker shade on hover */
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    opacity: 1 !important;
}
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
    background: white !important;
    border: none !important;
    fill: #203130 !important;
    width: 31px;
    box-shadow: 0px 0px 4px #000000d1;
}
.related-section img.show-on-hover.absolute.fill.hide-for-small.back-image {
    opacity: 1 !IMPORTANT;
}
.related-section img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    opacity: 0 !important;
}
/*Collection END*/

/*description Start*/
a.button.primary.lowercase {
    padding-bottom: 5px;
    background: #57b779 !important;
}
.contact-product {
    background: white !important;
    border-radius: 5px !important;
    border: 1px solid #dddddd ! IMPORTANT;
}
.contact-product .button {
    padding: 13px 21px;
    background-color: #57b779;
    text-decoration: none;
    display: inline;
    text-transform: unset;
    font-size: var(--default-font-size);
    border: none ! IMPORTANT;
    padding-bottom: 14px !important;
letter-spacing: -0.5px;
}

.contact-product .button-icon {
    margin-right: 8px;
    fill: currentColor;
    transition: transform 0.3s ease;
    width: 17px !important;
    height: 17px ! IMPORTANT;
}
.contact-product .button:hover .contact-product .button-icon {
    transform: scale(1.1); /* Optional: scale the icon on hover */
}

/*description End*/


/*Materialen Start*/

.materialen .large-4 {
    padding-bottom: 0px !important;
}
.banner-materiaal .banner-bg {
    border-radius: 5px ! IMPORTANT;
}
.banner-materiaal .fill {
    border-radius: 7px ! IMPORTANT;
}
.banner-materiaal p {
    margin-top: 11px ! IMPORTANT;
}
/*Materialen End*/

/*FAQ Start*/
.faq a.plain {
    border: none !important;
    background: white !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
    padding-left: 22px ! IMPORTANT;
    font-weight: 500 !IMPORTANT;
}
/*FAQ End*/

/*Voordelen Start*/
.usp-sectie-groot {
    background: #f7f3ed !important;
    margin-top: 30px;
    border-radius: 7px;
    padding-top: 3em !important;
    padding-bottom: 3.4em ! IMPORTANT;
}
.related-section p {
    margin-bottom: 15px !important;
}
.related-section h3 {
    font-weight: 800 !important;
    letter-spacing: -0.5px;
}

.svg-usp h5 {
    font-size: 20px !important;
    margin-bottom: 0px ! IMPORTANT;
    font-weight: 700 !important;
    line-height: 22px ! IMPORTANT;
}
.svg-usp p {
    margin-bottom: 0px ! IMPORTANT;
}
.svg-usp svg.button-icon {
    height: 33px ! IMPORTANT;
    width: auto !important;
    margin-right: 20px !important;
    color: #57b779 ! IMPORTANT;
}
.usp-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.usp-item {
    display: flex;
    align-items: center;
}

.first-item {
    border-right: 1px solid #c8c8c3;
    padding-right: 20px;
}

.middle-item {
    border-left: 1px solid #c8c8c3;
    border-right: 1px solid #c8c8c3;
    padding: 0 35px;
}

