/*Primary style*/
html,
body,
div,
img,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

/*Primary style*/
*,
*::after,
*::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

/*Main Components*/
p.titulo-tabela-comparativa {
    font-family: "proxima-nova-condensed", Montserrat, Arial, "Helvetica Neue",
        Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px !important;
    line-height: 49px !important;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    max-width: 991px;
    margin: 100px auto;
}

.qtd-porcao {
    position: absolute;
    font-size: 14px !important;
    bottom: 0;
    text-transform: initial;
    left: 30px;
    color: #141414;
    font-weight: normal;
    line-height: 16px;
    font-style: italic;
    max-width: 90px;
}

.top-info.border-left,
.footer-bt.border-left {
    border-right: 1px solid;
    border: none !important;
}

.cd-products-comparison-table {
    margin-bottom: 6em;
}

.cd-products-comparison-table::after {
    display: none;
    content: "mobile";
}

.actions {
    padding: 0 0 25px;
    float: right;
}

.actions::after {
    clear: both;
    content: "";
    display: table;
}

.cd-products-comparison-table h2 {
    float: left;
    font-weight: bold;
}

.reset,
.filter {
    font-size: 1.4rem;
}

.reset:hover,
.filter:hover {
    opacity: 0.8;
    color: inherit;
}

.filter:hover {
    text-decoration: none;
    color: #ffffff;
}

.reset {
    color: #333333;
    text-decoration: underline;
}

.filter {
    padding: 0.6em 2em;
    color: #ffffff;
    background-color: #141414;
    border-radius: 3px;
    margin-left: 1.6em;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: inline-block;
}

.cd-products-comparison-table .filter.active {
    cursor: pointer;
    background-color: #333333;
}

.no-touch .cd-products-comparison-table .filter.active:hover {
    background-color: #333333;
}

.cd-products-table {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
}

.cd-products-table .features {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: auto;
    left: 0;
    width: 120px;
    border-style: solid;
    border-color: #e6e6e6;
    border-bottom-width: 1px;
}

.cd-products-table .features::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 4px;
    height: 100%;
    opacity: 0;
}

ul.cd-table-navigation {
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9;
}

.cd-products-table.scrolling .features::after {
    opacity: 1;
}

.cd-products-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-style: solid;
    border-color: #e6e6e6;
    border-bottom-width: 1px;
    display: flex;
    width: 100%;
    gap: 8px;
}

.cd-products-columns {
    width: 1200px;
    margin-left: 120px;
}

.cd-products-columns::after {
    clear: both;
    content: "";
    display: table;
}

.cd-products-columns .product {
    position: relative;
    float: left;
    width: 150px;
    text-align: center;
    margin-bottom: 0px;
}

.filtering .cd-products-columns .product:not(.selected) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-features-list.atributos {
    background-color: #141414;
    color: #ffffff;
    text-transform: initial !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 0;
}

.cd-features-list.atributos li {
    justify-content: start;
}

.cd-features-list.atributos li p {
    margin-bottom: 0;
}

.no-product-transition .cd-products-columns .product.selected {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.filtered .cd-products-columns .product:not(.selected) {
    position: absolute;
}

.cd-features-list li.dark {
    background: #f0f0f0;
}

.product .top-info img {
    margin: 0 auto;
}

.cd-features-list li {
    font-size: 14px;
    line-height: 16px;
    padding: 25px 40px;
    border-color: #e6e6e6;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    margin-bottom: 0px;
    text-align: left;
}

.cd-features-list li.rate {
    padding: 21px 0;
}

.cd-features-list li.rate span {
    display: inline-block;
    height: 22px;
    width: 110px;
    background: url(../img/cd-star.svg);
    color: transparent;
}

.cd-products-table .features .top-info {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 14px;
    padding: 0 30px;
    text-align: left;
}

.features .cd-features-list li {
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: initial;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-weight: 500;
    padding: 0 30px;
}

.cd-products-table .top-info {
    position: relative;
    height: 256px;
    text-align: center;
    border-color: #e6e6e6;
    border-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    cursor: pointer;
    background: #ffffff;
    margin-bottom: 0px;
}
.cd-products-table .footer-bt {
    position: relative;
    height: 40px;
    text-align: center;
    border: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    cursor: pointer;
    background: #ffffff;
    margin-bottom: 0px;
}
.cd-products-table .footer-bt .action.tocart.primary {
    margin: 0;
}

.position-selecionar {
    height: 40px;
    align-items: center;
}

.cd-products-table .top-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 4px;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.06),
        transparent
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.06),
        transparent
    );
    opacity: 0;
}

