.cta-button-container a, .site-main .seo-cards-container a {
    text-decoration: none;
}

#seo-cards-container .del .woocommerce-Price-amount{
    text-decoration: line-through;
}

.seo-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 50px auto;
    background-color: #ffffff;
}
.seo-product-card .woocommerce-loop-product__title{
    margin-top:12px;
}
.seo-product-card {
    margin-bottom: 20px;
}
.seo-product-card .woocommerce-loop-product__title {
    font-weight: bold;
}
.seo-product-card .custom-price-view{
  display: block;
}

.woocommerce .seo-product-card .star-rating {
    float:left;
    margin-left:15px;
}
.cta-button-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-button-container a{
    margin-top: 50px;
    width: 100%;
    font-size: 1.5rem;
    padding: 20px 10px;
}

.seo-pg-blog-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-sizing: border-box;
    vertical-align: bottom;
}

.seo-blog-content-container{
    background-color: #ffffff;
}

.seo-blog-content-container p{
    font-size: 0.9rem;
}

.different-products{
    padding: 20px;
}

/* SEO Page Responsiveness */
@media (max-width: 768px) {
    .seo-cards-container {
        flex-direction: column;
        align-items: center;
    }
    .cta-button-container a{
        font-size: 1.2rem;
        padding: 15px 5px;
    }
    .seo-product-card .woocommerce-loop-product__title{
        font-size: 1.2rem;
    }
    .seo-blog-content-container, .different-products{
        padding: 30px 10px;
    }
    .seo-blog-content-container p{
        font-size: 0.8rem;
    }
    .seo-pg-blog-img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width:1200px) {
    .woocommerce .seo-product-card .star-rating {
        position:absolute;
    }
}

@media (min-width: 768px) {
    .seo-category-section1 {
        height: 400px;
    }
    .seo-section1-banner, .seo-section1-banner img{
        height: 100%;
        object-fit: cover;
        object-position: left;
    }
    .seo-section1-banner{
        position: absolute;
        left: 60%;
        width: -webkit-fill-available;
    }
    .seo-category-section1{
        align-items: center;
    }

    #seo-section1-text .text {
        width: 68%;
        padding-right: 100px;
    }
}

@media (min-width: 992px) {
    #seo-section1-text .text {
        width: 68%;
        padding-right: 100px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #seo-section1-text .text {
        padding-right: 50px;
    }
}


/* Container en link positioneren */
.seo-product-card,
.seo-product-card .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

/* Primaire thumbnail */
.seo-product-card .woocommerce-LoopProduct-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .25s ease;
}

/* Secundaire (hover) thumbnail die je via de hook toevoegt */
.seo-product-card .product-image--secondary {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .25s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hover/focus swap */
.seo-product-card:hover .product-image--secondary,
.seo-product-card:focus-within .product-image--secondary { opacity: 1; }
.seo-product-card:hover .woocommerce-LoopProduct-link img:not(.product-image--secondary),
.seo-product-card:focus-within .woocommerce-LoopProduct-link img:not(.product-image--secondary) { opacity: 0; }

/* Container en link positioneren */
.product,
.product .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

/* Primaire thumbnail */
.product .woocommerce-LoopProduct-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .25s ease;
}

/* Secundaire (hover) thumbnail die je via de hook toevoegt */
.product .product-image--secondary {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .25s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hover/focus swap */
.product:hover .product-image--secondary,
.product:focus-within .product-image--secondary { opacity: 1; }
.product:hover .woocommerce-LoopProduct-link img:not(.product-image--secondary),
.product:focus-within .woocommerce-LoopProduct-link img:not(.product-image--secondary) { opacity: 0; }