:root {
    --gap-between: 6rem;
    --desktop-gap: 4rem;
    --tablet-gap: 2rem;
    --default-radius: 35px;
    --default-content-padding: 1.125rem;
    --desktop-content: 78vw;
    --desktop-shop-content: 96vw;
    --tablet-content: 100%;
    --default-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    --layout-max-inline-size: 90rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary-bold-family);
    font-weight: var(--font-primary-bold-weight);
    line-height: var(--font-primary-bold-line-height);
    letter-spacing: var(--font-primary-bold-letter-spacing);
    font-size: var(--font-primary-bold-size-desktop);
    color: var(--text);
}

body, a {
    font-family: var(--font-secondary-regular-family);
    font-weight: var(--font-secondary-regular-weight);
    line-height: var(--font-secondary-regular-line-height);
    letter-spacing: var(--font-secondary-regular-letter-spacing);
    font-size: var(--font-secondary-regular-size-desktop);
    color: var(--text);
}

body {
    &:has(.woosw-show) {
        overflow: hidden !important;
    }

    &:has(.dgwt-wcas-darkened-overlay) {
        overflow-x: hidden !important;
    }
}

@media (max-width: 1024px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: var(--font-primary-bold-size-tablet);
    }

    body, p, span, a, li {
        font-size: var(--font-secondary-regular-size-tablet);
    }
}

@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.65rem;
    }

    body, p, span, a, li {
        font-size: var(--font-secondary-regular-size-mobile);
    }
}

img {
    block-size: auto;
    max-inline-size: 100%;
    object-fit: cover;
}

picture {
    display: block;
}

svg {
    block-size: auto;
    display: inline-flex;
    max-inline-size: 100%;
    vertical-align: middle;
}


main > .wrapper {
    display: flex;
    justify-content: center;
    gap: var(--gap-between);
    flex-direction: column;
}
.default-content-wrapper .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    gap: var(--tablet-gap);
    flex-direction: column;
    max-width: var(--desktop-content);
    margin: auto;
}
@media (max-width: 1024px) {
    main > .wrapper {
        gap: var(--desktop-gap);
    }
}
main section {
    inline-size: 100%;
    margin: auto;
    padding-inline: var(--default-content-padding);

    &:not(.full) {
        max-inline-size: var(--layout-max-inline-size);
    }
}
main section .content {
    display: flex;
    flex-direction: column;
    gap: var(--tablet-gap);
    justify-content: center;
}
section .content h3 {
    text-transform: uppercase;
    
}
main section .content .text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile {
    display:none;
}
.desktop {
    display: flex;
}
@media (max-width: 767px) {
    .mobile {
        display: flex;
    }
    .desktop {
        display:none;
    }
}



header {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
header .top-bar, header .main {
    inline-size: 100%;
    margin: auto;
    max-inline-size: var(--layout-max-inline-size);
    padding: 0 var(--default-content-padding);
}
header .top-bar {
    align-items: center;
    display: flex;
    gap: 1rem;
    inline-size: 100%;
    justify-content: space-between;
    margin-block: 1rem;
    max-inline-size: var(--layout-max-inline-size);
}
header .top-bar p.info {
    font-size: 0.85rem;
    color: var(--accent-gray);
    line-height: 1.25;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}
header .top-bar .info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-wrap: balance;
}
header a.info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
header .top-bar svg {
    width: 1.45rem;
    height: 1.45rem;
    fill: var(--accent-gray);
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}
header .top-bar .icon {
    display: flex;
}
header .icons .cart {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    justify-content: center;
}
header .info-box:hover p.info {
    color: var(--text);
}
header .info-box:hover svg {
    fill: var(--text);
}
header .mega-menu span.arrow {
    color: var(--tlo-background);
}
header .main img.logo {
    
    max-height: 4rem;
    width: fit-content;
    object-fit: contain;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}
