.overflow-hidden {
    overflow: hidden!important;
    height: 100vh;
}
main {
	overflow: visible;
}

* {
    box-sizing: border-box;
}
*::selection {

}
body {
	overflow-x: hidden;
}
section {
    z-index: 2;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
html {
    overflow-x: hidden;
}
a {
    transition: .3s;
}
a:hover {
    text-decoration: none!important;
    color: var(--color-red);
}
.background-red a:hover {
    text-decoration: underline!important;
    color: inherit;
}
.btn:hover {
    cursor: pointer;
}
.slick-track
{
    display: flex !important;
}

.single-product .slick-slide
{
    height: max-content !important;
	max-height: 800px;
}

.slick-prev {
    z-index: 999 !important;
}

.img-wrapper {
    display: flex;
}
.img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.btn {
    padding: max(16px, 1.6rem) max(20px, 2rem);
    font-weight: var(--font-weight-medium);
    border-radius: max(10px, 1rem);
    font-size: var(--font-size-14);
    transition: background .3s, color .3s, box-shadow .3s;
    display: flex;
    align-items: center;
    gap: max(12px, 1.2rem);
    width: fit-content;
    height: fit-content;
    border: none;
}
.background-red a.btn {
    text-decoration: none !important;
}
.btn-transparent--white {
    color: var(--color-white);
    border: 1px solid var(--color-white);
    background: transparent;
}
.btn-transparent--white:hover {
    color: var(--color-red);
    background: var(--color-white);
}
.btn-transparent--red {
    color: var(--color-red);
    border: 1px solid var(--color-red);
    background: transparent;
}
.btn-transparent--red:hover {
    color: var(--color-white);
    background: var(--color-red);
}
.btn-transparent--black {
    color: var(--color-carbon);
    border: 1px solid var(--color-carbon);
    background: transparent;
}
.btn-transparent--black:hover {
    color: var(--color-red);
}
.btn-transparent--black--learn-more {
    border: unset;
    padding: 0;
    background: transparent;
}
.btn::after {
    transition: .3s;
}
.btn--has-arrow::after {
    content: '';
    display: block;
    width: max(12px, 1.2rem);
    height: max(7.5px, 0.75rem);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .btn--has-arrow::after {
        background-size: contain;
    }
}
.btn--has-arrow:hover::after {
    transform: translateX(max(4px, 0.4rem));
}
.btn--has-arrow.btn-transparent--white::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.75195L12.5236 4.75195' stroke='white' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.24805 1L12.9999 4.75186L9.24805 8.50372' stroke='white' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn--has-arrow.btn-transparent--white:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.75195L13.0236 4.75195' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.74817 1L13.5 4.75186L9.74817 8.50372' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn--has-arrow.btn-transparent--red::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.75195L12.5236 4.75195' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.24817 1L13 4.75186L9.24817 8.50372' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn--has-arrow.btn-transparent--red:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.75195L12.5236 4.75195' stroke='white' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.24805 1L12.9999 4.75186L9.24805 8.50372' stroke='white' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn--has-arrow.btn-transparent--black::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999969 4.75195L12.5235 4.75195' stroke='%231A1818' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.24811 1L13 4.75186L9.24811 8.50372' stroke='%231A1818' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn--has-arrow.btn-transparent--black:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.75195L13.0236 4.75195' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.74817 1L13.5 4.75186L9.74817 8.50372' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn--see-more::after {
    display: block;
    content: " ";
    width: max(1px, 1rem);
    height: max(14px, 1.4rem);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24817 1L5.24817 12.5236' stroke='%23FF4607' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9 9.24811L5.24814 13L1.49628 9.24811' stroke='%23FF4607' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}
.btn--see-more:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24817 1L5.24817 12.5236' stroke='white' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9 9.24814L5.24814 13L1.49628 9.24814' stroke='white' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transform: translateY(max(4px, 0.4rem));
}
.btn--blog_learn_more {
    padding: 0;
    font-weight: var(--font-weight-semibold);
    color: var(--color-red);
}
.btn--has-arrow.btn--blog_learn_more::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 4.75195L12.5236 4.75195' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.24805 1L12.9999 4.75186L9.24805 8.50372' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.recent_blog_post:hover .btn--has-arrow.btn--blog_learn_more::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3E%3Cpath d='M1.5 4.75195L13.0236 4.75195' stroke='%23FFFFFF' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.74817 1L13.5 4.75186L9.74817 8.50372' stroke='%23FFFFFF' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: translateX(max(4px, 0.4rem));
}
.btn--has-calc:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_602_706)'%3E%3Cpath d='M14.625 0.5625H3.375C1.82419 0.5625 0.5625 1.82419 0.5625 3.375V14.625C0.5625 16.1758 1.82419 17.4375 3.375 17.4375H14.625C16.1758 17.4375 17.4375 16.1758 17.4375 14.625V3.375C17.4375 1.82419 16.1758 0.5625 14.625 0.5625ZM16.3125 3.375V8.4375H9.5625V1.6875H14.625C15.5554 1.6875 16.3125 2.44463 16.3125 3.375ZM3.375 1.6875H8.4375V8.4375H1.6875V3.375C1.6875 2.44463 2.44463 1.6875 3.375 1.6875ZM1.6875 14.625V9.5625H8.4375V16.3125H3.375C2.44463 16.3125 1.6875 15.5554 1.6875 14.625ZM14.625 16.3125H9.5625V9.5625H16.3125V14.625C16.3125 15.5554 15.5554 16.3125 14.625 16.3125Z' fill='%23BB1F11'/%3E%3Cpath d='M3.375 5.625H4.5V6.75C4.5 7.0605 4.75144 7.3125 5.0625 7.3125C5.37356 7.3125 5.625 7.0605 5.625 6.75V5.625H6.75C7.06106 5.625 7.3125 5.373 7.3125 5.0625C7.3125 4.752 7.06106 4.5 6.75 4.5H5.625V3.375C5.625 3.0645 5.37356 2.8125 5.0625 2.8125C4.75144 2.8125 4.5 3.0645 4.5 3.375V4.5H3.375C3.06394 4.5 2.8125 4.752 2.8125 5.0625C2.8125 5.373 3.06394 5.625 3.375 5.625Z' fill='%23BB1F11'/%3E%3Cpath d='M11.25 5.625H14.625C14.9361 5.625 15.1875 5.373 15.1875 5.0625C15.1875 4.752 14.9361 4.5 14.625 4.5H11.25C10.9389 4.5 10.6875 4.752 10.6875 5.0625C10.6875 5.373 10.9389 5.625 11.25 5.625Z' fill='%23BB1F11'/%3E%3Cpath d='M14.625 13.5H11.25C10.9389 13.5 10.6875 13.752 10.6875 14.0625C10.6875 14.373 10.9389 14.625 11.25 14.625H14.625C14.9361 14.625 15.1875 14.373 15.1875 14.0625C15.1875 13.752 14.9361 13.5 14.625 13.5Z' fill='%23BB1F11'/%3E%3Cpath d='M14.625 11.25H11.25C10.9389 11.25 10.6875 11.502 10.6875 11.8125C10.6875 12.123 10.9389 12.375 11.25 12.375H14.625C14.9361 12.375 15.1875 12.123 15.1875 11.8125C15.1875 11.502 14.9361 11.25 14.625 11.25Z' fill='%23BB1F11'/%3E%3Cpath d='M5.85772 12.9373L6.65309 12.142C6.87303 11.922 6.87303 11.5665 6.65309 11.3466C6.43316 11.1267 6.07766 11.1267 5.85772 11.3466L5.06234 12.142L4.26697 11.3466C4.04703 11.1267 3.69153 11.1267 3.47159 11.3466C3.25166 11.5665 3.25166 11.922 3.47159 12.142L4.26697 12.9373L3.47159 13.7333C3.25166 13.9532 3.25166 14.3087 3.47159 14.5287C3.58128 14.6383 3.72528 14.6935 3.86928 14.6935C4.01328 14.6935 4.15728 14.6383 4.26697 14.5287L5.06234 13.7333L5.85772 14.5287C5.96741 14.6383 6.11141 14.6935 6.25541 14.6935C6.39941 14.6935 6.54341 14.6383 6.65309 14.5287C6.87303 14.3087 6.87303 13.9532 6.65309 13.7333L5.85772 12.9373Z' fill='%23BB1F11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_602_706'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
    width: max(18px, 1.8rem);
    height: max(18px, 1.8rem);
}

.btn--has-calc:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_602_706)'%3E%3Cpath d='M14.625 0.5625H3.375C1.82419 0.5625 0.5625 1.82419 0.5625 3.375V14.625C0.5625 16.1758 1.82419 17.4375 3.375 17.4375H14.625C16.1758 17.4375 17.4375 16.1758 17.4375 14.625V3.375C17.4375 1.82419 16.1758 0.5625 14.625 0.5625ZM16.3125 3.375V8.4375H9.5625V1.6875H14.625C15.5554 1.6875 16.3125 2.44463 16.3125 3.375ZM3.375 1.6875H8.4375V8.4375H1.6875V3.375C1.6875 2.44463 2.44463 1.6875 3.375 1.6875ZM1.6875 14.625V9.5625H8.4375V16.3125H3.375C2.44463 16.3125 1.6875 15.5554 1.6875 14.625ZM14.625 16.3125H9.5625V9.5625H16.3125V14.625C16.3125 15.5554 15.5554 16.3125 14.625 16.3125Z' fill='%23FFFFFF'/%3E%3Cpath d='M3.375 5.625H4.5V6.75C4.5 7.0605 4.75144 7.3125 5.0625 7.3125C5.37356 7.3125 5.625 7.0605 5.625 6.75V5.625H6.75C7.06106 5.625 7.3125 5.373 7.3125 5.0625C7.3125 4.752 7.06106 4.5 6.75 4.5H5.625V3.375C5.625 3.0645 5.37356 2.8125 5.0625 2.8125C4.75144 2.8125 4.5 3.0645 4.5 3.375V4.5H3.375C3.06394 4.5 2.8125 4.752 2.8125 5.0625C2.8125 5.373 3.06394 5.625 3.375 5.625Z' fill='%23FFFFFF'/%3E%3Cpath d='M11.25 5.625H14.625C14.9361 5.625 15.1875 5.373 15.1875 5.0625C15.1875 4.752 14.9361 4.5 14.625 4.5H11.25C10.9389 4.5 10.6875 4.752 10.6875 5.0625C10.6875 5.373 10.9389 5.625 11.25 5.625Z' fill='%23FFFFFF'/%3E%3Cpath d='M14.625 13.5H11.25C10.9389 13.5 10.6875 13.752 10.6875 14.0625C10.6875 14.373 10.9389 14.625 11.25 14.625H14.625C14.9361 14.625 15.1875 14.373 15.1875 14.0625C15.1875 13.752 14.9361 13.5 14.625 13.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M14.625 11.25H11.25C10.9389 11.25 10.6875 11.502 10.6875 11.8125C10.6875 12.123 10.9389 12.375 11.25 12.375H14.625C14.9361 12.375 15.1875 12.123 15.1875 11.8125C15.1875 11.502 14.9361 11.25 14.625 11.25Z' fill='%23FFFFFF'/%3E%3Cpath d='M5.85772 12.9373L6.65309 12.142C6.87303 11.922 6.87303 11.5665 6.65309 11.3466C6.43316 11.1267 6.07766 11.1267 5.85772 11.3466L5.06234 12.142L4.26697 11.3466C4.04703 11.1267 3.69153 11.1267 3.47159 11.3466C3.25166 11.5665 3.25166 11.922 3.47159 12.142L4.26697 12.9373L3.47159 13.7333C3.25166 13.9532 3.25166 14.3087 3.47159 14.5287C3.58128 14.6383 3.72528 14.6935 3.86928 14.6935C4.01328 14.6935 4.15728 14.6383 4.26697 14.5287L5.06234 13.7333L5.85772 14.5287C5.96741 14.6383 6.11141 14.6935 6.25541 14.6935C6.39941 14.6935 6.54341 14.6383 6.65309 14.5287C6.87303 14.3087 6.87303 13.9532 6.65309 13.7333L5.85772 12.9373Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_602_706'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
    transform: none !important;
}


