/* ===============
   Products Section
=============== */

.products-container {
    background-color: #f5f7f9;
    width: 1440px;
    height: 1696px;
    margin: 0 auto;
}

.offers-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 20px;
    width: 1170px;
    margin: 0 auto;
}

.title {
    font-size: 48px;
    font-weight: 700;
    color: #24282a;
    margin-bottom: 89px;
    margin-left: 135px;
    padding-top: 152px;
}

.h2-light--produkter {
    color: #000;
}

.offer-img-container {
    background-color: #ffe6e6;
    width: 370px;
    height: 370px;
    border-radius: 5px;
}

.offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.offer-image.staffeli {
    width: 201px;
    height: 250px;
    margin: 60px 84px;
}

.offer-image.sukkulent {
    width: 188px;
    height: 250px;
    margin: 60px 91px;
}

.offer-image.kurv {
    width: 250px;
    height: 217px;
    margin: 76px 60px;
}

.offer-image.ugle {
    width: 128px;
    height: 250px;
    margin: 60px 120px;
}

.offer-image.krokodille {
    width: 250px;
    height: 58px;
    margin: 155px 60px;
}

.offer-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #24282a;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 30px;
}

.offer-price {
    font-size: 16px;
    color: #24282a;
    text-align: center;
    line-height: 27px;
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #a7b0b4;
    margin-right: 5px;
}

.offer-button {
    border: none;
    width: 169px;
    border-radius: 30px;
    padding: 20px 47px;
    font-size: 16px;
    font-weight: 400;
    font-family: Rubik, "open sans";
    cursor: pointer;
    background: linear-gradient(227deg, #ffe9e9 27.89%, #f9c4d2 83.86%);
}

/* Media Queries TABLET */

@media screen and (max-width: 768px) {
    body,
    main,
    header,
    footer {
        max-width: 768px;
    }
    .products-container {
        background-color: #f5f7f9;
        width: 768px;
        height: auto;
        margin: 0 auto;
    }

    .offers-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        width: 768px;
        margin: 0 auto;
    }

    .title {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 89px;
        margin-left: 250px;
        padding-top: 152px;
    }

    .offer {
        margin-bottom: 100px;
    }
}

.offer-button {
    width: 169px;
    border-radius: 30px;
    padding: 20px 47px;
}

/* Media Queries Mobil */

@media screen and (max-width: 360px) {
    body,
    main,
    header,
    footer {
        max-width: 360px;
    }
    .products-container {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    .offers-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        width: 360px;
        margin: 0 auto;
    }

    .offer-img-container {
        width: 340px;
        margin: 0 auto;
    }

    .title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 89px;
        margin-left: 75px;
        padding-top: 100px;
    }

    .offer {
        margin-bottom: 100px;
    }
}

.offer-button {
    width: 169px;
    border-radius: 30px;
    padding: 20px 47px;
}
