/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --brand-marine: #00E3BB;
    --primary-blue: #144CDD;
    --secondary-blue: #0473FF;
    --dark-blue: #311E6F;
    --dark-text: #29233B;
    --ligh-text: #4A5565;
    --neutral-light: #717680;
    --gray-900: #181D27;
    --gray-600: #535862;
    --gray-300: #D5D7DA;
    --stroke: #D1D5DC;
    --bg-grey: #E5E7EB;
    --bg-light: #F3F4F6;
    --white: #FFFFFF;
}

@font-face {
    font-family: "GeneralSans-Regular";
    src: url("./fonts/GeneralSans-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GeneralSans-Medium";
    src: url("./fonts/GeneralSans-Medium.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: "GeneralSans-SemiBold";
    src: url("./fonts/GeneralSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

/* reset astra styles */
.ast-separate-container #primary,
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary,
.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.site-content {
    background-color: var(--white);
}

@media (min-width: 922px) {

    .ast-container {
        display: block;
        margin: 0 auto;
        max-width: 1320px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .archive.category .ast-archive-description,
    .archive.category .site-main {
        margin: 0 auto;
        display: block !important;
        max-width: 1320px;
    }

    .site-content .ast-container {
        display: block;
    }

    #content .ast-woocommerce-container {
        display: block;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 20px;
    }
}

@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* system design */
h1 {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 68px;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: -1px;
}

h2 {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 48px;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: -1px;
}

h3,
h1.product_title.entry-title {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 36px;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0;
}

h4 {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 32px;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0;
}

h5 {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 24px;
    font-weight: normal;
    line-height: 130%;
    letter-spacing: 0;
}

h6,
.woocommerce-Price-amount {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 22px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0;
}

@media (max-width: 1025px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3,
    h1.product_title.entry-title {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6,
    .woocommerce-Price-amount {
        font-size: 18px;
    }
}

.text-body-1 {
    font-family: 'GeneralSans-Regular', sans-serif, Arial;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.text-body-2 {
    font-family: 'GeneralSans-Regular', sans-serif, Arial;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.text-body-bold-2 {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.text-body-3,
.woocommerce-product-details__short-description {
    font-family: 'GeneralSans-Regular', sans-serif, Arial;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.text-body-bold-3,
.text-body-bold-3 a {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.text-body-4 {
    font-family: 'GeneralSans-Regular', sans-serif, Arial;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.small-text {
    font-family: 'GeneralSans-Regular', sans-serif, Arial;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.text-button {
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.text-tag {
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--dark-text);
}

.heading-above {
    padding-left: 14px;
    color: var(--secondary-blue);
    position: relative;
}

.heading-above:after {
    content: '';
    background-image: url(./img/icon-dot.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
}

.marine-heading-above {
    padding-left: 14px;
    color: var(--brand-marine);
    position: relative;
}

.marine-heading-above:after {
    content: '';
    background-image: url(./img/icon-dot-marine.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
}

@media (max-width: 1025px) {
    .text-body-1 {
        font-size: 18px;
    }

    .text-body-2 {
        font-size: 16px;
    }

    .text-body-bold-2 {
        font-size: 16px;
    }

    .text-body-3,
    .woocommerce-product-details__short-description {
        font-size: 14px;
    }

    .text-body-bold-3,
    .text-body-bold-3 a {
        font-size: 14px;
    }

    .text-body-4 {
        font-size: 12px;
    }
}

.btn-primary {
    position: relative;
    padding: 16px 52px 16px 32px;
    display: inline-block;
    border-radius: 999px;
    background-color: #00EFC2;
    color: var(--dark-text);
    display: inline-flex;
    align-items: center;
}

.btn-primary .text-button {
    position: relative;
    transition: transform .3s ease-out;
    will-change: transform;
}

.btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    transition: background-position .3s ease-out;
    overflow: hidden;
}

.btn-primary-white:focus,
.btn-primary:focus {
    color: var(--dark-text);
}

.btn-primary:hover {
    color: var(--dark-text);
}

.btn-primary:hover::after {
    background-position: left 24px center;
}

.btn-primary:hover .text-button {
    transform: translateX(24px);
}

.btn-secondary-white {
    padding: 15px 24px;
    display: inline-block;
    border-radius: 999px;
    background-color: transparent;
    border: 1.5px solid var(--white);
    color: var(--white);
    text-decoration: none;
    transition: ease-out .3s;
}

.btn-secondary {
    padding: 15px 24px;
    display: inline-block;
    border-radius: 999px;
    background-color: transparent;
    border: 1.5px solid var(--stroke);
    color: var(--dark-text);
    text-decoration: none;
    transition: transform .3s ease-out;
}

.btn-secondary-white:focus {
    color: var(--white);
}

.btn-secondary-white:hover,
.btn-secondary:hover {
    background-color: var(--brand-marine);
    border-color: var(--brand-marine);
    color: var(--dark-text);
    transition: ease-out .3s;
}

.btn-secondary:focus {
    color: var(--dark-text);
    background: transparent;
    border-color: var(--stroke)
}

/* menu */
.ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: 217px auto 24px !important;
    grid-column-gap: 8px !important;
}

.ast-grid-section-center {
    justify-content: flex-start !important;
}

.ast-grid-section-center .ast-builder-menu-2 {
    width: 100% !important;

    .ast-main-header-bar-alignment {
        width: 100%;

        .main-navigation.ast-inline-flex {
            width: 100% !important;

            #ast-hf-menu-2 {
                margin-left: 12px;
                width: 100% !important;
            }
        }
    }
}

.pll-parent-menu-item {
    text-transform: uppercase;
    margin-left: auto;
}

/* submenu all */
#ast-desktop-header .btn-menu a {
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#ast-desktop-header .btn-primary-menu a {
    margin-right: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background-color: #00EFC2;
}

#ast-desktop-header .btn-secondary-menu a {
    padding: 8px 16px;
    border-radius: 999px;
    background-color: transparent;
    border: 1.5px solid var(--dark-text);
}

/* .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
    width: 100%;
    justify-content: space-between;
} */

.ast-desktop .main-header-menu>.menu-item.has-mega .sub-menu:before {
    display: none;
}

#ast-desktop-header a {
    font-family: 'GeneralSans-Medium', sans-serif, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--dark-text);
}

/* #ast-desktop-header a:first-child {
    padding-left: 0;
} */

/* Mobile */
/* @media (max-width: 992px) {
    .site-header .ast-container #ast-hf-menu-1 {
        flex-direction: column;
        gap: 12px;
    }

    .site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap {
        position: static;
        display: block;
        padding: 8px;
        box-shadow: none;
    }

    .site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap>.mega-left {
        border-right: 0;
        max-width: none;
        padding-right: 0;
    }
} */

.site-header .ast-main-header-wrap.main-header-bar-wrap .ast-container {
    position: relative;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>ul.sub-menu {
    display: none;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap {
    display: none;
}

li.has-mega .mega-wrap .ast-icon.icon-arrow {
    display: none;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega:hover>.mega-wrap,
.site-header .ast-container #ast-hf-menu-1>li.has-mega:focus-within>.mega-wrap {
    display: flex;
    width: 1280px;
}

/* Pasek menu (poziom 1) */
.site-header .ast-container #ast-hf-menu-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .ast-container #ast-hf-menu-1>li {
    position: relative;
}

/* Kotwica dla panelu */
.site-header .ast-main-header-wrap.main-header-bar-wrap {
    position: relative;
    z-index: 100;
}

/* Domyślne sub-menu (fallback) */
.site-header .ast-container #ast-hf-menu-1 li.has-mega .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    border: none;
    box-shadow: none;
}

/* Pozycja z mega panelem */
.site-header .ast-container #ast-hf-menu-1>li.has-mega {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
}

/* Nowy kontener mega (ABSOLUTE na całą szerokość paska) */
.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap {
    padding-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    display: none;
    background: transparent;
    align-items: stretch;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px #00000014;
    padding: 24px 32px;
}

/* Pokaż panel */
.site-header .ast-container #ast-hf-menu-1>li.has-mega:hover>.mega-wrap .mega-wrap-content,
.site-header .ast-container #ast-hf-menu-1>li.has-mega:focus-within>.mega-wrap .mega-wrap-content {
    display: flex;
    width: 100%;
}

.mega-col {
    flex: 1;
}

/* LEWA kolumna = oryginalne UL.sub-menu (przeniesione) */
.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-left {
    padding-right: 24px;
    border-right: 1px solid #D6DAE1;
}

/* Wiersze w lewej kolumnie (poziom 2) */
.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-left>li>a {
    display: grid;
    grid-template-columns: 24px 1fr 16px;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--dark-text);
    /* font-family: General Sans; */
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.mega-left li>a .icon {
    width: 24px;
    height: 24px;
}

.mega-left li>a .icon svg {
    width: 100%;
    height: 100%;
}

.mega-left li>a .icon svg path,
.mega-left li>a .icon svg path {
    transition: 0.3s;
}

.mega-left li>a:hover .icon svg path,
.mega-left li.is-active>a .icon svg path {
    fill: var(--brand-marine);
    transition: 0.3s;
}

/* .site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap>.mega-left>li>a::after {
    content: '›';
    justify-self: end;
    opacity: .5;
} */

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-left>li.is-active>a,
.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-left>li>a:hover,
.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-left>li>a:focus {
    background: #1e66ff;
    color: #fff;
}

/* PRAWA kolumna = panel treści */
.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-panel {
    /* min-height: 280px; */
    padding: 24px 48px;
}

/* Ukrywamy poziom 3 po lewej – wyświetlimy go w panelu */
.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-left>li>.sub-menu {
    display: none !important;
}

/* Treść w panelu */
.site-header .mega-panel-title {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 20px 0;
    color: var(--dark-text)
}

.site-header .mega-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .mega-panel-list li a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: var(--dark-text);
}

.site-header .mega-panel-list li a:hover {
    text-decoration: underline;
}

/* change of shop icon */
.ast-hfb-header .site-header .ast-addon-cart-wrap {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}

.site-header span.ast-icon.icon-bag svg {
    display: none;
}

.site-header span.ast-icon.icon-bag:before {
    content: url('./img/shop-icon.svg');
    width: 18px;
    height: 19px;
}

.site-header .ast-site-header-cart i.astra-icon:after {
    padding: 0;
    position: absolute;
    top: 11px;
    right: -5px;
    box-shadow: none;
    background: var(--brand-marine);
    height: 16px;
    min-width: 16px;
    color: var(--dark-text);
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hero section */
.hero {
    position: relative;
    background-color: var(--primary-blue);
    padding: 85px 0;

    .row {
        .col-content {
            width: 61%;
            position: relative;
            z-index: 3;

            .wrapper {
                max-width: 662px;
                padding-right: 32px;
            }
        }

        /* .col-content::after {
            content: url('./img/hero-decor-1.svg');
            width: 343px;
            height: 391px;
            position: absolute;
            top: -85px;
            right: 0;
        } */

        .col-img {
            width: 43%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background: url('./img/bg-image-hero.png') no-repeat center;
            background-size: cover;
            z-index: 1;
        }
    }

    h1 {
        margin-bottom: 48px;
    }

    h1,
    .text-body-1 p {
        position: relative;
        color: var(--white);
        z-index: 5;
    }

    .row-photos {
        margin: 96px 0;
    }
}

/* hero contact page */
#hero-contact-page {
    padding: 96px 0;
    overflow: hidden;

    .row {
        display: flex;

        >.col {
            flex: 1;
        }

        >.col-content {
            padding: 48px 0;

            .wrapper {
                max-width: 586px;
                padding-right: 32px;
            }
        }

        >.col-form {
            z-index: 3;
        }
    }

    .row-photos {
        margin-top: 64px;
    }

    .hero-decor-3 {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 40%;
        z-index: 2;
        height: 100%;
        /* opacity: 0; */
    }

    .hero-decor-4 {
        position: absolute;
        top: 0;
        left: 60%;
        z-index: 2;
        height: 100%;
        /* opacity: 0; */
    }
}

.hero-decor-1,
.hero-decor-2 {
    /* z-index: 0; */
    /* opacity: 0; */
}

.hero-decor-1 {
    position: absolute;
    top: 0;
    right: 43%;
}

/* .hero:after {
    content: url('./img/hero-decor-2.svg');
    width: 343px;
    height: 391px;
    position: absolute;
    bottom: 0;
    left: 57%;
} */

.hero-decor-2 {
    position: absolute;
    bottom: 0;
    left: 57%;
    z-index: 2;
}

@media(max-width: 1024px) {
    .hero {
        padding: 64px 0;

        .row {

            .col-content {
                width: 100%;

                .wrapper {
                    width: 100%;
                }
            }

            .col-content::after {
                top: -64px;
                right: -20px;
            }

            .col-img {
                width: 100%;
                margin-top: 48px;
                min-height: 400px;
                height: auto;
                position: relative;
            }
        }
    }

    .hero-decor-1,
    .hero-decor-2 {
        display: none;
    }

    #hero-contact-page {
        padding: 64px 0;

        .row {
            flex-direction: column;
        }

        .hero-decor-3,
        .hero-decor-4 {
            display: none;
        }
    }
}

.row-photos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.col-1 {
    z-index: 3;
}

.col-2 {
    z-index: 2;
}

.col-3 {
    z-index: 1;
}

.col-behind {
    margin-left: -16px;
}

.col-btn {
    z-index: 0;
    padding: 18px 52px 18px 24px;
    background-color: var(--secondary-blue);
    height: 64px;
    border-radius: 999px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.col-btn:after {
    content: url('./img/check-icon.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.row-btns {
    display: flex;
    gap: 16px;
}

.services {
    padding: 128px 0;
    background-color: var(--bg-light);
}

.heading-wrapper {
    h2 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .text-body-2 {
        margin-bottom: 32px;
    }
}

.heading-center {
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
}

.grid-boxes {
    margin-top: 96px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 20px;

    .box {
        padding: 32px;
        background: #fff;
        border-radius: 16px;

        .icon-box {
            margin-bottom: 48px;
        }

        h5 {
            margin-bottom: 20px;
        }
    }

    .box-banner {
        min-height: 331px;
        padding: 32px;
        background-color: var(--primary-blue);
        background-image: url(./img/bg-box-banner.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        h3,
        .text-body-2,
        p {
            color: var(--white)
        }

        .text-body-2 {
            margin-top: 20px;
            margin-bottom: 32px;
        }
    }
}

.grid-boxes> :last-child {
    grid-column: 2 / 4;
}

@media(max-width: 1025px) {
    .grid-boxes {
        margin-top: 64px;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-boxes> :last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .grid-boxes {
        grid-template-columns: 1fr;
    }

    .grid-boxes> :last-child {
        grid-column: auto;
    }
}

.about-us {
    padding-top: 168px;
}

.team-slider {
    padding: 64px 0 96px 0;
}

.why-choose-us {
    padding: 96px 0 128px 0;

    .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 32px;

        >.col {
            flex: 1;
            max-width: 576px;
        }

        >.col-1 {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
    }

    .img-why-choose-us {
        border-radius: 16px;
        aspect-ratio: 1.77;
        object-fit: cover;
    }

    .col-2 .box {
        padding: 24px 0;
        border-bottom: 1px solid var(--stroke);

        &:first-child {
            padding-top: 0;
        }
    }

    .number {
        margin-bottom: 16px;
        font-family: 'GeneralSans', sans-serif, Arial;
        font-size: 80px;
        line-height: 120%;
        letter-spacing: 0;
        color: var(--secondary-blue);
    }
}

@media(max-width: 1025px) {
    .why-choose-us {
        padding: 64px 0 96px 0;

        .row {
            flex-direction: column;
            gap: 48px;

            >.col {
                max-width: 100%
            }

            .btn-secondary {
                margin-bottom: 32px;
            }
        }
    }
}

.testimonials {
    padding: 144px 0 96px 0;

    .heading-wrapper {
        max-width: 955px;
        margin-bottom: 64px;
    }
}

.how-we-work {
    padding: 96px 0 153px 0;
    background-image: url(./img/bg-how-we-work.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    .row {
        padding-top: 88px;
        display: flex;
        align-items: center;
        justify-content: center;

        >.col {
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex: 1;
            transition: all .3s ease;

            .wrapper {
                padding: 0 16px;
                max-width: 328px;
                text-align: center;

                .icon {
                    margin-bottom: 24px;
                }

                h4 {
                    margin-bottom: 16px;
                }
            }
        }

        >.col-1 {
            background-color: var(--primary-blue);
            z-index: 1;
            position: relative;

            h4,
            .text-body-2 {
                color: var(--white);
            }
        }

        >.col-1::before {
            content: '';
            background-image: url('./img/slider-el-1.svg');
            background-repeat: no-repeat;
            background-size: cover;
            width: 25%;
            height: auto;
            aspect-ratio: 1 / 2;
            position: absolute;
            top: -64px;
            left: 0;
            rotate: 180deg;
        }

        >.col-2 {
            margin-left: -32px;
            background-color: var(--dark-blue);
            z-index: 2;

            h4,
            .text-body-2 {
                color: var(--white);
            }
        }

        >.col-3 {
            margin-left: -32px;
            background-color: var(--brand-marine);
            z-index: 3;

            h4,
            .text-body-2 {
                color: var(--dark-text);
            }
        }
    }
}

@media(min-width: 1366px) {
    .how-we-work {
        .row {
            >.col {
                aspect-ratio: 1;
            }
        }
    }
}

@media(max-width: 1365px) and (min-width: 769px) {
    .how-we-work {
        .row {
            >.col {
                aspect-ratio: 1;
                min-height: 35vw;

                .wrapper {
                    padding: 0 48px;
                }
            }

            h4 {
                font-size: clamp(18px, 2.5vw, 32px);
            }

            .text-body-2 {
                font-size: clamp(14px, 1.5vw, 18px);
            }
        }
    }
}

@media(max-width: 921px) {
    .how-we-work {
        background-size: cover;

        .row {
            flex-direction: column;

            >.col {
                margin: 0;
                aspect-ratio: 1;
                min-width: 280px;
                min-height: 280px;

                .wrapper {
                    padding: 0 48px;
                }
            }
        }
    }
}


.news {
    padding: 144px 0;

    .three-post {
        margin-top: 64px;
    }
}

.contact-us {
    position: relative;
    padding: 90px 0;
    background-color: var(--primary-blue);

    .heading-wrapper {
        max-width: 594px;
    }

    h2,
    .text-body-2 {
        color: var(--white)
    }

    .text-body-2 {
        margin-bottom: 48px;
    }
}

#primary {
    .contact-us {
        .ast-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 48px;
            /* padding-right: 0; */
        }
    }
}

@media(min-width: 1281px) {
    .container-circles {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.wrapper-circles {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
}

@media(max-width: 921px) {
    #primary {
        .contact-us {
            padding: 0;

            .heading-wrapper {
                max-width: 100%;
                padding: 0 16px;
            }

            .ast-container {
                padding: 48px 0 0 0;
                flex-direction: column;
            }
        }
    }
}

#team-splide .splide__slide {
    max-width: 300px;
}

@media(max-width: 1025px) {
    #team-splide .splide__slide {
        max-width: 200px;
    }

    #team-splide .splide__slide.splide__slide--decor img {
        max-width: 100px;
        height: 200px;
    }
}

@media(max-width: 921px) {
    #team-splide .splide__slide {
        max-width: 150px;
    }

    #team-splide .splide__slide.splide__slide--decor img {
        max-width: 75px;
        height: 150px;
    }
}

.our-reach {
    padding: 88px 0;
    background-color: var(--primary-blue);
    position: relative;

    .row {
        .heading-wrapper {
            max-width: 608px;
            padding-right: 32px;
        }

        .col-content {
            width: 56%;
            position: relative;
            z-index: 1;
        }

        .col-img {
            width: 52%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            /* background: url('./img/map.png') no-repeat center;
            background-size: cover; */
            z-index: 0;
        }

        .bg-img-map {
            height: 100%;
            aspect-ratio: 0.9;
            object-fit: contain;
        }
    }

    h2,
    .text-body-2 {
        color: var(--white)
    }

    .legend-container {
        max-width: 350px;
    }

    .img-map {
        margin: 72px 0;
    }
}

.legend {
    padding-top: 24px;
    display: flex;
    flex-direction: row;

    .legend-item {
        color: var(--white);
        text-transform: uppercase;
        position: relative;
        padding-left: 30px;
    }

    .legend-item:first-child {
        padding-left: 0;
    }

    .legend-item:not(:first-child)::before {
        content: '';
        background-image: url(./img/icon-dot-marine.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 12px;
        top: 0;
        width: 6px;
        height: 100%;
    }
}

#testimonials-splide {
    padding-bottom: 64px;
    border-bottom: 1px solid var(--stroke);

    .splide__arrow {
        top: 100%;
        transform: unset;
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid var(--stroke);
        border-radius: 50%;
        opacity: 1;
        height: 48px;
        width: 48px;

        svg {
            display: none;
        }
    }

    .splide__arrow--prev::after {
        transform: rotate(180deg);
    }

    .splide__arrow::after {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        display: block;
        position: absolute;
        content: "";
        background-image: url(./img/arrow-right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.testimonial__person {
    padding-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial__avatar {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
}

.testimonial__meta {
    display: flex;
    flex-direction: column;
}

.light-color {
    color: var(--ligh-text)
}

/* contact page */
.form-wrapper {
    margin: 0 auto;
    max-width: 630px;
    border-radius: 16px;
    background-color: var(--white);
    padding: 48px 48px 24px 48px;
}

/* formularz */
.data-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;

    .data-column {
        flex: 0 0 calc((100% - 32px) / 2);
    }
}

.data-row {
    margin-bottom: 24px;
}

.data-checkbox {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    .data-row {
        .data-column {
            flex: 0 0 100%;
        }
    }
}

#contact-form {
    margin: 0;
}

#contact-form p {
    margin: 0;
}

.wpcf7 #contact-form label {
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
}

.wpcf7 #contact-form input.wpcf7-form-control:not([type=submit]),
.wpcf7 #contact-form textarea.wpcf7-form-control {
    margin-top: 6px;
    border-radius: 8px;
    background-color: var(--white);
    padding: 12px 16px;
    border-color: transparent;
    border: 1px solid var(--gray-300);
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--neutral-light);
}

