﻿iframe {
    border: 0px none #fff;
}

.page-container {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.screen-container {
    max-width: var(--screen-width);
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

.hidden-virtual {
    font-size: 0em;
}

.inline {
    width: 100%;
}

    .inline * {
        display: inline-block !important;
    }

    .inline img {
        vertical-align: middle;
    }

.button {

}

    .button.current {

    }

.buttons {
    align-items: center;
    display: flex;
    justify-content: center;
}

.smallButton {
    font-size: smaller;
    display: block;
    width: auto;
    text-align: center;
    height: 1rem;
    margin: 0rem auto 0.5rem auto;
}

.notice {
    background-color: var(--background-lite-color);
    padding: 1rem;
    right: 0em;
    text-align: center;
}

.notice-close {
    display: inline-block;
    margin-left: 0.5rem;
}

.large-icon {
    color: var(--accent-color);
    font-size: 10rem;
}

.badge {
    color: var(--badge-color);
}

    .badge > * {
        color: var(--badge-color);
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

.simpleList {
    display: flex;
}

    .simpleList > section {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .simpleList img {
        margin: 0rem auto;
        height: 100px;
        width: 100px;
    }

.table {
    margin: 0rem !important;
    padding: 0rem !important;
    display: table;
}

    .table > .row {
        display: table-row;
    }

        .table > .row > .cell {
            padding: 0.1rem 0.5rem;
            display: table-cell;
            vertical-align: middle;
        }

.body {
    background-color: transparent;
}

    .body > * {
    }

    /* 2025-01-31 */
    .body.grid,
    .body.grid2,
    .body.grid3 {
        gap: 0rem;
    }

    .body.flex,
    .body.grid,
    .body.grid2,
    .body.grid3 {
        background-color: inherit;
        padding: 0rem;
    }

        .body.flex > *,
        .body.grid > *,
        .body.grid2 > *,
        .body.grid3 > * {
            background-color: transparent;
            display: block;
            flex: 1 1 0px;
            padding: 1rem;
            margin: 0.5rem;
        }

        .body.flex > h1,
        .body.grid > h1,
        .body.grid2 > h1,
        .body.grid3 > h1,
        .body.flex > h2,
        .body.grid > h2,
        .body.grid2 > h2,
        .body.grid3 > h2,
        .body.flex > h3,
        .body.grid > h3,
        .body.grid2 > h3,
        .body.grid3 > h3,
        .body.flex > h4,
        .body.grid > h4,
        .body.grid2 > h4,
        .body.grid3 > h4,
        .body.flex > h5,
        .body.grid > h5,
        .body.grid2 > h5,
        .body.grid3 > h5,
        .body.flex > h6,
        .body.grid > h6,
        .body.grid2 > h6,
        .body.grid3 > h6 {
            background-color: transparent;
            flex: 0 0 calc(100% - 2rem);
            padding: 1rem 0.5rem;
        }

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

    .body.grid,
    .body.grid2,
    .body.grid3 {
        display: grid;
    }

.narrow {
}

    .narrow > * {

    }

    .narrow .button {
        display: inline-block;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

.big {
    font-size: larger;
}

/* Elements */

* {
    margin: 0em;
    padding: 0em;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    color: var(--text-color);
    background-color: var(--background-color);
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
}

h1, h2, h3, h4, h5, h6 {
    /* 2025-02-07 */
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    color: var(--text-header);
    margin-bottom: 0.5em;
    margin-top: 0.25em;
}

p {
    color: var(--text-color);
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

header {
    background-color: var(--primary-color);
    color: var(--text-dark-color);
    overflow: hidden;
}

    header > * {
        align-items: center;
        display: flex;
    }

        header > * > * {
            display: block;
            margin: 1rem;
        }

        header > * > h1 {
            font-size: 0em;
            flex: 0 0 auto;
        }

            header > * > h1 > a {
                background-repeat: no-repeat;
                background-position: center center;
                display: block;
                height: var(--logo-height);
                padding: 0.25rem 0.5rem;
                width: var(--logo-width);
            }

        header > * > .search {
            flex: 1 1 auto;
            font-size: 0em;
            margin-right: calc(-1rem - 2px);
            white-space: nowrap;
        }

            header > * > .search > input[type=search],
            header > * > .search > a {
                font-size: 1rem;
                margin: 0rem;
            }

            header > * > .search > input[type=search] {
                padding-right: calc(2rem + 2px);
                width: calc(100% - 2rem);
            }

            header > * > .search > a {
                background-color: var(--primary-lite-color);
                border: 2px solid var(--primary-dark-color);
                border-left: none;
                color: var(--text-color);
                left: calc(-2rem - 2px);
                padding: 0.5rem;
                position: relative;
            }

        header > * > .session {
            display: flex;
            flex-direction: column;
        }

            header > * > .session > a {
                /* 2025-02-10 */
                min-height: 24px; 
                min-width: 24px;
                white-space: nowrap;
            }

.bambora,
input,
button,
textarea,
select {
    background-color: var(--background-lite-color);
    border: 2px solid var(--primary-dark-color);
    padding: 0.5rem;
    margin: 0.5rem 0rem;
    min-width: 13em;
}

    input.small,
    select.small {
        padding: 0.25rem;
        margin: 0.25rem;
        font-size: smaller;
        min-width: 5rem;
        max-width: 10rem;
    }

    input.small {
        text-align: center;
        width: 7rem;
    }

input[type=checkbox],
input[type=radio] {
    min-width: initial;
    margin: 0rem 0.5rem 0rem 0rem;
}

.form .flow > span > * {
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 0rem;
    vertical-align: text-top;
}

.form .flow > span h1,
.form .flow > span h2,
.form .flow > span h3,
.form .flow > span h4,
.form .flow > span h5,
.form .flow > span h6 {
    margin: 0rem;
}

.form section {
    margin: 1rem 0rem;
}

.form label details {
    display: inline-block;
}

.form input,
.form textarea, 
.form select {
    margin: 0rem;
}

.form input,
.form textarea {
    min-width: 20rem;
}

    .form select {
        min-width: calc(20rem + 1.25rem);
    }

.form input[type=radio],
.form input[type=checkbox] {
    min-width: unset;
    margin: 0.1rem;
}

main contact-information {
    margin: 1rem;
}

#MainUpdater > nav {
    background-color: var(--primary-dark-color);
    color: var(--text-dark-color);
}

    #MainUpdater > nav > * {
        align-content: flex-start;
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
    }

        #MainUpdater > nav > * > * {
            display: block;
            padding: 0.25rem 0.5rem;
            margin: calc(0.25rem + 1px) calc(0.5rem + 1px);
        }

main {
    max-width: var(--max-width);
    margin: 0em auto;
    display: flex;
    flex-direction: column;
}

    main .contact-information span {
        display: block;
        margin: 1rem;
    }

footer {
    background-color: var(--primary-lite-color);
    color: var(--text-color);
    margin: 2rem 0rem 0rem 0rem;
}

    footer > * {
        display: flex;
        font-size: 1rem;
        margin: 0em auto;
        padding: 1rem 0em;
        max-width: var(--max-width);
        gap: 1rem;
    }

        footer > * > h2 {
            display: none;
        }

        footer > * > * {
            flex: 1 1 1px;
        }

    footer > nav > section {
        display: flex;
        flex-direction: column;
    }

    footer a,
    footer h4 {
        font-weight: var(--font-weight-normal);
        text-align: left;
        padding: 0em;
    }

    /* 2025-02-10 */
    footer a {
        display: inline-block;
        min-height: 24px;
        min-width: 24px;
    }

    footer > nav {
        background-color: inherit;
    }

        footer > nav > section {
            font-size: 1rem;
        }

#CustomerExperienceNotification,
#copyright {
    display: block;
}

.contact-information {
    font-size: 0em;
}

    .contact-information > span > * {
        font-size: 1rem;
        padding: 0em 0.25rem;
    }

.icons {
    margin-top: 1rem;
}

    .icons h4 {
        display: none;
    }

    .icons a {
        font-size: 0em;
    }

    .icons i.icons8 {
        font-size: 2rem;
    }

.body .icons i.icons8 {
    margin: 0em 0.5em;
}

.product {
    position: relative;
}

    .product section {
        background-color: var(--background-transparent-color);
        bottom: 0em;
        font-size: 1rem;
        left: 0em;
        overflow: hidden;
        padding: 0.25rem;
        position: absolute;
        right: 0em;
    }

        .product section > * {
            display: block;
            /*height: 1.2rem;*/
            line-height: 1.2rem;
            /*overflow: hidden;*/
        }

    .product img {
        padding-bottom: 1rem;
    }

.flex img,
.grid img,
.grid2 img,
.grid3 img {
    /*START: 2021-08-11*/
    aspect-ratio: 1/1;
    width: 100%;
    /*height: 100%;*/
    /*END: 2021-08-11*/
    display: block;
    margin: 0em auto;
    max-height: 200px;
    max-width: 200px;
}

.grid > .product,
.grid2 > .product,
.grid3 > .product {
    /* 2025-01-31 */
    /* flex-basis: calc(17% - 4rem); */
    padding: 0em;
}

ul,
ol {
    margin-left: 2em;
}

.bold {

}

.feature-image {
    font-size: 0em;
    position: relative;
    z-index: -1;
}

    .feature-image img {
        max-width: var(--max-width);
        height: 100%;
        width: 100%;
    }

.pad-top {
    padding-top: 1rem !important;
}

.partner {
    text-align: center;
}

    .partner > img {
        display: block !important;
        height: 200px;
        max-height: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        padding-bottom: 1rem;
        width: calc(100% - 2rem);
    }

    .partner > section > a {
        display: block
    }

    .partner address > * {
        display: inline-block;
        font-size: 1rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

.cartGrid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    padding: 1rem;
}

    .body.cartGrid > * {
        display: block;
        flex: 1 1 0px;
        padding-top: 0em;
        padding-bottom: 0em;
    }

    .body.cartGrid img {
        display: block;
        object-position: center top;
        width: 150px;
        height: 150px;
        margin-top: 0em;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

.cartGrid .basis2 {
    grid-column: span 2;
}

.cartGrid .basis7 {
    grid-column: span 7;
}

.cartGrid.cartGridTools .basis7 {
    grid-column: span 6;
}

.cartGrid .span3 {
    grid-column: span 3;
}

.cartGrid .span-all {
    grid-column: span 12;
}

.cartGrid.cartGridTools .span3 {
    grid-column: span 2;
}

    .cartGrid .span3.basis7 {
        grid-column: span 9;
    }

.cartGrid.cartGridTools .span3.basis7 {
    grid-column: span 8;
}

.product .layers {
    /*START: 2021-08-11*/
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    /*END: 2021-08-11*/
    max-width: 200px;
    max-height: 200px;
    padding-bottom: 1rem;
}

.layers {
    margin: 0em auto;
    position: relative;
}

    .layers img:first-of-type {
        position: unset;
    }

    .layers img,
    .layers object {
        position: absolute;
        left: 0em;
        top: 0em;
        background-repeat: no-repeat !important;
        background-position: center center;
        background-size: 50%;
    }

    .layers object {
        pointer-events: none;
    }

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

    .upgrades > section {
        padding-right: 2rem;
    }

    .upgrades > section > span {
        white-space: nowrap;
    }

    .upgrades input {
        min-width: initial;
        margin: 0rem 0.5rem 0rem 0rem;
    }

    .upgrades label {
        white-space: nowrap;
    }

.buttons.image {
    line-height: 2rem;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0rem;
    margin: 1rem 0rem;
    gap: 0rem 2rem;
}

    .buttons.image a {
        display: block;
        padding: 0.5rem 0rem;
        vertical-align: middle;
        text-align: center;
    }

        .buttons.image a img {
            display: inline-block;
            padding-bottom: 0.1rem;
            padding-right: 0.25rem;
            max-width: 2rem;
            max-height: 2rem;
            vertical-align: middle;
        }

.productGallery .presented {
    width: calc(20rem);
    height: calc(20rem);
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    margin: 0rem auto;
}

.productGallery .presented img {
    display: block;
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    width: calc(20rem);
    height: calc(20rem);
    margin: 0rem auto;
}

    .productGallery .alternateImages {
        margin-top: 1rem;
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        position: relative;
        flex-wrap: wrap;
    }

        .productGallery .alternateImages img {
            height: 5rem;
            width: 5rem;
        }

.quantity {
    font-size: 0rem;
}

.numericUpDown {
    font-size: 0rem;
    margin: 0.5rem 0rem;
}

.numericUpDown label,
.numericUpDown input[type=number],
.numericUpDown a {
    font-size: 1rem;
    display: inline-block;
    margin: 0rem;
    vertical-align: middle;
}

.numericUpDown label {
    padding-right: 1ex;
}

.numericUpDown input[type=number] {
    text-align: center;
    min-width: 0rem !important;
    max-width: 2rem !important;
    border-left: none;
    border-right: none;
}

    .numericUpDown a,
    .numericUpDown a:hover {
        background-color: var(--primary-lite-color);
        display: inline-block;
        padding: calc(0.5rem + 1px);
        border: 2px solid var(--primary-dark-color);
    }

section.designer > div.layers {
    margin: 0rem auto;
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    width: calc(20rem);
    height: calc(20rem);
}

    section.designer > div.layers > img.layer {
        max-width: calc(100%);
        max-height: calc(100%);
        width: calc(20rem);
        height: calc(20rem);
    }

.symbols {
    max-width: 320px;
}

    .symbols .symbol-content {
        display: flex;
        flex-wrap: wrap;
        line-height: 2rem;
        align-items: center;
        gap: 0.5rem;
    }

        .symbols .symbol-content a {
            display: inline-block;
            font-size: larger;
            padding: 0.5rem;
            line-height: 1rem;
            cursor: pointer;
        }

        .symbols .symbol-content span {
            display: inline-block;
            font-size: smaller;
            line-height: 2rem;
        }

.upgrades .aspNetDisabled input[type=checkbox] {
    display: none;
}

.symbols,
.designer select,
.designer input[type=text],
.designer textarea {
    min-width: 50%;
}

.designer {
    overflow: hidden;
}

.legend {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.image-upload img {
    margin: 0rem 0rem;
}

.blackout {
    background-color: var(--background-transparent-dark-color);
    position: fixed;
    left: 0em;
    right: 0em;
    top: 0em;
    bottom: 0em;
    z-index: 1000;
}

.inline {
    display: inline-block;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* new stuff 2026  */
.backdrop {
    background: rgba(0, 0, 0, 0.4);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9000;
}

.drawer {
    background: var(--background-color);
    bottom: 24px;
    box-sizing: border-box;
    clip-path: inset(0 0 0 100% round 16px);
    opacity: 0;
    padding: 44px 50px;
    pointer-events: none;
    position: fixed;
    border-radius: 8px;
    right: 24px;
    top: 24px;
    transform: translateX(16px);
    transition:
        clip-path 520ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 220ms ease,
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    width: min(810px, calc(100vw - 48px));
    will-change: clip-path, opacity, transform;
    z-index: 9001;
}

body.drawer-open .backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.drawer-open .drawer {
    clip-path: inset(0 0 0 0 round 8px);
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.drawer-header {
    align-items: center;
    display: flex;
    gap: 24px;
    padding-bottom: 12px;
    position: relative;
}

.drawer-header::before,
.drawer-header::after {
    bottom: 0;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.drawer-header::before {
    background: rgba(39, 39, 39, 0.12);
}

.drawer-header::after {
    background: #000;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.drawer-header:has(input[type=search]:focus)::after {
    transform: scaleX(1);
}

.drawer .search {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.drawer .search label {
    display: none;
}

.drawer .search input[type=search] {
    background: transparent;
    border: 0;
    color: var(--text-color);
    flex: 1 1 auto;
    font-size: 24px;
    font-weight: 700;
    height: 42px;
    min-width: 0;
    outline: 0;
    padding: 0;
    width: 100%;
}

.drawer .search input[type=search]::placeholder {
    color: var(--text-accent);
    opacity: 1;
}

.drawer .search input[type=search],
.drawer .search input[type=search].watermark {
    font-style: normal;
    margin: 0;
}

#searchDrawer .search input#SearchBox,
#searchDrawer .search input#SearchBox.watermark {
    font-family: inherit;
    font-style: normal;
    margin: 0;
}

.drawer .search input[type=search].watermark {
    color: var(--text-accent) !important;
}

.drawer .search a {
    display: none;
}

.close-button,
.search-button,
.menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
}

.close-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: end;
    margin: 0;
    padding: 0;
    width: 44px;
}

.close-button i {
    height: 22px;
    width: 22px;
}

.drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 32px;
}

.drawer-nav a {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 640px) {
    .drawer {
        bottom: 16px;
        padding: 32px 28px;
        right: 16px;
        top: 16px;
        transform: translateX(16px);
        width: calc(100vw - 32px);
    }

    .drawer .search input[type=search],
    .drawer-nav a {
        font-size: 22px;
    }
}

.text-md-reg {
    font-size: 16px;
    font-weight: 400 !important;
    color: var(--text-color);
}

.header__main-nav__wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: 100%;
}

.header__secondary-nav__wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: auto;
}

.header__secondary-nav__wrapper i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0 !important;
    width: 22px !important;
    height: 22px !important;
}

.header__logo a {
    padding: 0 !important;
}

header {
    background: var(--background-color);
}

.header__wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: flex-start;
    max-width: 100%;
    padding: 24px max(24px, calc((100vw - 1600px) / 2));
    width: 100%;
}

