.ctn__productos {
    display: inline-block;
    width: 100%;
    background-color: #ffddac;
    background-image: url("../img/pattern__yellow.png");
    background-size: 384px auto;
    position: relative;
}
.ctn__productos:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/toast__detail.svg"),
        url("../img/toast__circular__detail.svg"),
        url("../img/toast__triangle__detail.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 125% 100px, -250px 35%, 105% 60%;
    background-size: 590px 590px, 590px 590px, 590px auto;
}

.inner__prodcutos {
    max-width: 1024px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 700px;
}

.head__products {
    display: block;
    width: 100%;
    position: relative;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8rem;
    margin-bottom: 2rem;
}

.tit__productos {
    font-family: "liebedorisbold";
    color: #4a261a;
    text-align: center;
    font-size: 3rem;
    margin: 0;
    line-height: 2em;
}

.list__products {
    display: inline-block;
    margin: 0;
    padding: 0 2rem;
    width: 100%;
    font-size: 0;
    /* background-image: url('../img/backs/back__itemProduct@2x.png');
      background-repeat: repeat-y;
      background-position: center 0;
      background-size: 800px 291px; */
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 2rem;
    vertical-align: top;
}

.list__products .item__product {
    font-size: 1rem;
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
    height: auto;
    min-height: 300px;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}
.list__products .foto__productLink {
    min-height: auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 240px;
    text-decoration: none;
}
.wrap__img__product {
    min-height: 240px;

    display: inline-block;
    width: 100%;
}

.list__products .item__product img {
    max-height: 260px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    width: auto;
    max-width: 232px;
}

.list__products .name__product {
    margin-left: auto;
    margin-right: auto;
    font-family: "liebedorisregular";
    text-decoration: none;
    font-weight: 400;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.35em;
    font-size: 2rem;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.7px;
    color: #562e07;
    max-width: 80%;
    text-shadow: none;
    padding: 5px;
    bottom: 1rem;
}

.list__products .item__product.last {
    height: 270px;
}

@media screen and (max-width: 640px) {
    .list__products {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .list__products .foto__productLink,
    .list__products .wrap__img__product {
        min-height: auto;
    }
    .list__products .item__product {
        width: 50%;
        min-height: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .list__products .item__product img {
        width: auto;
        max-height: 125px;
        max-width: 140px;
    }
    .list__products .name__product {
        font-size: 1.25rem;
    }

    .ctn__productos:before {
        background-position: 125% 100px, -75px 35%, 300% 65%;
        background-size: 220px 300px, 150px 150px, 300px auto;
    }
}