.cd-products-table .top-info h3 {
    font-weight: bold;
    font-size: 16px;
    color: #141414;
    margin: 0;
}

.cd-products-table .top-info img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-products-table .top-info h3,
.cd-products-table .top-info img {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    position: relative;
    z-index: 9;
}

.cd-products-table .top-info .check {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 auto 1em;
}

.cd-products-table .top-info .check::after,
.cd-products-table .top-info .check::before {
    position: absolute;
    top: 3px;
    left: -25px;
    content: "";
    height: 100%;
    width: 100%;
}

.cd-products-table .top-info .check::before {
    border-radius: 4px;
    border: 1px solid #000000;
    background: #ffffff;
    width: 16px;
    height: 16px;
}

.cd-products-table .top-info .check::after {
    background: url(https://www.essentialnutrition.com.br/media/wysiwyg/tabela-comparativa/cd-check.svg)
        no-repeat center center;
    background-size: 24px 24px;
    opacity: 0;
}

.cd-products-table .features .top-info,
.cd-products-table .features .footer-bt {
    width: 120px;
    cursor: auto;
}

.cd-products-table .selected .top-info .check::before {
    background: #333333;
    border-color: #333333;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cd-products-table .selected .top-info .check::after {
    opacity: 1;
}

.cd-table-navigation a {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    -webkit-transform: translateY(55px) rotate(180deg);
    -moz-transform: translateY(55px) rotate(180deg);
    -ms-transform: translateY(55px) rotate(180deg);
    -o-transform: translateY(55px) rotate(180deg);
    transform: translateY(55px) rotate(180deg);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    height: 32px;
    width: 32px;
    background: #141414
        url(https://essentialnutrition-upload-files.s3.amazonaws.com/site-nutrition/compare-produtos/arrow-left-tc.svg)
        no-repeat center center;
    background-size: 16px;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s,
        -webkit-transform 0.3s;
    -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s,
        -moz-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s,
        transform 0.3s;
}

.cd-table-navigation a.inactive {
    opacity: 0.6;
    visibility: visible;
}

.cd-table-navigation a.prev {
    left: 120px;
    right: auto;
    -webkit-transform: translateY(55px) translateX(15px);
    -moz-transform: translateY(55px) translateX(15px);
    -ms-transform: translateY(55px) translateX(15px);
    -o-transform: translateY(55px) translateX(15px);
    transform: translateY(55px) translateX(15px);
}

.no-touch .cd-table-navigation a:hover {
    background-color: #404042;
}

/*No JS*/
.no-js .actions {
    display: none;
}

.no-js .cd-products-table .top-info,
.no-js .cd-products-table .footer-bt {
    height: 145px;
}

.no-js .cd-products-columns .check {
    display: none;
}

.product .top-info {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-top-width: 1px;
}
.product .footer-bt {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    border-top-width: 1px;
}

.product .top-info input {
    height: 225px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    appearance: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
}

.product .top-info label {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
    float: left;
}

.product .top-info input[type="checkbox"] + label:before {
    font-size: 16px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    content: "";
    border: 2px solid #141414;
    position: relative;
    margin-left: 16px;
    top: 3px;
    margin-right: 8px;
}

.product .top-info input[type="checkbox"]:checked + label:before {
    content: "";
    font-weight: bold;
    background: #141414
        url(https://www.essentialnutrition.com.br/media/wysiwyg/tabela-comparativa/cd-check.svg)
        no-repeat center center;
    background-size: 20px 20px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 0;
}

.features .top-info,
.features .footer-bt {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.scroll {
    display: flex;
    justify-content: start;
    width: 100%;
    height: 100%;
}

a.btn-tabela {
    background-color: #b29b62;
    width: 136px;
    padding: 10px;
    color: #000000;
    border-radius: 0px;
}

.duvida-colageno h2.titulo02 {
    color: #1d1d1d;
    text-align: center;
    max-width: 680px;
    text-transform: uppercase;
    font-size: 44px;
    margin: 0px auto;
}

.duvida-colageno .p-text {
    color: #333;
    margin: 50px auto 0;
    text-align: center;
    max-width: 420px;
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 100px;
}

.title-buttons .container {
    max-width: 1170px;
    padding: 0;
}

.tables .container {
    max-width: 1154px;
    padding: 0;
}

.title-buttons .title {
    font-family: var(--main-font-family-condensed);
    font-size: 29px;
    line-height: 31px;
    font-weight: 900;
    margin: 43px 0 0;
    text-transform: uppercase;
}

.title-buttons p.subtitle {
    font-family: "utopia-std-display", arial, sans-serif;
    font-size: 29px;
    line-height: 31px;
    margin: 0 0 24px;
    font-style: italic;
}

.title-buttons button {
    width: auto;
    padding: 10px 16px;
    background-color: #f0f0f0;
    color: #141414;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    font-weight: 400;
}

.title-buttons button:hover {
    opacity: 0.8;
}

.title-buttons .buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.title-buttons button:active,
.title-buttons button:focus {
    outline: none;
    box-shadow: none;
}

.hidden {
    display: none;
}

.title-buttons button.selected {
    background-color: #141414;
    color: #ffffff;
}

.titulo-saiba-mais a {
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    text-decoration: underline;
    display: block;
    position: relative;
    z-index: 1;
}

.titulo-saiba-mais a:hover {
    color: #141414;
    opacity: 0.8;
}

.cd-features-list li.last-item {
    align-items: flex-start;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.cd-features-list .add-product {
    height: 45px;
    background: #141414;
    margin-top: 10px;
    border-radius: 6px;
    width: 100%;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
    color: #ffffff;
}

/*Ajuste na altura das colunas individuais*/

#tabela-comparativa-proteinas .cd-features-list li:nth-child(1),
#tabela-comparativa-enhanced .cd-features-list li:nth-child(5),
#tabela-comparativa-pre-treino .cd-features-list li:nth-child(7) {
    height: 110px;
}

#tabela-comparativa-pre-treino .cd-features-list li:nth-child(3) {
    height: 140px;
}

#tabela-comparativa-proteinas .cd-features-list li:nth-child(4) {
    max-height: 70px;
}

#tabela-comparativa-adocantes .cd-features-list li:nth-child(4) {
    height: 150px;
}

#tabela-comparativa-colagenos .cd-features-list li:nth-child(19),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(13) {
    max-height: 65px;
}