.btn--no-border {
    border: none;
    padding-left: 0;
}

.btn--no-border:hover {
    background: none;
    color: var(--color-red);
}
.btn--has-arrow.btn--no-border:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.75195L12.5236 4.75195' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.24817 1L13 4.75186L9.24817 8.50372' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/* Breadcrumbs styling */
.breadcrumbs_section {
    margin-top: max(200px, 20rem);
}
.breadcrumbs_section__inner {
    margin: 0 max(70px, 7rem);
}
.breadcrumbs_section_title {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}
.breadcrumbs_section_wrapper {
    width: 100%;
    padding: max(36px, 3.6rem) 0 max(28px, 2.8rem) 0;
}
.breadcrumbs_section_wrapper p {
    line-height: max(27px, 2.7rem);
}
.breadcrumbs_section_wrapper .last {
    color: var(--color-black);
    font-weight: var(--font-weight-medium);
}

.breadcrumbs_section--single .breadcrumbs_section_wrapper {
    padding: max(22px, 2.2rem) 0;
}
@media screen and (max-width: 992px) {
    .breadcrumbs_section {
        margin-top: max(120px, 12rem);
    }
    .breadcrumbs_section__inner {
        margin: 0 max(40px, 4rem);
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs_section_title {
        position: relative;
        transform: translateY(0);
    }
    .breadcrumbs_section_wrapper {
        padding: max(10px, 1rem) 0 max(20px, 2rem) 0;
    }

    .breadcrumbs_section_title {
        padding-top: max(20px, 1rem);
    }
}
.woocommerce-content .breadcrumbs_section {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
}
.main_slider {
    height: max(775px, 77.5rem);
    overflow: hidden;
}
.main_slider::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 35%);
    z-index: 1;
    pointer-events: none;
}
.main_slider_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: max(140px, 14rem);
    z-index: 2;
}
.main_slider_text_slider__inner {
    width: 100%;
}
.main_slider_text_wrapper__inner {
    margin: 0 max(40px, 4rem);
}
.main_slider_text_slider {
    padding: max(58px, 5.8rem) max(32px, 3.2rem);
    align-items: center;
    justify-content: center;
    max-width: max(600px, 60rem);
}
.main_slider_img_slider, .main_slider_img_slider__inner, .main_slider_img_slider__inner :is(.slick-list, .slick-track) {
    height: 100%;
}
.main_slider_text_slider::before {
    content: "";
    width: 0;
    height: 0;
    border-top: unset;
    border-right: max(54px, 5.4rem) solid transparent;
    border-bottom: max(45px, 4.5rem) solid var(--color-red);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-99%);
}
.main_slider_header {
    line-height: max(45px, 5.5rem);
}
.main_slider_description {
    margin-top: max(26px, 2.6rem);
    line-height: max(28px, 2.8rem);
}
.main_slider_text_slider .btn {
    margin-top: max(15px, 1.5rem);
}
.main_slider_navigation {
    justify-content: space-between;
}
.main_slider_navigation__numbers {
    position: absolute;
    right: max(30px, 3rem);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.main_slider_navigation__numbers ul {
    display: flex;
    gap: max(26px, 2.6rem);
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main_slider_navigation__numbers ul li {
    opacity: 60%;
    transition: .3s;
}
.main_slider_navigation__numbers ul li:hover {
    cursor: pointer;
    opacity: 100%;
}
.main_slider_navigation__numbers ul li.slick-active {
    opacity: 100%;
}

@media screen and (min-width: 992px) {
    .main_slider_navigation__numbers ul li.slick-active {
        transform: translateX(calc(-1 * max(13px, 1.3rem)));
    }
}
@media screen and (max-width: 992px) {
    .main_slider_text_slider {
        width: 100%;
        max-width: unset;
        background: rgba(0, 0, 0, 0.8);
    }
    .main_slider_text_slider::before {
        border-bottom: max(45px, 4.5rem) solid rgba(0, 0, 0, 0.8);
    }
    .main_slider_text_wrapper__inner {
        margin: 0 max(20px, 2rem);
    }
    .main_slider_text_slider {
        padding: max(38px, 3.8rem) max(20px, 2rem);
    }
    .main_slider_text_slider .btn {
        margin-top: max(25px, 2.5rem);
    }
    .main_slider_navigation__numbers {
        left: 50%;
        right: unset;
        top: unset;
        bottom: 0;
        transform: translateX(-50%);
        padding: max(10px, 1rem) max(20px, 2rem);
        background: rgba(0, 0, 0, 0.8);
    }
    .main_slider_navigation__numbers ul {
        flex-direction: row;
    }
}

.bullet_points_tiles_wrapper_inner {
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
    width: 100%;
/*    gap: max(25px, 2.5rem);*/
}

.bullet_point_tile {
    flex-direction: column;
    gap: max(15px, 1.5rem);
    padding: max(38px, 3.8rem) max(40px, 4rem);
    margin: 0 max(12.5px, 0.125rem);
    /*max-width: max(300px, 30rem);*/
}
.bullet_point_tile_img {
    width: max(72px, 7.2rem);
    height: max(72px, 7.2rem);
}

@media screen and (max-width: 768px) {
    .main_slider_bottom {
        z-index: 2;
        pointer-events: none;
    }
    .btn-slider {
        pointer-events: all;
    }
    .main_slider_navigation__numbers {
        height: max(80px, 8rem);
        align-items: center;
        padding: max(10px, 1rem) max(30px, 3rem);
        width: 100%;
        justify-content: center;
        z-index: 1;
    }
}
.bullet_point_tile_header, .bullet_point_tile_description {
    margin-top: max(15px, 1.5rem);
}
.main_slider_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.btn-slider {
    background: var(--color-white);
    width: max(80px, 8rem);
    height: max(80px, 8rem);
    border: none;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.btn-slider svg {
    width: max(22px, 2.2rem);
    height: max(15px, 1.5rem);
    transition: .3s;
}
.btn-slider:hover {
    cursor: pointer;
    background: var(--color-black);
}
.btn-slider--prev:hover svg {
    transform: translateX(calc(-1 * max(8px, 0.8rem)));
}
.btn-slider--next:hover svg {
    transform: translateX(max(8px, 0.8rem));
}
.btn-slider:hover svg path {
    stroke: var(--color-white);
}
@media screen and (max-width: 768px) {
    .btn-slider {
        background: var(--color-black);
    }
    .btn-slider svg path {
        stroke: var(--color-white);
    }
}
.btn-category-link {
    background: var(--color-white);
    width: max(80px, 8rem);
    height: max(80px, 8rem);
    border: none;
    border-radius: unset;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.btn-category-link svg {
    width: max(22px, 2.2rem);
    height: max(15px, 1.5rem);
    transition: .3s;
}
.btn-category-link:hover {
    cursor: pointer;
    background: var(--color-red);
}
.btn-category-link:hover svg path {
    stroke: var(--color-white);
}
.btn-realization-link {
    background: var(--color-white);
    width: max(80px, 8rem);
    height: max(80px, 8rem);
    border: none;
    border-radius: unset;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.btn-realization-link svg {
    width: max(22px, 2.2rem);
    height: max(15px, 1.5rem);
    transition: .3s;
}
.btn-realization-link:hover {
    cursor: pointer;
    background: var(--color-black);
}
.btn-realization-link:hover svg path {
    stroke: var(--color-white);
}
@media screen and (max-width: 1024px) {
    .bullet_points_tiles {
        padding: max(30px, 3rem) 0;
    }
}
@media screen and (min-width: 1024px) {
    .bullet_points_tiles_wrapper {
        transform: translateY(calc(-1 * max(80px, 8rem)));
        max-width: calc(100vw - max(200px, 20rem));
    }
}
.production_methods_section_inner--top {
    justify-content: flex-end;
}
.production_methods_section_inner--bottom {
    flex-direction: column;
    z-index: 2;
    align-items: center;
    padding: max(52px, 5.2rem) 0 max(52px, 5.2rem) max(120px, 12rem);
}
.production_methods_section_inner--bottom::before {
    content: "";
    width: 0;
    height: 0;
    border-top: unset;
    border-right: max(54px, 5.4rem) solid transparent;
    border-bottom: max(45px, 4.5rem) solid var(--color-red);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-99%);
}
.production_methods_wrapper {
    margin-top: max(110px, 11rem)
}
.production_methods_wrapper::after {
    content: "";
    display: block;
    background: var(--color-red);
    height: 100%;
    width: max(calc((100% - var(--global-width)) / 2), 2%);
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 768px) {
    .production_methods_wrapper::after {
        width: 7vw;
    }
}
.production_methods_img_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    z-index: 1;
    max-width: max(900px, 90rem);
}
.production_methods_section_text_wrapper {
    width: 48%;
    flex-direction: column;
    gap: max(30px, 3rem);
    margin-top: max(60px, 6rem);
}
.production_methods_section_text_wrapper p {
    line-height: max(22px, 2.2rem)
}
.production_methods  {
    gap: max(70px, 7rem);
    margin-top: max(68px, 6.8rem);
}
.production_method {
    gap: max(20px, 2rem);
    align-items: flex-start
}
.production_method_counter {
    line-height: 1em;
    transform: translateY(-30%);
}
.production_method_content_wrapper p {
    opacity: 0.7;
    margin-top: max(14px, 1.4rem);
    line-height: max(21px, 2.1rem);
}
@media screen and (max-width: 1380px) {
    .production_methods_section_inner--bottom {
        padding: max(52px, 5.2rem) max(22px, 2.2rem);
    }
    .production_methods_section_inner--bottom::before {
        transform: translateY(-100%) translateX(calc(-1 * max(100vw - var(--global-width), 2%)));
    }
    .production_methods_wrapper::after {
        width: 100vw;
    }
    .production_methods_wrapper {
        margin-top: max(70px, 7rem);
    }
    .production_methods {
        gap: max(30px, 3rem);
    }
}
@media screen and (max-width: 1200px) {
    .production_methods_wrapper {
        margin-top: max(40px, 4rem);
    }
    .production_methods_section_inner--bottom {
        padding: max(52px, 5.2rem) max(10px, 1rem);
    }
    .production_method {
        gap: max(15px, 1.5rem);
        align-items: flex-start;
    }
}
@media screen and (max-width: 992px) {
    .production_methods {
        flex-direction: column;
        gap: max(50px, 5rem);
    }
    .production_methods_section--bottom_heading {
        text-align: center;
        line-height: 1.5em;
    }
    .production_method {
        gap: max(25px, 2.5rem);
    }
    .production_methods_img_wrapper {
        position: relative;
        width: 100%;
        transform: translateX(calc(-1 * max(100vw - var(--global-width), 2%)));
    }
    .production_methods_section_inner--top {
        flex-direction: column-reverse;
        gap: max(50px, 5rem);
    }
    .production_methods_section_text_wrapper {
        width: 100%;
    }
    .production_methods_wrapper {
        margin-top: 0;
        position: relative;
        z-index: 2;
    }
}
@media screen and (max-width: 768px) {
    .production_methods_section_inner--bottom::before {
        transform: translateY(-100%) translateX(-7vw);
    }
    .production_methods_img_wrapper {
        transform: translateX(-7vw);
    }
    .production_methods_section_text_wrapper {
        text-align: center;
        align-items: center;
        margin-top: 0;
    }
}
.statistics_section {
    padding: max(62px, 6.2rem) 0;
}
.statistics_wrapper {
    justify-content: space-between;
    width: 100%;
    padding: 0 max(30px, 3rem);
}
.statistics_heading {
    margin-top: max(16px, 1.6rem);
}
.statistics_description {
    margin-top: max(6px, 0.6rem);
    text-align: center;
}
.statistics {
    flex-direction: column;
}
.statistics_icon {
    width: max(48px, 4.8rem);
    height: max(48px, 4.8rem);
}
@media screen and (max-width: 992px) {
    .statistics_wrapper {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: max(50px, 5rem);
    }
    .statistics {
        width: 30%;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .statistics_wrapper {
        justify-content: space-between;
    }
    .statistics {
        width: 40%;
        align-items: center;
    }
    .statistics_wrapper .statistics:last-of-type {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .statistics_wrapper .statistics {
        width: 100%;
    }
}

.modern_pavilions_section_inner {
    flex-direction: column;
}
.modern_pavilions_section_text_wrapper {
    padding: max(62px, 6.2rem) max(52px, 5.2rem);
    position: relative;
    width: 60%;
    z-index: 2;
    gap: max(25px, 2.5rem);
    flex-direction: column;
}
.modern_pavilions_description--top, .modern_pavilions_description--bottom {
    line-height: max(23px, 2.3rem);
}
.modern_pavilions_section_img_wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 90%;
    width: 47%;
}
@media screen and (max-width: 1300px) {
    .modern_pavilions_section_img_wrapper {
        width: 42%;
    }
}
@media screen and (max-width: 1150px) {
    .modern_pavilions_section_text_wrapper {
        width: 65%;
    }
    .modern_pavilions_section_img_wrapper {
        height: 100%;
        width: 35%;
    }
}
@media screen and (max-width: 992px) {
    .modern_pavilions_section_text_wrapper {
        width: 100%;
    }
    .modern_pavilions_section_text_wrapper h2 br {
        display: none;
    }
    .modern_pavilions_top_wrapper {
        flex-direction: column;
    }
    .modern_pavilions_section_img_wrapper {
        position: relative;
        width: 100%;
        height: max(300px, 30rem);
    }
    .modern_pavilions_section_inner {
        align-items: center;
    }
}
.modern_pavilions_cta {
    align-items: center;
    padding: max(33px, 3.3rem) max(25px, 2.5rem);
    width: fit-content;
}
@media screen and (max-width: 992px) {
    .modern_pavilions_cta {
        width: 100%;
        max-width: unset;
        justify-content: space-between;
    }
}
@media screen and (max-width: 768px) {
    .modern_pavilions_section_text_wrapper {
        text-align: center;
    }
}
@media screen and (max-width: 720px) {
    .modern_pavilions_cta {
        flex-direction: column;
        align-items: center;
        gap: max(25px, 2.5rem);
    }
}
.modern_pavilions_cta_img_wrapper {
    width: max(74px, 7.4rem);
    height: max(74px, 7.4rem);
    border-radius: 50%;
}
.modern_pavilions_cta_img_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: max(12px, 1.2rem);
    height: max(12px, 1.2rem);
    background: var(--color-green);
    border: max(2px, 0.2rem) solid var(--color-gray);
    border-radius: 50%;
}
.modern_pavilions_cta .modern_pavilions_cta_text_wrapper {
    margin-left: max(27px, 2.7rem);
}
.modern_pavilions_cta .btn {
    margin-left: max(35px, 3.5rem);
}
@media screen and (max-width: 720px) {
    .modern_pavilions_cta_text_wrapper {
        text-align: center;
    }
    .modern_pavilions_cta .modern_pavilions_cta_text_wrapper,
    .modern_pavilions_cta .btn {
        margin-left: 0;
    }
}
.pavilions_for_business_section {
    margin: max(75px, 7.5rem) 0 max(50px, 5rem);
}
.pavilions_for_business_section_inner {
    padding: max(87px, 8.7rem) max(95px, 9.5rem) max(96px, 9.6rem);
    border: max(10px, 1rem) solid var(--color-red);
    border-right: none;
}
.pavilions_for_business_section_inner_wrapper::after {
    content: "";
    display: block;
    background: var(--color-gray);
    border-top: max(10px, 1rem) solid var(--color-red);
    border-bottom: max(10px, 1rem) solid var(--color-red);
    height: 100%;
    width: max(calc((100% - var(--global-width)) / 2), 2%);
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
}
.pavilions_for_business_section h2 {
    line-height: calc(1em + max(2px, 0.2rem));
}
.pavilions_for_business_features {
    padding-inline-start: max(34px, 3.4rem);
    list-style-type: none;
    gap: max(60px, 6rem);
}
.pavilions_for_business_description {
    line-height: calc(1em + max(9px, 0.9rem));
}
.pavilions_for_business_section_text_wrapper {
    flex-direction: column;
    gap: max(30px, 3rem);
    width: 55%;
}
.pavilions_for_business_features li {
    position: relative;
}
.pavilions_for_business_features li::before {
    content: '';
    position: absolute;
    left: calc(min(-35px, -3.5rem));
    bottom: 50%;
    width: max(28px, 2.8rem);
    height: max(28px, 2.8rem);
    transform: translateY(50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 viewBox%3D%220 0 30 30%22 fill%3D%22none%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 29C22.732 29 29 22.732 29 15C29 7.26801 22.732 1 15 1C7.26801 1 1 7.26801 1 15C1 22.732 7.26801 29 15 29Z%22 stroke%3D%22%23BB1F11%22 stroke-width%3D%221.5%22%2F%3E%3Cpath d%3D%22M9.40039 15.2666L12.6715 18.2778C13.4986 19.0391 14.7904 18.9695 15.5309 18.1237L21.5337 11.2666%22 stroke%3D%22%23BB1F11%22 stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pavilions_for_business_section_img_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: max(434px, 43.4rem);
}
@media screen and (max-width: 992px) {
    .pavilions_for_business_section_text_wrapper {
        width: 100%;
    }
    .pavilions_for_business_section_img_wrapper {
        position: relative;
        max-width: 70%;
    }
    .pavilions_for_business_section_inner {
        flex-direction: column;
        align-items: center;
        gap: max(40px, 4rem);
        padding: max(47px, 4.7rem) max(25px, 2.5rem) 0;
        border: max(10px, 1rem) solid var(--color-red);
    }
    .pavilions_for_business_section_inner_wrapper::after {
        content: unset;
    }
}
@media screen and (max-width: 768px) {
    .pavilions_for_business_section {
        margin: max(40px, 4rem) 0;
    }
    .pavilions_for_business_features {
        flex-direction: column;
        gap: max(35px, 3.5rem);
    }
    .pavilions_for_business_section_text_wrapper .btn {
        text-align: center;
    }
    .pavilions_for_business_section_img_wrapper {
        max-width: 90%;
    }
    .pavilions_for_business_section_text_wrapper {
        text-align: center;
        align-items: center;
    }
}

/* Blog page styling */

body:has(.blog_section) {
    overflow-x: unset !important;
    overflow: unset !important;
}

.post_filters {
    width: 30%;
    overflow: visible;
    height: auto;
}
.post_filters--category {
    position: sticky;
    top: max(160px, 16rem);
    overflow-y: auto;
}
.post_filters_heading {
    position: relative;
    font-size: var(--font-size-18);
}
.post_filters_category_wrapper {
    margin-top: max(10px, 1rem);
	padding-bottom: max(45px, 4.5rem)
}
.post_filters_category_link {
    justify-content: space-between;
    padding: max(12px, 1.2rem) max(10px, 1rem);
    border-bottom: 1px solid rgba(0, 59, 39, 15%);
}
.post_filters--tag {
    margin-top: max(35px, 3.5rem);
}
.post_filters_tag_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: max(10px, 1rem);
    margin-top: max(12px, 1.2rem);
}
.post_filters_tag {
    position: relative;
    bottom: unset;
    left: 0;
}

@media screen and (max-width: 768px) {
    .post_filters {
        width: 100%;
    }

    .post_filters_heading {
        cursor: pointer;
    }

    .post_filters_heading::after {
        content: "";
        width: max(9px, 0.9rem);
        height: max(5px, 0.5rem);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M1 1L3.79289 3.79289C4.18342 4.18342 4.81658 4.18342 5.20711 3.79289L8 1' stroke='%23BB1F11'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: max(10px, 1rem);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.4s ease;
    }

    .post_filters_heading.is-open::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .post_filters_category_wrapper {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding-bottom: 0;
      }
      
      .post_filters_category_wrapper.is-visible {
        max-height: 1000px;
      }
}
.recent_blog_posts_wrapper--blog_section {
    flex-wrap: wrap;
    gap: max(25px, 2.5rem);
}
.blog_section__inner {
    margin-top: max(60px, 6rem);
    gap: max(75px, 7.5rem);
}
.post_feed {
    width: 70%;
}
.recent_blog_post {
    flex-direction: column;
    padding: max(13px, 1.3rem) max(13px, 1.3rem) max(30px, 3rem) max(13px, 1.3rem);
    width: max(435px, 43.5rem);
    transition: .3s background-color;
}
.recent_blog_post:hover {
    background-color: var(--color-red);
}
.recent_blog_post:hover .recent_blog_post_title a, .recent_blog_post:hover .btn--blog_learn_more {
    color: var(--color-white);
}
.recent_blog_post_img_wrapper {
    width: 100%;
    height: max(200px, 20rem);
    overflow: hidden;
}
.recent_blog_post_img_wrapper img{
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: .3s transform;
}
.recent_blog_post:hover .recent_blog_post_img_wrapper img {
    transform: scale(1.1);
}
.recent_blog_post_container {
    margin: 0 max(12px, 1.2rem);
    flex-direction: column;
}
.recent_blog_post_title a {
    line-height: max(25px, 2.5rem);
    height: calc(1.4em * 2);
    margin: max(17px, 1.7rem) 0 max(22px, 2.2rem) 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.recent_blog_post_img_wrapper__fallback {
    justify-content: center;
    align-items: center;
}

.recent_blog_post_img_wrapper__fallback img {
    object-fit: unset;
    width: 85%;
	height: unset;
}

@media screen and (max-width: 1410px) {
    .post_filters {
        max-width: max(410px, 41rem);
        min-width: max(310px, 31rem);
    }
    .post_feed {
        width: unset;
    }
    .recent_blog_post {
        width: max(385px, 38.5rem);
    }
    .recent_blog_post_img_wrapper {
        height: max(170px, 15rem);
    }
    .recent_blog_post_title a {
        height: calc(1.4em * 3);
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 1230px) {
    .post_filters {
        min-width: max(250px, 31rem);
    }
    .blog_section__inner {
        gap: max(40px, 4rem);
    }
    .recent_blog_post {
        width: max(335px, 38.5rem);
    }
    .recent_blog_post_img_wrapper {
        height: max(120px, 15rem);
    }
}

@media screen and (max-width: 1068px) {
    .recent_blog_posts_wrapper--blog_section {
        justify-content: center;
    }
    .recent_blog_post {
        width: max(435px, 43.5rem);
    }
    .recent_blog_post_img_wrapper {
        height: max(200px, 20rem);
    }
}

@media screen and (max-width: 768px) {
    body:has(.blog_section) {
        overflow-x: hidden;
    }
    .blog_section__inner {
        flex-direction: column;
        align-items: center;
    }
    .post_filters--category {
        position: static;
    }
}

@media screen and (max-width: 450px) {
    .recent_blog_post {
        width: max(375px, 38.5rem);
    }
    .recent_blog_post_img_wrapper {
        height: max(160px, 16rem);
    }
}

.post_feed_pagination {
    margin: max(45px, 4.5rem) 0;
    justify-content: center;
    gap: max(25px, 2.5rem);
}

.post_feed_pagination .current {
    color: var(--color-red);
}

.blog_empty_info {
    text-align: center;
}

/* Single post styling */

.single_post_header_wrapper {
    width: 80%;
    margin: max(80px, 8rem) auto 0 auto;
}

.single_post_content_wrapper {
    width: 80%;
    margin: 0 auto;
}

.single_post_date, .single_post_title {
    display: block;
    text-align: center;
}

.single_post_title {
    margin: max(15px, 1.5rem) 0 max(60px, 6rem) 0;
}

.single_post_img_wrapper {
    width: 100%;
}

.single_post_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.single_post_content_wrapper {
    margin-top: max(60px, 6rem);
}

@media screen and (max-width: 1068px) {
    .single_post_header_wrapper, .single_post_content_wrapper {
        width: 100%;
    }
}

.single_post_upsell_section {
    margin-top: max(70px, 7rem);
    margin-bottom: max(50px, 5rem);
}

.single_post_upsell_section_header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: max(40px, 4rem);
}

.single_post_upsell_section_heading  {
    max-width: 60%;
}

.woocommerce .upsell-products li.product {
    margin: 0 max(12.5px, 1.25rem) 0 0  !important;
}

.woocommerce .onsale{
	display: none;
}

.upsell-products .slick-list {
    margin-right: min(-12.5px, -1.25rem);
}

.upsell-products .slick-track {
    margin-left: 0;
}

@media screen and (max-width: 662px) {
    .single_post_upsell_section_header {
        flex-direction: column;
        align-items: flex-start;
        gap: max(40px, 4rem);
    }
    .single_post_upsell_section_heading {
        max-width: 100%;
    }
}

/* Custom Gutenberg blocks */

.single_post_content_wrapper p {
    font-size: var(--font-size-15);
    line-height: max(28px, 2.8rem);
}

.single_post_content_wrapper .wp-block-list, .bullet-point-list, .woocommerce .wp-block-list {
    list-style: none;
    padding-inline-start: max(36px, 3.6rem);
}

.single_post_content_wrapper .wp-block-list li, .bullet-point-list li, .woocommerce .wp-block-list li{
    position: relative;
    padding: max(17.5px, 1.75rem) 0;
    font-size: var(--font-size-14);
    line-height: 1.6em;
}

.single_post_content_wrapper .wp-block-list li::before, .bullet-point-list li::before, .woocommerce .wp-block-list li::before {
    content: '';
    position: absolute;
    bottom: 50%;
    width: max(28px, 2.8rem);
    height: max(28px, 2.8rem);
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 viewBox%3D%220 0 30 30%22 fill%3D%22none%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 29C22.732 29 29 22.732 29 15C29 7.26801 22.732 1 15 1C7.26801 1 1 7.26801 1 15C1 22.732 7.26801 29 15 29Z%22 stroke%3D%22%23BB1F11%22 stroke-width%3D%221.5%22%2F%3E%3Cpath d%3D%22M9.40039 15.2666L12.6715 18.2778C13.4986 19.0391 14.7904 18.9695 15.5309 18.1237L21.5337 11.2666%22 stroke%3D%22%23BB1F11%22 stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    transform: translate(calc(-1 * max(36px, 3.6rem)), 50%);
}

.bullet-point-list--white li::before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2228%22 height%3D%2228%22 viewBox%3D%220 0 28 28%22 fill%3D%22none%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 27C21.1797 27 27 21.1797 27 14C27 6.8203 21.1797 1 14 1C6.8203 1 1 6.8203 1 14C1 21.1797 6.8203 27 14 27Z%22 stroke%3D%22white%22 stroke-width%3D%221.5%22%2F%3E%3Cpath d%3D%22M8.7998 14.2475L11.7295 16.9444C12.5566 17.7057 13.8484 17.6361 14.5889 16.7903L20.0665 10.5332%22 stroke%3D%22white%22 stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E');
}

.wp-block-quote {
    border-left: 2px solid var(--color-red) !important;
    margin: 0;
    padding: max(4px, 0.4rem) max(25px, 2.5rem) !important;
}

.wp-block-quote p {
    font-size: var(--font-size-24) !important;
    line-height: max(32px, 3.2rem) !important;
    font-style: normal !important;
    font-weight: var(--font-weight-medium);
    margin-bottom: max(50px, 5rem);
}

.wp-block-quote cite {
    font-size: var(--font-size-18) !important;
    line-height: max(28px, 2.8rem) !important;
    font-style: normal !important;
    text-align: left !important;
}

.wp-block-image img {
    width: 100%;
}

.single_post_img_wrapper_fallback {
    height: max(400px, 40rem);
    justify-content: center;
    align-items: center;
}

.single_post_img_wrapper_fallback img {
    width: 90%;
    margin: 0 auto;
}

/* Faq page styling */
.faq_section {
    margin-top: max(55px, 5.5rem);
}

.faq_category {
    margin-bottom: max(72px, 7.2rem);
}

.faq_category_icon_wrapper {
    margin: 0 auto;
    width: max(86px, 8.6rem);
    height: max(86px, 8.6rem);
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-gray);
    border-radius: 50%;
}

.faq_category_icon {
    width: 54.3%;
    height: 54.3%;
}

.faq_category_title {
    width: fit-content;
    max-width: 75%;
    margin: max(25px, 2.5rem) auto max(75px, 7.5rem) auto;
    text-align: center;
}

.faq_category_title::before, .faq_category_title::after {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: max(75px, 7.5rem);
    height: max(1px, 0.1rem);
    background-color: var(--color-silver);
}

.faq_category_title::before {
    left: min(-125px, -12.5rem);
}

.faq_category_title::after {
    right: min(-125px, -12.5rem);
}

.faq_section__questions_wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: max(25px, 2.5rem);
}

.questions_wrapper__item {
    flex-direction: column;
    justify-content: space-between;
    padding: max(36px, 3.6rem) max(20px, 2rem) max(20px, 2rem) 0;
    border-bottom: 1px solid var(--color-gray);
}

.faq_question {
    margin-bottom: max(13px, 1.3px);
}

.faq_answer {
    line-height: max(23px, 2.3rem);
    margin-bottom: max(22px, 2.2rem);
}

@media screen and (max-width: 768px) {
    .faq_section__questions_wrapper {
        grid-template-columns: 1fr;
    }
    .faq_category_title::before, .faq_category_title::after {
        display: none;
    }
    .faq_category_title {
        max-width: 100%;
    }
}

.contact_faq_section {
    text-align: center;
    margin-bottom: max(100px, 10rem);
}

.contact_faq_wrapper {
    border: 10px solid var(--color-red);
    padding: max(66px, 6.6rem);
}

.contact_faq_wrapper .btn {
    margin: 0 auto;
}

.contact_faq_text {
    margin: max(20px, 2rem) auto;
    max-width: max(800px, 80rem);
}

.contact_faq_title {
    max-width: max(1100px, 110rem);
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .contact_faq_wrapper {
        border: none;
        padding: 0;
    }
}
.contact_form_section {
    padding: max(89px, 8.9rem) 0;
}
.contact_form_section_form_wrapper {
    flex-direction: column;
    gap: max(40px, 4rem);
}
.contact_form_section_inner {
    justify-content: space-between;
    gap: max(50px, 5rem);
}
.contact_form_section_infos_wrapper {
    padding: max(70px, 7rem) max(90px, 9rem) max(56px, 5.6rem) max(46px, 4.6rem);
    flex-direction: column;
}
.contact_form_section_form_wrapper {
    padding: max(70px, 7rem) max(72px, 7.2rem);
    width: 100%;
}
.contact_form_section_company_name {
    margin-top: max(58px, 5.8rem);
}
.contact_form_section_infos_data p {
    white-space: nowrap;
}
.contact_form_section_infos_data--phone {
    margin-top: max(30px, 3rem);
}
.contact_form_section_infos_data--email {
    margin-top: max(32px, 3.2rem);
}
.contact_form_section_infos_data--office {
    margin-top: max(32px, 3.2rem);
}
.contact_form_section_company_nip {
    margin-top: max(42px, 4.2rem);
}
.contact_form_section_infos_wrapper .social_media_wrapper {
    margin-top: max(40px, 4rem);
}
.contact_form_wrapper :is(input, textarea) {
    border: none;
    border-radius: unset;
    background: unset;
    border-bottom: 1px solid #E4E4E4;
    color: var(--color-black);
    margin-top: max(4px, 0.4rem);
    width: 100%;
    padding: max(4px, 0.4rem) 0;
}
.contact_form_wrapper :is(input, textarea):focus-visible {
    stroke: none;
    outline: none;
    border-bottom: 1px solid var(--color-red);
}

.contact_form_wrapper textarea {
    height: 10em;
    resize: vertical;
    max-height: max(350px, 35rem);
}
.contact_form_wrapper .message-label {
    margin-top: max(40px, 4rem);
    display: block;
}
.contact_form_wrapper .wpcf7-radio {
    display: flex;
    gap: 22px;
    margin-top: 20px;
}
.contact_form_wrapper .form-row{
    display: flex;
    gap: max(25px, 2.5rem);
}
.contact_form_wrapper .form-row{
    margin-top: max(40px, 4rem);
}
.contact_form_wrapper .form-row p {
    margin: 0;
}
.contact_form_wrapper .consent-wrapper {
    margin-top: max(25px, 2.5rem);
}
.contact_form_wrapper .consent-wrapper .wpcf7-list-item {
    margin-left: 0;
}
.contact_form_wrapper .consent-wrapper > p {
    display: flex;
    gap: max(14px, 1.4rem);
}
.contact_form_wrapper .consent-wrapper > p > label br {
    display: none;
}
.contact_form_wrapper .consent-wrapper > p > label {
    cursor: pointer;
}
.contact_form_wrapper .consent-wrapper > p > label {
    display: flex;
    font-size: max(12px, 1.2rem);
    gap: max(16px, 1.6rem);
    line-height: max(21px, 2.1rem);
}
.contact_form_wrapper .consent-wrapper label .wpcf7-form-control-wrap {
    position: relative;
}
.contact_form_wrapper .wpcf7-acceptance span input {
    opacity: 0;
}
.contact_form_wrapper .wpcf7-acceptance span input:hover {
    cursor: pointer;
}
.contact_form_wrapper .consent-wrapper label .wpcf7-form-control-wrap::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: max(16px, 1.6rem);
    height: max(16px, 1.6rem);
    border: 1px solid #E4E4E4;
    background-color: transparent;
}
.contact_form_wrapper .form-row > p {
    width: 100%;
}
.contact_form_wrapper .consent-wrapper label .wpcf7-form-control-wrap.checked::after {
    content: '';
    display: block;
    position: absolute;
    left: max(4px, 0.4rem);
    top: max(8px, 0.8rem);
    transform: translateY(-50%);
    width: max(10px, 1rem);
    height: max(10px, 1rem);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.2L3.86364 7L10 1' stroke='%23000000'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.contact_form_wrapper .wpcf7-not-valid-tip {
    font-size: var(--font-size-12);
    margin-top: max(6px, 0.6rem);
    color: var(--color-red);
    position: absolute;
}
.contact_form_wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
    display: none;
}
.contact_form_wrapper .btn {
    width: 100%;
    margin-top: max(40px, 4rem);
    justify-content: center;
}
.contact_form_wrapper label {
    transition: .3s;
}
.contact_form_wrapper .label-active {
    color: var(--color-red);
}
.consent-wrapper .label-active {
    color: inherit!important;
}
.contact_form_text {
    line-height: max(23px, 2.3rem);
    max-width: max(655px, 65.5rem);
}
.contact_form_section_form_wrapper:has(.contact_form_text) {
    gap: max(20px, 2rem);
}