header .main .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    border-radius: 10px
}
header a.logo-wrapper:hover img.logo {
    transform: scale(1.1);
}
header a.logo-wrapper {
    
}
header .dgwt-wcas-search-wrapp {
    max-width: 100%;
}
header a.account-link {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: var(--font-secondary-bold-weight);
    transition: .4s;
}
header a.account-link:hover {
    color: var(--accent-red);
}
header .currency-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-inline-start: auto;
}
header .currency-box, .currency-box span, .currency-box div {
    font-size: 0.85rem;
}
header .currency-box .brjsf_ce_select {
    border-radius: 0;
    width: 155px;
}
header .currency-box .brjsf_ce_select.brjsf_ce_show ul {
    border-radius: 0;
    border: 1px solid var(--text);
}
header .currency-box .brjsf_ce_select ul li:hover {
    background-color: var(--tlo-background);
}


.currency-box > span {
    color: var(--accent-gray);
    display: none;
}
header .icons-wrapper {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
header .icons-wrapper div {
    position: relative;
    transition: .3s;
    
}
header .icons-wrapper div:hover a {
    transform: scale(1.1);
}
header .icon.bg {
    width: 28px;
    height: 28px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    display: flex;
}
header .info-box .icon.bg {
    width: 1.45rem;
    height: 1.45rem;
    opacity: .75;
    transition: .4s;
}

header a.info-box:hover .icon.bg {
    opacity: 1;
}
header .icons-wrapper div a {
    display: flex;
    position: relative;
}
header .icons-wrapper .price-total {
    display: flex;
    align-items: center;
}
header .icons-wrapper .price-total span, header .icons-wrapper .price-total span bdi {
    font-size: 1rem;
    font-weight: 600;
}
header .icons-wrapper .price-total {
    display: flex;
    align-items: center;
}
header .icons-wrapper .cart a {
    gap: 12px;
}
.icons-wrapper span.count-sum.products,
.icons-wrapper span.count-sum {
    position: absolute;
    left: 16px;
    background: var(--main-accent);
    z-index: 1;
    border-radius: 50%;
    color: var(--tlo-background);
    font-size: 0.65rem;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6px;
    font-weight: var(--font-secondary-bold-weight);
}
.icons-wrapper span.count-sum.products {
    
}
header .main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    margin-block-end: 1rem;
}
header .main .icons {
    display: flex;
    justify-content: right;
    gap: 3rem;
    align-items: center;
}

.layout-footer {
    align-items: center;
    background-color: var(--main-accent);
    box-shadow: var(--default-shadow);
    display: flex;
    flex-direction: column;
    padding-block: 4rem;

    & .wrapper {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        margin: auto;
        max-inline-size: var(--layout-max-inline-size);
        padding-inline: var(--default-content-padding);
    }

    & h3 {
        color: var(--tlo-background);
        text-wrap: balance;
    }

    & p {
        color: var(--tlo-background);

        @media (width > 64em) {
            font-size: 0.85rem;
            text-wrap: balance;
        }
    }

    & .top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        gap: var(--tablet-gap);
        margin: auto;

        & .col {
            justify-content: center;
            text-align: center;

            &.socials {
                display: flex;
                gap: 12px;
                flex-wrap: wrap;

                @media (width > 64em) {
                    justify-content: end;
                }

                & a {
                    padding: 0.85rem;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                
                    & div {
                        background-position: 50% 50%;
                        background-repeat: no-repeat;
                        background-size: contain;
                        height: 1.45rem;
                        width: 1.45rem;
                        filter: invert(1);
                    }

                    & svg {
                        width: 1.65rem;
                        height: 1.65rem;
                        fill: var(--tlo-background);
                    }

                    &:hover {
                        opacity: 0.8;
                        transform: scale(1.1);
                    }
                }
            }

            &.info {
                display: flex;
                flex-direction: column;
                gap: 8px;
                align-items: center;

                & .icon {

                    &.bg {
                        width: 3.456rem;
                        height: 3.45rem;
                        background-repeat: no-repeat;
                        background-position: center center;
                        filter: invert(1);
                    }
                }

                & h3 {
                    line-height: 1.25;
                    margin-block: 0.25em;
                }

                & svg {
                    @media (width <= 48em) {
                        width: 3rem;
                        height: 3rem;
                    }
                }
            }
        }

        @media (width <= 64em) {
            grid-template-columns: 1fr;
        }
    }

    & .bottom {
        align-items: start;
        display: flex;
        flex-wrap: wrap;
        gap: var(--desktop-gap);

        & h3 {
            font-size: var(--font-secondary-regular-size-desktop);
            line-height: 1.25;
        }

        & .box {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 1rem;

            & .links {
                display: flex;
                flex-direction: column;
                gap: 6px;
            }

            & a {
                &:hover {
                    color: var(--tlo-background);
                }
            }

            &.info {
                @media (width <= 64em) {
                    flex-basis: 100%;
                }

                @media (width > 64em) {
                    flex: 2;
                }
            }
        }

        & .menu {
            & p,
            & a {
                font-size: 0.85rem;
                color: #FFFFFF99;
            }
        }
    }
}



