* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
}

a,
label,
button {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

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

figure {
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%;
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
}

object {
    pointer-events: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.vertical_text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: right;
    transform: rotate(180deg);
}

.vis_hid {
    visibility: hidden;
}

.logo a {
    display: inline-block;
}

.flex {
    display: flex;
}

.flex.wrap {
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.grid {
    display: grid;
}

.flex_1 {
    flex: 1;
}

.flex_0 {
    flex: 0 0 auto;
}

.al_top {
    align-items: flex-start;
}

.al_baseline {
    align-items: baseline;
}

.al_center {
    align-items: center;
}

.al_bottom {
    align-items: flex-end;
}

.just_center {
    justify-content: center;
}

.just_space {
    justify-content: space-between;
}

.just_end {
    justify-content: flex-end;
}

.txt_center {
    text-align: center;
}

.txt_justify {
    text-align: justify;
}

.abs {
    position: absolute;
}

.abs_center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bg {
    background-position: center;
    background-size: cover;
}

.margin_auto {
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.lh_reset {
    line-height: 1;
}

.trirong {
    font-family: "Trirong", serif;
    font-style: normal;
}

.fahkwang {
    font-family: "Fahkwang", sans-serif;
    font-style: normal;
}

.trirong.light,
.fahkwang.light {
    font-weight: 300;
}

.fahkwang.regular {
    font-weight: 400;
}

.fahkwang.medium {
    font-weight: 500;
}

.fahkwang.semibold {
    font-weight: 600;
}

.fahkwang.bold {
    font-weight: 700;
}

.nav-icon {
    width: 20px;
    height: 12px;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: transparent;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 5px;
}

.nav-icon span:nth-child(4) {
    top: 10px;
}

.header_open .nav-icon span:nth-child(1) {
    top: 5px;
    width: 0%;
    left: 50%;
}

.header_open .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_open .nav-icon span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%;
}

.header_nav {
    flex: 0 0 100%;
    row-gap: 40px;
    margin: 80px 0;
}

.header {
    padding: 25px 0;
    height: 81px;
    overflow: hidden;
    transition: height .3s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header.header_open {
    height: 100dvh;
}

.header_cart_wrapper {
    gap: 10px;
}

.header_cart_txt {
    font-size: 12px;
}

.header_dropdown_anchor_txt {
    font-size: 16px;
}

.header_nav_anchor_txt,
.header_dropdown_bt_txt {
    font-size: 18px;
}

.header_aside {
    gap: 20px;
}

.container,
.container_min {
    width: 90%;
    margin: 0 auto;
}

.header_dropdown_bt {
    padding: 25px 20px;
    gap: 10px;
}

.header_dropdown_wrapper {
    position: relative;
}

.header_dropdown {
    padding-top: 20px;
}

.header_dropdown_content_wrapper,
.select_paczkomat_wrapper {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-out;
}

.header_dropdown_anchor {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.header_dropdown_anchor:last-child {
    margin-bottom: 0;
}

.slider_header_txt,
.main_header_txt,
.slider_site_title,
.cart_header_txt {
    font-size: 36px;
    line-height: 1.1em;
}

.slider_subheader_txt,
.products_intro_subheader_txt,
.ingredients_banner_item_header_txt {
    font-size: 18px;
}

.slider_subheader_txt {
    line-height: 1.4em;
    margin-top: 15px;
}

.products_intro_subheader_txt,
.ingredients_banner_item_header_txt {
    line-height: 1.2em;
}

.slider_button {
    margin-top: 30px;
}

.main_button {
    display: table;
    padding: 20px 30px;
    border-radius: 34px;
    width: 100%;
    max-width: 425px;
}

.main_button_txt {
    font-size: 14px;
}

.slider {
    padding: 60px 0;
    background-image: url('../images/slider.jpg');
    background-position: left;
    background-size: cover;
    min-height: 51vw;
}

.slider_wrapper {
    max-width: 270px;
    margin-left: 50px;
}

.slider_logo {
    margin-bottom: 40px;
}

.ingredients_txt,
.about_txt,
.review_txt,
.cart_item_title,
.cart_item_subtitle,
.product_details_subheader_txt,
.product_details_capacity_txt {
    line-height: 1.9em;
}

.ingredients_txt {
    max-width: 500px;
}

.main_txt {
    font-size: 16px;
}

.cool_icon {
    margin: 0 5px;
}

.ingredients {
    padding: 60px 0;
    background-image: url('../images/ingredients_bg.jpg');
}

.ingredients_icons_wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.ingredients_icon,
.ingredients_details_item_icon {
    fill: #ded8ce;
    transition: fill .3s ease-out;
}

.ingredients_icon:hover,
.ingredients_details_item:hover .ingredients_details_item_icon {
    fill: #cbe35e;
}

.ingredients_icon {
    max-width: 100%;
}

.ingredients_details_item_txt {
    transition: color .3s ease-out;
}

.ingredients_details_item:hover .ingredients_details_item_txt {
    color: #cbe35e;
}

.products_intro_subheader {
    gap: 15px;
    max-width: 380px;
}

.products_intro {
    padding: 60px 0;
    background-image: url('../images/letter_p.png');
    background-position-x: -3px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.other_products_intro {
    padding: 60px 0;
}

.products_intro_wrapper {
    gap: 30px;
}

.product_item {
    text-align: center;
    padding: 30px 5%;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.product_item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #e0d8c8;
    opacity: 0;
    transition: opacity .3s ease-out;
    z-index: -1;
}

.product_item:first-child {
    padding-top: 60px;
}

.product_item:last-child {
    padding-bottom: 60px;
}

.product_item:hover:after {
    opacity: 1;
}

.image_hover_change_wrapper {
    position: relative;
}

.image_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.image_hover,
.image_unhover {
    transition: opacity .3s ease-out;
}

.product_item:hover .image_unhover {
    opacity: 0;
}

.product_item:hover .image_hover {
    opacity: 1;
}

.product_item_title,
.review_title,
.blog_item_title,
.blog_post_title,
.order_summary_banner_title,
.selected_paczkomat_title,
.ingredients_list_banner_header_txt,
.product_faq_intro_header_txt {
    line-height: 1.1em;
}

.product_about_header_txt {
    line-height: 1.25em;
}

.product_item_title,
.review_title,
.order_summary_banner_title,
.selected_paczkomat_title,
.ingredients_list_banner_header_txt,
.product_faq_intro_header_txt,
.product_about_header_txt,
.product_how_works_box_title {
    font-size: 24px;
}

.blog_item_title {
    font-size: 20px;
}

.product_item_txt,
.ingredients_banner_item_txt,
.ingredients_details_item_txt,
.blog_item_txt,
.footer_column_txt,
.footer_flex_anchor_txt,
.blog_post_txt,
.blog_post_page_txt,
.order_summary_banner_txt,
.policy_page_txt,
.general_error_message_txt,
.error_message_txt,
.selected_paczkomat_txt,
.footer_form_message,
.ingredients_list_banner_txt,
.product_slider_title,
.product_slider_txt,
.product_about_txt,
.product_how_works_box_txt,
.order_form_info_txt {
    font-size: 15px;
    line-height: 1.73em;
}

.product_item_txt,
.ingredients_banner_item_txt,
.footer_form_message,
.product_slider_txt {
    margin-top: 15px;
}

.add_to_cart_button,
.product_details_add_to_cart_button {
    transition: background-color .3s ease-out, transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
    position: relative;
    overflow: hidden;
}

.add_to_cart_button {
    margin-top: 30px;
    margin: 0 auto;
    border: 1px solid #1b1b1b;
    border-radius: 24px;
    width: 100%;
    max-width: 300px;
    padding: 15px 30px;
}

.add_to_cart_button_icon {
    fill: #1b1b1b;
}

.add_to_cart_button_txt {
    font-size: 13px;
    line-height: 1;
}

.add_to_cart_button:hover,
.add_to_cart_button.loading {
    background-color: #1b1b1b;
}

.add_to_cart_button:hover .add_to_cart_button_txt,
.add_to_cart_button.loading .add_to_cart_button_txt {
    color: #efebe6;
}

.add_to_cart_button:hover .add_to_cart_button_icon,
.add_to_cart_button.loading .add_to_cart_button_icon {
    fill: #efebe6;
}

.add_to_cart_button_wrapper,
.product_details_add_to_cart_button_txt {
    transform: translateY(0);
    transition: transform 0.7s ease;
}

.add_to_cart_button_wrapper {
    gap: 13px;
}

.add_to_cart_button .cart,
.product_details_add_to_cart_button .cart {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -18px;
    transform-origin: 12px 23px;
    transform: translateX(-220px) rotate(-18deg);
}

.add_to_cart_button .cart:before,
.add_to_cart_button .cart:after,
.product_details_add_to_cart_button .cart:before,
.product_details_add_to_cart_button .cart:after {
    content: '';
    position: absolute;
}

.add_to_cart_button .cart:before,
.product_details_add_to_cart_button .cart:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #efebe6;
    bottom: 0;
    left: 9px;
    filter: drop-shadow(11px 0 0 #efebe6);
}

.add_to_cart_button .cart:after,
.product_details_add_to_cart_button .cart:after {
    width: 16px;
    height: 9px;
    background: #efebe6;
    left: 9px;
    bottom: 7px;
    transform-origin: 50% 100%;
    transform: perspective(4px) rotateX(-6deg) scaleY(0);
    transition: transform 1.2s ease .8s;
}

.add_to_cart_button .cart svg,
.product_details_add_to_cart_button .cart svg {
    z-index: 1;
    width: 36px;
    height: 26px;
    display: block;
    position: relative;
    fill: none;
    stroke: #efebe6;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.add_to_cart_button .cart svg polyline:last-child,
.product_details_add_to_cart_button .cart svg polyline:last-child {
    stroke: #1b1b1b;
    stroke-dasharray: 10px;
    stroke-dashoffset: 10px;
    transition: stroke-dashoffset 0.4s ease 1.73s;
}

.add_to_cart_button.loading .add_to_cart_button_wrapper,
.product_details_add_to_cart_button.loading .product_details_add_to_cart_button_txt {
    transform: translateY(-50px);
}

.add_to_cart_button.loading .cart:after,
.product_details_add_to_cart_button.loading .cart:after {
    transform: perspective(4px) rotateX(-6deg) scaleY(1);
}

.add_to_cart_button.loading .cart svg polyline:last-child,
.product_details_add_to_cart_button.loading .cart svg polyline:last-child {
    stroke-dashoffset: 0;
}

.add_to_cart_button.loading .cart,
.product_details_add_to_cart_button.loading .cart {
    animation: cart 3.4s linear forwards 0.2s;
}

@keyframes cart {
    20% {
        transform: translateX(0) rotate(-18deg);
    }

    45%,
    55%,
    75% {
        transform: none;
    }

    50% {
        transform: scale(0.9);
    }

    44%,
    56% {
        transform-origin: 12px 23px;
    }

    45%,
    55% {
        transform-origin: 50% 50%;
    }

    87.5% {
        transform: translateX(100px) rotate(-18deg);
    }

    100% {
        transform: translateX(220px) rotate(-18deg);
    }
}

.about {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.about_image {
    margin-top: 60px;
    position: relative;
    z-index: -1;
}

.about_header,
.reviews_header,
.product_details_header {
    display: flex;
    gap: 20px;
}

.about_header,
.reviews_header {
    align-items: flex-end;
}

.product_details_header {
    align-items: flex-start;
}

.about_header:before,
.reviews_header:before,
.product_details_header:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #c4c2c0;
    flex: 0 0 auto;
}

.about_header:before,
.reviews_header:before {
    margin-bottom: 10px;
}

.product_details_header:before {
    margin-top: 30px;
}

.about_wrapper,
.ingredients_banner_wrapper,
.ingredients_details_wrapper {
    gap: 30px;
}

.ingredients_details_wrapper {
    max-width: 800px;
    margin-left: auto;
}

.ingredients_banner {
    padding: 60px 0;
}

.ingredients_banner_item_header,
.ingredients_details_item {
    gap: 15px;
}

.ingredients_details {
    padding: 60px 0;
    background-image: url('../images/ingredients_details.jpg');
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.reviews {
    padding: 60px 0;
    background-image: url('../images/reviews_bg.jpg');
}

.reviews_prev,
.reviews_next {
    margin-top: 20px;
}

.reviews_prev_icon,
.reviews_next_icon {
    fill: #fff;
}

.reviews_header {
    margin-bottom: 60px;
}

.review_quote {
    display: block;
    font-size: 60px;
    line-height: 1;
    height: 25px;
    margin: 15px 0;
}

.reviews_content {
    width: 100%;
}

.reviews_swiper {
    max-width: 600px;
    margin: 0 auto;
}

.blog,
.product_blog {
    padding: 60px 0;
}

.blog_item_image {
    padding-top: 79%;
}

.blog_item_txt_wrapper,
.order_summary_banner {
    position: relative;
    z-index: 1;
}

.blog_item_txt_wrapper {
    padding: 40px 20px 60px;
}

.blog_item_txt {
    margin-top: 15px;
}

.blog_wrapper,
.product_blog_wrapper,
.blog_items_wrapper {
    gap: 30px;
}

.blog_item_txt_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #b0996c;
}

.blog_item_border,
.order_summary_banner_border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog_item_border img,
.order_summary_banner_border img {
    width: 100%;
}

.footer_column_header_txt {
    font-size: 17px;
}

.footer_content {
    padding: 60px 0 30px;
}

.footer_wrapper,
.footer_columns {
    gap: 30px;
}

.footer_column_header {
    margin-bottom: 15px;
}

.footer_anchor {
    display: table;
}

.footer_flex_anchor {
    gap: 5px;
}

.footer_flex_anchors {
    margin-top: 15px;
}

.footer_flex_anchor :not(:last-child),
.footer_anchor:not(:last-child) {
    margin-bottom: 5px;
}

.order_form_input:not(:last-child),
.order_form_input_flex {
    margin-bottom: 25px;
}

.select_paczkomat_map {
    margin-top: 25px;
}

.footer_form_wrapper .footer_column_header,
.footer_form_input:not(:last-child) {
    margin-bottom: 30px;
}

.footer_form input[type="text"],
.footer_form input[type="email"],
.footer_form textarea,
.order_form input[type="text"],
.order_form input[type="email"],
.order_form textarea {
    width: 100%;
    outline: none;
    border: none;
    appearance: none;
    font-size: 15px;
    border-bottom: 1px solid;
    background: transparent;
    display: block;
    padding-bottom: 10px;
}

.footer_form input[type="text"],
.footer_form input[type="email"],
.footer_form textarea {
    border-color: #bbb6ae;
}

.order_form input[type="text"],
.order_form input[type="email"],
.order_form textarea {
    border-color: #e0d8c8;
}

.footer_form textarea,
.order_form textarea {
    min-height: 100px;
}

.checkbox input[type="checkbox"] {
    appearance: none;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    border: 2px solid #bbb6ae;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

.checkbox input[type="checkbox"]:checked {
    background: #bbb6ae;
    border-color: #bbb6ae;
}

.checkbox input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.checkbox input[type="checkbox"]:checked:before {
    width: 6px;
    top: 3px;
    left: 2px;
    transform: rotate(44deg);
}

.checkbox input[type="checkbox"]:checked:after {
    width: 10px;
    left: 5px;
    transform: rotate(-55deg);
}

.checkbox_txt {
    font-size: 12px;
    margin-left: 10px;
}

.checkbox_txt a {
    text-decoration: underline;
}

.footer_form_submit_button,
.cart_summary_button,
.order_form_nav_button,
.order_delivery_label,
.order_summary_banner_button {
    display: table;
    padding: 15px 30px;
    border-radius: 23px;
    width: 100%;
    border: 1px solid;
    text-align: center;
    transition: background-color .3s ease-out;
}

.footer_form_submit_button,
.cart_summary_button,
.order_form_nav_button {
    border-color: #1b1b1b;
}

.order_form_nav_button.order_form_nav_button_prev,
.order_delivery_label {
    border-color: #e0d8c8;
}

.order_summary_banner_button {
    border-color: #f2eeea;
    max-width: 450px;
    margin-top: 40px;
}

.order_form_nav_button {
    max-width: 190px;
}

.footer_form_submit_button {
    margin-left: auto;
}

.cart_summary_button {
    max-width: 320px;
    margin-top: 10px;
}

.footer_form_submit_button_txt,
.cart_summary_button_txt,
.order_form_nav_button_txt,
.order_delivery_label_txt,
.select_paczkomat_button,
.order_summary_banner_button_txt {
    font-size: 15px;
}

.footer_form_submit_button:hover,
.cart_summary_button:hover,
.order_form_nav_button:hover {
    background-color: #1b1b1b;
}

.order_form_nav_button.order_form_nav_button_prev:hover {
    background-color: #e0d8c8;
}

.order_summary_banner_button:hover {
    background-color: #f2eeea;
}

.order_summary_banner_button:hover .order_summary_banner_button_txt {
    color: #1b1b1b;
}

.footer_form_submit_button:hover .footer_form_submit_button_txt,
.cart_summary_button:hover .cart_summary_button_txt,
.order_form_nav_button:hover .order_form_nav_button_txt {
    color: #fff;
}

.footer_socials_wrapper {
    gap: 30px;
    padding-top: 15px;
    border-top: 1px solid #bbb6ae;
    margin-top: 60px;
}

.footer_copy {
    height: 35px;
}

.slider_site_wrapper {
    padding: 60px 10%;
    margin-left: 5%;
    background-size: cover;
    background-position: right;
}

.slider_site_subtitle {
    line-height: 1.66em;
    margin-top: 15px;
    font-size: 14px;
    max-width: 650px;
}

.blog_posts {
    padding: 60px 0;
}

.blog_post {
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    transition: background-color .3s ease-out;
}

.blog_post:hover {
    background-color: #b0996c;
}

.blog_post:hover .color_dark {
    color: #fdfcfb;
}

.blog_post:hover .blog_post_button {
    border-color: #f6f3f0;
}

.blog_post:hover .blog_post_header {
    border-color: #f6f3f0;
}

.blog_post:last-of-type {
    margin-bottom: 60px;
}

.blog_post_image {
    padding-top: 77.5%;
}

.blog_post_title {
    font-size: 20px;
    margin-bottom: 5px;
}

.blog_post_date {
    font-size: 12px;
}

.blog_post_txt_section,
.blog_post_button,
.order_summary_banner_txt {
    margin-top: 20px;
}

.blog_post_header {
    padding-bottom: 10px;
    border-bottom: 2px solid #b0996c;
}

.blog_post_txt {
    padding-top: 10px;
}

.blog_post_button,
.blog_post_page_button,
.policy_page_button {
    display: table;
    min-width: 165px;
    border-radius: 18px;
    border: 1px solid #b0996c;
    text-align: center;
    padding: 10px;
    transition: background-color .3s ease-out;
}

.blog_post_button:hover {
    background-color: #f6f3f0;
}

.blog_post_button:hover .blog_post_button_txt {
    color: #202020;
}

.blog_post_page_button:hover,
.policy_page_button:hover {
    background-color: #b0996c;
}

.blog_post_page_button:hover .blog_post_page_button_txt,
.policy_page_button:hover .policy_page_button_txt {
    color: #f6f3f0;
}

.blog_post_button_txt {
    font-size: 13px;
}

.arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    transition: border-color .3s ease-out;
}

.arrow_left {
    transform: rotate(-45deg);
    margin-left: 6px;
}

.arrow_right {
    transform: rotate(135deg);
    margin-right: 6px;
}

.pagination_prev,
.pagination_next {
    border: 2px solid #242424;
    transition: background-color .3s ease-out;
}

.pagination_prev,
.pagination_next {
    width: 40px;
    height: 40px;
}

.pagination_prev:hover,
.pagination_next:hover {
    background-color: #242424;
}

.pagination_prev:hover .arrow,
.pagination_next:hover .arrow {
    border-color: #f8f8f8;
}

.pagination_anchor.active {
    font-size: 20px;
}

.pagination_anchors {
    gap: 20px;
}

.pagination_anchor {
    font-size: 16px;
    letter-spacing: .1em;
}

.pagination_anchor.active:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background-color: #818181;
    margin: 10px auto 0;
}

.pagination_arrows {
    gap: 35px;
}

.pagination {
    gap: 30px;
}

.blog_post_section {
    padding: 60px 0;
}

.blog_post_page_title {
    font-size: 32px;
    line-height: 1.28em;
}

.blog_post_page_date {
    font-size: 20px;
    width: 620px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 2px solid #818181;
    text-align: right;
}

.blog_post_page_image {
    padding-top: 50%;
}

.blog_post_page_image_wrapper {
    width: 90%;
    margin-left: auto;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.blog_post_page_txt_section {
    padding: 120px 10% 60px 10%;
    margin-top: -60px;
}

.blog_post_page_button,
.policy_page_button {
    margin-top: 30px;
}

.cart_page {
    background-image: url('../images/cart_bg.jpg');
}

.cart_page,
.order_page {
    padding: 100px 0;
    min-height: calc(100dvh - 81px);
    display: flex;
    align-items: center;
}

.order_page {
    background-image: url('../images/order_bg.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #f2efea;
    background-size: 100px;
}

.cart_quantity_wrapper {
    border: 1px solid #eae3d6;
}

.cart_quantity_input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    border: none;
    outline: none;
    background-color: #eae3d6;
    padding: 8px;
    text-align: center;
}

.cart_quantity_input::-webkit-outer-spin-button,
.cart_quantity_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_quantity_button,
.cart_quantity_input {
    font-size: 19px;
    width: 41px;
}

.cart_item_options {
    gap: 40px;
}

.cart_item {
    gap: 30px;
    padding: 30px 0;
    border-bottom: 2px solid #e0d8c8;
}

.cart_item_photo {
    width: 123px;
}

.cart_wrapper {
    margin-top: 30px;
    gap: 60px;
}

.cart_item_intro_wrapper {
    gap: 30px;
}

.cart_summary_wrapper {
    padding: 5px 30px 30px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.cart_summary_position {
    padding: 25px 0;
    border-bottom: 1px solid #c7c1b6;
    gap: 20px;
}

.cart_summary_position:last-of-type {
    border-bottom: none;
}

.cart_summary_position_value_txt,
.product_details_price_txt {
    font-size: 18px;
}

.order_nav {
    margin-bottom: 60px;
}

.order_nav_button {
    text-align: left;
    flex: 1;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e1dacb;
}

.order_nav_button.active {
    border-color: #6f6c68;
}

.order_nav_button:last-child {
    text-align: right;
    padding-right: 0;
}

.order_nav_txt {
    line-height: 1.4em;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.order_form_nav_buttons {
    margin-top: 60px;
    gap: 15px;
}

.order_page_wrapper {
    max-width: 970px;
    margin: 0 auto;
}

.order_form_input_flex {
    gap: 20px;
}

.order_form {
    max-width: 800px;
    margin: 0 auto;
}

.order_form fieldset {
    max-width: 500px;
    margin: 0 auto;
}

.order_delivery_input {
    display: none;
}

.order_delivery_label {
    display: block;
}

.order_delivery_input:checked+.order_delivery_label {
    background-color: #b0996c;
}

.order_delivery_input:checked+.order_delivery_label .order_delivery_input_txt {
    color: #f2eeea;
}

.select_paczkomat_button {
    text-decoration: underline;
    margin: 20px auto 0;
    display: table;
}

.order_summary_banner {
    padding: 60px 30px;
}

.policy_page_txt_section {
    padding: 60px 10%;
}

.policy_ol {
    padding-left: 1em;
    margin: 0;
}

.policy_ol li:not(:last-child) {
    margin-bottom: 5px;
}

.policy_page {
    padding: 60px 0;
}

.policy_header {
    margin-bottom: 30px;
}

.general_error_message {
    background-color: #cb0808;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.general_error_message ol {
    margin: 0;
    padding-left: 1em;
}

.general_error_message li {
    margin-bottom: 5px;
}

.general_error_message li:last-child {
    margin-bottom: 0;
}

.error_message {
    text-align: center;
    margin-top: 5px;
}

.selected_paczkomat {
    padding: 20px;
    background-color: #fab800;
    display: none;
}

.selected_paczkomat_title {
    margin-bottom: 10px;
}

.ingredients_list_banner {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: left 2%;
    background-size: 30%;
    position: relative;
}

.product_page_kidcool .ingredients_list_banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../images/cabbage_banner.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 59px;
    background-position: right top;
    background-size: cover;
}

.ingredients_list_banner_wrapper {
    padding: 0 40px;
}

.ingredients_list_banner_txt {
    margin-top: 30px;
}

.product_faq_intro {
    background-image: url('../images/product_faq_intro.jpg');
    padding: 60px 0;
}

.product_faq_intro_header_arrow {
    fill: #eae3d6;
}

.product_faq_intro_header {
    gap: 30px;
    cursor: pointer;
}

.product_slider {
    padding: 60px 0;
    background-position: left;
    background-size: cover;
}

.product_slider_wrapper {
    gap: 30px;
    max-width: 360px;
}

.product_gallery_other_photo {
    border: 2px solid transparent;
    cursor: pointer;
}

.product_page_mamacool .swiper-slide-thumb-active .product_gallery_other_photo,
.product_page_mamacool .product_gallery_other_photo:hover {
    border-color: #f7c6d6;
}

.product_page_kidcool .swiper-slide-thumb-active .product_gallery_other_photo,
.product_page_kidcool .product_gallery_other_photo:hover {
    border-color: #f39641;
}

.product_page_activecool .swiper-slide-thumb-active .product_gallery_other_photo,
.product_page_activecool .product_gallery_other_photo:hover {
    border-color: #058da5;
}

.product_page_seniorcool .swiper-slide-thumb-active .product_gallery_other_photo,
.product_page_seniorcool .product_gallery_other_photo:hover {
    border-color: #863239;
}

.product_gallery_other_photo,
.product_gallery_main_photo {
    padding-top: 100%;
}

.product_gallery_other_swiper {
    margin-top: 20px;
    gap: 20px;
}

.product_gallery_prev,
.product_gallery_next {
    fill: #eae3d6;
    cursor: pointer;
}

.products_intro_subheader_icon svg,
.ingredients_banner_item_header_icon svg {
    fill: #a4b654;
}

.product_about_adventage_icon svg {
    fill: #f3efec;
}

.product_details {
    padding: 60px 0;
}

.product_details_wrapper {
    gap: 60px;
}

.product_details_subheader_wrapper,
.product_details_add_to_cart_options_wrapper {
    margin-top: 20px;
    max-width: 425px;
}

.product_details_add_to_cart_options,
.product_details_subheader_wrapper {
    margin-left: 70px;
}

.product_details_add_to_cart_options {
    gap: 20px;
}

.product_details_add_to_cart_button {
    margin-top: 30px;
    max-width: none;
    margin-left: auto;
}

.product_details_txt,
.product_details_method_use_txt,
.product_about_adventage_txt {
    line-height: 1.6em;
}

.product_details_txt_wrapper {
    margin-top: 60px;
    gap: 30px;
}

.product_about {
    padding: 60px 0;
}

.product_about_wrapper {
    gap: 60px;
}

.product_about_header {
    margin-bottom: 30px;
}

.product_about_adventage {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
}

.product_about_adventage:first-child {
    padding-top: 0;
}

.product_about_adventage:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.product_about_adventage_icon {
    margin-bottom: 10px;
}

.product_how_works_intro {
    padding: 100px 5%;
}

.product_how_works_box {
    padding: 60px 5%;
}

.product_how_works_box_image {
    padding-top: 100%;
    order: 4;
}

.product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(3) {
    background-image: url('../images/product_how_works_box.jpg');
    background-position: center;
    background-size: cover;
}

.product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(1) .product_how_works_box_title,
.product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(1) .product_how_works_box_txt {
    color: #fff;
}

.product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(3) .product_how_works_box_title,
.product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(3) .product_how_works_box_txt {
    color: #efebe6;
}

.product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(2) {
    background-color: #f3efec;
}

.product_how_works_pink .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(1),
.product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) {
    background-color: #f094b3;
}

.product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) .product_how_works_box_title,
.product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) .product_how_works_box_txt {
    color: #fff;
}

.product_how_works_orange .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(1) {
    background-color: #f39641;
}

.product_how_works_blue .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(1) {
    background-color: #058da5;
}

.product_how_works_red .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(1) {
    background-color: #863239;
}

.product_how_works_box_title,
.product_how_works_box_txt {
    color: #6f6c68;
}

.product_how_works_box_title {
    margin-bottom: 20px;
}

.product_how_works_main_image img {
    width: 100%;
}

.product_how_works_main_image {
    padding-top: 100%;
}

.product_how_works_intro,
.product_how_works_main_image {
    min-height: 50vw;
}

.product_how_works_intro_header {
    position: relative;
}

.product_how_works_intro_icon {
    position: absolute;
}

.product_how_works_pink .product_how_works_intro_icon {
    width: 50px;
    top: -20px;
    right: -25px;
}

.product_how_works_orange .product_how_works_intro_icon {
    width: 75px;
    top: -20px;
    right: -80px;
}

.product_how_works_blue .product_how_works_intro_icon,
.product_how_works_red .product_how_works_intro_icon {
    width: 70px;
    top: -20px;
    right: -25px;
}

.product_intended_header {
    padding: 60px 5% 30px;
    background-color: #efebe6;
}

.product_page_kidcool .product_intended_header {
    background-color: #e0ddd8;
}

.product_intended_header_txt,
.product_intended_title {
    font-size: 30px;
    line-height: 1.2em;
}

.product_intended_list_wrapper {
    height: 135vw;
    position: relative;
    z-index: 1;
}

.product_intended_list_header {
    border-bottom: 1px solid #bcb8b4;
    padding: 0 5% 10px;
    width: 60vw;
    position: absolute;
    top: 6vw;
}

.product_intended_list_header_txt {
    font-size: 16px;
    line-height: 1.33em;
}

.product_intended_list_item {
    width: 40vw;
    padding-left: 10px;
    position: absolute;
}

.product_intended_list_item:nth-child(1) {
    top: 40vw;
}

.product_page_kidcool .product_intended_list_item:nth-child(1) {
    top: 34vw;
}

.product_page_activecool .product_intended_list_item:nth-child(1) {
    top: 37.5vw;
}

.product_intended_list_item:nth-child(2) {
    top: 50vw;
}

.product_page_kidcool .product_intended_list_item:nth-child(2) {
    top: 52vw;
}

.product_page_activecool .product_intended_list_item:nth-child(2),
.product_page_seniorcool .product_intended_list_item:nth-child(2) {
    top: 47.5vw;
}

.product_intended_list_item:nth-child(3) {
    top: 63vw;
}

.product_page_kidcool .product_intended_list_item:nth-child(3) {
    top: 66vw;
}

.product_page_seniorcool .product_intended_list_item:nth-child(3) {
    top: 61vw;
}

.product_intended_list_item_txt {
    font-size: min(3vw, 19px);
    line-height: 1.2em;
}

.product_intended_bg {
    z-index: -1;
}

.product_intended_title {
    display: none;
}

.ls_50 {
    letter-spacing: .05em;
}

.ls_200 {
    letter-spacing: .2em;
}

.color_dark {
    color: #202020;
}

.color_dark_2 {
    color: #1b1b1b;
}

.color_dark_3 {
    color: #353433;
}

.color_cream {
    color: #e3ded8;
}

.color_cream_2 {
    color: #6f6c68;
}

.color_light {
    color: #efebe6;
}

.color_light_2 {
    color: #f3efec;
}

.color_light_3 {
    color: #fdfcfb;
}

.color_black {
    color: #000;
}

.color_white {
    color: #fff;
}

.color_gold {
    color: #b49e73;
}

.color_grey {
    color: #383837;
}

.color_grey_2 {
    color: #545454;
}

.color_error {
    color: #cb0808;
}

.color_green {
    color: #93a739;
}

.bg_dark {
    background-color: #202020;
}

.bg_cream {
    background-color: #d1cbc1;
}

.bg_cream_2 {
    background-color: #ede7dc;
}

.bg_cream_3 {
    background-color: #f4f1ed;
}

.bg_cream_4 {
    background-color: #f6f3f0;
}

.bg_light_green {
    background-color: #d8dece;
}

.bg_green {
    background-color: #93a739;
}

.bg_dark_green {
    background-color: #303c30;
}

.bg_light {
    background-color: #fcfbfa;
}

.bg_light_2 {
    background-color: #efebe6;
}

.bg_gold {
    background-color: #b0996c;
}

.bg_white {
    background-color: #fff;
}

@media only screen and (min-width: 576px) {
    .header_aside {
        gap: 40px;
    }

    .header_cart_icon object {
        width: 24px;
        height: 27.84px;
    }

    .header_cart_txt {
        font-size: 14px;
    }

    .slider {
        background-position: center;
    }

    .slider_wrapper {
        margin-left: 25px;
    }

    .ingredients_icons_wrapper {
        gap: 25px;
    }

    .slider_header_txt,
    .main_header_txt,
    .slider_site_title,
    .cart_header_txt {
        font-size: 40px;
    }

    .slider_subheader_txt,
    .products_intro_subheader_txt,
    .ingredients_banner_item_header_txt {
        font-size: 20px;
    }

    .products_intro_subheader {
        max-width: 420px;
    }

    .ingredients_details_item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
    }

    .reviews_content {
        order: 2;
        flex: 1;
        overflow: hidden;
        padding: 0 40px;
    }

    .reviews_prev {
        order: 1;
    }

    .reviews_next {
        order: 3;
    }

    .blog_item_txt_wrapper {
        padding: 40px 30px 80px;
    }

    .blog_item_title {
        font-size: 22px;
    }

    .footer_columns {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer_wrapper {
        gap: 60px;
    }

    .slider_site_wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        background-position: center;
    }

    .slider_site_subtitle {
        font-size: 16px;
    }

    .pagination {
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        align-items: flex-end;
    }

    .pagination_anchor.active {
        font-size: 24px;
    }

    .blog_post_page_title {
        font-size: 40px;
    }

    .blog_post_page_date {
        font-size: 24px;
    }

    .cart_summary_wrapper {
        padding: 15px 40px 40px;
    }

    .cart_summary_button {
        margin-top: 20px;
    }

    .cart_summary_position_value_txt,
    .product_details_price_txt {
        font-size: 24px;
    }

    .order_summary_banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ingredients_list_banner {
        background-position-y: center;
        background-size: 20%;
    }

    .ingredients_list_banner_wrapper {
        padding: 0 17%;
    }

    .product_details_add_to_cart_options {
        margin-left: 0;
    }

    .product_details_add_to_cart_options_wrapper {
        margin-left: 70px;
    }

    .product_how_works_boxes {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product_how_works_box {
        flex: 0 0 50%;
    }

    .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(3) {
        background-image: none;
    }

    .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(4) {
        background-image: url('../images/product_how_works_box.jpg');
        background-position: center;
        background-size: cover;
    }

    .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(3) .product_how_works_box_title,
    .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(3) .product_how_works_box_txt,
    .product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) .product_how_works_box_title,
    .product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) .product_how_works_box_txt {
        color: #6f6c68;
    }

    .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(4) .product_how_works_box_title,
    .product_how_works_boxes:nth-child(2) .product_how_works_box:nth-child(4) .product_how_works_box_txt {
        color: #efebe6;
    }

    .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) {
        background-color: #fff !important;
        background-image: url('../images/product_how_works_box_leaf.png');
        background-repeat: no-repeat;
        background-position: 90% top;
        background-size: auto 50px;
    }

    .product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(3) {
        background-color: #f094b3;
    }

    .product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(3) .product_how_works_box_title,
    .product_how_works_pink .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(3) .product_how_works_box_txt {
        color: #fff;
    }

    .product_how_works_box_image {
        padding-top: 0;
        order: unset;
    }

    .product_intended_list_wrapper {
        height: 100vw;
    }

    .product_intended_header {
        padding-bottom: 40px;
    }

    .product_intended_header_txt {
        font-size: 40px;
    }

    .product_intended_list_header {
        top: 2vw;
    }

    .product_intended_list_header_txt {
        font-size: 22px;
    }

    .product_intended_list_item {
        width: 30vw;
        padding-left: 0;
        left: 11vw;
    }

    .product_intended_list_item_txt {
        font-size: 2.3vw;
    }

    .product_intended_list_item:nth-child(1) {
        top: 30vw;
    }

    .product_page_activecool .product_intended_list_item:nth-child(1) {
        top: 27vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(1) {
        top: 24vw;
    }

    .product_intended_list_item:nth-child(2) {
        top: 37vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(2) {
        top: 39vw;
    }

    .product_page_activecool .product_intended_list_item:nth-child(2),
    .product_page_seniorcool .product_intended_list_item:nth-child(2) {
        top: 35vw;
    }

    .product_intended_list_item:nth-child(3),
    .product_page_seniorcool .product_intended_list_item:nth-child(3) {
        top: 47vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(3) {
        top: 49vw;
    }

    .product_page_kidcool .ingredients_list_banner:after {
        width: 120px;
        height: 88px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .slider_wrapper {
        max-width: 350px;
    }

    .slider,
    .ingredients,
    .products_intro,
    .other_products_intro {
        padding: 80px 0;
    }

    .slider_button,
    .ingredients_icons_wrapper {
        margin-top: 40px;
    }

    .main_button_txt {
        font-size: 15px;
    }

    .products_intro {
        background-image: none;
        position: relative;
        z-index: 1;
    }

    .products_intro:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: calc(50% + 27px);
        background-image: url('../images/letter_p.png');
        background-size: auto 100%;
        background-position: left;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .products_intro_wrapper {
        gap: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .products_intro_subheader {
        max-width: none;
        flex: 0 0 auto;
        order: 1;
        padding-left: 5%;
    }

    .products_intro_header {
        order: 2;
        width: 50%;
        flex: 0 0 auto;
        padding-right: 5%;
    }

    .products_intro .container {
        width: 100%;
    }

    .products_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product_item {
        padding: 60px 10%;
        gap: 30px;
    }

    .product_item_title,
    .review_title,
    .order_summary_banner_title,
    .ingredients_list_banner_header_txt,
    .product_faq_intro_header_txt,
    .product_about_header_txt {
        font-size: 26px;
    }

    .product_how_works_box_title {
        font-size: 22px;
    }

    .product_item_txt {
        margin-top: 30px;
    }

    .about .container_min {
        width: 100%;
    }

    .about_wrapper {
        flex-direction: row;
        gap: 0;
        align-items: flex-start;
    }

    .about_txt {
        width: 50%;
        flex: 0 0 auto;
        padding-right: 5%;
    }

    .about_header {
        flex: 1;
        padding-left: 5%;
    }

    .about_image {
        margin-right: 20%;
        margin-top: -120px;
    }

    .about {
        padding-top: 80px;
    }

    .ingredients_banner,
    .ingredients_details {
        padding: 80px 0;
    }

    .ingredients_banner_header_txt {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        text-align: right;
        transform: rotate(180deg);
        height: 171px;
    }

    .ingredients_banner_wrapper {
        flex-direction: row;
        align-items: center;
    }

    .ingredients_banner_header {
        order: 2;
        flex: 0 0 auto;
    }

    .ingredients_banner_item {
        flex: 1;
    }

    .ingredients_banner_item:nth-child(2) {
        order: 1;
    }

    .ingredients_banner_item:nth-child(3) {
        order: 3;
    }

    .ingredients_banner_item_txt,
    .product_slider_txt {
        margin-top: 30px;
    }

    .ingredients_details {
        background-size: auto 100%;
    }

    .ingredients_details_wrapper,
    .blog_wrapper,
    .product_blog_wrapper {
        gap: 40px;
    }

    .reviews,
    .blog,
    .product_blog,
    .blog_posts,
    .blog_post_section {
        padding: 80px 0;
    }

    .reviews_content {
        padding: 0 80px;
    }

    .reviews_header {
        margin-bottom: 80px;
    }

    .blog_items_wrapper {
        flex-direction: row;
        gap: 10px;
    }

    .blog_item {
        flex: 0 0 calc(50% - 5px);
    }

    .blog_item_txt {
        margin-top: 30px;
    }

    .footer_content {
        padding-top: 80px;
    }

    .slider_site_wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .blog_post {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .blog_post_image_wrapper,
    .blog_post_txt_section {
        flex: 0 0 calc(50% - 15px);
    }

    .blog_post_txt_section {
        margin-top: 0;
    }

    .blog_post_page_title {
        font-size: 50px;
    }

    .blog_post_page_date,
    .blog_post_page_image_wrapper {
        margin-top: 40px;
    }

    .blog_post_page_txt_section {
        padding-top: 140px;
        padding-bottom: 80px;
        margin-top: -80px;
    }

    .blog_post_page_button,
    .policy_page_button {
        margin-top: 40px;
    }

    .cart_item {
        flex-direction: row;
        justify-content: space-between;
    }

    .cart_item_options {
        gap: 20px;
        width: 300px;
        flex: 0 0 auto;
        justify-content: space-between;
    }

    .cart_wrapper {
        margin-top: 40px;
        gap: 80px;
    }

    .order_nav {
        margin-bottom: 80px;
    }

    .order_form_nav_buttons {
        margin-top: 80px;
    }

    .order_summary_banner {
        padding: 100px;
    }

    .policy_page_txt_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .policy_page {
        padding: 80px 0;
    }

    .policy_header {
        margin-bottom: 40px;
    }

    .ingredients_list_banner,
    .product_faq_intro,
    .product_slider,
    .product_details,
    .product_about {
        padding: 80px 0;
    }

    .product_slider_txt,
    .product_slider_title {
        font-size: 16px;
    }

    .product_slider_wrapper {
        gap: 40px;
    }

    .product_details_add_to_cart_button {
        margin-top: 40px;
    }

    .product_details_txt_wrapper {
        margin-top: 80px;
    }

    .product_details_wrapper {
        flex-direction: row;
        align-items: center;
    }

    .product_gallery_wrapper,
    .product_details_section {
        width: calc(50% - 30px);
    }

    .product_details_add_to_cart_options_wrapper {
        margin-left: 0;
    }

    .product_about_wrapper {
        flex-direction: row;
        align-items: center;
    }

    .product_about_txt_section,
    .product_about_adventages {
        flex: 0 0 calc(50% - 30px);
    }

    .product_about_adventages_wrapper {
        max-width: 260px;
        margin: 0 auto;
    }

    .product_how_works_box {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) {
        background-position-x: 70%;
        background-size: auto 70px;
    }

    .product_intended_list_wrapper {
        height: 80vw;
    }

    .product_intended_list_header {
        width: 57vw;
    }

    .product_intended_list_header_txt {
        font-size: 26px;
    }

    .product_intended_header {
        padding-top: 80px;
    }

    .product_intended_list_item_txt {
        font-size: 18px;
    }

    .product_intended_list_item {
        left: 19vw;
        width: 24vw;
    }

    .product_intended_list_item_txt {
        font-size: 1.9vw;
    }

    .product_intended_list_item:nth-child(1) {
        top: 24vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(1) {
        top: 19vw;
    }

    .product_page_activecool .product_intended_list_item:nth-child(1) {
        top: 22vw;
    }

    .product_intended_list_item:nth-child(2) {
        top: 29.5vw;
    }

    .product_page_activecool .product_intended_list_item:nth-child(2),
    .product_page_seniorcool .product_intended_list_item:nth-child(2) {
        top: 27.5vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(2) {
        top: 31vw;
    }

    .product_intended_list_item:nth-child(3),
    .product_page_seniorcool .product_intended_list_item:nth-child(3) {
        top: 37.5vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(3) {
        top: 39vw;
    }

    .product_page_kidcool .ingredients_list_banner:after {
        width: 160px;
        height: 118px;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .nav-icon {
        display: none;
    }

    .header {
        height: auto;
        padding: 0;
        overflow: unset;
    }

    .cart_page,
    .order_page {
        min-height: calc(100dvh - 86px);
    }

    .header_nav {
        flex: 1;
        margin: 0;
        flex-direction: row;
        gap: 30px;
        justify-content: flex-end;
    }

    .header_dropdown_content_wrapper {
        position: absolute;
        z-index: 1;
    }

    .header_dropdown {
        width: 280px;
        padding: 20px;
        background-color: #d1cbc1;
    }

    .header_dropdown_anchor {
        margin-left: 0;
        margin-right: 0;
    }

    .header_dropdown_anchor {
        margin-bottom: 30px;
    }

    .header_dropdown_anchor_txt {
        color: #1b1b1b;
    }

    .header_dropdown_bt {
        padding: 35px 20px;
    }

    .header_aside {
        order: 3;
        margin-left: 40px;
    }

    .header_nav_anchor_txt,
    .header_dropdown_bt_txt,
    .header_cart_txt {
        font-size: 16px;
    }

    .slider,
    .ingredients,
    .products_intro,
    .other_products_intro {
        padding: 100px 0;
    }

    .slider_logo {
        margin-bottom: 50px;
    }

    .slider_logo object {
        width: 150px;
        height: 35.81px;
    }

    .slider_wrapper {
        max-width: 450px;
        margin-left: 40px;
    }

    .slider_header_txt,
    .main_header_txt,
    .slider_site_title,
    .cart_header_txt {
        font-size: 50px;
    }

    .slider_subheader_txt,
    .products_intro_subheader_txt,
    .ingredients_banner_item_header_txt {
        font-size: 24px;
    }

    .slider_subheader_txt {
        margin-top: 30px;
    }

    .main_button_txt {
        font-size: 16px;
    }

    .slider_button {
        margin-top: 50px;
    }

    .ingredients_wrapper {
        display: flex;
        align-items: center;
        gap: 80px;
    }

    .ingredients_icons_wrapper {
        margin-top: 0;
        flex: 0 0 auto;
        width: 60%;
        max-width: 900px;
    }

    .about_header:before,
    .reviews_header:before,
    .product_details_header:before {
        width: 100px;
    }

    .about_image {
        margin-right: 10%;
    }

    .about {
        padding-top: 100px;
    }

    .ingredients_banner_header_txt {
        height: 213px;
    }

    .ingredients_banner {
        padding: 130px 0 100px 0;
    }

    .ingredients_details_item {
        gap: 40px;
    }

    .reviews {
        padding: 150px 0 250px 0;
    }

    .reviews_header {
        margin-bottom: 150px;
    }

    .blog_wrapper {
        flex-direction: row;
        gap: 20px;
    }

    .product_blog_wrapper {
        gap: 60px;
    }

    .blog_header {
        order: 2;
        flex: 0 0 auto;
    }

    .blog_items_wrapper {
        flex: 1;
    }

    .blog_header_txt,
    .product_intended_header_txt {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
    }

    .blog_header_txt {
        text-align: right;
    }

    .product_intended_header_txt {
        text-align: left;
    }

    .blog,
    .product_blog {
        padding: 150px 0;
    }

    .blog_item {
        position: relative;
    }

    .blog_item_txt_wrapper {
        padding: 60px 30px 100px;
        position: absolute;
        top: calc(100% - 260px);
        left: 75px;
        right: -75px;
        opacity: 0;
        transition: opacity .3s ease-out;
    }

    .blog_item:hover .blog_item_txt_wrapper {
        opacity: 1;
    }

    .product_blog_wrapper {
        padding-right: 75px;
    }

    .footer_wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .footer_wrapper,
    .footer_columns {
        gap: 100px;
    }

    .footer_form_wrapper {
        flex: 0 0 auto;
        width: 300px;
    }

    .slider_site_wrapper {
        padding-left: 15%;
        padding-right: 15%;
    }

    .slider_site_txt_section {
        margin-left: 0;
    }

    .slider_site_subtitle {
        font-size: 19px;
    }

    .blog_post_header {
        padding-bottom: 20px;
    }

    .blog_post_txt {
        padding-top: 20px;
    }

    .blog_post:last-of-type {
        margin-bottom: 100px;
    }

    .blog_post_title {
        margin-bottom: 15px;
    }

    .blog_post:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 10px;
        background-image: url('../images/blog_post_border.jpg');
        background-position: center;
        background-size: cover;
        opacity: 0;
        transition: opacity .3s ease-out;
    }

    .blog_post:hover:after {
        opacity: 1;
    }

    .pagination_anchor.active {
        font-size: 26px;
    }

    .blog_post_section {
        padding: 100px 0;
    }

    .blog_post_page_date {
        margin-top: 100px;
        font-size: 26px;
    }

    .blog_post_page_image_wrapper {
        margin-top: 50px;
    }

    .blog_post_page_txt_section {
        padding: 200px 10% 100px 10%;
        margin-top: -100px;
    }

    .blog_post_page_button,
    .policy_page_button {
        margin-top: 50px;
    }

    .cart_item_options {
        gap: 40px;
    }

    .order_nav {
        margin-bottom: 100px;
    }

    .order_form_nav_buttons {
        margin-top: 100px;
    }

    .policy_page,
    .product_faq_intro,
    .product_slider {
        padding: 100px 0;
    }

    .policy_header {
        margin-bottom: 50px;
    }

    .ingredients_list_banner {
        padding: 100px 0;
        background-size: 25%;
    }

    .ingredients_list_banner_wrapper {
        padding: 0 25%;
    }

    .product_faq_intro_header_arrow {
        width: 55px;
        height: 55px;
    }

    .product_details_subheader_wrapper,
    .product_details_add_to_cart_options_wrapper {
        margin-left: 120px;
    }

    .product_details {
        padding: 100px 0;
    }

    .product_details_txt_wrapper {
        margin-top: 100px;
    }

    .product_details_add_to_cart_button {
        margin-top: 60px;
    }

    .product_about {
        padding: 100px 0;
    }

    .product_how_works {
        display: flex;
        flex-wrap: wrap;
    }

    .product_how_works_intro,
    .product_how_works_boxes,
    .product_how_works_main_image {
        flex: 0 0 50%;
    }

    .product_how_works_main_image {
        padding-top: 0;
        order: 4;
    }

    .product_how_works_box {
        padding: 60px 20px;
    }

    .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) {
        background-size: auto 50px;
    }

    .product_how_works_pink .product_how_works_intro_icon {
        width: 70px;
        top: -30px;
        right: -30px;
    }

    .product_how_works_orange .product_how_works_intro_icon {
        width: 95px;
        right: -110px;
    }

    .product_how_works_blue .product_how_works_intro_icon,
    .product_how_works_red .product_how_works_intro_icon {
        width: 95px;
        right: -30px;
    }

    .product_intended_list_wrapper {
        height: auto;
        position: unset;
        z-index: unset;
    }

    .product_intended {
        position: relative;
        z-index: 1;
        height: 70vw;
        padding: 100px 5% 0;
    }

    .product_intended_header,
    .product_page_kidcool .product_intended_header {
        background-color: transparent;
    }

    .product_intended_header {
        padding: 0;
        height: 400px;
    }

    .product_intended_list_item {
        left: 23vw;
        width: 19vw;
    }

    .product_intended_list_item_txt {
        font-size: min(1.6vw, 19px);
    }

    .product_intended_list_item:nth-child(1) {
        top: 21vw;
    }

    .product_page_activecool .product_intended_list_item:nth-child(1) {
        top: 19vw;
    }

    .product_intended_list_item:nth-child(2) {
        top: 26vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(1) {
        top: 17.5vw;
    }

    .product_page_activecool .product_intended_list_item:nth-child(2),
    .product_page_seniorcool .product_intended_list_item:nth-child(2) {
        top: 24.5vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(2) {
        top: 27vw;
    }

    .product_intended_list_item:nth-child(3) {
        top: 33vw;
    }

    .product_page_seniorcool .product_intended_list_item:nth-child(3) {
        top: 31.5vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(3) {
        top: 34vw;
    }

    .product_intended_list_header {
        top: 8vw;
        width: 36vw;
        left: 21vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .product_intended_list_header_txt {
        text-transform: uppercase;
        font-size: 18px;
    }

    .product_intended_title {
        display: block;
        position: absolute;
        right: 5%;
        width: 18vw;
        top: 12vw;
    }

    .product_page_kidcool .ingredients_list_banner:after {
        width: 220px;
        height: 162px;
    }

    .product_details_header:before {
        margin-top: 40px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header_nav {
        gap: 40px;
    }

    .slider_wrapper {
        min-width: 550px;
    }

    .cart_header_txt {
        font-size: 55px;
    }

    .slider_header_txt,
    .main_header_txt,
    .slider_site_title,
    .ingredients_banner_header_txt.main_header_txt {
        font-size: 60px;
    }

    .slider_subheader_txt,
    .products_intro_subheader_txt,
    .ingredients_banner_item_header_txt {
        font-size: 26px;
    }

    .products_list {
        grid-template-columns: repeat(4, 1fr);
    }

    .product_item_title {
        font-size: 24px;
    }

    .product_item {
        padding: 100px 25px;
    }

    .product_item:first-child {
        padding-top: 100px;
    }

    .product_item:last-child {
        padding-bottom: 100px;
    }

    .ingredients_banner_header_txt {
        height: 256px;
    }

    .ingredients_banner {
        padding-top: 200px;
    }

    .blog_item_txt_wrapper {
        padding: 80px 50px 120px;
        left: 166px;
        right: -166px;
    }

    .product_blog_wrapper {
        padding-right: 166px;
    }

    .blog_item_title {
        font-size: 24px;
    }

    .blog_wrapper {
        gap: 100px;
    }

    .footer_form_wrapper {
        width: 380px;
    }

    .footer_content {
        background-image: url('../images/letter_b.png');
        background-position: left bottom;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .blog {
        padding: 200px 0;
    }

    .product_blog {
        padding-bottom: 200px;
    }

    .blog_post {
        gap: 50px;
    }

    .blog_post_image_wrapper,
    .blog_post_txt_section {
        flex: 0 0 calc(50% - 35px);
    }

    .blog_post:after {
        width: 20px;
    }

    .blog_post_page_title {
        font-size: 60px;
    }

    .cart_wrapper {
        flex-direction: row;
        align-items: flex-end;
        gap: 40px;
    }

    .cart_summary_wrapper {
        max-width: 400px;
        flex: 0 0 auto;
    }

    .cart_items_wrapper {
        flex: 1;
    }

    .cart_item_options {
        gap: 20px;
    }

    .order_page {
        background-size: auto;
    }

    .product_gallery_prev,
    .product_gallery_next {
        width: 45px;
        height: 45px;
    }

    .product_about {
        padding: 150px 0;
    }

    .product_how_works_box {
        padding: 80px 30px;
    }

    .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) {
        background-size: auto 70px;
    }

    .product_how_works_pink .product_how_works_intro_icon {
        width: 80px;
        right: -40px;
    }

    .product_how_works_orange .product_how_works_intro_icon {
        width: 115px;
        right: -130px;
    }

    .product_how_works_blue .product_how_works_intro_icon,
    .product_how_works_red .product_how_works_intro_icon {
        width: 115px;
        right: -40px;
    }

    .product_how_works_box_title {
        font-size: 26px;
    }

    .product_intended_header {
        height: 500px;
    }

    .product_intended_header_txt {
        font-size: 50px;
    }

    .product_intended_list_header_txt {
        font-size: 22px;
    }

    .product_intended_title {
        font-size: 36px;
    }

    .product_details_header:before {
        margin-top: 50px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .container_min {
        width: 70%;
    }

    .container {
        width: 85%;
    }

    .header_nav_anchor_txt,
    .header_dropdown_bt_txt,
    .header_cart_txt,
    .main_button_txt,
    .header_dropdown_anchor_txt {
        font-size: 18px;
    }

    .header_cart_icon object {
        width: 32px;
        height: 37.13px;
    }

    .slider {
        padding: 150px 0;
    }

    .slider_wrapper {
        margin-left: 0;
    }

    .main_txt {
        font-size: 18px;
    }

    .ingredients .container {
        width: 100%;
    }

    .ingredients .container {
        padding-left: 15%;
        padding-right: 7.5%;
    }

    .products_intro_subheader,
    .about_header {
        padding-left: 15%;
    }

    .products_intro_header {
        padding-right: 7.5%;
    }

    .about_txt {
        padding-right: 15%;
    }

    .product_item_title,
    .review_title,
    .order_summary_banner_title,
    .ingredients_list_banner_header_txt,
    .product_faq_intro_header_txt,
    .product_about_header_txt {
        font-size: 28px;
    }

    .about {
        padding-top: 150px;
    }

    .about_header:before,
    .reviews_header:before {
        width: 180px;
        margin-left: -180px;
        margin-bottom: 20px;
    }

    .about_image {
        margin-right: 15%;
    }

    .about_header,
    .reviews_header,
    .product_details_header {
        gap: 30px;
    }

    .reviews {
        padding: 200px 0 300px 0;
    }

    .reviews_header {
        margin-bottom: 200px;
    }

    .blog_item_txt_wrapper {
        padding: 60px 50px 100px;
    }

    .blog {
        padding: 250px 0;
    }

    .product_blog {
        padding-bottom: 250px;
    }

    .slider_site_wrapper {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .blog_posts {
        padding: 220px 0 150px 0;
    }

    .blog_post_header {
        padding-bottom: 25px;
    }

    .blog_post_txt {
        padding-top: 25px;
    }

    .blog_post_button {
        margin-top: 50px;
    }

    .blog_post_section,
    .policy_page {
        padding: 150px 0 80px 0;
    }

    .blog_post_page_title {
        font-size: 70px;
    }

    .blog_post_page_image_wrapper {
        width: 83%;
    }

    .blog_post_page_txt_section {
        padding: 380px 17% 150px 17%;
        margin-top: -280px;
    }

    .blog_post_page_button,
    .policy_page_button {
        margin-top: 80px;
    }

    .cart_wrapper {
        margin-left: -153px;
        margin-right: -50px;
        gap: 80px;
    }

    .cart_page,
    .order_page {
        min-height: calc(100dvh - 88px);
    }

    .policy_page_txt_section {
        padding-left: 17%;
        padding-right: 17%;
    }

    .ingredients_list_banner {
        padding: 200px 0;
        background-size: min(18%, 387px);
    }

    .ingredients_list_banner_wrapper {
        padding: 0;
    }

    .other_products_intro {
        padding: 150px 0;
    }

    .product_slider {
        padding: 150px 0;
    }

    .product_slider_txt,
    .product_slider_title {
        font-size: 18px;
    }

    .product_slider_wrapper {
        min-width: 470px;
    }

    .product_details_txt_wrapper {
        margin-top: 150px;
    }

    .product_gallery_prev,
    .product_gallery_next {
        width: 55px;
        height: 55px;
    }

    .product_details .container {
        width: 100%;
        padding: 0 15% 0 7.5%;
    }

    .product_details_wrapper {
        max-width: 1415px;
        margin-left: auto;
        margin-right: auto;
    }

    .product_details_subheader_wrapper,
    .product_details_add_to_cart_options_wrapper {
        margin-left: 130px;
    }

    .product_details_header_txt {
        flex: none;
        width: 550px;
    }

    .product_about {
        padding: 200px 0;
    }

    .product_how_works_box {
        padding: 100px 50px;
    }

    .product_how_works_boxes:nth-child(4) .product_how_works_box:nth-child(4) {
        background-size: auto 90px;
    }

    .product_intended {
        padding: 120px 30px 0;
    }

    .product_intended_list_header_txt {
        font-size: 24px;
    }

    .product_intended_list_header {
        top: 11vw;
    }

    .product_intended_title {
        font-size: 50px;
        right: 30px;
        width: 21vw;
    }

    .product_intended_list_item {
        width: 300px;
    }

    .product_intended_list_item_txt {
        line-height: 1.6em;
    }

    .product_page_activecool .product_intended_list_item:nth-child(1) {
        top: 21vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(1) {
        top: 19vw;
    }

    .product_page_activecool .product_intended_list_item:nth-child(2),
    .product_page_seniorcool .product_intended_list_item:nth-child(2) {
        top: 26vw;
    }

    .product_page_seniorcool .product_intended_list_item:nth-child(3) {
        top: 33vw;
    }

    .product_page_kidcool .ingredients_list_banner:after {
        width: 300px;
        height: 220px;
    }
}

@media only screen and (min-width: 1600px) {

    .slider_logo object {
        width: 201px;
        height: 48px;
    }

    .slider_header_txt,
    .main_header_txt,
    .slider_site_title {
        font-size: 70px;
    }

    .slider_subheader_txt,
    .products_intro_subheader_txt,
    .ingredients_banner_item_header_txt {
        font-size: 28px;
    }

    .products_list {
        padding: 0 7.5%;
    }

    .product_item {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blog_item_txt_wrapper {
        padding: 100px 60px 140px;
        left: 177px;
        right: -177px;
    }

    .product_blog_wrapper {
        padding-right: 177px;
    }

    .blog_item_title {
        font-size: 26px;
    }

    .footer_form_wrapper {
        width: 470px;
    }

    .cart_summary_wrapper {
        max-width: 450px;
    }

    .cart_summary_position_value_txt,
    .product_details_price_txt {
        font-size: 32px;
    }

    .product_slider_txt,
    .product_slider_title {
        font-size: 21px;
    }

    .product_details_add_to_cart_button {
        margin-top: 80px;
    }

    .product_details_header_txt {
        width: 650px;
    }

    .product_how_works_pink .product_how_works_intro_icon {
        width: 100px;
    }

    .product_how_works_orange .product_how_works_intro_icon {
        width: 130px;
        right: -150px;
    }

    .product_how_works_blue .product_how_works_intro_icon,
    .product_how_works_red .product_how_works_intro_icon {
        width: 130px;
    }

    .product_details_header:before {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 1800px) {
    .slider {
        padding: 200px 0;
    }

    .slider_header_txt,
    .main_header_txt,
    .slider_site_title {
        font-size: 90px;
    }

    .slider_subheader_txt,
    .products_intro_subheader_txt,
    .ingredients_banner_item_header_txt {
        font-size: 34px;
    }

    .slider_logo {
        margin-bottom: 100px;
    }

    .main_txt {
        font-size: 19px;
    }

    .product_item,
    .product_item:last-child {
        padding-bottom: 160px;
    }

    .product_item_title,
    .review_title,
    .blog_item_title,
    .blog_post_title,
    .order_summary_banner_title,
    .ingredients_list_banner_header_txt,
    .product_faq_intro_header_txt,
    .product_about_header_txt,
    .product_how_works_box_title {
        font-size: 30px;
    }

    .about {
        padding-top: 250px;
    }

    .blog_item_txt_wrapper {
        left: 199px;
        right: -199px;
    }

    .product_blog_wrapper {
        padding-right: 199px;
    }

    .slider_site_wrapper {
        margin-left: 10%;
    }

    .blog_post_page_title {
        font-size: 80px;
    }

    .cart_item_options {
        width: 400px;
        gap: 40px;
    }

    .cart_quantity_input {
        padding: 14px;
    }

    .cart_quantity_button,
    .cart_quantity_input {
        width: 53px;
    }

    .product_slider {
        padding: 180px 0;
        min-height: 54vw;
    }

    .product_slider_ingredient_icon {
        width: 140px;
        height: 140px;
    }

    .product_details_header:before {
        width: 180px;
    }

    .product_details_subheader_wrapper,
    .product_details_add_to_cart_options_wrapper {
        margin-left: 210px;
    }

    .product_details_header_txt {
        width: 700px;
    }

    .product_how_works_pink .product_how_works_intro_icon {
        width: 120px;
        right: -60px;
        top: -40px;
    }

    .product_how_works_orange .product_how_works_intro_icon {
        width: 160px;
        right: -180px;
    }

    .product_how_works_blue .product_how_works_intro_icon,
    .product_how_works_red .product_how_works_intro_icon {
        width: 160px;
    }

    .product_intended {
        height: 55vw;
    }

    .product_intended_list_item {
        left: 28.7vw;
    }

    .product_intended_list_header {
        left: calc(28.7vw - 80px);
        padding-left: 80px;
        padding-right: 40px;
    }

    .product_intended_list_item:nth-child(1),
    .product_page_activecool .product_intended_list_item:nth-child(1) {
        top: 16.5vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(1) {
        top: 15vw;
    }

    .product_intended_list_item:nth-child(2),
    .product_page_activecool .product_intended_list_item:nth-child(2),
    .product_page_seniorcool .product_intended_list_item:nth-child(2) {
        top: 20.3vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(2) {
        top: 21.5vw;
    }

    .product_intended_list_item:nth-child(3),
    .product_page_seniorcool .product_intended_list_item:nth-child(3) {
        top: 26vw;
    }

    .product_page_kidcool .product_intended_list_item:nth-child(3) {
        top: 27vw;
    }

    .product_intended {
        padding-left: 7.5%;
        padding-right: 15%;
    }

    .product_intended_list_header {
        width: 31.5vw;
        top: 6vw;
    }

    .product_intended_title {
        right: 10%;
        width: 19vw;
        top: 9vw;
    }

    .product_intended_list_header_txt {
        font-size: 30px;
    }

    .product_page_kidcool .ingredients_list_banner:after {
        width: 382px;
        height: 281px;
    }

    .product_details_header:before {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 2400px) {
    .about_image {
        margin-top: 0;
    }
}
OL { counter-reset: item }
LI { display: block }
LI:before { content: counters(item, ".") ". "; counter-increment: item }