.section-hero-all-product-page.articles-page.single-articles {
    background-color: #7A0803;
}
.section-article-content {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.section-article-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1220px;
}
.section-article-content h1 {
    font-family: "sukhumvit-set-bold";
    font-size: 46px;
    color: #464C4F;
    line-height: 1.6;
    text-align: center;
    width: 860px;
    margin-bottom: 36px;
}
.section-article-content-data {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 84px;
}
.section-article-content-date {
    font-family: "sukhumvit-set-medium";
    font-size: 20px;
    color: #6B6F73;
    line-height: 1;
}
.section-article-content-poster {
    font-family: "sukhumvit-set-medium";
    font-size: 20px;
    color: #6B6F73;
    line-height: 1;
}
.section-article-content-image-hero {
    width: 100%;
    height: 480px;
    margin-bottom: 34px;
}
.section-article-content-image-hero img {
    width: 100%;
    border-radius: 12px;
}
.article-content {
    display: flex;
    flex-direction: column;
}
.article-content .table-of-content-wrapper {
    display: flex;
    margin-bottom: 46px;
}
.article-content .table-of-content {
    display: flex;
    flex-direction: column;
    width: 488px;
    height: auto;
    border-radius: 8px;
    background-color: #f8f8f8;
    gap: 22px;
    padding: 24px;
}
.article-content .table-of-content p {
    position: relative;
    font-family: "sukhumvit-set-bold";
    font-size: 18px;
    color: #ff2623;
    line-height: 1;
}
.article-content .table-of-content > p {
    margin-bottom: 0;
}
.article-content .table-of-content p:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: solid #ff2623;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
}
.article-content .table-of-content ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style-type: none;
    padding-left: 0;
}
.article-content .table-of-content ul li {
    font-family: "sukhumvit-set-text";
    font-size: 16px;
    color: #0A0A0B;
    line-height: 1;
    list-style-type: none;
    padding-left: 0;
}
.table-of-content ul li a {
    color: unset;
}
.article-content h2 {
    font-family: "sukhumvit-set-bold";
    font-size: 28px;
    color: #ff2623;
    line-height: 1;
    margin-bottom: 22px;
}
.article-content h2 + ul {
    margin-bottom: 40px;
}
.article-content h2 + ul + .article-content-image-wrapper {
    margin-top: 0;
}
.article-content p {
    font-family: "sukhumvit-set-text";
    font-size: 18px;
    color: #0A0A0B;
    line-height: 1.6;
    margin-bottom: 40px;
}
.article-content ul {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 2px;
}
.article-content ul li {
    font-family: "sukhumvit-set-text";
    font-size: 16px;
    line-height: 1.6;
    list-style-type: disc;
    padding-left: 4px;
}
.article-content ul li > ul {
    margin-bottom: 0;
}
.article-content ul li::marker {
    font-size: 12px;
}
.article-content ul li ul {
    display: flex;
}
.article-content ul li ul li {
    font-family: "sukhumvit-set-text";
    font-size: 16px;
    line-height: 1.6;
    list-style-type: disc;
    padding-left: 4px;
}
.article-content ul li ul li::marker {
    font-size: 12px;
}
.article-content-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.article-content-image {
    width: 1000px;
    height: 680px;
}
.article-content-image img {
    width: 100%;
}
.article-content h3 {
    font-family: "sukhumvit-set-bold";
    font-size: 24px;
    color: #464C4F;
    line-height: 1;
    margin-bottom: 10px;
}
.article-content h3 + ul {
    margin-bottom: 10px;
}
.section-more-information-button-wrapper {
    display: flex;
    padding-bottom: 90px;
}
.section-more-information-button-wrapper .section-secrets-of-deliciousness-button {
    width: 246px;
}