header .nav-link {
    text-decoration: none;
    color: white;
    position: relative;
    text-transform: uppercase;
    font-family: var(--font-primary-regular-family);
    font-weight: var(--font-primary-regular-weight);
    letter-spacing: var(--font-primary-regular-letter-spacing);
    font-size: 0.875rem;
    line-height: unset;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}
header .nav-link:hover {
    color: var(--accent-red);
}
header nav.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    inline-size: 100%;
    position: relative;
    max-inline-size: var(--layout-max-inline-size);
    margin: 0 auto;
    padding-inline: 1rem;
}
nav.menu-bar .store-menu,
nav.menu-bar .site-menu {
    gap: 2rem;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}
.mega-menu.wrapper {
    background-color: var(--main-accent);
    height: 60px;
    display: flex;
    box-shadow: var(--default-shadow);
    position: relative;
    z-index: 999;
    
}

.mega-menu .wrapper.brands-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(min(4rem, 100%), 1fr));
}

.mega-menu .brands-wrapper .brand-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mega-menu .brands-wrapper .brand-item a span {
    text-align: center;
}

#menu-mobile-burger-menu {
    & .menu-item {
        display: block;
        
        & a {
            display: block;
            padding: 1em 2em;
            
            &:hover {
                background-color: #eee;
            }
        }
        
        & .sub-menu {
            display: none;        
        
            & a {
                padding-inline-start: 3em;
            }
            
            & .sub-menu {
                & a {
                    padding-inline-start: 4em;
                }
                
                & .sub-menu {
                    & a {
                        padding-inline-start: 5em;
                    }
                }
            }
        }
        
        &.menu-item-has-children {
            & > a {
                align-items: center;
                display: flex;
                
                & > .menu-item-submenu-toggle {
                    margin: -1em -2em -1em auto;
                    padding: 1em 2em;
                }
            }
            
            &[data-subnav-opened] {
                & > a {
                    & > .menu-item-submenu-toggle {
                        rotate: 90deg;
                    }
                }
                
                & > .sub-menu {
                    display: block;
                }
            }
        }
    }
}

.menu-item {
    position: relative;
    height: 100%;
    display: flex;
}

.mega-menu {

    & .menu-bar {
        position: static;
    }

    & .menu-item {
        position: static;

        &:hover {

            & .megamenu {
                visibility: visible;
                opacity: 1;
                transform: translateY(0);
                transition: opacity 0.2s ease 0.2s,
                            transform 0.2s ease 0.2s,
                            visibility 0.2s ease 0.2s;
                z-index: 1;
            }
        }
    }
}

.megamenu-header {
    display: inline-flex;
    font-size: 1.25;
    font-weight: bold;
    margin-bottom: 0.75em;
}

.megamenu {
    --megamenu-max-block-size: calc(100dvh - 14.5rem);

    background: white;
    box-shadow: 0 100dvh 0 100dvh rgba(0, 0, 0, 0.5);
    inline-size: calc(100vw - 1rem);
    left: 0;
    max-block-size: var(--megamenu-max-block-size);
    opacity: 0;
    overflow-y: auto;
    padding: 2rem;
    position: absolute;
    top: 100%;
    transform: translateY(1rem);
    transition: opacity 0.1s ease,
                transform 0.1s ease,
                visibility 0.1s ease;
    visibility: hidden;

    & .wrapper {
        display: grid;
        gap: 3rem;
        grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
        margin: 0 auto;
        max-inline-size: var(--layout-max-inline-size);
        width: 100%;
        padding-inline: 1rem;
    }

    & a {

        &:hover {
            text-decoration: underline;
        }
    }

    .mega-menu.fixed & {
        --megamenu-max-block-size: calc(100dvh - 3.75rem);
    }
}

