@font-face {
    font-family: 'Geologica';
    src: url('../fonts/geologica/Geologica-Light.woff2') format('woff2'), url('../fonts/geologica/Geologica-Light.woff') format('woff'), url('../fonts/geologica/Geologica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/geologica/Geologica-Regular.woff2') format('woff2'), url('../fonts/geologica/Geologica-Regular.woff') format('woff'), url('../fonts/geologica/Geologica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/geologica/Geologica-ExtraBold.woff2') format('woff2'), url('../fonts/geologica/Geologica-ExtraBold.woff') format('woff'), url('../fonts/geologica/Geologica-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #b09a69;
    --rgba-primary: rgba(176, 154, 105, 0.1);
    --main: #2d2d2d;
    --secondary: #4d4d4d;
    --secondary-2: #757575;
    --surface: #f3f0f0;
    --line: #e9e9e9;
    --themegold: #b09a69;
    --themelightgold: #e9ca83;
    --themegrey: #2d2d2d;
    --themedevgrey: #4d4d4d;
    --themelightgrey: #c5c5c5;
    --themelightbg: #f3f0f0;
    --themeborder: #b4b4b4;
    --radiusfull: 60px;
    --black: #000000;
    --lime: #ffffff;
    --purple: #b09a69;
    --dpurple: #8f7c50;
    --purplelight: #e9ca83;
    --cream: #f3f0f0;
    --lightgrey: #efefef;
    --whitegrey: #f7f7f7;
}

body {
    font-family: 'Geologica', sans-serif !important;
    color: var(--themegrey);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Geologica', sans-serif;
    color: var(--themegrey);
}

.font-2, .font-3, .font-4, .font-5 {
    font-family: 'Geologica', sans-serif !important;
}

h1, h2, h3,
.heading-section .heading,
.heading-section-4 .heading {
    text-transform: uppercase;
    font-weight: 800;
}

.text-btn-uppercase, .btn-line, .tf-btn .text {
    font-family: 'Geologica', sans-serif;
}

a:hover, .link:hover {
    color: var(--themegold);
}

.tf-btn, .btn-style-2, .btn-style-3, .btn-main-product, .btn-line.style-fill, .tf-btn-default {
    border-radius: var(--radiusfull);
}

.tf-btn.btn-fill {
    background-color: var(--themegold);
    border-color: var(--themegold);
    color: #ffffff;
}

    .tf-btn.btn-fill:hover {
        background-color: var(--dpurple);
        border-color: var(--dpurple);
        color: #ffffff;
    }

.tf-btn.btn-white:hover {
    background-color: var(--themegold);
    border-color: var(--themegold);
    color: #ffffff;
}

.btn-line::after {
    background-color: var(--themegold);
}





.agio-promo-strip {
    background-color: var(--themegold);
    color: #ffffff;
    text-align: center;
    padding: 9px 12px;
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

body.agio-scrolled .agio-promo-strip {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .agio-promo-strip p {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
    }

    .agio-promo-strip a {
        color: #ffffff;
    }

#header {
    background-color: #ffffff;
}




.wrapper-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.agio-header-search {
    position: relative;
}

    .agio-header-search .form-search-select {
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid var(--themegrey);
        border-radius: var(--radiusfull);
        height: 35px;
        min-width: 320px;
        padding: 0 12px;
        background-color: #ffffff;
        margin: 0;
        overflow: visible;
    }

        .agio-header-search .form-search-select:focus-within {
            border-color: var(--themegold);
        }

    .agio-header-search .agio-search-icon {
        display: flex;
        flex: 0 0 auto;
        color: var(--themegrey);
    }

    .agio-header-search fieldset {
        border: 0;
        margin: 0;
        padding: 0;
        flex: 1 1 auto;
    }

    .agio-header-search input {
        border: 0;
        outline: 0;
        background: transparent;
        width: 100%;
        height: 100%;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #000;
        padding: 0;
    }

        .agio-header-search input::placeholder {
            color: #000;
            opacity: 1;
        }

    .agio-header-search .search-results {
        position: fixed;
        top: var(--headerHeight, 190px);
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        max-width: none;
        max-height: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto;
        padding: 40px 50px 60px;
        z-index: 800;
        background-color: #ffffff;
    }

        .agio-header-search .search-results .dropdown-inner {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
            gap: 60px;
            max-width: 1805px;
            margin: 0 auto;
        }

        .agio-header-search .search-results h4 {
            font-size: 18px;
            font-weight: 700;
            color: var(--themegrey);
            padding-bottom: 14px;
            border-bottom: 1px solid var(--lightgrey, #e5e5e5);
            margin-bottom: 20px;
        }

        .agio-header-search .search-results .product-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px 40px;
        }

        .agio-header-search .search-results .all-search-result {
            display: inline-block;
            margin-top: 30px;
        }

        .agio-header-search .search-results .left-col,
        .agio-header-search .search-results .right-col {
            width: auto;
            background: none;
            border-radius: 0;
        }

        .agio-header-search .search-results .right-col h4,
        .agio-header-search .search-results .right-col .product-grid {
            padding-left: 0;
            padding-bottom: 0;
        }

        .agio-header-search .search-results .left-col ul {
            column-count: 2;
            column-gap: 40px;
        }

        .agio-header-search .search-results .left-col li {
            font-size: 16px;
            padding: 8px 0;
            color: var(--themegrey);
            break-inside: avoid;
        }

        .agio-header-search .search-results .left-col li:hover {
            color: var(--themegold);
        }

        .agio-header-search .search-results .product-grid {
            gap: 26px 40px;
        }

        .agio-header-search .search-results .product-item {
            align-items: center;
            gap: 18px;
            cursor: pointer;
        }

            .agio-header-search .search-results .product-item img {
                width: 90px;
                height: 90px;
                min-width: 90px;
                min-height: 90px;
                max-width: 90px;
                max-height: 90px;
                object-fit: contain;
                background-color: #ffffff;
                border: 1px solid #ececec;
                padding: 6px;
            }

            .agio-header-search .search-results .product-item .title {
                font-size: 15px;
                font-weight: 700;
                margin: 0;
                line-height: 1.35;
            }

                .agio-header-search .search-results .product-item .title a {
                    color: var(--themegrey);
                }

                .agio-header-search .search-results .product-item .title a:hover {
                    color: var(--themegold);
                }

            .agio-header-search .search-results .product-item .price {
                font-size: 16px;
                font-weight: 700;
                margin-top: 6px;
                color: var(--themegrey);
            }

        .agio-header-search .search-results .all-search-result {
            text-align: left;
            font-size: 16px;
            color: var(--themegrey);
            text-decoration: underline;
            text-underline-offset: 4px;
        }

            .agio-header-search .search-results .all-search-result:hover {
                color: var(--themegold);
            }

@media only screen and (max-width: 1400px) {
    .agio-header-search .search-results .dropdown-inner {
        gap: 40px;
    }

    .agio-header-search .search-results .product-grid {
        grid-template-columns: 100%;
    }
}

.modal-search .search-results {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 20px 0 0;
    max-width: none;
}

.header-bottom {
    background-color: #ffffff !important;
    border-top: 1px solid var(--lightgrey);
    box-shadow: none;
    padding: 0;
}

#header .nav-icon > li {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

#header .nav-icon .count-box {
    background-color: var(--themegold);
    color: #ffffff;
}

#header .nav-account .dropdown-account {
    left: auto;
    right: 0;
    transform: none;
}