@media screen and (min-width: 1441px) {
    .section-article-content {
        padding-bottom: 3.472vw;
    }
    .section-article-content-wrapper {
        width: 84.722vw;
    }
    .section-article-content h1 {
        font-size: 3.194vw;
        width: 59.722vw;
        margin-bottom: 2.5vw;
    }
    .section-article-content-data {
        gap: 0.556vw;
        margin-bottom: 5.833vw;
    }
    .section-article-content-date {
        font-size: 1.389vw;
    }
    .section-article-content-poster {
        font-size: 1.389vw;
    }
    .section-article-content-image-hero {
        height: 33.333vw;
        margin-bottom: 2.361vw;
    }
    .section-article-content-image-hero img {
        border-radius: 0.833vw;
    }
    .article-content .table-of-content-wrapper {
        margin-bottom: 3.194vw;
    }
    .article-content .table-of-content {
        width: 33.889vw;
        border-radius: 0.556vw;
        gap: 1.528vw;
        padding: 1.667vw;
        margin-bottom: 3.194vw;
    }
    .article-content .table-of-content p {
        font-size: 1.25vw;
    }
    .article-content .table-of-content p:before {
        right: 1.25vw;
        border-width: 0 0.208vw 0.208vw 0;
        padding: 0.417vw;
    }
    .article-content .table-of-content ul {
        gap: 0.972vw;
    }
    .article-content .table-of-content ul li {
        font-size: 1.111vw;
    }
    .article-content h2 {
        font-size: 1.944vw;
        margin-bottom: 1.528vw;
    }
    .article-content h2 + ul {
        margin-bottom: 2.778vw;
    }
    .article-content p {
        font-size: 1.25vw;
        margin-bottom: 2.778vw;
    }
    .article-content ul {
        padding-left: 1.389vw;
        gap: 0.139vw;
    }
    .article-content ul li {
        font-size: 1.111vw;
        padding-left: 0.278vw;
    }
    .article-content ul li::marker {
        font-size: 0.833vw;
    }
    .article-content ul li ul li {
        font-size: 1.111vw;
        padding-left: 0.278vw;
    }
    .article-content ul li ul li::marker {
        font-size: 0.833vw;
    }
    .article-content-image-wrapper {
        margin-top: 2.778vw;
        margin-bottom: 2.778vw;
    }
    .article-content-image {
        width: 69.444vw;
        height: 47.222vw;
    }
    .article-content h3 {
        font-size: 1.667vw;
        margin-bottom: 0.694vw;
    }
    .article-content h3 + ul {
        margin-bottom: 0.694vw;
    }
    .section-more-information-button-wrapper {
        padding-bottom: 6.25vw;
    }
    .section-more-information-button-wrapper .section-secrets-of-deliciousness-button {
        width: 17.083vw;
    }
}

@media screen and (max-width: 1439px) {
    .section-article-content {
        padding-bottom: 3.472vw;
    }
    .section-article-content-wrapper {
        width: 84.722vw;
    }
    .section-article-content h1 {
        font-size: 3.194vw;
        width: 59.722vw;
        margin-bottom: 2.5vw;
    }
    .section-article-content-data {
        gap: 0.556vw;
        margin-bottom: 5.833vw;
    }
    .section-article-content-date {
        font-size: 1.389vw;
    }
    .section-article-content-poster {
        font-size: 1.389vw;
    }
    .section-article-content-image-hero {
        height: 33.333vw;
        margin-bottom: 2.361vw;
    }
    .section-article-content-image-hero img {
        border-radius: 0.833vw;
    }
    .article-content .table-of-content-wrapper {
        margin-bottom: 3.194vw;
    }
    .article-content .table-of-content {
        width: 33.889vw;
        border-radius: 0.556vw;
        gap: 1.528vw;
        padding: 1.667vw;
        margin-bottom: 3.194vw;
    }
    .article-content .table-of-content p {
        font-size: 1.25vw;
    }
    .article-content .table-of-content p:before {
        right: 1.25vw;
        border-width: 0 0.208vw 0.208vw 0;
        padding: 0.417vw;
    }
    .article-content .table-of-content ul {
        gap: 0.972vw;
    }
    .article-content .table-of-content ul li {
        font-size: 1.111vw;
    }
    .article-content h2 {
        font-size: 1.944vw;
        margin-bottom: 1.528vw;
    }
    .article-content h2 + ul {
        margin-bottom: 2.778vw;
    }
    .article-content p {
        font-size: 1.25vw;
        margin-bottom: 2.778vw;
    }
    .article-content ul {
        padding-left: 1.389vw;
        gap: 0.139vw;
    }
    .article-content ul li {
        font-size: 1.111vw;
        padding-left: 0.278vw;
    }
    .article-content ul li::marker {
        font-size: 0.833vw;
    }
    .article-content ul li ul li {
        font-size: 1.111vw;
        padding-left: 0.278vw;
    }
    .article-content ul li ul li::marker {
        font-size: 0.833vw;
    }
    .article-content-image-wrapper {
        margin-top: 2.778vw;
        margin-bottom: 2.778vw;
    }
    .article-content-image {
        width: 69.444vw;
        height: 47.222vw;
    }
    .article-content h3 {
        font-size: 1.667vw;
        margin-bottom: 0.694vw;
    }
    .article-content h3 + ul {
        margin-bottom: 0.694vw;
    }
    .section-more-information-button-wrapper {
        padding-bottom: 6.25vw;
    }
    .section-more-information-button-wrapper .section-secrets-of-deliciousness-button {
        width: 17.083vw;
    }
}

