.xs-new-reseller {
    display: none;
}

body {
    font-family: 'Open Sans';
    font-size: 22px;
    color: #a06018;
}

.bicyclette {
    font-family: "bicyclette", sans-serif;
    font-weight: 200;
    font-style: normal;
}

html {
    font-size: 1rem;
}

/* Extra Small devices (portrait tablets and large phones, < 600px and up) */
@media only screen and (max-width: 600px) {
    html {
        font-size: 1.2rem;
    }

    .bicyclette {
        font-size: 2.7rem;
        margin-top: 1rem;
        margin-bottom: 3.3rem;
    }

    .product_grao_img,
    .product_moido_img {
        max-width: 100px;
    }

    .products {
        padding-right: 12%;
        padding-left: 12%;
    }

    .product_text>p {
        line-height: 1.9rem;
        text-align: justify;
        font-size: 0.8em;
        margin-top: 2em;
    }

    .prepare_coffee {
        margin-top: 10%;
    }

    .prepare p {
        font-size: 0.7em;
    }

    .product_name p {
        font-size: 0.7em;
    }

    #product_details {
        padding-left: 6%;
        padding-right: 2%;
    }

    .product_packaging {
        display: none;


    }

    .product_info {
        margin-top: 2.6rem;
        margin-bottom: 2.8rem;
        font-weight: 600;
        line-height: 1.3rem;
        font-size: 0.8em;
    }

    .text_info {
        font-size: 0.8em;
    }

    .reseller {
        font-size: 36px;
        justify-content: flex-start;
        flex-direction: column;
        /* Empilha o conteúdo verticalmente */
        text-align: center;
        /* Centraliza o texto */
    }

    .reseller h2 {
        margin-bottom: 1rem;
        /* Adiciona espaçamento abaixo do título */
    }

    .xs-new-reseller h2 {
        text-align: right;
        font-size: 0.9em;
    }

    .reseller_logo {
        justify-content: flex-start;
        margin-top: 1rem;
        /* Adiciona espaçamento acima do logotipo */
    }

    .terms_text {
        font-size: 0.8em;
    }

    .icons_social_media {
        justify-content: center;
        margin-top: 1.8em;

        a {
            margin-right: 5%;
            margin-bottom: 3rem;
        }
    }

    .md-new-ressler {
        display: none !important;
    }

    .xs-new-reseller {
        display: flex;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    html {
        font-size: 1.2rem;
    }

    .bicyclette {
        font-size: 70px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .product_grao_img,
    .product_moido_img {
        max-width: 130px;
    }

    .products {
        padding-right: 7%;
        padding-left: 7%;
    }

    .product_text>p {
        line-height: 2rem;
        text-align: justify;
    }

    .prepare_coffee {
        margin-top: 5%;
    }

    .product_info {
        font-weight: 600;
        line-height: 1.1em;
    }

    .reseller {
        font-size: 48px;
        justify-content: flex-end;
    }

    .reseller_logo {
        justify-content: flex-end;
    }

    .icons_social_media {
        justify-content: flex-end;

        a {
            margin-right: 2%;
        }
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    html {
        font-size: 1.2rem;
    }

    .bicyclette {
        font-size: 70px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .product_grao_img,
    .product_moido_img {
        max-width: 120px;
    }

    .products {
        padding-right: 7%;
        padding-left: 7%;
    }

    .product_text>p {
        line-height: 2rem;
        text-align: justify;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 0.9em;
    }

    .prepare_coffee {
        margin-top: 5%;
        margin-bottom: 2em;
        font-size: 0.9em;
    }

    #product_details {
        padding-left: 1%;
        padding-right: 1%;
        font-size: 0.9em;
    }

    .product_info {
        font-weight: 600;
        line-height: 1.1em;
    }

    .product_info span {
        font-size: 0.9em;
    }

    .reseller {
        font-size: 48px;
        justify-content: flex-end;
    }

    .reseller_logo {
        justify-content: flex-end;
    }

    .icons_social_media {
        justify-content: flex-end;

        a {
            margin-right: 2%;
        }
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    html {
        font-size: 1rem;
    }

    .bicyclette {
        font-size: 100px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .product_grao_img,
    .product_moido_img {
        max-width: 150px;
    }

    .products {
        padding-right: 12%;
        padding-left: 12%;
    }

    .product_text>p {
        line-height: 3rem;
        text-align: justify;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.1em;
    }

    .prepare_coffee {
        margin-top: 10%;
        padding-left: 9%;
        padding-right: 5%;
    }

    #product_details {
        padding-left: 6%;
        padding-right: 2%;
    }

    .product_info {
        font-weight: 600;
        line-height: 1.1em;
    }

    .reseller {
        font-size: 48px;
        justify-content: flex-end;
        text-align: right;
        margin-bottom: 0.2em;
    }

    .reseller h2 {
        line-height: 1.4em;
    }

    .reseller_logo {
        justify-content: flex-end;
        margin-bottom: 1.6em;
    }

    .icons_social_media {
        justify-content: flex-end;

        a {
            margin-right: 2%;
        }
    }

    .col-left-contact {
        padding-right: 2.4em;
    }

    .sb-s {
        padding-right: 2.3em;
        padding-left: 2.3em;
    }
}

.custom-outline-button {
    display: inline-block;
    padding: 7px 14px;
    border: 2px solid #a06018;
    color: #a06018;
    border-radius: 999px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.custom-filled-button {
    background-color: #a06018;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: bold;
    transition: background 0.3s ease;
    text-decoration: none;
}

.custom-filled-button:hover {
    background-color: #5a2f1f;
}

input[type="text"]::placeholder {
    color: #a06018;
}

input[type="text"] {
    border: 1px solid #a06018;
    border-radius: 0px;
    padding: 0.9rem 0.75rem;
}

.form-check-input:checked {
    background-color: #a06018;
    border-color: #a06018;
}

.btn {
    color: #a06018;
    background-color: #E9DCCC;
    border-color: #a06018;
    border-radius: 0px;
}

.btn:hover {
    color: white;
    background-color: #a06018;
    border-color: #a06018;
}

.nav-link {
    color: #a06018;
    font-family: 'Open Sans';
    font-size: 1.1rem;
}

.bg-light {
    background-color: white !important;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    padding: 0.9rem;
}