.tf-topbar {
    display: none;
}

.flat-banner-parallax {
    position: relative;
    min-height: min(78vh, 700px);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

    .flat-banner-parallax::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .flat-banner-parallax .container {
        position: relative;
        z-index: 1;
    }

    .flat-banner-parallax .title {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 56px;
        line-height: 1.1;
    }

    .flat-banner-parallax .subtitle {
        letter-spacing: 1px;
    }

    .flat-banner-parallax p {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 15px;
    }

    .flat-banner-parallax .tf-btn {
        background-color: var(--themegold);
        border-color: var(--themegold);
        color: #ffffff;
        border-radius: var(--radiusfull);
        padding: 14px 36px;
    }

        .flat-banner-parallax .tf-btn:hover {
            background-color: var(--dpurple);
            border-color: var(--dpurple);
            color: #ffffff;
        }

        .flat-banner-parallax .tf-btn .text {
            text-transform: uppercase;
            font-size: 15px;
        }

@media only screen and (max-width: 767px) {
    .flat-banner-parallax .title {
        font-size: 32px;
    }
}

.card-product .card-product-info .title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.card-product .old-price {
    color: #ababab;
}

.on-sale-item,
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item,
.collection-position-2 .on-sale-wrap .on-sale-item {
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
}

.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--themegold);
}

.tab-product .nav-tab-item a.active, .tab-product .nav-tab-item a:hover {
    color: var(--themegold);
}

.tf-icon-box .icon-box {
    width: 72px;
    height: 72px;
    border: 1px solid var(--themegold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themegold);
    font-size: 30px;
    margin: 0 auto;
}

.tf-icon-box h6 {
    font-weight: 800;
}

.agio-prefooter {
    background-color: #ffffff;
    border-top: 1px solid var(--lightgrey);
    padding: 44px 0;
}

    .agio-prefooter .row {
        row-gap: 28px;
    }