.megamenu-box {
    flex: 1;
    font-size: 0.875rem;
}


.megamenu-links {
    display: flex;
    flex-direction: column;
    gap: 0.33em;

    & a {
        text-decoration: none;
        font-size: 1em;
        width: fit-content;

        & :hover {
            text-decoration: underline;
        }
    }
}

.menu-item {
    & .arrow {
        font-size: 1rem;
        transition: transform 0.2s ease;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    &:hover {
        & .arrow {
            transform: rotate(180deg);
        }

        & .megamenu {
            z-index: 1;
        }
    }
}

.mega-menu.wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease-in-out; 
}

.main-btn {
    color: var(--tlo-background);
    border-radius: var(--default-radius);
    text-transform: uppercase;
    padding: 1rem 2rem;
    width: fit-content;
    margin: auto;
    min-width: 200px;
    text-align: center;
    text-align: center;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
    background-color: var(--main-accent);
}
.main-btn:hover {
    transform: scale(1.1);
}


section h3.main-title {
    text-transform: uppercase;
    font-weight: var(--font-secondary-bold-weight);
    font-size: var(--font-primary-bold-size-desktop);
}

section.subpage-title {
    margin-block: 0;
    min-block-size: 16rem;
    padding: 5rem;
    text-align: center;

    .page-content > & {
        margin-block-end: 5rem;
    }
}
.subpage-title nav ol {
    display: flex;
    gap: 4px;
    justify-content: center;
}
.subpage-title nav ol li:not(:first-of-type):before {
    content: "/";
}
.subpage-title p.search {
    font-size: 1rem;
}
.subpage-title p.search.hidden {
    display: none;
}
.subpage-title h2.main-page-title {
    color: var(--tlo-background);
    text-transform: uppercase;
    text-align: center;
    font-size: 3.35rem;
    width: fit-content;
    border-radius: var(--default-radius);
    padding: 0.125em 0.25em;
    font-size: clamp(1rem, 4vw, 3.35rem); 
    margin-inline: auto;
    margin-block-end: 0.25em;
    max-inline-size: var(--layout-max-inline-size);
}

section.not-found {
    margin: var(--desktop-gap) auto;
    display: flex;
    flex-direction: column;
    gap: var(--tablet-gap);
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    section.not-found {
        margin: var(--tablet-gap) auto;
    }
}
section.not-found .box-img {
    width: 100%;
    max-width: 460px;
}
section.not-found .content {
    gap: 1rem;
    text-align: center;
}
section.not-found .content h2 {
    margin-bottom: 1rem;
}
section.not-found .content p a {
    font-weight: var(--font-secondary-bold-weight);
    color: var(--main-accent);
}
section.not-found .content a.main-btn {
    margin-top: 1rem;
}

.modal-popup {
    & .close-modal {
        align-items: center;
        background: transparent no-repeat 50% 50%;
        background-size: 75%;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        font-size: 1.5rem;
        justify-content: center;
        inline-size: 2.45rem;
        block-size: 2.45rem;
        /* margin-inline-start: auto; */
        
        
        
        
        
        
        
        
        &:hover {
            background-color: #eee;
        }
    
        & svg {
            width: 2.45rem;
            height: 2.45rem;
            color: white;
            fill: white;
        }
    }
}


.modal-popup {
    position: fixed;
    top: 0;
    width: 350px;
    height: 100vh;
    background: white;
    box-shadow: var(--default-shadow);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 999999;
    
    
    
    
    &:not(.open) {
        pointer-events: none;
    }
}

#modal-header {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.07);
    
    & h3 {
        text-align: center;
        font-size: 2rem;
    }
}


#cart-modal {
    right: -400px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
}
#cart-modal.open {
    transform: translateX(-400px);
    opacity: 1;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
}