#tabela-comparativa-proteinas .cd-features-list li:nth-child(2),
#tabela-comparativa-proteinas .cd-features-list li:nth-child(5),
#tabela-comparativa-proteinas .cd-features-list li:nth-child(6),
#tabela-comparativa-proteinas .cd-features-list li:nth-child(7),
#tabela-comparativa-proteinas .cd-features-list li:nth-child(8),
/*Barrinhas*/
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(1),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(2),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(3),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(4),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(5),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(6),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(7),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(8),
#tabela-comparativa-barrinhas .cd-features-list li:nth-child(9),
/*Adoçantes*/
#tabela-comparativa-adocantes .cd-features-list li:nth-child(1),
#tabela-comparativa-adocantes .cd-features-list li:nth-child(2),
#tabela-comparativa-adocantes .cd-features-list li:nth-child(3),
/*Omegas Enhanced*/
#tabela-comparativa-enhanced .cd-features-list li:nth-child(1),
#tabela-comparativa-enhanced .cd-features-list li:nth-child(2),
#tabela-comparativa-enhanced .cd-features-list li:nth-child(3),
#tabela-comparativa-enhanced .cd-features-list li:nth-child(4),
#tabela-comparativa-enhanced .cd-features-list li:nth-child(6),
#tabela-comparativa-enhanced .cd-features-list li:nth-child(7),
/*Colagenos*/
#tabela-comparativa-colagenos .cd-features-list li:nth-child(1),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(2),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(3),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(4),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(5),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(6),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(7),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(8),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(9),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(10),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(11),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(12),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(14),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(15),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(16),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(17),
#tabela-comparativa-colagenos .cd-features-list li:nth-child(18),
/*Pré treino*/
#tabela-comparativa-pre-treino .cd-features-list li:nth-child(1),
#tabela-comparativa-pre-treino .cd-features-list li:nth-child(2),
#tabela-comparativa-pre-treino .cd-features-list li:nth-child(4),
#tabela-comparativa-pre-treino .cd-features-list li:nth-child(5) {
    max-height: 55px;
}