.agio-prefooter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

    .agio-prefooter-item .agio-prefooter-icon {
        width: 74px;
        height: 74px;
        border: 1px solid var(--themegold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .agio-prefooter-item h4 {
        font-size: 16px;
        font-weight: 800;
        margin: 0;
    }

    .agio-prefooter-item p {
        font-size: 14px;
        color: var(--themedevgrey);
        margin: 0;
        line-height: 1.5;
    }

.footer {
    background-color: #000000 !important;
}

    .footer .footer-logo img {
        max-width: 240px;
    }

    .footer .footer-heading {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 17px;
        letter-spacing: 0.5px;
    }

    .footer .footer-menu-list li a,
    .footer .footer-address p,
    .footer .footer-info p,
    .footer .footer-contact-block p {
        color: var(--themelightgrey);
        font-size: 15px;
    }

        .footer .footer-menu-list li a:hover {
            color: var(--themegold);
        }

    .footer .footer-contact-block {
        margin-bottom: 18px;
    }

        .footer .footer-contact-block .footer-contact-title {
            color: #ffffff;
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .footer .footer-contact-block p {
            margin: 0;
            line-height: 1.6;
        }

    .footer .footer-contact-block a {
        color: var(--themelightgrey);
    }

        .footer .footer-contact-block a:hover {
            color: var(--themegold);
        }

    .footer .tf-social-icon li a {
        width: 40px;
        height: 40px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: transparent;
    }

        .footer .tf-social-icon li a:hover {
            border-color: var(--themegold);
            color: var(--themegold);
            background: transparent;
        }

    .footer .footer-bottom {
        border-top: 1px solid #2a2a2a;
    }

        .footer .footer-bottom p {
            color: var(--themelightgrey);
        }

.tf-mini-cart-view-checkout .tf-btn {
    border-radius: var(--radiusfull);
}

.wg-blog .title a {
    font-weight: 400;
}

.tf-progress-bar .value {
    background: linear-gradient(90deg, #8f7c50 0%, #e9ca83 100%);
}

#scroll-top {
    background-color: var(--themegold);
}

    #scroll-top:hover {
        background-color: var(--dpurple);
    }

.gallery-content .cls-btn .text {
    text-transform: uppercase;
}

.collection-position-2 .cls-btn h6 {
    text-transform: uppercase;
    font-weight: 400;
}

.agio-products-section {
    background-color: var(--themelightbg);
    padding: 32px 0 50px;
}

    .agio-products-section .agio-products-head {
        margin-bottom: 24px;
    }

        .agio-products-section .agio-products-head .agio-subtitle {
            margin-bottom: 6px;
        }

    .agio-products-section .tab-product {
        display: flex;
        justify-content: flex-start;
        gap: 36px;
    }

    .agio-products-section .nav-tab-item a {
        font-size: 16px;
        text-transform: uppercase;
        color: var(--themeborder);
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
    }

        .agio-products-section .nav-tab-item a.active,
        .agio-products-section .nav-tab-item a:hover {
            color: var(--themegrey);
            border-bottom-color: var(--themegrey);
        }

    .agio-products-section .flat-animate-tab {
        position: relative;
    }

    .agio-products-section .tab-content .card-product .card-product-wrapper {
        aspect-ratio: 1 / 1;
        background-color: #ffffff;
    }

        .agio-products-section .card-product-wrapper .product-img {
            width: 100%;
            height: 100%;
        }

        .agio-products-section .card-product-wrapper .img-product,
        .agio-products-section .card-product-wrapper .img-hover {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 14px;
        }

    .agio-products-section .card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
        background-color: var(--themegold);
        color: var(--white);
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .agio-products-section .sw-dots {
        display: none;
    }

    .agio-products-section .card-product .list-product-btn {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        top: 10px;
        right: 10px;
    }

        .agio-products-section .card-product .list-product-btn .box-icon {
            background-color: #ffffff;
            border-radius: 50%;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        }

        .agio-products-section .card-product .list-product-btn .box-icon.wishlist {
            opacity: 1 !important;
            visibility: visible !important;
            transform: none !important;
        }

    .agio-products-section .card-product-info .title {
        font-size: 20px;
        font-weight: 400;
        color: var(--themegrey);
        text-transform: lowercase;
        display: block;
    }

        .agio-products-section .card-product-info .title::first-letter {
            text-transform: uppercase;
        }

    .agio-products-section .card-product-info .price {
        font-size: 20px;
        font-weight: 400;
        color: var(--themegrey);
        display: block;
    }

    .agio-products-section .agio-manf-price {
        display: block;
        font-size: 14px;
        font-weight: 300;
        color: #a5a5a5;
        text-decoration: line-through;
    }

.agio-nav-sw {
    position: absolute;
    top: 38%;
    z-index: 5;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--themegrey);
    cursor: pointer;
}

    .agio-nav-sw svg {
        width: 24px;
        height: 24px;
    }

    .agio-nav-sw.agio-nav-left {
        left: 2px;
    }

    .agio-nav-sw.agio-nav-right {
        right: 2px;
    }

    .agio-nav-sw.swiper-button-disabled {
        opacity: 0.3;
    }

    .agio-nav-sw:hover {
        color: var(--themegold);
    }

.agio-blog-section {
    background-color: var(--themelightbg);
    padding: 40px 0 60px;
}

.agio-blog-heading {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--themegrey);
    margin: 0 0 28px;
}

.agio-blog-post .agio-blog-image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #ffffff;
}

    .agio-blog-post .agio-blog-image img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

.agio-blog-post .agio-blog-date {
    font-size: 16px;
    font-weight: 300;
    color: var(--themegrey);
    margin: 16px 0;
}

.agio-blog-post .agio-blog-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-transform: none;
}

    .agio-blog-post .agio-blog-title a {
        color: var(--themegold);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .agio-blog-post .agio-blog-title a:hover {
            color: var(--dpurple);
        }

.agio-banner-duo {
    margin-top: 60px;
    padding-bottom: 60px;
}

.agio-banner-duo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 20px;
}

.agio-banner-tile {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

    .agio-banner-tile .agio-banner-img {
        position: absolute;
        inset: 0;
        display: block;
    }

        .agio-banner-tile .agio-banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.agio-banner-caption {
    position: absolute;
    inset: 0;
    padding: 20px 40px 110px;
    overflow: hidden;
    pointer-events: none;
}

    .agio-banner-caption h3 {
        font-size: 32px;
        font-weight: 800;
        color: #ffffff;
        max-width: 500px;
        margin: 0;
    }

    .agio-banner-caption p {
        font-size: 18px;
        color: #ffffff;
        max-width: 500px;
        margin: 7px 0 0;
    }

.agio-banner-cta {
    position: absolute;
    bottom: 40px;
    left: 40px;
    min-width: 180px;
    width: max-content;
    padding: 15px 35px;
    border: 1px solid #ffffff;
    border-radius: var(--radiusfull);
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    pointer-events: auto;
}

    .agio-banner-cta:hover {
        background-color: var(--themegold);
        border-color: var(--themegold);
        color: #ffffff;
    }

@media only screen and (max-width: 991px) {
    .agio-banner-duo-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .agio-banner-caption {
        padding: 20px;
    }

    .agio-banner-caption h3 {
        font-size: 24px;
    }

    .agio-banner-cta {
        bottom: 25px;
        left: 20px;
        padding: 12px 24px;
        min-width: 170px;
    }
}

.agio-plp-head {
    padding: 24px 0 6px;
    background-size: cover;
    background-position: center;
}

.agio-plp-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    font-size: 14px;
}

    .agio-plp-breadcrumbs a {
        color: var(--themegrey);
    }

        .agio-plp-breadcrumbs a:hover {
            color: var(--themegold);
        }

    .agio-plp-breadcrumbs li:last-child a {
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.agio-crumb-sep {
    color: var(--themegrey);
}

.agio-plp-title {
    font-size: 34px;
    font-weight: 800;
    text-transform: none;
    margin: 0 0 10px;
}

.agio-subcats {
    padding: 10px 0 32px;
}

    .agio-subcats .flat-collection-circle {
        position: relative;
    }

.agio-subcat-card {
    display: block;
}

.agio-subcat-img {
    display: block;
    aspect-ratio: 2 / 1;
    background-color: var(--themelightbg);
    overflow: hidden;
}

    .agio-subcat-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 12px;
    }