.wpcf7 #contact-form input.wpcf7-form-control:not([type=submit]) {
    height: 48px;
}

.wpcf7 #contact-form textarea.wpcf7-form-control {
    height: 128px;
    resize: vertical;
}

.wpcf7 #contact-form input.wpcf7-form-control::placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control::placeholder {
    color: var(--neutral-light);
    font-style: normal;
}

.wpcf7 #contact-form input.wpcf7-form-control::-webkit-input-placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control::-webkit-input-placeholder {
    color: var(--neutral-light);
}

.wpcf7 #contact-form input.wpcf7-form-control:-ms-input-placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control:-ms-input-placeholder {
    color: var(--neutral-light);
}

.wpcf7 #contact-form input.wpcf7-form-control::-ms-input-placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control::-ms-input-placeholder {
    color: var(--neutral-light);
}

.wpcf7 #contact-form .wpcf7-list-item {
    margin: 0;
}

.wpcf7 #contact-form .wpcf7-list-item-label {
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--gray-600);
}

.wpcf7 #contact-form .wpcf7-list-item-label a {
    font-weight: 400;
    color: var(--gray-600);
    text-decoration: underline;
}

.wpcf7 #contact-form .btn-primary {
    border-radius: 999px;
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-text);
    height: 54px;
    padding: 0 52px 0 32px;
    background-color: var(--brand-marine);
    position: relative;
    transition: .3s ease-out;
}

