.product-cover {
    min-height: 380px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.product-cover .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: var(--c-whitish);
    width: 50%;
}

@media (max-width: 768px) {
    .product-cover {
        min-height: 216px;
    }
    .product-cover .title {
        font-size: 32px;
        line-height: 32px;
    }
}

/********************************
**********  Article 1  **********
*********************************/
.product-body {
    margin: 53px 0 84px;
}
.product-body .container {
    display: flex;
}
.product-body .container > div {
    flex: 1;
}
.product-body .container > div:first-child {
    flex: 1.3;
}

.product-body h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 0;
}
.product-body p {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.product-body p strong {
    color: var(--c-primary);
    font-weight: 700;
}
.product-body .form-container {
    position: relative;
}
.product-body .form-container > div {
    transform: translateY(-30%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-body .container .mascot {
    position: absolute;
    bottom: 100%;
}
.product-body .form-container img {
    margin-bottom: -8px;
    z-index: 1;
    position: relative;
}
.product-body .form-calculator {
    max-width: 313px;
    /* background: linear-gradient(273.08deg, rgba(218, 158, 11, 0.2) 0%, rgba(255, 207, 88, 0.2) 98.18%), */
    /* linear-gradient(0deg, var(--c-bkg), var(--c-bkg)); */
}

.product-body .whatsapp {
    margin-top: 67px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .product-body {
        margin: 24px 0 33px;
    }
    .product-body .container {
        display: block;
    }
    .product-body h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .product-body .form-container > div {
        transform: none;
    }
    .product-body .form-calculator {
        margin: 24px auto 0;
    }
}

/********************************
**********  Article 1  **********
*********************************/
.product-info-container {
    margin-bottom: 120px;
}
.product-info-container .container-fluid {
    display: flex;
    gap: 20px;
}
.product-info-container .imgs {
    display: flex;
    gap: 20px;
}
.product-info-container .imgs img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.product-info-container .imgs img:last-child {
    margin-bottom: 0;
}
.product-info-container .note {
    background: linear-gradient(273.08deg, rgba(14, 156, 81, 0.2) 0%, rgba(148, 213, 36, 0.2) 98.18%),
        linear-gradient(0deg, var(--c-bkg), var(--c-bkg));
    border-radius: 12px 0px 12px 0px;
    padding: 9px;
    color: #fff;
    font-family: var(--f-looped);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: table;
}
.product-info-container .note .number {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.product-info-container .note span {
    font-size: 11.4px;
    font-weight: 400;
    line-height: 17.1px;
}
.product-info-container .note .number {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-right: 5px;
}
.product-info-container .note .number sup {
    font-size: 14px;
}
.product-info-container h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 0;
}
.product-info-container h2 strong {
    font-weight: 700;
}
.product-info-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
}
.product-info-container p strong {
    font-weight: 700;
}
.product-info-container .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.product-info-container .btn {
    width: fit-content;
}
.product-info-container .link {
    color: var(--c-bkg);
    text-decoration: underline;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    margin: auto;
}

@media (max-width: 768px) {
    .product-info-container {
        margin-bottom: 44px;
    }
    .product-info-container .container-fluid {
        flex-direction: column;
        gap: 16px;
    }
    .product-info-container h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 0;
    }
    .product-info-container .imgs {
        gap: 8px;
    }
    .product-info-container .imgs img {
        margin-bottom: 8px;
    }
    .product-info-container .section-2 .imgs {
        margin-bottom: 0;
    }
    .product-info-container .footer {
        flex-direction: column;
        gap: 16px;
        margin-top: 26px;
    }
}

/********************************
*****  Sections template 2  *****
*********************************/
.product-info-container .section-2 > div {
    flex: 1;
}
.product-info-container .section-2 > div:first-child {
    flex: 1.3;
}
.product-info-container .section-2 .imgs > div {
    flex: 1;
}
.product-info-container .section-2 .imgs > div:first-child {
    flex: 1.4;
}
.product-info-container .section-2 .imgs > div:last-child img:last-child {
    width: 70%;
}
.product-info-container .section-2 .imgs .note {
    margin-right: 0;
    margin-left: auto;
}

/********************************
*****  Sections template 3  *****
*********************************/
.product-info-container .section-3 > div {
    flex: 1.3;
}
.product-info-container .section-3 > div:first-child {
    flex: 1;
}
.product-info-container .section-3 .imgs > div {
    flex: 1;
}
.product-info-container .section-3 .imgs > div:first-child {
    flex: 1.4;
}

@media (max-width: 768px) {
    .product-info-container .section-3 {
        flex-direction: column-reverse;
    }
}

/********************************
*****  Sections template 4  *****
*********************************/
.product-info-container .section-4 > div {
    flex: 1;
}
.product-info-container .section-4 > div:first-child {
    flex: 1.3;
}
.product-info-container .section-4 .imgs {
    flex-direction: column;
}
.product-info-container .section-4 .imgs > div:last-child {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.product-info-container .section-4 .imgs > div:last-child img {
    width: 201px;
    max-width: 100%;
}
.product-info-container.last-child {
    margin-bottom: 85px;
}

@media (max-width: 768px) {
    .product-info-container .section-4 .imgs {
        flex-direction: row;
    }
    .product-info-container .section-4 .imgs > div:last-child {
        flex-direction: column-reverse;
        gap: 8px;
    }
}

/********************************
***********  Footer  ************
*********************************/
.product-page .footer-container {
    padding: 44px 0 29px;
    margin-bottom: 22px;
    background-color: var(--c-whitish);
    position: relative;
}
.product-page .footer-container h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    color: var(--c-green);
}
.product-page .footer-container .footer-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-page .footer-container .footer-body > div {
    flex: 1;
}
.product-page .footer-container .footer-body .info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    float: right;
}
.product-page .footer-container .footer-body .info strong {
    font-weight: 700;
}
.product-page .footer-container .footer-body .info p {
    margin-top: 0;
}
.product-page .footer-container .footer-body .info ul {
    margin: 0;
}
.product-page .footer-container .footer-body img {
    margin: auto;
    display: block;
}
.product-page .footer-container .footer-body .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
}

.product-page .footer-container .mascot-top {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 250px;
}

@media (max-width: 991px) {
    .product-page .footer-container {
        padding-top: 135px;
        margin-top: 175px;
    }
    .product-page .footer-container h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        margin-bottom: 24px;
    }
    .product-page .footer-container h3 span {
        color: var(--c-primary);
        display: block;
    }
    .product-page .footer-container .footer-body {
        flex-direction: column;
    }
    .product-page .footer-container .footer-body .info {
        text-align: center;
        float: none;
    }
    .product-page .footer-container .footer-body .info p {
        margin-bottom: 8px;
    }
    .product-page .footer-container .footer-body .info ul {
        display: table;
        margin: auto;
    }
}
@media (max-width: 1200px) {
    .product-page .footer-container .footer-body .buttons {
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
    }
}