.agio-subcat-name {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--themegrey);
}

.agio-subcat-card:hover .agio-subcat-name {
    color: var(--themegold);
}

.agio-plp .tf-btn-filter {
    background-color: #3d3d3d;
    border: 0;
    border-radius: var(--radiusfull);
    padding: 12px 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .agio-plp .tf-btn-filter .icon,
    .agio-plp .tf-btn-filter .text {
        color: #ffffff;
    }

    .agio-plp .tf-btn-filter:hover {
        background-color: var(--themegold);
    }

.agio-plp .tf-dropdown-sort {
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
}

.agio-plp .count-text {
    font-size: 16px;
    color: var(--themegrey);
}

    .agio-plp .count-text .count {
        font-weight: 800;
    }

.agio-plp .on-sale-item,
.agio-plp .card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    background-color: var(--themegold);
    color: #ffffff;
}

.agio-plp .card-product-info .title {
    font-size: 16px;
}

.agio-plp .agio-availability p {
    font-weight: 600;
    font-size: 14px;
    color: var(--themegrey);
}

.agio-plp .card-product-info .price {
    font-size: 22px;
    font-weight: 800;
    color: var(--themegrey);
}

    .agio-plp .card-product-info .price .old-price {
        font-size: 16px;
        font-weight: 400;
        color: #ababab;
        text-decoration: line-through;
    }

.agio-plp .discount-bot .tf-btn {
    background-color: #ffffff;
    color: var(--themegrey);
    border: 1px solid #cfcfcf;
    border-radius: var(--radiusfull);
    padding: 13px 30px;
}

    .agio-plp .discount-bot .tf-btn .text {
        color: var(--themegrey);
    }

    .agio-plp .discount-bot .tf-btn:hover {
        background-color: var(--themegold);
        border-color: var(--themegold);
    }

        .agio-plp .discount-bot .tf-btn:hover .text {
            color: #ffffff;
        }

.agio-add-cart {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 5;
    width: calc(100% - 44px);
    max-width: 360px;
    opacity: 0;
    transform: translateX(-50%) translateY(6px);
    transition: all 0.25s ease;
}

.card-product:hover .agio-add-cart {
    opacity: 1;
    transform: translateX(-50%);
}

.agio-add-cart .agio-add-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    background-color: #2d2d2d;
    color: #ffffff;
    border-radius: var(--radiusfull);
    padding: 14px 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

    .agio-add-cart .agio-add-cart-btn:hover {
        background-color: var(--themegold);
        color: #ffffff;
    }

    .agio-add-cart .agio-add-cart-btn svg {
        flex: 0 0 auto;
    }

@media only screen and (max-width: 991px) {
    .agio-add-cart {
        opacity: 1;
        transform: translateX(-50%);
    }

    .agio-add-cart .agio-add-cart-btn {
        padding: 10px 14px;
        font-size: 11px;
    }
}

.agio-shop-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

    .agio-shop-layout.agio-filters-hidden {
        grid-template-columns: minmax(0, 1fr);
    }

        .agio-shop-layout.agio-filters-hidden .agio-filters {
            display: none;
        }

.agio-filters {
    background-color: #ffffff;
    border-radius: 6px;
}

    .agio-filters .canvas-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .agio-filters .canvas-header {
        align-items: center;
        justify-content: space-between;
        padding: 14px 18px;
        background-color: var(--themelightbg);
    }

        .agio-filters .canvas-header h5 {
            margin: 0;
            font-size: 18px;
        }

    .agio-filters .canvas-body {
        padding: 4px 18px 14px;
        overflow-y: auto;
    }

    .agio-filters .widget-facet {
        margin: 0;
        border-bottom: 1px solid #ececec;
    }

    .agio-filters .facet-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
        margin: 0;
        padding: 16px 0;
        cursor: pointer;
        user-select: none;
    }

        .agio-filters .facet-title::after {
            content: "";
            width: 8px;
            height: 8px;
            border-right: 1.5px solid var(--themegrey);
            border-bottom: 1.5px solid var(--themegrey);
            transform: rotate(45deg);
            transition: transform 0.2s ease;
            margin-right: 4px;
        }

    .agio-filters .widget-facet.open .facet-title::after {
        transform: rotate(-135deg);
    }

    .agio-filters .widget-facet:not(.open) > *:not(.facet-title) {
        display: none;
    }

    .agio-filters .facet-content {
        list-style: none;
        margin: 0;
        padding: 0 0 16px;
    }

        .agio-filters .facet-content li {
            padding: 3px 0;
        }

    .agio-filters .categories-item {
        color: var(--themegrey);
        font-size: 14px;
    }

        .agio-filters .categories-item.active {
            color: var(--themegold);
            font-weight: 600;
        }

    .agio-filters .facet-options {
        padding: 0 0 16px;
    }

        .agio-filters .facet-options label {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 3px 0;
            font-size: 14px;
            cursor: pointer;
        }

    .agio-filters .box-fieldset-item {
        padding: 0 0 16px;
    }

    .agio-filters .fieldset-item {
        padding: 3px 0;
        font-size: 14px;
    }

    .agio-filters .facet-price .price-val-range {
        margin: 6px 10px 16px;
    }

    .agio-filters .agio-price-values {
        display: flex;
        justify-content: space-between;
        padding: 0 0 16px;
        font-size: 14px;
        color: var(--themegrey);
    }

    .agio-filters .canvas-bottom {
        padding: 16px 18px 20px;
    }

        .agio-filters .canvas-bottom .tf-btn {
            width: 100%;
        }

