.page-products {
    margin-top: 4rem;
}

.page-products--header {
    margin-bottom: 4rem;
    /* padding-bottom: 4.5rem; */
}

.page-products--intro .page-products--title{
    color:var(--red);
}

.page-products--container-image img{
    width: 100%;
}

.page-products--products-content{
    /* margin-top: 19rem; */
}

.page-products--description{
    margin-top: 1rem;
}

.page-products--description p{
    font-size: var(--p-size);
    color:var(--blue);
    line-height: var(--p-line-height);
    letter-spacing: var(--p-letter-spacing);
    font-weight: var(--p-weight);
}

.page-products--container-image{
    margin-top: 1rem;
}

.page-products--container-image img{
    border-radius: var(--Border-radius-l);
}

.page-products .swiper-container{
    margin-bottom:6rem;
}

.page-products--swiper-title{
    color: var(--blue);
    font-size: var(--h3-size);
    font-weight: var(--h3-line-height);
    font-weight: var(--h3-weight);
    font-family: var(--h3-family);
    margin-top: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.page-products--article-item{
    padding-left: 0.5rem;
}

.page-products--article-title{
    color:var(--red);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-family: "Space Grotesk";
    margin-top: 0.5rem;
    padding-bottom: 1rem;
}

.page-products--article-description{
    color:var(--blue);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: "Space Grotesk";
    margin-bottom: 1rem;
    display: none;
}

.page-products--article-link{
    color:var(--red);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    overflow: visible;
}

.page-products--arrow{
    margin-top:-1rem;
}

.page-products--cta-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.page-products--cta{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: 0.15rem solid var(--red);
    border-radius: 0.75rem;
    min-height: 3rem;
    padding: 0.25rem 1rem;
    color: var(--red);
    max-width: 22rem;
    cursor: pointer;
    gap:0.25rem;
}

.page-products--cta--all-products {
    max-width: 100%;
}

.page-products--cta-category{
    max-width: 25.5rem;
    gap:0.25rem;
}

.page-products--cta a{
    font-size: 1rem;
    color: var(--red);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.page-products--cta:hover{
    background-color: var(--bg-red-light);
    border: 0.15rem solid var(--red);
    color:var(--red);
}

.page-products--cta:focus{
    background-color: var(--bg-red-light);
    border: 0.15rem solid var(--red);
    color:var(--red);
}

.page-products--cta:disabled{
    background-color: color-mix(in srgb, var(--white) 60%, transparent);
    color: color-mix(in srgb, var(--red) 60%, transparent);
    border: 0.15rem solid color-mix(in srgb, var(--red) 60%, transparent);
}

/* .page-products pre{
    display: none;
    property: unset;
} */

.page-products .component-title-cta-images-and-caption__socials{
    margin-top:13rem;
}

@media screen and (min-width: 28.125rem){ /*450px*/

    .page-products--products-content{
        /* margin-top: 12rem; */
    }
}

@media screen and (min-width: 48rem){

    .page-products--cta-container{
        margin-bottom: 5.5rem;
    }
}

@media screen and (min-width: 64rem) /* 1024px */ {

    .page-products--container-image img{
        border-radius: var(--Border-radius-xL);
    }

    .page-products--cta-container{
        margin-top: 5rem;
    }

    .page-products--header{
        padding-bottom: 0;
        margin-top: 2rem;
    }

    .page-products {
        margin-top: 12.5rem;
    }

    .page-products--products-content{
        margin-top: 2.5rem;
    }

    .page-products--title{
        margin-left: 1rem;
    }

    .page-products--description{
        font-size: 1.5rem;
        color:var(--blue);
        line-height: 2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: 1rem;
    }

    .page-products--articles-container{
        background-color: var(--bg-blue-light);
        border-radius: var(--Border-radius-xL);
        padding: 2rem 1.5rem;
        margin-top: 10.5rem;
    }

    .page-products--article-container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        flex-wrap:wrap-reverse;
        justify-content: space-between;
        gap:2.5rem;
    }

    .page-products--article-link{
        margin-top:1rem;
    }
    
    .page-products--description p{
        color:var(--blue);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        font-family: "Space Grotesk";
        gap:0.5rem;
    }

    .page-products--swiper-title{
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .page-products--article-item{
        padding-left: 0;
    }

    .page-products--intro{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }

    .page-products--header {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page-products--cta-category-container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }

    .page-products--product-content{
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        margin-top: 5rem;
        align-items: center;
        margin-left:auto;
        margin-right: auto;
    }

    .page-products--product-container:nth-child(even) .page-products--product-content{
        flex-direction: row-reverse;
    }

    .page-products--container-image{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    .page-products--product-container:nth-child(even) .page-products--container-image{
        align-items: flex-start;
        padding-left: 1.5rem;
    }

    /*.page-products--article-description{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }*/
}

@media screen and (min-width:120rem) {
    .page-products {
        margin-top: 14.5rem;
    }
}