.header__wrapper > * {
    margin: 0;
}

.header__logo {
    flex: 0 0 auto;
}

.header__logo a {
    display: block;
    padding: 0;
}

.header__main-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.header__main-nav nav {
    width: 100%;
}

.header__main-nav__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.header__secondary-nav {
    flex: 0 0 auto;
}

.header__secondary-nav__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    width: auto;
}

html {
    scrollbar-gutter: stable;
}

body.drawer-open {
    overflow: hidden;
}

.close-button i {
    width: 22px !important;
    height: 22px !important;
}

#searchDrawer input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

#searchDrawer input[type="search"]::-ms-clear {
    display: none;
}

.menu-button {
    display: none;
}

footer {
    padding-top: 16px;
}

.catalog-header {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    margin-bottom: 64px;
}

.catalog-header h2 {
    font-size: 64px;
    font-weight: 700;
    margin: 0px;
}

.legend {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 2rem;
}

.legend-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.legend-item i {
    width: 42px !important;
}

.item__title {
    padding: 0px;
    margin: 0px;
    font-size: 48px;
    font-weight: 700;
}

.item__base-price {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
}

.item__desc__wrapper {
    margin-top: 24px;
}

.item__desc {
    font-size: 16px;
    font-weight: 500;
}

.item__wrapper {
    margin-top: 64px;
}