.wpcf7 #contact-form .btn-wrapper,
.wpcf7 #contact-form .btn-wrapper p {
    position: relative;
    display: inline-block;
    margin: 0;
}

.wpcf7 #contact-form span.wpcf7-spinner {
    display: block;
}

.wpcf7 #contact-form .btn-wrapper::after {
    content: '';
    background-image: url(./img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
    height: 52px;
    background-position: right 24px center;
    transition: .3s ease-out;
    overflow: hidden;
}

.wpcf7 #contact-form .btn-wrapper:hover::after {
    background-position: left 24px center;
    transition: .3s ease-out;

}

.wpcf7 #contact-form .btn-wrapper:hover .btn-primary {
    padding: 0 32px 0 52px;
    transition: .3s ease-out;
}

.locations {
    padding: 128px 0 96px 0;
    background-color: var(--white);

    .locations-grid {
        margin-top: 64px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
        gap: 48px 20px;


        .box {
            border-radius: 16px;
            background-color: var(--bg-light);
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            /* .box-col {
                flex: 1;
            } */

            .location-img {
                position: relative;

                img {
                    height: 100%;
                    aspect-ratio: 3 / 4;
                    object-fit: cover;
                    border-radius: 19px 0 0 16px;
                }
            }

            .location-info {
                padding: 32px;

                h5,
                .email {
                    margin-bottom: 16px;
                }

                .address,
                .hours {
                    margin-bottom: 54px;
                }
            }
        }
    }
}