.contact_form_section:has(.contact_form_text) {
    padding-top: max(39px, 3.9rem);
}
@media screen and (max-width: 992px) {
    .contact_form_section_company_name {
        margin-top: max(38px, 3.8rem);
    }
    .contact_form_section_inner {
        flex-direction: column;
        gap: 0;
    }
    .contact_form_section_infos_datas_wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: max(30px, 3rem);
        gap: max(20px, 2rem);
        flex-wrap: wrap;
    }
    .contact_form_section_infos_datas_wrapper * {
        margin-top: unset;
    }
}
@media screen and (max-width: 576px) {
    .contact_form_section_infos_datas_wrapper {
        flex-direction: column;
    }
    .contact_form_wrapper .form-row {
        flex-direction: column;
        gap: max(40px, 4rem);
    }
    .contact_form_wrapper .form-row--top {
        margin-top: 0;
    }
    .contact_form_section_form_wrapper {
        padding: max(70px, 7rem) max(46px, 4.6rem);
    }
    .contact_form_section_infos_data p {
        white-space: unset;
    }
}
@media screen and (max-width: 420px) {
    .contact_form_section_infos_wrapper, .contact_form_section_form_wrapper {
        padding: max(50px, 5rem) max(26px, 2.6rem);
    }
}
.map_contact_section_map {
    height: max(420px, 42rem);
    filter: grayscale(1);
}
.latest_posts_section {
    padding-bottom: max(20px, 2rem);
}
.latest_posts_section_top_wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.latest_posts_section_inner {
    flex-direction: column;
    gap: max(46px, 4.6rem);
}
.latest_post_section_posts {
    width: 100%;
    justify-content: space-between;
    gap: max(20px, 2rem);
}
@media screen and (max-width: 992px) {
    .latest_post_section_posts {
        flex-direction: column;
        gap: max(30px, 3rem);
    }
    .latest_post_section_posts .recent_blog_post {
        width: 100%;
        padding: max(13px, 1.3rem) max(13px, 1.3rem);
    }
    .latest_post_section_posts .recent_blog_post_img_wrapper {
        height: max(300px, 30rem);
    }
}
@media screen and (max-width: 768px) {
    .latest_post_section_posts .recent_blog_post_title {
        text-align: center;
    }
    .latest_post_section_posts .recent_blog_post_container {
        align-items: center;
    }
}
@media screen and (max-width: 600px) {
    .latest_posts_section_top_wrapper {
        flex-direction: column;
        gap: max(25px, 2.5rem);
        text-align: center;
    }
    .latest_post_section_posts .recent_blog_post_img_wrapper {
        height: max(200px, 20rem);
    }
}
.product_filters_category a:hover {
    color: var(--color-black);
}
.product_filters_category_wrapper {
    margin-top: max(36px, 3.6rem);
}
.product_filters_category:not(:first-of-type) {
    margin-top: max(30px, 3rem);
}
.category-active {
    color: var(--color-black);
    font-weight: var(--font-weight-medium);
}
.product_filters_subcategories {
    margin-top: max(12px, 1.2rem);
    margin-left: max(20px, 2rem);
    flex-direction: column;
    gap: max(14px, 1.4rem);
}
.shop_wrapper {
    justify-content: space-between;
    gap: max(25px, 2.5rem);
    margin-top: max(32px, 3.2rem);
    padding-bottom: max(62px, 6.2rem);
}
.product_feed_wrapper {
    width: 100%;
}
.category_description {
    margin-top: max(15px, 1.5rem);
    margin-bottom: max(22px, 2.2rem);
    padding-bottom: max(32px, 3.2rem);
    border-bottom: max(1.5px, 0.15rem) solid #F2F2F2;
}
.category_description p {
    line-height: 1.6em;
}
.product_filters {
    width: 30%;
}
.product_filters--attributes {
    margin-top: max(40px, 4rem);
}
.attribute_filter:first-of-type {
    margin-top: max(25px, 2.5rem);
}
.attribute_filter:not(:first-of-type) {
    margin-top: max(30px, 3rem);
}
.attribute_filter_heading {
    margin-bottom: max(22px, 2.2rem);
}
.attribute_filter_single:not(:last-of-type) {
    margin-bottom: max(14px, 1.4rem);
}
#attribute_filters_form .btn {
    margin-top: max(25px, 2.5rem);
    width: 100%;
    justify-content: center;
}
.price_filter_wrapper {
    gap: max(26px, 2.6rem);
}
.price_filter_wrapper label {
    gap: max(10px, 1rem);
    align-items: center;
}
.price_filter_wrapper label input {
    border: none;
    width: 100%;
}
.price_filter_wrapper label input:focus-visible {
    border: none;
    stroke: none;
    outline: none;
}
.price_filter_input_wrapper {
    width: max(110px, 11rem);
    align-items: center;
    padding: max(10px, 1rem) max(15px, 1.5rem) max(10px, 1rem) max(22px, 2.2rem);
    border-radius: max(5px, 0.5rem);
    gap: max(5px, 0.5rem);
}
.price_filter_input_wrapper::after {
    content: "zł";
    display: block;
}
.woocommerce_ordering_wrapper {
    gap: max(14px, 1.4rem);
    border-radius: max(5px, 0.5rem);
    justify-content: flex-end;
    align-items: center;
    margin-bottom: max(22px, 2.2rem);
	margin-top: max(22px, 2.2rem);
}
.archive.post-type-archive.post-type-archive-product {
	.woocommerce_ordering_wrapper {
		margin-top: unset;
	}
}
.woocommerce_ordering {
    gap: max(14px, 1.4rem);
    align-items: center;
}
.woocommerce .woocommerce-ordering{
    margin: 0;
}
.woocommerce_ordering_wrapper select {
    border: max(1.5px, 0.15rem) solid #F2F2F2;
    padding: max(10px, 1rem) max(30px, 3rem);
    color: var(--color-text-gray);
	width: 100%;
}