@media screen and (max-width: 430px) {
    .section-article-content {
        padding-bottom: 3.472vw;
    }
    .section-article-content-wrapper {
        width: 100%;
    }
    .section-article-content h1 {
        font-size: 6.512vw;
        width: 100%;
        margin-bottom: 4vw;
        line-height: 1.4;
        padding: 1.2vw 6.512vw 0;
    }
    .section-article-content-data {
        gap: 1.4vw;
        margin-bottom: 13.953vw;
    }
    .section-article-content-date {
        font-size: 3.256vw;
    }
    .section-article-content-poster {
        font-size: 3.256vw;
    }
    .section-article-content-image-hero {
        height: 78.14vw;
        margin-bottom: 7.907vw;
        padding: 0 6.512vw;
    }
    .section-article-content-image-hero img {
        border-radius: 2.791vw;
    }
    .article-content .table-of-content-wrapper {
        margin-bottom: 3.194vw;
        padding: 0 6.512vw;
    }
    .article-content .table-of-content {
        width: 100%;
        border-radius: 1.86vw;
        gap: 4.651vw;
        padding: 4.186vw 3.256vw;
        margin-bottom: 3.194vw;
    }
    .article-content .table-of-content p {
        font-size: 3.721vw;
        padding: 0;
    }
    .article-content .table-of-content p:before {
        right: 8.837vw;
        border-width: 0 0.508vw 0.508vw 0;
        padding: 0.917vw;
    }
    .article-content .table-of-content ul {
        gap: 3.256vw;
    }
    .article-content .table-of-content ul li {
        font-size: 3.721vw;
    }
    .article-content h2 {
        font-size: 5.581vw;
        margin-bottom: 5.047vw;
        padding: 0 6.512vw;
    }
    .article-content h2 + ul {
        margin-bottom: 9.778vw;
    }
    .article-content p {
        font-size: 3.721vw;
        margin-bottom: 10.233vw;
        padding: 0 6.512vw;
    }
    .article-content ul {
        gap: 1vw;
        padding: 0 6.512vw 0 11.628vw;
    }
    .article-content ul li > ul {
        padding: 0 0 0 5.389vw;
    }
    .article-content ul li {
        font-size: 3.721vw;
        padding-left: 1.278vw;
    }
    .article-content ul li::marker {
        font-size: 3vw;
    }
    .article-content ul li ul li {
        font-size: 3.721vw;
        padding-left: 1.278vw;
    }
    .article-content ul li ul li::marker {
        font-size: 3vw;
    }
    .article-content-image-wrapper {
        margin-top: 10.233vw;
        margin-bottom: 10.233vw;
    }
    .article-content-image {
        width: 100%;
        height: 67.907vw;
    }
    .article-content h3 {
        font-size: 4.651vw;
        margin-bottom: 1.694vw;
        padding: 0 6.512vw 0;
    }
    .article-content h3 + ul {
        margin-bottom: 1.278vw;
    }
    .section-more-information-button-wrapper {
        padding-bottom: 13.778vw;
    }
    .section-more-information-button-wrapper .section-secrets-of-deliciousness-button {
        width: 51.163vw;
    }
}