#menu-modal {
    left: -100%;
    flex-direction: column;
    opacity: 1;
    transition: left 0.3s;
    width: 100%;
    max-width: 300px;
    height: 100%;
    
    & #modal-content {
        height: 100%;
        
        & .menu-wrapper {
            max-height: 100%;
            padding-block-end: 5rem;
            -webkit-overflow-scrolling: touch;
            overflow: hidden;
            overflow-y: auto;

            & li.page_item a {
                color: #333;
                padding: 5px 20px;
                min-height: 50px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.105);
                text-transform: uppercase;
                font-weight: 600;
                font-size: 13px;
                line-height: 1.2;
                display: flex;
                align-items: center;
            }
        }
    }
    
    &.open {
        left: 0;
    }
}


#search-modal {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 2rem;
    opacity: 0;
    flex-direction: column;
    
    & .search-wrapper {
        margin-block-start: 1rem;
        
        & form {
            display: flex;
        }
    
        & input[type="text"] {
            border: 1px solid #ccc;
            border-radius: 999999rem 0 0 999999rem;
            padding: 1em;
            width: 100%;
            
            &:focus {
                border-color: var(--main-accent);
            }
            
            &:active {
                border-color: var(--main-accent);
            }
        }
        
        & .search-button {
            background-color: var(--main-accent);
            border: 1px solid #ccc;
            border-radius: 0 999999rem 999999rem 0;
            color: #fff;
            flex-shrink: 0;
            padding-inline: 1em 1.5em;
        }
    }
}
#search-modal.open {
    opacity: 1;
}


body.modal-open {
    overflow: hidden;
}



#cart-modal img.product-image {
    width: 60px;
}
#cart-modal #cart-items {
    /* flex-grow: 1; */
    overflow-y: auto;
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#cart-modal .cart-item {
    display: grid;
    gap: 12px;
    grid-template-columns: auto 3rem 1fr;
    align-items: center;
}
#cart-items .product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1rem;
}
#cart-items .product-info span.product-name {
    width: 100%;
}
#cart-items .product-info span.cart-item-quantity {
    font-weight: 700;
    color: var(--main-accent);
}
#cart-items a.remove-item:hover {
    color: var(--accent-red);
}
#cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 1rem 1rem 1rem;
}
#cart-buttons a {
    width: 100%;
    font-size: 1rem;
}
#cart-buttons a.main-btn.cart {
    background: var(--accent-gray);
}


@media (max-width: 767px) {
    header .main {
        grid-template-columns: auto 1fr;
    }
    header .top-bar .info-wrapper,
    header .search-bar-wrapper,
    header .mega-menu.wrapper {
        display: none;
    }
    header a.logo-wrapper {
        width: 76px;
    }
}
@media (max-width: 1024px) {
    header .currency-box {
        justify-content: right;
    }
    header .top-bar .info-wrapper {
        justify-content: center;
    }
}
section.slider {
    display: flex;
    flex-direction: column;
    gap: var(--desktop-gap);
    position: relative;
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--text);
    width: 1rem;
    height: 1rem;
    z-index: 10;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 1.45rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--main-accent);
}

@media (max-width: 767px) {
    section.slider {
        gap: var(--tablet-gap);
    }
}