.woocommerce_ordering_wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: max(12px, 1.2rem) max(50px, 5rem) max(12px, 1.2rem) max(30px, 3rem);
  border: max(1.5px, 0.15rem) solid #F2F2F2;
  border-radius: max(5px, 0.5rem);
  background-color: var(--color-white);
  font-size: 16px;
  color:var(--color-text-gray);
  cursor: pointer;
  width: 100%;
  min-width: max(200px, 20rem);
}

/* dodajemy strzałkę jako tło */
.woocommerce-ordering::after {
  content: "";
  position: absolute;
  right: max(27.5px, 2.75rem);
  top: 50%;
  transform: translateY(-50%);
  width: max(11px, 1.1rem);
  height: max(7px, 0.7rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M10 0.500001L5.5 5.5L1 0.5' stroke='%235E5F6D' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.woocommerce_ordering_wrapper .woocommerce-ordering {
	position: relative;
}
.woocommerce_ordering_wrapper select:focus-visible {
    outline: none;
}
/* WebKit */
.price_filter_input_wrapper input[type=number]::-webkit-inner-spin-button,
.price_filter_input_wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.price_filter_input_wrapper input[type=number] {
    -moz-appearance: textfield;
}
.attribute_filter  input[type="checkbox"]:checked + span {
    color: var(--color-carbon);
    font-weight: var(--font-weight-medium);
}
.attribute_filter_single:hover {
    cursor: pointer;
}
.filter_name {
    margin-left: max(10px, 1rem);
}
.pavilion_installation_section {
    margin-top: max(50px, 5rem);
}
.attribute_filter_single input {
    opacity: 0;
}
.attribute_filter_single::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: max(16px, 1.6rem);
    height: max(16px, 1.6rem);
    border: 1px solid #E4E4E4;
    background-color: transparent;
    border-radius: max(2px, 0.2rem);
    top: -1px;
}
.attribute_filter_single::before:hover {
    cursor: pointer;
}
.attribute_filter_single.checked::before {
    background: var(--color-red);
}
.attribute_filter_single.checked::after {
    content: '';
    display: block;
    position: absolute;
    left: max(4px, 0.4rem);
    top: max(8px, 0.8rem);
    transform: translateY(-50%);
    width: max(10px, 1rem);
    height: max(10px, 1rem);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.2L3.86364 7L10 1' stroke='%23FFFFFF'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pavilion_installation_wrapper {
    gap: max(85px, 8.5rem);
    justify-content: space-between;
}