@media only screen and (max-width: 1200px) {
    .agio-shop-layout {
        display: block;
    }

    .agio-filters {
        width: min(88vw, 360px);
        border-radius: 0;
    }

        .agio-filters .canvas-body {
            flex: 1 1 auto;
        }
}

.agio-statement-collections {
    padding-bottom: 40px;
}

.agio-home-box {
    text-align: center;
    padding: 44px 15px;
}

    .agio-home-box .agio-home-box-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.1;
        color: var(--themegrey);
        margin: 0 0 48px;
    }

    .agio-home-box .agio-home-box-sub {
        font-size: 18px;
        letter-spacing: 0.5px;
        color: var(--themegrey);
        max-width: 840px;
        margin: 0 auto 40px;
    }

    .agio-home-box .agio-home-box-cta {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 200;
        color: var(--themegrey);
    }

        .agio-home-box .agio-home-box-cta::before {
            position: absolute;
            top: calc(100% + 4px);
            left: 0;
            border-bottom: 1px solid var(--themegrey);
            content: "";
            display: block;
            width: 100%;
            opacity: 0;
            transform: translateX(-100%);
            transition: all .3s ease-in-out;
        }

        .agio-home-box .agio-home-box-cta:hover::before {
            transform: translateX(0);
            opacity: 1;
        }

.agio-collection-tile {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 10;
}

    .agio-collection-tile::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.25) 100%);
        pointer-events: none;
    }

    .agio-collection-tile .agio-banner-caption {
        z-index: 1;
    }

        .agio-collection-tile .agio-banner-caption h3 {
            font-size: 28px;
            font-weight: 800;
            color: #ffffff;
            margin: 14px 0 0;
        }

@media only screen and (max-width: 767px) {
    .agio-home-box .agio-home-box-title {
        font-size: 28px;
    }

    .agio-collection-tile .agio-banner-caption h3 {
        font-size: 22px;
    }
}

#header .main-header .container {
    max-width: 100% !important;
    padding-left: 50px;
    padding-right: 50px;
}

#header .logo-header .logo {
    width: 133px;
    height: 67px;
    max-width: 133px;
}

@media only screen and (max-width: 991px) {
    #header .main-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .logo-header .logo {
        width: 105px;
        height: 53px;
        max-width: 105px;
    }
}

.agio-subtitle {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--themegrey);
    margin: 0;
}