section.team {

    & .main-title {
        margin-block-end: 2em;
    }
 
    & .team-list {
        display: grid;
        gap: 8rem;

        @media (width > 48em) {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    & .team-item {
        font-size: 1rem;
    }

    & .team-item-img {
        margin-block-end: 1em;
        
        & > img {
            display: block;
            inline-size: 25rem;
            margin-inline: auto;
        }
    }

    & .team-item-name {
        color: var(--main-accent);
        font-size: 1.5em;
        margin-block-end: 0.75em;
    }

    & .team-item-position {
        font-size: 0.85em;
        font-weight: 600;
        margin-block-end: 0.5em;
    }
}



section.team .person-box .img-box {
    max-height: 380px;
    display: flex;
    justify-content: center;
}
section.team .person-box img {
    height: 100%;
    object-fit: contain;
}
section.team .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--desktop-gap);
}
section.team .content-wrapper {
    display: flex;
    flex-direction: column;
}
section.team .content-wrapper .desc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 1rem;
    max-height: 120px;
    overflow-y: scroll;
    padding-right: 1rem;
}
section.team h3.name {
    font-size: 1.65rem;
    color: var(--main-accent);
}
section.team p.position {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.thank-you-wrapper {
    margin-inline: auto;
    padding: 3rem 1rem;
    width: fit-content;
    
    & a {
        font-size: inherit;
    }
    
    & > .order-number {
        font-size: 2rem;
        margin-block-end: 1em;
    }
    
    & .btn-home {
        border: 1px solid var(--main-accent);
        border-radius: 999999rem;
        display: inline-flex;
        margin-block-start: 2em;
        padding: 0.5em 1em;
        
        &:hover {
            background-color: var(--main-accent);
            color: #fff;
        }
    }
}

.woosw-popup {

    & .woosw-popup-inner {
        block-size: 100dvh;
        inline-size: 100vw;

        & .woosw-popup-content {
            block-size: 100% !important;
            margin-inline: auto 0;
            position: static;
            transform: translate(0, 0);

            @media (width <= 64em) {
                max-width: 100%;
            }

            @media (width > 64em) {
                max-width: 50rem;
            }

            & .woosw-popup-content-top {
                background-color: var(--main-accent);
                font-size: 1.125rem;
            }

            & .woosw-popup-content-bot {

                & .woosw-page,
                & .woosw-continue {
                    background: none;
                    border: 1px solid var(--main-accent);
                    border-radius: var(--default-radius);
                    color: var(--main-accent);
                    font-size: 0.875rem;
                    font-weight: 400;
                    padding: 0.75em 1em;
                    text-decoration: none;
                    text-transform: uppercase;
                    transition: all 0.4s;

                    &:hover {
                        border-color: var(--main-accent) !important;
                        color: var(--main-accent) !important;
                        scale: 1.1;
                    }
                }
            }
        }
    }
}

.woosw-list {
    margin-inline: 2rem;
    width: var(--desktop-content);
    margin: auto;
}

.woosw-item--actions {
    white-space: nowrap;
}

.woosw-item--name {
    font-size: 1.25rem;
    
    & > * {
        font-size: inherit;
    }
}

.woosw-item--time {
    display: none;
}

.woosw-item--atc .add_to_cart_inline > a {
    background: none;
    border: 1px solid var(--main-accent);
    border-radius: var(--default-radius);
    color: var(--main-accent);
    font-weight: 400;
    text-transform: uppercase;
    
    &:hover {
        background: none;
        color: var(--main-accent);
        scale: 1.1;
    }
}
.posts-container {
    margin: auto;
    max-inline-size: 100%;

    & .blog-list-container {
        margin-inline: auto;
        max-inline-size: var(--layout-max-inline-size);
        padding-inline: var(--default-content-padding);
    }
    
}
.blog-list {
    display: grid;
    gap: var(--desktop-gap);
    grid-template-columns: repeat(auto-fill, minmax(min(25rem ,100%), 1fr));
}

.blog-item {
    font-size: 1rem;
}

.blog-item-thumbnail {
    aspect-ratio: 16 / 9;
    background-color: #eee;
    display: block;
    margin-block-end: 1rem;
    overflow: hidden;

    & > img {
        block-size: 100%;
        inline-size: 100%;
        object-fit: cover;
        transition: scale 0.3s;
    }

    &:hover {
        & > img {
            scale: 1.05;
        }
    }
}

.blog-item-title {
    font-size: 1.5em;
    margin-block-end: 0.5em;
}

.blog-item-title-link {
    font-size: inherit;
    font-weight: 700;
    transition: .4s;
}

.blog-item-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 1em;
    margin-block-end: 1em;
    max-block-size: 4.4em;
    overflow: hidden;
}

.blog-item-read-more {
    
    background-color: var(--main-accent);
    border-radius: var(--default-radius);
    
    color: #fff;
    display: block;
    font-size: 0.8125em;
    font-weight: 400;
    padding: .5em 1em;
    text-transform: uppercase;
    transform: scale 0.05s;
    width: fit-content;

    &:hover {
        scale: 1.05;
    }
}

.blog-pagination {
    margin-block-start: 5rem;

    .posts-container & {
        margin-block-end: 4rem;
    }
}

.pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    
    & > .page-numbers,
    & > .current {
        align-items: center;
        block-size: 3em;
        border-radius: 999999rem;
        display: flex;
        inline-size: 3em;
        justify-content: center;

        &:hover {
            background-color: #eee;
        }
    }

    & > .current {
        background-color: #eee;
    }
}

.seo-block {
    font-size: 1rem;
}

.seo-block-content {
    margin-inline: auto;

    & h3 {
        font-size: 2rem;
        line-height: 1.25;
        margin-block-end: 1em;
        text-wrap: balance;

        &:nth-child(n + 2) {
            margin-block-start: 2em;
        }
    }

    & p {
        font-size: 1rem;
        line-height: 1.5;
        margin-block: 1em;
        text-wrap: pretty;
    }
}

section.blog {
    display: flex;
    flex-direction: column;
    gap: var(--desktop-gap);
}
.blog-item-title-link:hover {
    color: var(--main-accent);
}
table.woosw-items tr {
    background: transparent;
}



.page-content .single-post {
    width: var(--desktop-content);
    margin: auto;
}
.page-content .single-post article {
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: var(--tablet-gap);
    justify-content: center;
    align-items: center;
}
.page-content .single-post article  .single-post-thumbnail {
    width: 60%;
}
@media (max-width: 1024px) {
    .page-content .single-post article  .single-post-thumbnail {
        width: 100%;
    }
}
.page-content .single-post article span.single-post-date {
    font-weight: 700;
    font-size: 1rem;
    color: var(--accent-red);
}
.page-content .single-post article .single-post-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.page-content .single-post article .single-post-content h2, 
.page-content .single-post article .single-post-content h3, 
.page-content .single-post article .single-post-content h4 {
    margin: 1rem 0 0rem 0;
}
.page-content .single-post article a {
    font-weight: 700!important;
    color: var(--main-accent);
}
.page-content .single-post article a:hover {
    color: var(--accent-red);
}
.page-content .single-post article .single-post-content li {
    margin: 6px 0;
}


.brjsf_ce_select {
    padding: 0.25em 0.5em;

    & > .brjsf_ce_text {
        padding: 0.25em 0.5em;
        white-space: nowrap;

        & > span {
            color: inherit;
            font-size: 1rem;
    
            &:first-child {
                font-weight: 700;
            }
    
            &:nth-child(2) {
                margin-inline: 0.25em;
            }
    
            &:last-child {
                font-size: 0.85em;
                
            }
        }
    }

    & > ul {
        border-color: #ccc !important;
        left: auto;
        right: 0;

        & > li {
            padding: 0.5em 0.75em;
            white-space: nowrap;

            &:hover {
                background-color: var(--main-accent) !important;
                color: #fff;
            }

            & > span {
                color: inherit;
                font-size: 1rem;

                &:first-child {
                    font-weight: 700;
                }

                &:nth-child(2) {
                    margin-inline: 0.25em;
                }

                &:last-child {
                    font-size: 0.75em;
                    
                }
            }
        }
    }
}

.img-mastercard-visa {
    border-radius: 999999rem;
    inline-size: 3em;
}

/* sumbenu account */
header .account-wrapper {
    display: flex;
    flex-shrink: 0;
    position: relative;

    @media (width < 48em) {
        display: none;
    }
}
header .account-wrapper:hover .menu-menu-account-container {
    opacity: 1;
    visibility: visible;
}
header .menu-menu-account-container {
    position: absolute;
    z-index: 9999;
    background: white;
    right: 0;
    top: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border: 0.0625rem solid #ddd;

    & .menu-item {
        display: block;

        & a {
            display: block;
            max-inline-size: 100%;
            min-inline-size: max-content;
            padding: 0.75em 1em;
    
            &:hover {
                background-color: var(--main-accent);
                color: #fff;
            }
        }
    }
}

.wrapper section.welcome {
    text-align: left;
}