.pavilion_installation_text {
    line-height: max(23px, 2.3rem);
    margin-bottom: max(25px, 2.5rem);
}

@media screen and (max-width: 868px) {
    .pavilion_installation_wrapper {
        flex-direction: column;
        gap: max(40px, 4rem);
    }
    .pavilion_installation_title, .pavilion_installation_text {
        max-width: max(650px, 65rem);
    }
}

.pavilion_discover_products_section {
    margin-top: max(80px, 8rem);
}

.pavilion_discover_products_image_wrapper {
    width: 40%;
}

.pavilion_discover_products_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pavilion_discover_products_content {
    width: 60%;
}

.pavilion_discover_products_content {
    padding: max(60px, 6rem) max(75px, 7.5rem);
}

.pavilion_discover_products_title {
    margin-bottom: max(36px, 3.6rem);
}

.pavilion_discover_products_list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: min(-40px, -4rem);
    display: block;
    width: calc(100% + max(40px, 4rem));
    height: 1px;
    background-color: var(--color-white);
    opacity: 0.2;
}

.pavilion_discover_products_columns {
    gap: max(50px, 5rem);
    justify-content: start;
}

.pavilion_discover_products_first_column, .pavilion_discover_products_second_column {
    width: 50%;
    max-width: max(360px, 36rem);
}

@media screen and (max-width: 892px) {
    .pavilion_discover_products_content {
        width: var(--global-width);
        max-width: 96%;
        margin: 0 auto;
    }
    .pavilion_discover_products_wrapper {
        flex-direction: column-reverse;
        gap: max(40px, 4rem);
    }

    .pavilion_discover_products_content, .pavilion_discover_products_image_wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .pavilion_discover_products_content {
        padding-bottom: max(40px, 4rem);
    }

    .pavilion_discover_products_image_wrapper {
        margin-bottom: min(-3px, -0.3rem);
    }

    .pavilion_discover_products_columns {
        gap: max(30px, 3rem);
    }
}

@media screen and (max-width: 768px) {
    .pavilion_discover_products_content {
        width: 86%;
    }
}


@media screen and (max-width: 400px) {
    .pavilion_discover_products_columns {
        flex-direction: column;
    }

    .pavilion_discover_products_first_column, .pavilion_discover_products_second_column {
        width: 100%;
    }
}

.production_methods_section {
    margin-top: max(70px, 7rem);
}

.production_methods_title {
    text-align: center;
    margin-bottom: max(57px, 5.7rem);
}