.agio-slide-count {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .agio-slide-count .agio-count-current,
    .agio-slide-count .agio-count-total {
        font-size: 14px;
        line-height: 1;
    }

    .agio-slide-count .agio-count-current {
        color: var(--white);
    }

    .agio-slide-count .agio-count-total {
        color: var(--themegrey);
    }

    .agio-slide-count .agio-count-divider {
        width: 1px;
        height: 70px;
        background: var(--themegrey);
        margin: 10px 0;
    }

.agio-rail-btn,
.agio-rail-glyph {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    z-index: 20;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agio-rail-btn {
    cursor: pointer;
}

.agio-rail-prev,
.agio-rail-up {
    transform: translateY(-90px);
}

.agio-rail-next,
.agio-rail-down {
    transform: translateY(70px);
}

    .agio-rail-btn::before,
    .agio-rail-glyph::before {
        font-family: 'agiovlasitis';
        font-size: 8px;
        line-height: 1;
        color: var(--themegrey);
        display: block;
    }

    .agio-rail-prev::before,
    .agio-rail-up::before {
        content: "\f004";
    }

    .agio-rail-next::before,
    .agio-rail-down::before {
        content: "\f005";
    }

.agio-hero .agio-count-total {
    color: var(--white);
}

.agio-hero .agio-count-divider {
    background: var(--white);
}

.agio-hero .agio-rail-btn::before {
    color: var(--white);
}

.agio-hero .box-content {
    text-align: center;
    color: var(--white);
}

.agio-hero .box-title-slider .heading {
    font-size: 62px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.15;
}

    .agio-hero .box-title-slider .heading * {
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        margin: 0;
    }

.agio-hero .box-title-slider p {
    font-size: 18px;
    color: var(--white);
}

.agio-hero .box-btn-slider .tf-btn {
    max-width: 300px;
    width: 100%;
    padding: 18px 10px;
    font-size: 16px;
    gap: 10px;
    margin: 40px auto 0;
    justify-content: center;
    background-color: var(--themegold);
    border-color: var(--themegold);
    color: var(--white);
}

    .agio-hero .box-btn-slider .tf-btn .icon {
        transform: rotate(45deg);
        font-size: 13px;
    }

.agio-findby2 {
    padding: 0 50px;
    margin: 40px 0 60px;
}

.agio-findby2-head .agio-subtitle {
    margin-bottom: 4px;
}

.agio-findby2-tabs {
    display: flex;
    gap: 40px;
    margin: 10px 0 24px;
}

.agio-findby2-tab {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

    .agio-findby2-tab span {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
        color: var(--themegrey);
    }

    .agio-findby2-tab.active span,
    .agio-findby2-tab:hover span {
        border-bottom-color: var(--themegrey);
    }

.agio-findby2-row {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
}

    .agio-findby2-row.active {
        display: grid;
    }

.agio-findby2-banner {
    position: relative;
}

    .agio-findby2-banner a {
        display: block;
    }

    .agio-findby2-banner img {
        width: 100%;
        height: auto;
        display: block;
        aspect-ratio: 886 / 591;
        object-fit: cover;
    }

.agio-findby2-cats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    align-content: start;
}

.agio-findby2-card {
    position: relative;
    display: block;
    background-color: var(--themelightbg);
    aspect-ratio: 434 / 280;
    overflow: hidden;
    padding: 20px;
    color: var(--themegrey);
}

    .agio-findby2-card .agio-findby2-card-title {
        display: inline-block;
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--themegrey);
    }

    .agio-findby2-card p {
        font-size: 16px;
        font-weight: 200;
        color: var(--themegrey);
        margin: 4px 0 0;
        padding-right: 20px;
        position: relative;
        z-index: 1;
    }

    .agio-findby2-card img {
        position: absolute;
        bottom: 20px;
        right: 0;
        width: auto;
        height: auto;
        max-width: 55%;
        max-height: 70%;
        object-fit: contain;
        object-position: bottom;
    }

    .agio-findby2-card .line-cta {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 18px;
        font-weight: 200;
        color: var(--themegrey);
        z-index: 1;
    }

        .agio-findby2-card .line-cta::before {
            position: absolute;
            top: calc(100% + 4px);
            left: 0;
            border-bottom: 1px solid var(--themegrey);
            content: "";
            display: block;
            width: 100%;
            opacity: 0;
            transform: translateX(-100%);
            transition: all .3s ease-in-out;
        }

    .agio-findby2-card:hover .line-cta::before {
        transform: translateX(0);
        opacity: 1;
    }

@media only screen and (max-width: 1199px) {
    .agio-subtitle {
        font-size: 32px;
    }

    .agio-hero .box-title-slider .heading {
        font-size: 38px;
    }

    .agio-hero .box-btn-slider .tf-btn {
        padding: 13px 0;
        max-width: 280px;
    }

    .agio-findby2 {
        padding: 0 20px;
    }

    .agio-findby2-row {
        grid-template-columns: 100%;
        row-gap: 30px;
    }

    .agio-findby2-banner img {
        aspect-ratio: 4 / 1;
    }
}

@media only screen and (max-width: 900px) {
    .agio-hero .box-content {
        padding: 0 70px;
    }

    .agio-findby2-card img {
        max-width: 50%;
    }
}

@media only screen and (max-width: 780px) {
    .agio-findby2-card p {
        font-size: 14px;
        padding-right: 60px;
    }

    .agio-findby2-card .line-cta {
        font-size: 15px;
    }

    .agio-findby2-card img {
        max-width: 40%;
        bottom: 10px;
    }

    .agio-findby2-card .agio-findby2-card-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .agio-subtitle {
        font-size: 24px;
    }

    .agio-hero .box-title-slider .heading {
        font-size: 30px;
    }

    .agio-hero .box-title-slider p {
        font-size: 16px;
    }

    .agio-hero .box-content {
        padding: 0 50px;
    }

    .agio-findby2-cats {
        grid-template-columns: 100%;
        gap: 20px;
    }

    .agio-findby2-tab span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .agio-hero .box-title-slider .heading {
        font-size: 18px;
    }

    .agio-hero .box-title-slider p {
        font-size: 14px;
    }

    .agio-hero .box-btn-slider .tf-btn {
        padding: 12px 0;
        max-width: 250px;
        font-size: 14px;
    }
}

#newsletter-section {
    text-align: center;
    background-image: url('../images/newsletter-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 552px;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    row-gap: 20px;
    position: relative;
    padding: 0 15px;
}

    #newsletter-section p {
        font-size: 32px;
        font-weight: 800;
        color: #ffffff;
        line-height: 1.1;
        margin: 0;
    }

    #newsletter-section .newsletter-form {
        border: 1px solid #ffffff;
        border-radius: var(--radiusfull);
        padding: 8px 10px;
        max-width: 556px;
        width: 100%;
        margin: 0;
    }

.footer-newsletter-input-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

    .footer-newsletter-input-outer input {
        background: transparent;
        border: 0;
        outline: 0;
        color: #ffffff;
        font-size: 16px;
        flex: 1 1 auto;
        min-width: 0;
        padding: 0 10px 0 16px;
    }

        .footer-newsletter-input-outer input::placeholder {
            color: rgba(255, 255, 255, 0.85);
        }

    .footer-newsletter-input-outer .btn.submit-btn {
        background-color: #ffffff;
        color: var(--themegrey);
        border-radius: var(--radiusfull);
        padding: 10px 30px;
        font-size: 16px;
        white-space: nowrap;
    }

        .footer-newsletter-input-outer .btn.submit-btn:hover {
            background-color: var(--themegold);
            color: #ffffff;
        }

@media only screen and (max-width: 767px) {
    #newsletter-section p {
        font-size: 24px;
        line-height: 1.4;
    }

        #newsletter-section p br {
            display: none;
        }

    #newsletter-section .newsletter-form,
    #newsletter-section p {
        max-width: 95%;
    }
}

.agio-static-page {
    background: var(--themelightbg);
}

.agio-static-page .static-page-content,
.agio-contact-page .agio-page-container {
    display: block;
    width: 100%;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0;
}