/*Animations*/
@-webkit-keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes cd-bounce {
    0% {
        -moz-transform: scale(1);
    }

    60% {
        -moz-transform: scale(1.6);
    }

    100% {
        -moz-transform: scale(1.5);
    }
}

@keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/*Resopnsive*/
@media only screen and (min-width: 1170px) {
    .cd-products-comparison-table {
        margin-bottom: 8em;
    }

    .cd-products-comparison-table::after {
        content: "desktop";
    }

    .cd-products-comparison-table h2 {
        font-size: 2.4rem;
    }

    .reset,
    .filter {
        font-size: 1rem;
    }

    .cd-products-comparison-table .filter {
        padding: 0.6em 2em;
        margin-left: 1.6em;
    }

    .cd-products-table .features {
        width: 210px;
        height: auto;
    }

    .cd-products-columns {
        width: fit-content;
        margin-left: 0px;
        display: flex;
        list-style: none;
        margin-bottom: 0px;
        gap: 8px;
    }

    .cd-products-columns .product {
        width: 236px;
        height: auto;
    }

    .cd-features-list li.rate {
        padding: 22px 0;
    }

    .cd-products-table .top-info .check {
        margin-bottom: 1.5em;
        text-transform: lowercase;
        font-size: 14px;
        color: #333333;
        font-weight: 400;
    }

    .cd-products-table .features .top-info,
    .cd-products-table .features .footer-bt {
        width: 210px;
    }

    .cd-products-table.top-fixed .top-info,
    .cd-products-table.top-scrolling .top-info,
    .cd-products-table.top-fixed .footer-bt,
    .cd-products-table.top-scrolling .footer-bt {
        position: relative;
        top: 0;
    }

    .no-cssgradients .cd-products-table.top-fixed .top-info,
    .no-cssgradients .cd-products-table.top-scrolling .top-info {
        border-bottom: 1px solid #e6e6e6;
    }

    .cd-products-table.top-fixed .top-info::after,
    .cd-products-table.top-scrolling .top-info::after {
        opacity: 1;
    }

    .cd-products-table.top-scrolling .top-info,
    .cd-products-table.top-scrolling .footer-bt {
        position: absolute;
    }

    .cd-table-navigation a {
        -webkit-transform: translateY(100px) rotate(180deg);
        -moz-transform: translateY(100px) rotate(180deg);
        -ms-transform: translateY(100px) rotate(180deg);
        -o-transform: translateY(100px) rotate(180deg);
        transform: translateY(100px) rotate(180deg);
    }

    .cd-table-navigation a.prev {
        left: 210px;
        -webkit-transform: translateY(100px) translateX(15px);
        -moz-transform: translateY(100px) translateX(15px);
        -ms-transform: translateY(100px) translateX(15px);
        -o-transform: translateY(100px) translateX(15px);
        transform: translateY(100px) translateX(15px);
    }

    .top-fixed .cd-table-navigation a {
        position: fixed;
    }

    .top-fixed .cd-table-navigation a,
    .top-scrolling .cd-table-navigation a {
        -webkit-transform: translateY(45px);
        -moz-transform: translateY(45px);
        -ms-transform: translateY(45px);
        -o-transform: translateY(45px);
        transform: translateY(45px);
    }

    .top-fixed .cd-table-navigation a.prev,
    .top-scrolling .cd-table-navigation a.prev {
        -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
        -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
        -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
        -o-transform: translateY(45px) translateX(15px) rotate(180deg);
        transform: translateY(45px) translateX(15px) rotate(180deg);
    }

    .no-js .cd-products-table .top-info,
    .no-js .cd-products-table .footer-bt {
        height: 248px;
    }
}