.production_method_box {
    max-width: max(435px, 43.5rem);
    display: grid !important;
    column-gap: max(20px, 2rem);
    grid-template-areas: "number title" "none description";
    padding: max(50px, 5rem) max(40px, 4rem);
    margin: 0 max(12.5px, 1.25rem);
}

.production_method_description {
    font-size: var(--font-size-14);
    line-height: max(21px, 2.1rem);
}

.production_method_number {
    grid-area: number;
    align-self: center;
    line-height: max(52px, 5.2rem);
}

.production_method_heading {
    grid-area: title;
    align-self: center;
}

.production_method_description {
    grid-area: description;
}
@media screen and (max-width: 992px) {
    .production_methods_section {
        margin-top: max(35px, 3.5rem);
    }
    .production_methods_section_text_wrapper {
        margin-top: max(30px, 3rem);
    }
}
/* .production_methods_boxes .slick-slide {
    margin-right: max(12.5px, 1.25rem);
    margin-left: max(12.5px, 1.25rem); 
}
*/
.production_methods_boxes .slick-list {
    margin-right: max(12.5px, 1.25rem);
    margin-left: max(12.5px, 1.25rem); 
} 

@media screen and (max-width: 1100px) {
    .production_method_box {
        max-width: unset;
    }
}

@media screen and (max-width: 600px) {
    .production_method_box {
        padding: max(25px, 2.5rem) max(20px, 2rem);
    }
}

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

.on_site_assembly_content {
    width: 50%;
}

.on_site_assembly_section {
    margin-top: max(135px, 13.5rem);
}

.on_site_assembly_image {
    position: absolute;
    width: 48%;
    max-width: max(796px, 79.6rem);
    bottom: min(-85px, -8.5rem);
    bottom: 50%;
    transform: translateY(50%);
}

.on_site_assembly_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.on_site_assembly_description {
    margin: max(30px, 3rem) 0;
    line-height: max(23px, 2.3rem);
}

.on_site_assembly_list_item:first-of-type::after {
    content: '';
    display: block;
    position: absolute;
    left: min(-40px, -4rem);
    bottom: 0;
    width: calc(100% + max(40px, 4rem));
    height: max(1px, 0.1rem);
    background-color: var(--color-silver);
}

@media screen and (min-width: 2000px) {
    .on_site_assembly_image {
        left: 50%;
        transform: translateX(-110%) translateY(50%);
    }
}

@media screen and (max-width: 768px) {
    .on_site_assembly_image {
        position: relative;
        bottom: unset;
        width: 90%;
        transform: unset;
    }

    .on_site_assembly_section {
        display: flex;
        flex-direction: column-reverse;
    }

    .on_site_assembly_wrapper {
        justify-content: flex-start;
    }

    .on_site_assembly_content {
        width: 100%;
    }
}
.pavilions_categories_section {
    margin-top: max(225px, 22.5rem);
}
.pavilions_categories_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: max(25px, 2.5rem);
    row-gap: max(110px, 11rem);
}
.pavilion_category_tile {
    display: block;
}
.pavilion_category_tile_img {
    width: 75%;
    left: 50%;
    transform: translate(-50%, -25%);
    transition: .3s;
}
.pavilion_category_tile_top_wrapper .btn-category-link {
    position: absolute;
    right: 0;
    bottom: 0;
}
.pavilion_category_tile_bottom_wrapper {
    padding: 0 max(40px, 4rem);
    transform: translateY(calc(-0.7 * var(--font-size-32)));
}
.pavilion_category_tile_description {
    line-height: 1.5em;
    margin-top: max(20px, 2rem);
}
.pavilion_category_tile:hover .pavilion_category_tile_img {
    transform: translate(-50%, -35%);
}
.pavilion_category_tile:hover .btn-category-link {
    cursor: pointer;
    background: var(--color-red);
}
.pavilion_category_tile:hover .btn-category-link svg path {
    stroke: var(--color-white);
}
@media screen and (max-width: 1200px) {
    .pavilions_categories_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .pavilions_categories_section {
        margin-top: max(125px, 12.5rem);
    }
}
@media screen and (max-width: 768px) {
    .pavilions_categories_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 576px) {
    .pavilion_category_tile_img {
        transform: translate(-50%, -30%);
    }
}
@media screen and (max-width: 450px) {
    .pavilion_category_tile_img {
        transform: translate(-50%, -35%);
    }
}
@media screen and (max-width: 390px) {
    .pavilion_category_tile_img {
        transform: translate(-50%, -40%);
    }
    .pavilion_category_tile_bottom_wrapper {
        padding: 0 max(20px, 2rem);
    }
}
.realizations_section {
    margin-top: max(40px, 4rem);
    margin-bottom: max(75px, 7.5rem);
}
.realizations_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: max(25px, 2.5rem);
    row-gap: max(48px, 4.8rem);
}
.realization_miniature {
    flex-direction: column;
}
.realization_miniature:hover {
    color: inherit;
}
.realization_miniature_img_wrapper {
    overflow: hidden;
}
.realization_miniature img {
    transition: .3s;
}
.realization_miniature:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}
.realization_miniature .btn-realization-link {
    position: absolute;
    right: 0;
    bottom: 0;
}
.realization_miniature:hover .btn-realization-link {
    cursor: pointer;
    background: var(--color-black);
}
.realization_miniature:hover .btn-realization-link svg path {
    stroke: var(--color-white);
}
.realization_miniature_text_wrapper {
    padding: 0 max(22px, 2.2rem);
    margin-top: max(25px, 2.5rem);
}
.realization_miniature_dimensions {
    margin-top: max(5px, 0.5rem);
}
@media screen and (max-width: 768px) {
    .realizations_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.technical_data_wrapper {
    flex-direction: column;
}
.technical_data_single_img_wrapper {
    width: max(30px, 3rem);
}
.technical_data_single {
    align-items: center;
    gap: max(10px, 1rem);
    padding: max(15px, 1.5rem) 0;
    border-bottom: max(1px, 0.1rem) solid #E4E4E4;
}

/* Gallery subpage styling */

.gallery_section {
    margin-bottom: max(140px, 14rem);
}

.gallery_section_nav {
    gap: max(20px, 3rem);
    justify-content: center;
    margin-top: max(28px, 2.8rem);
}

.gallery_section_nav_btn {
	color: var(--color-black);
    background: transparent;
    font-size: var(--font-size-24);
    border-radius: 0;
    padding: max(25px, 2.5rem) max(19px, 1.9rem);
    border-bottom: max(3px, 0.3rem) solid transparent;
    transition: .3s color;
}

.gallery_section_nav_btn:hover {
    color: var(--color-red);
}

.gallery_section .btn--active {
    color: var(--color-red);
    border-bottom: max(3px, 0.3rem) solid var(--color-red);
}

.gallery_section_content {
    width: 100%;
    grid-template-columns: auto auto auto;
    gap: max(25px, 2.5rem);
    margin-top: max(45px, 4.5rem);
}

.gallery_section_single_img_wrapper {
	overflow: hidden;
}

.gallery_section_single_img_wrapper:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.gallery_section_single_img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: .3s transform, .3s filter;
}

@media screen and (max-width: 1200px) {
    .gallery_section {
        margin-bottom: max(50px, 5rem);
    }
	.gallery_section_content {
		grid-template-columns: auto auto;
	}
}

@media screen and (max-width: 768px) {
    .gallery_section_content {
        grid-template-columns: auto;
    }

    .gallery_section_nav {
        flex-wrap: wrap;
        column-gap: max(40px, 4rem);
    }
}

.gallery_section_content_wrapper .hidden {
    display: none;
}

/* Complaint form styling */

.complaint_form_wrapper {
    margin-bottom: max(80px, 8rem);
}

.complaint_form_section_form_wrapper {
    width: 66%;
}

.complaint_form_section_form_heading {
    margin-top: max(50px, 5rem);
    margin-bottom: max(10px, 1rem);
    text-align: center;
}

.complaint_form_section_form_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: max(50px, 5rem);
}

.complaint_form_wrapper .form-row {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: max(20px, 2rem);
    margin-bottom: max(20px, 2rem);
}

.complaint_form_section_form_wrapper .form-row--single {
    margin-bottom: max(21px, 2.1rem);
}

.complaint_form_wrapper .form-row label {
    margin-bottom: max(15px, 1.5rem);
    font-weight: 500;
    font-size: max(14px, 1.4rem);
}

.complaint_form_wrapper input[type="text"],
.complaint_form_wrapper input[type="email"],
.complaint_form_wrapper input[type="tel"],
.complaint_form_wrapper textarea {
    padding: max(11px, 1.1rem) max(14px, 1.4rem);
    font-size: max(14px, 1.4rem);
    border: 1px solid var(--color-silver);
    border-radius: max(5px, 0.5rem);
    margin-top: max(6px, 0.6rem);
    width: 100%;
    box-sizing: border-box;
}

.complaint_form_wrapper textarea {
    height: max(120px, 12rem);
    resize: vertical;
    max-height: max(300px, 30rem);
}

.complaint_form_wrapper input::placeholder,
.complaint_form_wrapper textarea::placeholder,
.complaint_form_wrapper input::-webkit-input-placeholder,
.complaint_form_wrapper textarea::-webkit-input-placeholder {
    color: var(--color-silver);
    font-size: max(14px, 1.4rem);
    font-weight: 400;
}

.complaint_form_section_form_wrapper .wpcf7-not-valid-tip,
.complaint_form_section_form_wrapper .has-error {
    margin-top: max(5px, 0.5rem);
}

.complaint_form_wrapper .file-dropzone,
.complaint_form_wrapper .wpcf7-drag-n-drop {
    border: max(2px, 0.2rem) dashed var(--color-gray);
    border-radius: max(12px, 1.2rem);
    padding: max(40px, 4rem) max(20px, 2rem);
    text-align: center;
    transition: all 0.3s ease;
    font-size: max(14px, 1.4rem);
    margin-bottom: max(20px, 2rem);
}

.complaint_form_wrapper .consent-wrapper {
    margin: max(20px, 2rem) 0;
    font-size: max(13px, 1.3rem);
    line-height: 1.5;
}

.complaint_form_wrapper .wpcf7-response-output {
    margin-top: max(20px, 2rem);
    font-size: max(14px, 1.4rem);
    border: none;
}

.complaint_form_wrapper .dnd-upload-counter {
    display: none;
}

.complaint_form_wrapper .codedropz-upload-inner {
    position: relative;
    display: flex;
    gap: max(3px, 0.3rem);
    height: max(34px, 3.4rem);
    align-items: center;
    overflow: unset;
    font-weight: 500;
    margin-left: max(50px, 5rem);
    flex-wrap: wrap;
    width: calc(100% - max(50px, 5rem));
}