.agio-static-page .static-page-content {
    max-width: calc(100% - 100px) !important;
    padding: 0 0 100px;
    color: var(--themegrey);
    font-size: 14px;
    line-height: 1.4286;
}

.agio-static-page .static-page-content * {
    font-family: 'Geologica', sans-serif !important;
}

.agio-static-page .mstm-breadcrumb a,
.agio-static-page .mstm-breadcrumb li,
.agio-static-page .mstm-breadcrumb span {
    font-size: 14px;
}

.mstm-breadcrumb {
    position: relative;
    top: unset;
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.mstm-breadcrumb-st,
.mstm-breadcrumb-dyn,
.mstm-breadcrumb-rep,
.mstm-breadcrumb-rep .breadcrumb-item {
    display: inline;
    vertical-align: top;
}

.mstm-breadcrumb-rep {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mstm-breadcrumb a,
.mstm-breadcrumb li,
.mstm-breadcrumb span {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.mstm-breadcrumb a:hover {
    color: var(--themegold);
}

.mstm-breadcrumb-rep > li::before {
    content: "/";
    position: relative;
    left: 0;
    color: var(--themegrey);
    padding: 0 5px;
}

.mstm-breadcrumb-rep li.breadcrumb-item.active span,
.mstm-breadcrumb-rep li.breadcrumb-item.active a {
    font-weight: 700;
    text-decoration: underline;
}

.agio-static-page .static-page-title,
.agio-contact-page .static-page-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 900;
    color: var(--themegrey);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.4286;
    margin: 30px auto;
    padding: 0;
    text-align: center;
}

.agio-static-page .static-page-title .pill,
.agio-contact-page .static-page-title .pill {
    display: inline;
    background: transparent;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
}

.agio-static-page .page-row {
    display: grid;
    grid-template-columns: var(--colnum);
}

.agio-static-page .static-page-nav-menu {
    padding: 15px !important;
    display: grid;
    gap: 20px;
    background: #fff;
    margin-top: 5px;
}

.agio-static-page .nav-menu-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.static-page-content p {
    font-size: 18px;
    line-height: 1.4286;
    margin: 18px 0;
    color: var(--themegrey);
}

.static-page-content h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin: 17.43px 0;
    color: var(--themegrey);
    text-transform: none;
}

.static-page-content ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 14px 0;
}

.static-page-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.static-page-content li,
.static-page-content ul li,
.static-page-content ol li {
    margin: 0;
    padding-left: 0;
    list-style: inherit;
    line-height: 1.4286;
}

.static-page-content strong,
.static-page-content b {
    font-weight: 700;
}

.static-page-content a {
    display: inline;
    color: #000;
    text-decoration: none;
}

.static-page-content a:hover {
    color: var(--themegold);
}

.static-page-content img {
    max-width: 100%;
    height: auto;
}

.agio-nav-arrow {
    display: none;
}

.agio-contact-page {
    background: #fff;
}

.mstm-contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, 0.05);
    padding: 60px;
    margin-bottom: 60px;
}

.mstm-contact-info-item {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 29px;
}

.mstm-contact-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mstm-contact-icon svg {
    display: block;
    width: 70px;
    height: 70px;
}

.mstm-contact-label {
    font-size: 16px;
    font-weight: 300;
    color: var(--themegrey);
    margin: 0 0 4px;
    line-height: 1.4286;
}

.mstm-contact-value {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.4286;
}

.mstm-contact-follow-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin: 70px 0 20px;
}

.mstm-contact-social {
    margin-top: 17px;
}

.mstm-contact-social .social-media {
    display: flex;
    column-gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mstm-contact-social .social-media li {
    width: 41px;
    height: 41px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
}

.mstm-contact-social .social-media li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.mstm-contact-social .social-media li img {
    position: absolute;
    width: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: none;
}

.mstm-contact-form-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4286;
    color: #000;
    margin: 0 0 25px;
    text-transform: none;
}

.mstm-contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mstm-contact-form .mstm-col {
    margin-bottom: 20px;
}

.mstm-contact-form label {
    display: block;
    font-size: 16px;
    color: var(--themegrey);
    margin-bottom: 6px;
    padding-left: 0 !important;
}

.mstm-contact-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid var(--themeborder);
    border-radius: 0;
    padding: 0 0 8px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background: #fff;
    box-shadow: none;
}

.mstm-contact-form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--themegrey);
}

.mstm-contact-form .form-control::placeholder {
    color: #495057;
    opacity: 0.55;
}

.mstm-contact-form textarea.form-control {
    resize: none;
}

.mstm-contact-form .alert {
    font-size: 14px;
    margin-bottom: 20px;
}

.mstm-contact-terms {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--themegrey);
    margin: 20px 0;
    cursor: pointer;
}

.mstm-contact-terms input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin: 0;
}

.mstm-contact-terms a {
    display: inline;
    text-decoration: underline;
    color: inherit;
}

.mstm-submit-contact-button {
    display: inline-block;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 14px 40px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4286;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.2s ease;
}

.mstm-submit-contact-button:hover {
    background: var(--themegold);
    color: #fff;
}

.mstm-contact-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.mstm-map-section {
    width: 100%;
    aspect-ratio: 874 / 500;
    overflow: hidden;
    border-radius: 5px;
}

.mstm-map-section iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.mstm-contact-location-info {
    text-align: center;
    margin-top: 25px;
}

.mstm-contact-location-tag {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--themegold);
    font-size: 18px;
    margin: 0 0 8px;
}

.mstm-contact-location-address {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin: 0 0 8px;
}

.mstm-contact-location-hours {
    color: #000;
    font-size: 18px;
    margin: 0;
}