#woocommerce-multi-currency-1 {
    & .wmc-sub-currency {
        padding: 0 !important;
        right: 0;
    
        & .wmc-currency {
            padding: 0 !important;

            & .wmc-currency-redirect {
                line-height: 1.25 !important;
                padding: 0.875em;

                & .wmc-sub-currency-name {
                    padding-inline-start: 0.75em !important;
                }
            }
        }
    }
}

.page-about-us {

    & > h2 {
        font-size: 3rem;
        margin-inline: auto;
        margin-block-end: 1.5em;
        max-inline-size: var(--layout-max-inline-size);
        padding-inline: var(--default-content-padding);
        text-align: left !important;
    }

    & > section {
        margin-block-end: 6rem;
    }

    & .content {
        display: block;

        & > h3 {
            margin-block-end: 1em;
        }
    }

    & .text {
        display: block;

        & > p {
            line-height: 1.5;
        }
    }
}

.page-homepage {
    display: flex;
    gap: 8rem;
    flex-direction: column;

    & .brand-logotypes {
        max-inline-size: 100%;

        & .brand-wrapper {
            max-inline-size: var(--layout-max-inline-size);
            padding-inline: var(--default-content-padding);
        }
    }
}

/* maintenance */
section.maintenance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transform: translateY(50%);
}
section.maintenance  .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}
section.maintenance .box-img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
section.maintenance .box-img.lazyload {
    background-image: none !important;
}

& .woosw-list {
    inline-size: 100%;

    & .woosw-items {
        & > tbody {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
            gap: 3rem;

            & .woosw-item {
                display: flex;
                flex-direction: column;

                & > td {
                    background-color: transparent !important;
                    inline-size: 100%;

                    &.woosw-item--actions {
                        margin-block-start: auto;
                        padding-block-start: 2em;
                    }
                }

                & .woosw-item--remove {

                    & span {
                        display: block;
                        margin-inline-start: auto;

                        &::before {
                            display: block;
                            font-size: 1.5rem;
                        }
                    }
                }

                & .woosw-item--image {
                    inline-size: 100%;

                    & img {
                        inline-size: 100%;
                        block-size: auto;
                    }
                }

                & .woosw-item--name {
                    margin-block-end: 0.5em;
                }

                &:hover {
                    & > td {
                        background-color: transparent;
                    }
                }
            }
        }

        & .add_to_cart_inline {
            display: block !important;
            text-align: center;
        }
    }

    & .woosw-actions {
        background-color: #FFEFEF;
        margin-block: 4em 5em;
        padding: 2em;

        & .woosw-copy {
            gap: 1em;
            inline-size: 100%;

            & .woosw-copy-btn {
                margin-inline-start: auto;
            }
        }
    }
}

.page-wishlist {

    & .woosw-list {
        max-inline-size: var(--layout-max-inline-size);
        padding-inline: var(--default-content-padding);
    }
    
}

.wmc-current-currency {
    white-space: nowrap;
}

.woosc-area {

    & .woosc-inner {

        & .woosc-table {

            & .woosc-table-inner {

                & .woosc-table-items {

                    & th {
                        background-color: transparent !important;

                        & a {
                            font-weight: var(--font-secondary-bold-weight);
                        }
                    }

                    & td {
                        background-color: transparent !important;
                    }

                    & .add_to_cart_inline {

                        & a {
                            border: 0.0625em solid var(--main-accent);
                            border-radius: var(--default-radius);
                            color: var(--main-accent);
                            font-size: 0.875rem;
                            font-weight: 400;
                            padding: 0.75em 1em;
                            text-transform: uppercase;

                            &:hover {
                                background-color: var(--main-accent);
                                color: #fff;
                            }
                        }
                    }
                }
            }
        }

        & .woosc-bar {

            & .woosc-bar-btn {
                background-color: var(--accent-red) !important;
            }
        }
    }
}

@media all and (min-width: 768px) {
    .mobile-bottom-menu {
        display: none!important;
    }
}
.mobile-bottom-menu {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    align-items: start;
    padding: 0.65rem 1.125rem 0.65rem 1.125rem;
    box-shadow: var(--default-shadow);
    z-index: 999;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    
    
    & a.link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;

        & span {
            font-size: 14px;
            font-weight: 600;
        }
    }

    & .icon.bg {
        width: 1.25rem;
        height: 1.25rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}