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

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
    padding: 0;
}

button {
    border: none;
    color: #fff;
}

body {
    font-family: "Inter", sans-serif;
    color: #0E1318;
}

.container {
    min-width: 1280px;
    max-width: 1440px;
    margin: 65px;
    padding: 30px;
    text-align: center;
}

/* HEADER */
.header-container {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-text {
    width: 90px;
    font-size: 12px;
    letter-spacing: 8%;
    font-weight: 700;
    color: #A4A4A4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.header-text {
    font-size: 36px;
    letter-spacing: 0%;
    font-weight: 700;
}

/* QUALITITY */
.container-qualitity {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
}

.qualitity-article {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.qualitity-box-list {
    width: 375px;
    border-color: #F0F0F0;
}

.qualitity-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.qualitity-but {
    width: 68px;
    height: 39px;
    text-align: center;

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0%;
    margin-right: 12px;
    border-radius: 6px;
    background-color: #fff;
    color: #0E1318;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.qualitity-but:hover {
    background-color: #f3f3f3;
    transform: translateY(-2px);
}

.active {
    border-radius: 6px;
    background-color: #77AF00;
    color:  #fff;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(119, 175, 0, 0.2);
}

.toggle-divider {
    /* display: block; */
    width: 1px;
    height: 20px;
    background-color: #D8D8D8;
}

/* CARDS */
.cards-container {
    width: 1048px;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

.cards-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cards-list-item-1 {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #F0F0F0;
}

.cards-list-item-2 {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    border: 1px solid #F0F0F0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cards-list-item-articles {
    width: 300px;
    margin: 30px 24px 35px 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cards-list-item-article-1 {
    width: 95px;
    font-size: 24px;
    letter-spacing: 0%;
    font-weight: 600;
    margin-bottom: 35px;
}

.cards-list-item-article-2 {
    width: 263px;
    font-size: 16px;
    font-weight: 400;
    color: #A4A4A4;
    margin-bottom: 35px;
}

.cards-list-item-article-3 {
    width: 103px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.price-change {
    opacity: 0;
    transform: translateY(8px);
}

.cards-list-item-but {
    width: 300px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: #333333;
    border-radius: 6px;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0%;
}

.cards-list-item-but,
.cards-list-item-but-best {
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cards-list-item-but:hover,
.cards-list-item-but-best:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.cards-info-box {
    margin-bottom: 35px;
}

.cards-list-info {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cards-list-item-info {
    display: flex;
    flex-direction: row;
}

.icon-check-mark {
    color: #77AF00;
    margin-right: 10px;
}

.icon-check-mark-best {
    color: #77AF00;
    margin-right: 10px;
}

.cards-list-item-info-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
}

.cards-image {
    display: flex;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: 30px;
}

.cards-image img {
    width: 300px;
    height: 200px;
}

/* BEST VALUE */
.box-text-best {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 24px;
    background-color: #77AF00;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.text-best {
    width: 80px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4%;
    color: #fff;
    text-transform: uppercase;
}

.cards-list-item-best {
    border-color: #77AF00;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cards-list-item-but-best {
    width: 300px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: #77AF00;
    border-radius: 6px;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0%;
}

.best-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #77AF00;
    height: 100%;
}