@media (max-width: 1170px) {
    .mstm-contact-value {
        font-size: 16px;
    }

    .mstm-contact-card {
        grid-template-columns: 100%;
        gap: 40px;
        padding: 40px 30px;
    }

    .mstm-contact-locations {
        grid-template-columns: 100%;
        gap: 40px;
    }

    .agio-static-page .static-page-nav-menu ul {
        padding: 0 30px !important;
    }

    .agio-static-page .static-page-nav-menu .nav-menu-item {
        white-space: unset !important;
    }

    .agio-nav-carousel {
        position: relative;
    }

    .agio-static-page .agio-nav-carousel .nav-menu-item {
        display: none !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .agio-static-page .agio-nav-carousel .nav-menu-item.agio-nav-active {
        display: block !important;
    }

    .agio-nav-carousel .agio-nav-arrow {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #000;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        z-index: 2;
    }

    .agio-nav-carousel .agio-nav-arrow::before {
        font-family: "agiovlasitis";
        font-style: normal;
        font-weight: normal;
    }

    .agio-nav-carousel .agio-nav-prev {
        left: 0;
    }

    .agio-nav-carousel .agio-nav-prev::before {
        content: var(--msicon-arrow-left);
    }

    .agio-nav-carousel .agio-nav-next {
        right: 0;
    }

    .agio-nav-carousel .agio-nav-next::before {
        content: var(--msicon-arrow-right);
    }

    .agio-nav-carousel .agio-nav-arrow.agio-nav-disabled {
        color: #ccc;
        cursor: default;
    }
}

@media (max-width: 990px) {
    .agio-static-page .static-page-title,
    .agio-contact-page .static-page-title {
        font-size: 42px;
    }
}

@media (max-width: 800px) {
    .agio-static-page .static-page-title,
    .agio-contact-page .static-page-title {
        font-size: 34px;
    }
}

@media (max-width: 780px) {
    .agio-static-page .static-page-content,
    .agio-contact-page .agio-page-container {
        max-width: calc(100% - 40px) !important;
    }
}

@media (max-width: 600px) {
    .agio-static-page .static-page-content,
    .agio-contact-page .agio-page-container {
        max-width: calc(100% - 20px) !important;
    }

    .mstm-contact-row {
        grid-template-columns: 100%;
        gap: 0;
    }

    .mstm-contact-card {
        padding: 25px 15px;
    }
}

@media (max-width: 530px) {
    .agio-static-page .static-page-nav-menu .nav-menu-item {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .agio-static-page .nav-menu-item .download-file {
        max-width: unset;
    }
}

@media (max-width: 480px) {
    .agio-static-page .static-page-title,
    .agio-contact-page .static-page-title {
        font-size: 28px;
    }
}

.agio-topbar {
    background-color: #000;
    color: #fff;
    padding: 0;
    text-align: left;
}

.agio-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 100px);
    min-height: 53px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.agio-topbar-inner.mobile {
    display: none;
}

.agio-topbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agio-topbar-left img {
    max-width: 32px;
    max-height: 24px;
    width: auto;
    height: auto;
}

.agio-topbar-center {
    display: flex;
    align-items: center;
}

.agio-topbar-center a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.agio-topbar-center a:hover {
    color: var(--themegold);
}

.agio-topbar-center svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.agio-topbar-sep {
    display: inline-flex;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    margin: 0 30px;
}

.agio-topbar-klarna {
    display: grid;
    grid-template-columns: auto 60px;
    align-items: center;
    justify-items: end;
    column-gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.agio-topbar-klarna:hover {
    color: #fff;
}

.agio-topbar-klarna img {
    width: 60px;
    height: auto;
}

#header .main-header {
    padding: 10px 0;
}

.agio-header-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 30px;
    min-height: 73px;
    border-bottom: 1px solid var(--themelightbg);
}

.agio-header-links-col {
    justify-self: start;
}

.agio-header-logo-col {
    justify-self: center;
}

.agio-header-right-col {
    justify-self: end;
}

.agio-header-links {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agio-header-links a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.agio-header-links a:hover {
    color: var(--themegold);
}

#header .wrapper-header-right {
    gap: 20px;
}

#header .nav-icon {
    gap: 20px;
}

#header .nav-icon svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 1199.98px) {
    #header .main-header {
        padding: 0;
    }

    #header .main-header .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .agio-header-row {
        grid-template-columns: auto 1fr;
        column-gap: 10px;
        border-bottom: 0;
    }

    .agio-header-links-col {
        display: none;
    }

    .agio-header-logo-col {
        justify-self: start;
    }

    #header .nav-icon .nav-account,
    #header .nav-icon .nav-wishlist {
        display: inline-flex !important;
    }

    #header .nav-icon .nav-search svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1080px) {
    .agio-topbar-center {
        display: none;
    }
}

@media (max-width: 780px) {
    .agio-topbar-inner {
        display: none;
    }

    .agio-topbar-inner.mobile {
        display: flex;
        min-height: 31px;
        max-width: calc(100% - 20px);
        font-size: 13px;
    }

    .agio-topbar-inner.mobile .agio-topbar-left {
        gap: 5px;
    }

    .agio-topbar-inner.mobile .agio-topbar-klarna {
        grid-template-columns: auto 50px;
        font-size: 13px;
    }

    .agio-topbar-inner.mobile .agio-topbar-klarna img {
        width: 50px;
    }
}

@media (max-width: 600px) {
    #header .logo-header .logo {
        width: 110px;
        max-width: 110px;
    }
}

@media (max-width: 420px) {
    #header .logo-header .logo {
        width: 90px;
        max-width: 90px;
    }

    #header .nav-icon svg {
        width: 18px;
        height: 18px;
    }
}