@media(max-width: 1100px) {
    .locations .locations-grid {
        grid-template-columns: 1fr;
    }

    .locations .locations-grid .box .location-img img {
        aspect-ratio: 3 / 2;
    }
}

@media(max-width: 600px) {
    .locations .locations-grid .box {
        grid-template-columns: 1fr;
    }

    .locations .locations-grid .box .location-img img {
        border-radius: 16px 16px 0 0;
    }
}

a.btn-map {
    border-radius: 999px;
    background-color: var(--white);
    padding: 12px 24px 12px 52px;
    display: inline-block;
    position: absolute;
    bottom: 16px;
    left: 16px;
}

a.btn-map::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-image: url(./img/icon-btn-map.svg);
    background-repeat: no-repeat;
    background-position: left 24px center;
}

.legal {
    padding-bottom: 96px;
}

.legal-grid {
    padding-top: 24px;
    border-top: 1px solid var(--stroke);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 921px) {
    .legal-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Definition list */
.legal-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.legal-item {
    display: grid;
    gap: 4px;

    dt,
    dd {
        margin: 0;
        font-weight: normal;
    }

    address {
        margin: 0;
    }
}

/* Links */
.legal-note a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-note a:hover {
    text-decoration-thickness: 2px;
}

.breadcrumbs {

    a,
    .breadcrumb_last {
        color: var(--brand-marine);
        text-decoration: none;
        font-family: 'GeneralSans', sans-serif, Arial;
        font-weight: 600;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    a:hover {
        text-decoration: underline;
    }

    span.separator {
        margin: 0 8px;
        color: var(--gray-400);
    }

    .breadcrumb_last::before {
        content: '•';
        padding: 0 8px 0 4px;
        color: var(--brand-marine);
    }
}

/* Definicja animacji wjazdu */
@keyframes slideInFromRight {
    0% {
        opacity: 0;
        /* Przesuń poza ekran w prawo, dodaj 'translateY', aby zachować pionową pozycję */
        transform: translateX(100%) translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

/* blog listing */
.heading-page {
    padding: 82px 0;
    position: relative;

    background-color: var(--primary-blue);

    h1 {
        margin-bottom: 32px;
        color: var(--white);
    }

    img.heading-decor-1 {
        position: absolute;
        top: 0;
        left: 64vw;
        width: 18vw;

        /* Ustawienie początkowe przed animacją: */
        opacity: 0;

        /* Zastosowanie animacji wjazdu */
        animation: slideInFromRight 1s ease-out 0.5s forwards;
        /* 1s trwania, 0.5s opóźnienia, 'forwards' zatrzymuje na końcu */
    }

    img.heading-decor-2 {
        position: absolute;
        top: 56.6%;
        left: 82vw;
        width: 18vw;

        opacity: 0;

        /* Zastosowanie animacji wjazdu (z dłuższym opóźnieniem) */
        animation: slideInFromRight 1s ease-out 1s forwards;
    }
}

.blog-listing {
    padding: 96px 0;

    .filters-wrapper {
        margin-bottom: 96px;
    }
}


.filters-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.heading-filters {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-button {
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: .3s;
}

.btn-secondary.active {
    border-color: var(--brand-marine);
    background-color: var(--brand-marine);
    color: var(--dark-text);
}

.clear-filters {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-transform: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    transition: .3s;
}

.clear-filters:hover,
.clear-filters:focus {
    background-color: transparent;
    transition: .3s;
}

.clear-filters:hover .text-body-3 {
    color: var(--brand-marine);
    transition: .3s;
}

.clear-filters:hover svg path {
    fill: var(--brand-marine);
    transition: .3s;
}

#post-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 20px;
}

@media(max-width: 921px) {
    #post-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

#content ul.products li a img,
.blog-card-image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;

    img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;
    }
}

.blog-card-category {
    width: max-content;
    margin-bottom: 16px;
    display: inline-block;
    border: 1.5px solid var(--secondary-blue);
    border-radius: 999px;
    padding: 4px 12px;
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    text-transform: uppercase;
    color: var(--secondary-blue);
}

.blog-card-category span::before {
    content: '•';
    padding-right: 8px;
    color: var(--secondary-blue);
}

.pagination-wrapper {
    margin-top: 104px;
    padding: 24px 0 0 0;
    border-top: 1.5px solid var(--stroke);
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pagination-arrow {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--stroke);
    border-radius: 50%;
}

.pagination-arrow.disabled {
    cursor: default;
    pointer-events: none;
}

.pagination-arrow.disabled svg path {
    fill: #ccc;
}

.style-img img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.heading-post {
    padding: 96px 0;
    background-color: var(--primary-blue);

    .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 64px;

        >.col-img {
            max-width: 522px;

            img {
                border-radius: 16px;
                width: 100%;
                height: auto;
                aspect-ratio: 4 / 3;
                object-fit: cover;
                object-position: center;
            }
        }

        .blog-card-category {
            margin-bottom: 24px;
            background-color: transparent;
            border-color: var(--brand-marine);
            color: var(--brand-marine);
        }

        .blog-card-category span::before {
            color: var(--brand-marine);
        }

        h2 {
            margin-bottom: 24px;
        }

        h2,
        .date {
            color: var(--white);
        }
    }
}

.content-post {
    background-color: var(--white);

    .row {
        max-width: 846px;
        margin: 0 auto;
        padding: 128px 0;
    }

    .excerpt-post {
        display: block;
        margin-bottom: 32px;
        font-family: 'GeneralSans-Medium', sans-serif, Arial;
        font-weight: 500;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0;
        color: var(--gray-900);
    }

    p {
        font-size: 18px;
        color: var(--gray-600);
    }

    .wp-block-image {
        margin: 96px 0;

        img {
            border-radius: 16px;
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            object-fit: cover;
            object-position: center;
        }
    }
}

.related-articles {
    padding: 96px 0;
    background-color: var(--bg-light);

    h2 {
        text-align: center;
    }
}

.three-post {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1025px) {
    .heading-post {
        padding: 64px 0;

        .row {
            gap: 48px;
        }
    }

    .content-post {
        .row {
            padding: 96px 0;
        }

        .wp-block-image {
            margin: 64px 0;
        }
    }

    .related-articles {
        padding: 64px 0;
    }
}

@media (max-width: 921px) {
    .heading-post {
        padding: 48px 0;

        .row {
            gap: 32px;
        }
    }

    .content-post {
        .row {
            padding: 64px 0;
        }

        .wp-block-image {
            margin: 48px 0;
        }

        .excerpt-post {
            font-size: 24px;
        }

        .content-post .text-body-2 {
            font-size: 16px;
        }
    }

    .related-articles {
        padding: 48px 0;
    }

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

    .three-post> :last-child,
    .related.products ul li:last-child {
        display: none;
    }

    .woocommerce ul.products:not(.elementor-grid).columns-3,
    .woocommerce-page ul.products:not(.elementor-grid).columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .heading-post {
        .row {
            flex-direction: column;
        }
    }
}

@media (max-width: 480px) {

    .woocommerce ul.products:not(.elementor-grid).columns-3,
    .woocommerce-page ul.products:not(.elementor-grid).columns-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.share-buttons {
    padding-top: 24px;
    border-top: 1px solid var(--stroke);
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

.col-copy {
    display: flex;
    align-items: center;
}

.col-sharer {
    display: flex;
    align-items: center;
    gap: 24px;
}

.share-buttons .btn-copy-link {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-buttons .btn-copy-link,
.share-buttons .share-btn {
    border: none;
    box-shadow: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

.share-buttons .share-btn {
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.share-buttons .btn-copy-link:hover span {
    color: var(--primary-blue);
}

.share-buttons .btn-copy-link:hover svg path {
    stroke: var(--primary-blue);
}

.share-buttons .share-btn:hover svg path {
    fill: var(--primary-blue);
}

.copy-feedback {
    margin-left: 8px;
    opacity: 0;
    transform: translateY(-4px);
    transition: all .18s ease;
    color: var(--dark-blue);
}

.copy-feedback.visible {
    opacity: 1;
    transform: translateY(0);
}

.shop-heading {
    .ast-container {
        padding: 0;
        position: relative;
    }

    .row {
        margin-top: 48px;
        background-color: var(--primary-blue);
        border-radius: 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 48px 32px;
        z-index: 2;
        position: relative;
    }

    .col-content {
        padding-left: 80px;

        .wrapper {
            max-width: 544px;
        }
    }

    .col-img {
        max-width: 500px;

        img {
            border-radius: 50%;
            aspect-ratio: 1;
            object-fit: cover;
            object-position: center;
        }
    }

    h1 {
        max-width: 450px;
    }

    h1,
    h6 {
        margin-bottom: 24px;
    }

    h1,
    h6,
    .text-body-1 {
        color: var(--white);
    }

    .hero-decor-shop {
        height: 100%;
        aspect-ratio: 1 / 2;
        position: absolute;
        top: 0;
        right: 500px;
        z-index: 1;
    }
}

.shop-products {
    padding: 60px 0 128px 0;

    .pagination-wrapper {
        margin-top: 0;
    }
}

.filter-container {
    padding: 0 0 48px 0;

    span {
        color: var(--ligh-text);
    }
}

.products-sorting {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .custom-woocommerce-result-count {
        color: var(--ligh-text);
    }
}

.woocommerce-js ul.products {
    row-gap: 80px;

    li.custom-product-card {
        box-shadow: none;
        border: none;
        margin-bottom: 0;

        h6,
        .product-acf-date {
            margin-bottom: 8px;
        }

        .product-excerpt {
            margin-bottom: 16px;
        }
    }
}

.custom-woocommerce-ordering select {
    border: none;
    font-family: "GeneralSans-Medium";
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--dark-text);
    background-image: url(./img/arrow-2.svg);
}

@media(max-width: 921px) {
    .shop-heading .ast-container .row {
        flex-direction: column;
    }

    .shop-heading .ast-container .row .col-content {
        padding: 48px 20px;

        .wrapper {
            max-width: 100%;
        }
    }

    .hero-decor-shop {
        display: none;
    }
}

.single-product .ast-article-single:not(.custom-product-card) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 525px auto;
    gap: 0 68px;
    grid-template-areas:
        "image summary"
        "contact summary"
        "related-post related-post";
    align-items: start;
}

.single-product .ast-article-single>.product-image {
    grid-area: image;
}

.single-product .ast-article-single>.contact-block {
    grid-area: contact;
}

.single-product .ast-article-single>.summary.entry-summary {
    margin-bottom: 52px;
    grid-area: summary;
}

.single-product .ast-article-single>.related.products {
    margin-top: 96px;
    grid-area: related-post;
}

.product-image {
    padding-top: 48px;
    background-color: transparent;
}

.contact-block {
    background-color: var(--bg-light);
    border-radius: 16px;
    padding: 48px;
    grid-column: 1 / 2;

    h5 {
        margin-bottom: 8px;
    }

    h5,
    .contact-text {
        text-align: center;
    }

    .col-photo img {
        box-shadow: none;
    }

    .contact-details {
        display: flex;
        gap: 16px;
        margin-top: 24px;
        justify-content: center;
        align-items: center;

        .phone {
            margin-bottom: 2px;
            position: relative;
            padding-left: 24px;
        }

        .phone::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url(./img/icon-phone.svg);
            background-repeat: no-repeat;
            background-position: left center;
            transition: background-position .3s ease-out;
        }

        p {
            margin: 0;
        }
    }
}

.woocommerce #content .summary.entry-summary {
    padding-top: 48px;
    float: none;
    width: 100% !important;
    max-width: 566px;

    .single-product-category {
        margin-bottom: 24px;
        width: max-content;
        margin-bottom: 16px;
        display: inline-block;
        border: 1.5px solid var(--secondary-blue);
        border-radius: 999px;
        padding: 4px 12px;
        font-family: 'GeneralSans', sans-serif, Arial;
        font-weight: 600;
        font-size: 12px;
        line-height: 160%;
        text-transform: uppercase;
        color: var(--secondary-blue);
    }

    .single-product-category::before {
        content: '•';
        padding-right: 8px;
        color: var(--secondary-blue);
    }

    h1.product_title.entry-title,
    .price {
        margin-bottom: 24px;
        color: var(--dark-text);
    }
}

.woocommerce-js #content .summary.entry-summary .woocommerce-breadcrumb {
    margin-bottom: 32px;
    font-family: "GeneralSans-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--ligh-text)
}

.woocommerce-js #content .summary.entry-summary .quantity .minus,
.woocommerce-js #content .summary.entry-summary .quantity .plus {
    width: 48px;
    height: 48px;
    border: 1px solid var(--stroke);
    border-radius: 50%;
}

.woocommerce-js #content .summary.entry-summary .quantity input[type=number] {
    height: 48px;
    border: none;
}

