.product-slick {
    overflow: hidden;
    justify-content: left;
    display: flex;
}

.product-slick .img-fluid {
    width: 100%;
    object-fit: contain;
}

.collection-wrapper {
    width: 100%;
    text-align: left;
}

.collection-wrapper .row {
    gap: 20px;
}

.collection-wrapper .flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 15px;
    margin: 24px 0;
}

.collection-wrapper .spp-single-item-options .flex {
    justify-content: flex-start;
}

.collection-wrapper .flex li {
    border: 1px solid #f2f2f2;
    padding: 8px 24px 8px 24px;
    display: flex;
    transition: border 0.3s ease-in-out;
    border-radius: 6px 10px 6px 10px;
    cursor: pointer;
    justify-content: center;
}

.collection-wrapper .spp-single-item-options .active {
    border: 1px solid var(--primary-color);
}

.collection-wrapper .spp-single-item-message p {
    display: block;
    margin-top: 24px;
    font-weight: var(--w-700);
    font-family: var(--text-font), sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
    color: var(--primary-color);
}

.collection-wrapper .quantity .buttons {
    display: inline-flex;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    margin: 8px 0px;
}

.collection-wrapper .quantity .buttons button,
.collection-wrapper .quantity .buttons input {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-align: center;
    font-family: var(--text-font);
}

.collection-wrapper .quantity .buttons button {
    cursor: pointer;
}

.collection-wrapper .size .select {
    width: 200px;
}

.wish-list-active {
    background-color: var(--primary-color);
}

.btn-default:hover svg,
.btn-default.wish-list-active svg {
    fill: #ffffff;
    stroke: #ffffff;
}

.btn-default.wish-list-active:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.collection-wrapper .promotion {
    font-size: 18px;
    line-height: 22px;
    text-decoration: line-through;
    font-weight: 400;
}

.collection-wrapper #beneficios li,
.collection-wrapper #composicao li {
    list-style-type: disc;
    margin-bottom: 8px;
    margin-left: 20px;
    font-size: 16px;
    font-family: var(--text-font);
}

.product__title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: var(--heading-second-font-size);
}

.forma-pagamento p {
    font-size: 12px;
    align-items: center;
    display: flex;
    gap: 8px;
}

.forma-pagamento p.cinza {
    color: #a1a2a5;
}

@media (max-width: 1111px) {
    .btn.add-cart,
    .btn.btn-default--transparent.add-cart {
        font-size: 14px;
    }
}

@media (max-width: 849px) {
    .product__images {
        margin: 24px 0;
    }
}

@media (max-width: 590px) {
    .collection-wrapper .flex {
        grid-template-columns: repeat(2, 1fr);
    }

    .row.row--nowrap {
        flex-wrap: wrap;
        width: 100%;
    }

    .row.row--nowrap button {
        flex-wrap: wrap;
        width: 100%;
    }
}