/*Mobile*/
@media (max-width: 767px) {
    p.titulo-tabela-comparativa {
        font-size: 22px !important;
        line-height: 27px !important;
        margin: 50px auto;
        max-width: 333px;
    }

    .cd-products-columns {
        display: flex;
        margin-left: 0px;
        gap: 3px;
    }

    .position-selecionar {
        position: relative;
        height: 31px;
    }

    .cd-features-list li {
        height: 290px;
        padding: 0 14px;
        text-align: left;
    }

    .cd-products-table .top-info .check {
        font-size: 14px;
        text-transform: lowercase;
    }

    .cd-products-table .top-info h3 {
        font-size: 14px;
        margin: 0;
    }

    .cd-table-navigation a.prev {
        left: 45px;
    }

    #tabela-comparativa .container {
        padding-left: 0;
        padding-right: 0;
    }

    .duvida-colageno h2.titulo02 {
        color: #1d1d1d;
        margin: 70px auto 0;
        text-align: center;
        max-width: 265px;
        text-transform: uppercase;
        font-size: 30px;
    }

    .duvida-colageno .p-text {
        font-size: 16px;
        line-height: 20px;
        margin: 50px 30px;
    }

    section.cd-products-comparison-table {
        height: 700px !important;
    }

    .cd-table-navigation a {
        top: 40px;
        left: auto;
        right: 10px;
    }

    .cd-products-table.scrolling .features::after {
        opacity: 0;
    }

    .cd-products-columns .product {
        -webkit-transition: opacity 0.3s, visibility 0.3s,
            -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        list-style: none;
    }

    .cd-products-table .top-info .check::before {
        -webkit-transition: background-color 0.3s, -webkit-transform 0.3s,
            border-color 0.3s;
        -moz-transition: background-color 0.3s, -moz-transform 0.3s,
            border-color 0.3s;
        transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
    }

    .filtering .cd-products-columns .product:not(.selected) {
        display: none;
    }

    .title-buttons .container {
        padding: 0 15px;
    }

    .title-buttons p.subtitle {
        max-width: 260px;
        margin-bottom: 32px;
    }

    .title-buttons .buttons {
        margin-bottom: 60px;
        padding-bottom: 3px;
        display: inline-table;
    }

    .title-buttons button {
        margin: 5px;
    }

    .title-buttons button:hover {
        opacity: 1;
    }

    .title-buttons .buttons::-webkit-scrollbar {
        width: 3px !important;
        height: 3px !important;
    }

    .filter {
        padding: 6px 30px;
        margin-left: 20px;
    }

    .reset,
    .filter {
        font-size: 1rem;
    }

    .features .cd-features-list li p {
        transform: rotate(-90deg);
        text-align: left;
        margin: 0 auto;
    }

    .cd-products-table .features {
        width: 50px;
    }

    .cd-features-list.atributos li {
        justify-content: center;
        white-space: nowrap;
        padding: 0;
    }

    .qtd-porcao {
        position: absolute;
        bottom: 30px;
        left: -8px;
        max-width: 68px;
        transform: rotate(-90deg);
        white-space: nowrap;
    }

    .cd-products-table .features .top-info,
    .cd-products-table .features .footer-bt {
        width: 50px;
        padding: 0;
        position: sticky;
        z-index: 2;
    }

    .product .top-info {
        border-bottom-width: 1px;
    }

    .cd-products-wrapper {
        gap: 3px;
    }

    /*Ajuste na altura das colunas individuais*/

    /*Proteinas*/
    #tabela-comparativa-proteinas .cd-features-list li:nth-child(1) {
        height: 155px;
    }

    #tabela-comparativa-proteinas .cd-features-list li:nth-child(2),
    #tabela-comparativa-proteinas .cd-features-list li:nth-child(4),
    #tabela-comparativa-proteinas .cd-features-list li:nth-child(5) {
        max-height: 160px;
    }

    #tabela-comparativa-proteinas .cd-features-list li:nth-child(3) {
        max-height: 130px;
    }

    #tabela-comparativa-proteinas .cd-features-list li:nth-child(6),
    #tabela-comparativa-proteinas .cd-features-list li:nth-child(7),
    #tabela-comparativa-proteinas .cd-features-list li:nth-child(8) {
        max-height: 100px;
    }

    /*Barrinhas*/
    #tabela-comparativa-barrinhas .cd-features-list li:nth-child(1),
  #tabela-comparativa-barrinhas .cd-features-list li:nth-child(2),
  #tabela-comparativa-barrinhas .cd-features-list li:nth-child(4),
  #tabela-comparativa-barrinhas .cd-features-list li:nth-child(7),
  #tabela-comparativa-barrinhas .cd-features-list li:nth-child(8),
  /*Adoçantes*/
  #tabela-comparativa-adocantes .cd-features-list li:nth-child(1),
  #tabela-comparativa-adocantes .cd-features-list li:nth-child(2),
  #tabela-comparativa-adocantes .cd-features-list li:nth-child(3) {
        max-height: 120px;
    }

    #tabela-comparativa-barrinhas .cd-features-list li:nth-child(3),
    #tabela-comparativa-barrinhas .cd-features-list li:nth-child(5),
    #tabela-comparativa-barrinhas .cd-features-list li:nth-child(6),
    #tabela-comparativa-barrinhas .cd-features-list li:nth-child(9) {
        max-height: 140px;
    }

    /*Adoçantes*/
    #tabela-comparativa-adocantes .cd-features-list li:nth-child(4) {
        height: 220px;
    }

    /*Omegas Enhanced*/
    #tabela-comparativa-enhanced .cd-features-list li:nth-child(1) {
        max-height: 120px;
    }

    #tabela-comparativa-enhanced .cd-features-list li:nth-child(2) {
        max-height: 140px;
    }

    #tabela-comparativa-enhanced .cd-features-list li:nth-child(3),
    #tabela-comparativa-enhanced .cd-features-list li:nth-child(4),
    #tabela-comparativa-enhanced .cd-features-list li:nth-child(6),
    #tabela-comparativa-enhanced .cd-features-list li:nth-child(7) {
        max-height: 120px;
    }

    #tabela-comparativa-enhanced .cd-features-list li:nth-child(5) {
        height: 180px;
    }

    /*Colagenos*/
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(1),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(2),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(3),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(13) {
        max-height: 140px;
    }

    #tabela-comparativa-colagenos .cd-features-list li:nth-child(4),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(5),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(7),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(9),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(10),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(11),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(12),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(15),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(16),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(17),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(18),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(19) {
        max-height: 100px;
    }

    #tabela-comparativa-colagenos .cd-features-list li:nth-child(14) {
        max-height: 115px;
    }

    #tabela-comparativa-colagenos .cd-features-list li:nth-child(6),
    #tabela-comparativa-colagenos .cd-features-list li:nth-child(8) {
        max-height: 120px;
    }

    /*Pré treino*/
    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(1) {
        max-height: 120px;
    }

    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(2),
    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(4),
    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(5) {
        max-height: 105px;
    }

    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(3) {
        height: 230px;
    }

    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(6),
    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(7),
    #tabela-comparativa-pre-treino .cd-features-list li:nth-child(8) {
        height: 150px;
    }

    /*Alturas individuas das tabelas para travar scroll*/
    #tabela-comparativa-proteinas .cd-products-table .features,
    #tabela-comparativa-proteinas .cd-products-columns .product {
        height: 1320px;
    }

    #tabela-comparativa-barrinhas .cd-products-table .features,
    #tabela-comparativa-barrinhas .cd-products-columns .product {
        height: 1410px;
    }

    #tabela-comparativa-enhanced .cd-products-table .features,
    #tabela-comparativa-enhanced .cd-products-columns .product {
        height: 1100px;
    }

    #tabela-comparativa-colagenos .cd-products-table .features,
    #tabela-comparativa-colagenos .cd-products-columns .product {
        height: 2295px;
    }

    #tabela-comparativa-pre-treino .cd-products-table .features,
    #tabela-comparativa-pre-treino .cd-products-columns .product {
        height: 1295px;
    }
}