.complaint_form_wrapper .codedropz-upload-handler {
    height: max(120px, 12rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.complaint_form_wrapper .codedropz-upload-inner::before {
    content: '';
    position: absolute;
    width: max(34px, 3.4rem);
    height: max(34px, 3.4rem);
    left: min(-50px, -5rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M31.166 18.417C30.7903 18.417 30.43 18.5662 30.1643 18.8319C29.8986 19.0976 29.7494 19.4579 29.7494 19.8337V25.8021C29.7482 26.8489 29.3319 27.8525 28.5917 28.5927C27.8515 29.3329 26.8479 29.7492 25.8011 29.7503H8.1976C7.1508 29.7492 6.1472 29.3329 5.40701 28.5927C4.66681 27.8525 4.25047 26.8489 4.24935 25.8021V19.8337C4.24935 19.4579 4.10009 19.0976 3.83442 18.8319C3.56874 18.5662 3.20841 18.417 2.83268 18.417C2.45696 18.417 2.09662 18.5662 1.83095 18.8319C1.56527 19.0976 1.41602 19.4579 1.41602 19.8337V25.8021C1.41789 27.6001 2.13298 29.3239 3.40437 30.5953C4.67575 31.8667 6.39959 32.5818 8.1976 32.5837H25.8011C27.5991 32.5818 29.3229 31.8667 30.5943 30.5953C31.8657 29.3239 32.5808 27.6001 32.5827 25.8021V19.8337C32.5827 19.4579 32.4334 19.0976 32.1678 18.8319C31.9021 18.5662 31.5417 18.417 31.166 18.417Z' fill='%23BB1F11'/%3E%3Cpath d='M9.5024 12.3349L15.5842 6.25319V24.0834C15.5842 24.4591 15.7334 24.8194 15.9991 25.0851C16.2648 25.3508 16.6251 25.5 17.0008 25.5C17.3765 25.5 17.7369 25.3508 18.0026 25.0851C18.2682 24.8194 18.4175 24.4591 18.4175 24.0834V6.25319L24.4992 12.3349C24.7664 12.593 25.1243 12.7358 25.4957 12.7326C25.8672 12.7293 26.2225 12.5803 26.4851 12.3177C26.7478 12.055 26.8968 11.6997 26.9 11.3283C26.9033 10.9568 26.7605 10.599 26.5024 10.3318L18.0024 1.83177C17.7367 1.56619 17.3765 1.41699 17.0008 1.41699C16.6252 1.41699 16.2649 1.56619 15.9992 1.83177L7.49924 10.3318C7.24118 10.599 7.09839 10.9568 7.10162 11.3283C7.10484 11.6997 7.25383 12.055 7.5165 12.3177C7.77916 12.5803 8.13447 12.7293 8.50592 12.7326C8.87736 12.7358 9.23522 12.593 9.5024 12.3349Z' fill='%23BB1F11'/%3E%3C/svg%3E");
}

.complaint_form_wrapper .codedropz-upload-inner a {
    color: var(--color-red);
}

.complaint_form_wrapper .wpcf7-list-item {
    margin: 0;
}

.complaint_form_wrapper .btn-transparent--red {
    width: 100%;
    justify-content: center;
}

.complaint_form_wrapper .wpcf7-list-item-label a {
    text-decoration: underline;
}

.complaint_form_wrapper .consent-wrapper .wpcf7-list-item label {
    display: flex;
    gap: max(15px, 1.5rem);
    align-items: flex-start;
    font-weight: 300;
    color: var(--color-test-gray);
    line-height: max(20px, 2rem);
}

.complaint_form_wrapper .consent-wrapper input[type="checkbox"] {
    opacity: 0;
    width: max(16px, 1.6rem);
    height: max(16px, 1.6rem);
    pointer-events: none;
}

.complaint_form_wrapper .consent-wrapper .wpcf7-form-control-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: max(16px, 1.6rem);
    height: max(16px, 1.6rem);
    border: 1px solid #E4E4E4;
    border-radius: max(4px, 0.4rem);
    background-color: transparent;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.complaint_form_wrapper .consent-wrapper .wpcf7-form-control-wrap.checked::after {
    content: "";
    position: absolute;
    top: 55%;
    left: max(4px, 0.4rem);
    transform: translateY(-50%);
    width: max(10px, 1rem);
    height: max(10px, 1rem);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.2L3.86364 7L10 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

/* Tło po zaznaczeniu */
.complaint_form_wrapper .consent-wrapper .wpcf7-form-control-wrap.checked::before {
    background-color: var(--color-red);
    border-color: var(--color-red);
}

.complaint_form_wrapper input:focus-visible,
.complaint_form_wrapper textarea:focus-visible {
    border-color: var(--color-red);
    outline: none;
    color: var(--color-red);
}

.complaint_form_wrapper input:focus-visible::placeholder,
.complaint_form_wrapper input:focus-visible::-webkit-input-placeholder,
.complaint_form_wrapper textarea:focus-visible::placeholder,
.complaint_form_wrapper textarea:focus-visible::-webkit-input-placeholder {
    color: var(--color-red);
}

.complaint_form_wrapper input {
    color: var(--color-red);
}

a.form_links {
    text-decoration: underline !important;
    font-weight: var(--font-weight-medium);
}

a.form_links:hover {
    text-decoration: underline;
}


@media screen and (max-width: 992px) {
    .complaint_form_section_form_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 662px) {
    .complaint_form_section_form_wrapper .form-row {
        grid-template-columns: auto;
        row-gap: max(20px, 2rem);
    }
}

.single_realization {
    margin-top: max(40px, 4rem);
    gap: max(45px, 4.5rem);
}

.single_realization_content {
    width: 70%;
}

.single_realization_features {
    width: 30%;
    height: fit-content;
}

.single_realization_content .wp-block-gallery {
    display: grid;
    grid-template-columns: auto auto;
    gap: max(25px, 2.5rem) !important;
}

.single_realization_content .wp-block-gallery .wp-block-image {
	width: 100% !important;
    height: 100%;
	overflow: hidden;
}

.single_realization_content .wp-block-gallery .wp-block-image:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.single_realization_content .wp-block-gallery .wp-block-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
	transition: .3s transform, .3s filter;
}

.single_realization_features_title {
    margin-top: max(14px, 1.4rem);
    margin-bottom: max(35px, 3.5rem);
}

.additional_services_wrapper {
    margin-top: max(25px, 2.5rem);
}

.additional_services_icon {
    margin-bottom: max(16px, 1.6rem);
}

.additional_services_desc {
    line-height: max(24px, 2.4rem);
    margin-bottom: max(25px, 2.5rem);
}

.additional_services_heading {
    margin-bottom: max(8px, 0.8rem);
}

.single_realization_separator {
    height: max(1px, 0.1rem);
    width: 100%;
    border: none;
    background-color: rgb(228, 228, 228);
}

@media screen and (max-width: 1048px) {
    body:has(.single_realization) .breadcrumbs_section_title{
        position: initial;
        transform: none;
        padding-top: max(28px, 2.8rem);
    }

    body:has(.single_realization) .breadcrumbs_section_wrapper {
        padding-top: max(15px, 1.5rem);
    }

    .single_realization_content .wp-block-gallery {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 892px) {
    .single_realization_features, .single_realization_content {
        width: 100%;
    }

    .single_realization {
        flex-direction: column-reverse;
    }

    .single_realization_content .wp-block-gallery {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 602px) {
    .single_realization_content .wp-block-gallery {
        grid-template-columns: auto;
    }
}

.reviews_section_title {
    margin-bottom: max(45px, 4.5rem);
}

.reviews_section {
    padding: max(57px, 5.7rem) 0;
}

/* Stylowanie strzałek od slidera z opiniami */

/* .reviews_section .ti-next:before, .reviews_section .ti-prev:before {
    display: none !important;
}

.reviews_section .ti-widget.ti-goog .ti-controls .ti-next:after, .reviews_section .ti-widget.ti-goog .ti-controls .ti-prev:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3E%3Ccircle cx='16.5' cy='16' r='15.35' stroke='%23BB1F11' stroke-width='1.3'/%3E%3Cpath d='M10.5 15.752H22.0236' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M18.7482 12L22.5 15.7519L18.7482 19.5037' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: max(32px, 3.2rem) !important;
    height: max(32px, 3.2rem) !important;
    transform: none !important;
    right: min(-8px, -0.8rem) !important;
}

.reviews_section .ti-widget.ti-goog .ti-controls .ti-prev:after {
    left: min(-8px, -0.8rem) !important;
    transform: rotate(180deg) !important;
}

.reviews_section .ti-widget.ti-goog .ti-controls .ti-next:hover, .reviews_section .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    transform: none !important;
} */

/* .reviews_section .ti-stars {
    position: absolute;
    right: max(24px, 2.4rem);
    top: 0;
    margin-top: max(24px, 2.4rem) !important;
}

.reviews_section .ti-review-header {
    margin-bottom: max(15px, 1.5rem);
}

.reviews_section .ti-widget.ti-goog .ti-col-4 .ti-review-item {
    width: 33.33%;
} */
.pavilons_description_section_inner {
    margin-top: max(50px, 5rem);
}
:is(.pavilons_description_section_inner, .category_description) h2 {
    margin: max(30px, 3rem) 0 max(15px, 1.5rem);
}

:is(.pavilons_description_section_inner, .category_description) h2:first-of-type {
    margin-bottom: max(20px, 2rem);
    margin-top: 0;
}

/*  Privacy Policy page styling */

.page-regulamin .page_content, .privacy-policy .page_content, .pavilons_description_section_inner {
	font-size: var(--font-size-15);
	line-height: 1.6em;
	margin-bottom: max(50px, 5rem);
}

.page-regulamin .page_content .wp-block-heading, .privacy-policy .page_content .wp-block-heading {
	margin-top: max(50px, 5rem);
}



.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--font-size-16);
    line-height: 1.5em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: max(4px, 0.4rem) solid var(--color-gray);
    padding-bottom: max(30px, 3rem);
    transition: .3s;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    border-color: var(--color-red);
}
.woocommerce ul.products li.product:hover .btn--has-arrow, .woocommerce-page ul.products li.product:hover .btn--has-arrow {
    color: var(--color-red);
}
.woocommerce ul.products li.product:hover .btn--has-arrow::after, .woocommerce-page ul.products li.product:hover .btn--has-arrow::after {
    transform: translateX(max(4px, 0.4rem));
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.75195L13.0236 4.75195' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.74817 1L13.5 4.75186L9.74817 8.50372' stroke='%23BB1F11' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.custom_add_to_cart_wrapper {
    padding: 0 max(28px, 2.8rem);
}
.woocommerce ul.products li.product .price {
    font-size: var(--font-size-20);
    color: var(--color-carbon);
    margin: max(18px, 1.8rem) 0 0;
}
.custom_add_to_cart_wrapper {
    margin-top: max(18px, 1.8rem);
}
.woocommerce ul.products li.product .button {
    margin: 0;
}
@media screen and (max-width: 1100px) {
    .price_filter_wrapper {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce-content .breadcrumbs_section {
        width: 100%;
    }
    .product_feed_wrapper .products {
        display: flex;
        flex-direction: column;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}
.woocommerce_filters_button {
    gap: max(5px, 0.5rem);
    display: none;
    align-items: center;
}
.woocommerce_filters_button::before {
    content: "";
    display: block;
    width: max(20px, 2rem);
    height: max(20px, 2rem);
    background-image: url("data:image/svg+xml,%3Csvg fill='%23BB1F11' height='200px' width='200px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 210.68 210.68' xml:space='preserve' stroke='%23BB1F11'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M205.613,30.693c0-10.405-10.746-18.149-32.854-23.676C154.659,2.492,130.716,0,105.34,0 C79.965,0,56.021,2.492,37.921,7.017C15.813,12.544,5.066,20.288,5.066,30.693c0,3.85,1.476,7.335,4.45,10.479l68.245,82.777v79.23 c0,2.595,1.341,5.005,3.546,6.373c1.207,0.749,2.578,1.127,3.954,1.127c1.138,0,2.278-0.259,3.331-0.78l40.075-19.863 c2.55-1.264,4.165-3.863,4.169-6.71l0.077-59.372l68.254-82.787C204.139,38.024,205.613,34.542,205.613,30.693z M44.94,20.767 C61.467,17.048,82.917,15,105.34,15s43.874,2.048,60.399,5.767c18.25,4.107,23.38,8.521,24.607,9.926 c-1.228,1.405-6.357,5.819-24.607,9.926c-16.525,3.719-37.977,5.767-60.399,5.767S61.467,44.338,44.94,40.62 c-18.249-4.107-23.38-8.521-24.607-9.926C21.56,29.288,26.691,24.874,44.94,20.767z M119.631,116.486 c-1.105,1.341-1.711,3.023-1.713,4.761l-0.075,57.413l-25.081,12.432v-69.835c0-1.741-0.605-3.428-1.713-4.771L40.306,54.938 C58.1,59.1,81.058,61.387,105.34,61.387c24.283,0,47.24-2.287,65.034-6.449L119.631,116.486z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}
.woocommerce-page .contact_form_section form .form-row::before, .contact_form_section form .form-row::after {
    display: none !important;
}

.woocommerce-page .contact_form_section form .form-row label {
    line-height: 1 !important;
    margin-bottom: -1em;
}

.woocommerce-page .contact_form_section form .form-row {
    margin-top: max(40px, 4rem) !important;
}

@media screen and (max-width: 576px) {
    .product_filters {
        position: fixed;
        z-index: 2;
        background: var(--color-white);
        width: 100%!important;
        padding: max(50px, 5rem) 7%;
        top: max(70px, 7rem);
        left: 0;
        height: calc(100% - max(70px, 7rem));
        overflow: scroll;
    }
    .price_filter_wrapper {
        flex-direction: row;
    }
    .product_filters {
        display: none;
    }
    .product_filters--active {
        display: block;
    }
    .woocommerce_ordering_wrapper {
        justify-content: space-between!important;
		flex-direction: column;
		align-items: start;
    }
    .woocommerce_filters_button {
        display: flex;
        cursor: pointer;
    }

    .filters-close-button {
        position: absolute;
        top: max(34px, 3.4rem);
        right: max(30px, 3rem);
        background-color: transparent;
        color: var(--color-red);
    }
    /*.product_filters--category,*/
    /*.product_filters--attributes {*/
    /*    position: relative;*/
    /*    z-index: 2;*/
    /*}*/
}
.woocommerce-info {
    border-top-color: var(--color-red);
    font-size: var(--font-size-15);
}
.woocommerce-info::before {
    color: var(--color-carbon);
}
body.single-product .product {
    margin-top: max(46px, 4.6rem);
}
.product_top_wrapper {
    justify-content: space-between;
    gap: max(55px, 5.5rem);
}
body.single-product div.product div.images {
    width: 56%;
}
body.single-product .product .price {
    margin-top: max(22px, 2.2rem);
}
.product_top_wrapper .entry-summary .btn {
    width: 100%;
    justify-content: center;
    margin-top: max(30px, 3rem);
}
.product_additional_info {
    background: #BB1F1112;
    margin: max(26px, 2.6rem) 0;
    padding: max(15px, 1.5rem) max(20px, 2rem);
    align-items: center;
    gap: max(12px, 1.2rem);
    line-height: 1.5em;
}
.product_additional_info p {
    max-width: 94%;
}
.product_additional_info::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.16667 4.22917C8.16667 4.43107 8.1068 4.62844 7.99463 4.79632C7.88246 4.96419 7.72303 5.09503 7.53649 5.1723C7.34996 5.24956 7.1447 5.26978 6.94668 5.23039C6.74866 5.191 6.56676 5.09377 6.424 4.95101C6.28123 4.80824 6.18401 4.62635 6.14462 4.42832C6.10523 4.2303 6.12545 4.02505 6.20271 3.83851C6.27997 3.65198 6.41082 3.49255 6.57869 3.38038C6.74657 3.26821 6.94394 3.20834 7.14584 3.20834C7.41653 3.20849 7.6761 3.31609 7.8675 3.5075C8.05892 3.69891 8.16652 3.95848 8.16667 4.22917ZM14 7C14 5.61553 13.5895 4.26216 12.8203 3.11101C12.0511 1.95987 10.9579 1.06266 9.67879 0.532846C8.3997 0.003033 6.99224 -0.13559 5.63437 0.134506C4.2765 0.404603 3.02922 1.07129 2.05026 2.05026C1.07129 3.02922 0.404603 4.2765 0.134506 5.63437C-0.13559 6.99224 0.003033 8.3997 0.532846 9.67879C1.06266 10.9579 1.95987 12.0511 3.11101 12.8203C4.26216 13.5895 5.61553 14 7 14H14V7ZM12.25 7V12.25H7C5.96165 12.25 4.94662 11.9421 4.08326 11.3652C3.2199 10.7883 2.547 9.9684 2.14964 9.00909C1.75228 8.04978 1.64831 6.99418 1.85088 5.97578C2.05345 4.95738 2.55347 4.02192 3.28769 3.28769C4.02192 2.55347 4.95738 2.05345 5.97578 1.85088C6.99418 1.64831 8.04978 1.75228 9.00909 2.14964C9.9684 2.547 10.7883 3.2199 11.3652 4.08326C11.9421 4.94662 12.25 5.96165 12.25 7ZM8.16667 7.29167C8.16667 6.9049 8.01303 6.53396 7.73953 6.26047C7.46604 5.98698 7.09511 5.83334 6.70834 5.83334H5.25V7.58334H6.41667V10.5H8.16667V7.29167Z' fill='%23BB1F11'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: max(14px, 1.4rem);
    height: max(14px, 1.4rem);
}
.product_top_wrapper .additional_services_wrapper {
    margin-top: max(22px, 2.2rem);
}
.additional_services_wrapper li {
    line-height: 1.6em;
}
/*.product_top_wrapper .additional_services_wrapper .wp-block-list li::before {*/
/*    left: 0;*/
/*    transform: translate(calc(-1 * max(36px, 3.6rem)), 50%);*/
/*}*/
.product_top_wrapper .additional_services_wrapper .wp-block-list {
    padding-inline-start: max(36px, 3.6rem);
}
.woocommerce-product-gallery .wpgs-nav {
    margin-top: max(26px, 2.6rem);
}
.wpgs-nav .slick-slide {
    margin: 0 max(13px, 1.3rem);
}
.product_description {
    padding-bottom: max(90px, 9rem);
    margin-top: max(50px, 5rem);
}
.product_description .wp-block-heading {
    line-height: 1.2em;
}

.product_description h2.wp-block-heading {
    font-size: var(--font-size-38);
}

.product_description h3.wp-block-heading {
    font-size: var(--font-size-32);
}

.product_description h4.wp-block-heading {
    font-size: var(--font-size-28);
}

.product_description h5.wp-block-heading {
    font-size: var(--font-size-24);
}

.product_description h6.wp-block-heading {
    font-size: var(--font-size-20);
}

.product_description p {
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-light);
    color: var(--color-text-gray);
    line-height: 1.7em;
    margin-top: max(10px, 1rem);
}
.product_description > .wp-block-image {
    margin-top: max(35px, 3.5rem);
}
.product_description > .wp-block-heading:not(:first-of-type) {
    margin-top: max(60px, 6rem);
}
.product_description .wp-block-columns {
    margin-top: max(60px, 6rem);
    align-items: center!important;
    gap: max(36px, 3.6rem);
    margin-bottom: unset;
}
.related_products_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: max(32px, 3.2rem);
}
.wpgs-lightbox-icon::before {
    content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25928 -0.000427365C9.74934 0.106666 11.8336 1.16277 13.2016 3.38537C14.7514 5.9029 14.6773 8.47369 13.1813 11.0077C12.8666 11.5404 12.8523 11.5289 13.3005 11.9721C14.5351 13.1935 15.7664 14.4188 17.0031 15.638C17.1487 15.7813 17.1459 15.8846 17.0015 16.0241C16.6731 16.3415 16.3518 16.6666 16.036 16.9972C15.8932 17.1472 15.7828 17.1647 15.6274 17.006C14.3165 15.6693 12.9984 14.3402 11.688 13.0029C11.5381 12.8502 11.4277 12.8601 11.2668 12.9782C9.86687 14.0085 8.28903 14.4193 6.56675 14.2869C4.60886 14.137 2.99971 13.2643 1.71294 11.8156C0.91221 10.9138 0.411342 9.83735 0.162556 8.65163C-0.250441 6.68111 0.128505 4.86162 1.20933 3.17668C2.02873 1.89815 3.19742 1.04854 4.58744 0.496047C5.06744 0.305476 5.58204 0.187947 6.09059 0.0852474C6.43714 0.0154994 6.80016 0.0292293 7.25928 -0.000976562V-0.000427365ZM1.90571 7.17703C1.92823 10.107 4.27604 12.4246 7.19942 12.4015C10.108 12.379 12.4009 10.0362 12.3844 7.10399C12.3685 4.20862 9.99978 1.89101 7.08244 1.91517C4.22442 1.93934 1.88374 4.31846 1.90571 7.17703Z' fill='%23BB1F11'/%3E%3C/svg%3E%0A");
    width: 35px;
    height: 35px;
}

.wpgs-for .slick-arrow{
    top: 0%;
    height: 100%;
    margin-top: 0;
}

.wpgs-for .slick-arrow::before {
	content: '';
	position: absolute;
	width: max(40px, 4rem);
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 8L3.44218 5.15079C3.76317 4.7763 3.76317 4.2237 3.44218 3.84921L1 1' stroke='%23BB1F11' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s transform;
}

.wpgs-for .flaticon-right-arrow::before {
	right: 0;
}

.wpgs-for .flaticon-right-arrow:hover::before {
	transform: translateX(5px);
}

.wpgs-for .flaticon-back::before {
	transform: rotate(180deg);
	left: 0;
}

.wpgs-for .flaticon-back:hover::before {
	transform: rotate(180deg) translateX(5px);
}
@media screen and (max-width: 992px) {
    .product_top_wrapper {
        flex-direction: column;
    }
    body.single-product div.product div.images {
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .related_products_top {
        flex-direction: column;
        gap: max(20px, 2rem);
        text-align: center;
    }
    .product_additional_info p {
        max-width: 90%;
    }
}

/* 404 page styling */

.not_found_banner {
    text-align: center;
    padding: max(150px, 15rem) 0;
}

.not_found_banner_heading {
    font-size: max(100px, 10rem);
}

.not_found_banner_description {
    font-size: var(--font-size-18);
    line-height: max(21px, 2.1rem);
}

.not_found_btn {
    margin: max(20px, 2rem) auto 0 auto;
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: max(20px, 2rem);
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    padding: unset;
}
.woocommerce nav.woocommerce-pagination {
    font-size: var(--font-size-14);
    color: var(--color-text-gray);
}
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: max(20px, 2rem);
    border: unset;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: unset;
}
.woocommerce nav.woocommerce-pagination ul li :is(a, span) {
    font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    background: unset;
    color: var(--color-red);
}
.next.page-numbers, .prev.page-numbers {
    position: relative;
    color: transparent!important;
}
.next.page-numbers::after {
    content: "";
    width: max(5px, 0.5rem);
    height: max(10px, 1rem);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L3.44218 5.15079C3.76317 4.7763 3.76317 4.2237 3.44218 3.84921L1 1' stroke='%23BB1F11' stroke-width='1.5'/%3E%3C/svg%3E%0A") no-repeat center!important;
    background-size: cover!important;
}
.prev.page-numbers::after {
    content: "";
    width: max(5px, 0.5rem);
    height: max(10px, 1rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L1.86009 5.25258C1.40476 4.85416 1.40476 4.14583 1.86009 3.74742L5 1' stroke='%23BB1F11' stroke-width='1.5'/%3E%3C/svg%3E%0A") no-repeat center!important;
    background-size: cover!important;
}