.woocommerce-js div.product form.cart div.quantity {
    margin: 4px 22px 0 0;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    margin-bottom: 24px;
    position: relative;
    padding: 16px 32px 16px 56px;
    display: inline-block;
    border-radius: 999px;
    background-color: var(--brand-marine);
    border: 1px solid var(--brand-marine);
    color: var(--dark-text);
    display: inline-flex;
    align-items: center;
    font-family: 'GeneralSans', sans-serif, Arial;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./img/shop-icon.svg);
    background-repeat: no-repeat;
    background-position: left 24px center;
    transition: background-position .3s ease-out;
    overflow: hidden;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button:focus,
.woocommerce-js div.product form.cart .button.single_add_to_cart_button:focus {
    color: var(--dark-text);
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button:hover {
    color: var(--dark-text);
}

.related.products h2 {
    margin: 0;
    padding: 96px 0 48px 0;
    border-top: 1.5px solid var(--stroke);
    text-align: center;
}

.related.products h2+.products.columns-3 {
    margin-bottom: 48px;
}

.related-products-button {
    margin-bottom: 96px;
    text-align: center;
}

.product-attr {
    margin-top: 24px;

    .text-body-bold-3 {
        margin-bottom: 4px;
    }

    .text-body-3 {
        margin-bottom: 16px;
    }

    .text-body-3:last-child {
        margin-bottom: 0;
    }
}

@media(max-width: 921px) {
    .single-product .ast-article-single:not(.custom-product-card) {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto auto;
        gap: 16px 0;
        grid-template-areas:
            "summary"
            "image"
            "contact"
            "related-post";
        align-items: stretch;
    }

    .woocommerce #content .summary.entry-summary,
    .product-image {
        padding-top: 0;
    }

    .woocommerce #content .summary.entry-summary {
        margin-bottom: 28px;
    }
}

/* .wrapper h1,
.wrapper .text-body-1 {
    opacity: 0;
    transform: none;
} */

/* .row-photos .col {
    opacity: 0;
    transform: translateX(-80px);
} */

.wrapper h1,
.wrapper .text-body-1,
.row-photos .col {
    opacity: 0;
}

.js-will-animate a {
    opacity: 0;
    /* visibility: hidden; */
}

.pll-parent-menu-item {
    position: relative;
    padding-left: 24px;
}

.pll-parent-menu-item a.menu-link {
    padding-left: 4px;
}

.pll-parent-menu-item:before {
    content: '';
    background-image: url(./img/icon-lang.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 100%;
}