﻿@font-face {
    font-family: eternitys-touch-emoji;
    font-display: swap;
    src: url(Font/Proof.woff2?v=6.0a) format("woff2"), url(Font/Proof.woff?v=6.0a) format("woff"), url(Font/Proof.ttf?v=6.0a) format("truetype"), url(Font/Proof.svg??v=6.0a#Proof) format("svg");
    unicode-range: U+F100-F160;
}

.payments {
    line-height: 2em;
}

.payments > * {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.payments img {
    max-width: 50px;
    height: 2em;
    display: inline-block;
    margin: 0.1em 0.25em;
}

.klarna-badge::part(osm-container) {
    border-style: none !important;
    justify-content: flex-end !important;
}

.address-container {
    display: flex;
}

    .address-container > * {
        flex: 1;
    }

.link {
    cursor: pointer;
}

.legal {
    font-style: italic;
    font-size: smaller;
}

.error {
    color: #ff0000;
}

.button:hover {

}

.button.current:hover {

}

.heavy {
    font-weight: bolder !important;
}

.author {
    display: block;
    font-style: italic;
    text-align: right;
}

    .author:before {
        content: '-';
    }

#CustomerExperienceNotification {
    color: var(--red-color);
    font-weight: var(--font-weight-normal);
    font-style: italic;
}

a.simpleList:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#MainUpdater > nav a:hover {
    border: 1px solid var(--text-dark-color);
    margin: 0.25rem 0.5rem;
    text-decoration: none;
}

footer a:hover {
    background-color: inherit;
    text-decoration: underline;
}

.product:hover {
    text-decoration: none;
}

    .product:hover section {
        background-color: var(--background-transparent-dark-color);
    }

    #catalog .product:hover section {
        background: transparent;
    }

/* Zoom Container  */

.zoomWindowContainer {
    max-width: 100px;
}

.zoomLens {
    background-color: #ffffff;
}

.zoomWrapper {
    width: calc(20rem);
    height: calc(20rem);
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
}

.symbols .symbol-content a:hover {
    text-decoration: none;
}

div#progress {
    background-color: var(--background-transparent-color);
    bottom: 0em;
    color: var(--primary-color);
    font-size: 34vmin;
    left: 0em;
    position: fixed;
    right: 0em;
    text-align: center;
    top: 0em;
    z-index: 1024;
}

    div#progress > i.icons8 {
        left: calc(50% - 17vmin);
        position: fixed;
        top: calc(50% - 17vmin);
    }

.watermark {
    color: var(--watermark-color) !important;
    font-style: italic;
}

details > summary {
    font-weight: var(--font-weight-bold);
    cursor: pointer;
}

.person > .title {
    font-style: italic;
}

.person img {
    border-radius: 40% 40%;
}

.person > .name {
    font-weight: var(--font-weight-bold);
}

    .person > .name .designation {
        font-size: smaller;
        font-weight: var(--font-weight-normal);
    }

.partner address {
    font-size: 0em;
    font-style: normal;
}

.ship-method {
    text-align: center;
}

.dialog {
    display: flex;
    flex-direction: column;
    z-index: 1024;
    max-width: var(--max-width);
    border: 2px solid var(--primary-dark-color);
    position: fixed;
    z-index: 1024;
    overflow-y: auto;
}

    .dialog > h2 {
        background-color: var(--background-lite-color);
        text-align: center;
    }

    .dialog > .flex {
        background-color: unset;
        display: flex;
        justify-content: center;
        gap: 0rem;
        font-size: 1rem !important;
        text-align: center;
    }

    .dialog > * {
        background-color: var(--background-lite-color);
        padding: 1rem;
        margin: 0em !important;
    }

    .dialog .flex > section {
        margin: 0em !important;
    }

    .dialog ul {
        padding-top: 1rem;
        list-style: none;
        margin: 0em;
    }

    .dialog li {
        margin: 0em;
        padding: 0em;
    }

    .dialog section {
        flex: 1 1 1px;
        background-color: var(--background-lite-color);
    }

    .dialog .layers {
        max-width: 40vh;
        max-height: 40vh;
        margin: 0rem auto;
    }

    .dialog section .layers img {
        max-width: calc(100%);
        max-height: calc(100%);
        width: calc(40vh);
        height: calc(40vh);
    }

h4, h5, h6 {
    font-size: 1em;
}

img {
    object-fit: contain;
    object-position: center;
}

textarea {
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
}

.contact-information,
#CustomerExperienceNotification,
#copyright {
    text-align: center;
}

.partner *:empty {
    display: none;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

hr {
    border: 1px solid var(--primary-lite-color);
    margin: 1rem auto;
    max-width: 75%;
}

.unavailable label {
    color: var(--watermark-color);
    font-style: italic;
    text-decoration: line-through;
}

.designer textarea {
    text-align: center;
}

.designer > select {
    max-width: 100%;
}

/* Slick Me */

.dd-desc,
.dd-selected,
.dd-option {
    overflow: hidden;
    display: block
}

.dd-container,
.dd-options,
.dd-select {
    min-width: 320px
}

    .dd-container a:hover {
        text-decoration: none !important
    }

.dd-select {
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer
}

.dd-desc {
    color: #aaa;
    line-height: 1.4em
}

.dd-selected {
    padding: .5em;
    font-size: smaller
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px
}

.dd-pointer-down {
    border: 5px solid transparent;
    border-top: solid 5px #000
}

.dd-pointer-up {
    border: 5px solid transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px
}

.dd-options {
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
    text-align: left !important
}

.dd-option {
    padding: .5em;
    border-bottom: solid 1px #ddd;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none
}

.dd-option:hover {
    background: #f3f3f3;
    color: #000
}

.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap
}

.dd-option-selected {
    background: #eee
}

.dd-option-image,
.dd-selected-image {
    vertical-align: middle;
    display: inline-block;
    margin-right: .5em;
    max-width: 48px
}

.dd-option label {
    display: inline-block;
    max-width: calc(100% - 48px - 1em)
}

.dd-image-right {
    float: right;
    margin-right: 1.5em;
    margin-left: .5em
}

.dd-container {
    position: relative
}

@media screen and (max-width:767px) {
    .dd-container {
        display: block;
        position: relative !important;
        min-width: 50% !important;
        max-width: calc(100% - 1em) !important;
        margin: 0 auto !important;
        padding: .5em 0 !important
    }

    .dd-options,
    .dd-select {
        min-width: unset !important;
        width: 100%;
        padding: 0 !important
    }
}

.bambora {
    background-image: none;
    background-origin: content-box;
    background-position: calc(100%) center;
    background-repeat: no-repeat;
    background-size: contain;
}

.animated-underline {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 0.5px;
    display: inline;
    padding-bottom: 0.1em;
    text-decoration: none !important;
    transition: background-size 300ms ease-out;
}

a:hover .animated-underline,
a:focus .animated-underline,
.animated-underline:hover,
.animated-underline:focus {
    background-size: 100% 0.5px;
    text-decoration: none !important;
}

#searchDrawerNav a.animated-underline {
    color: var(--text-color);
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    width: fit-content;
}

#searchDrawerNav a.animated-underline:hover,
#searchDrawerNav a.animated-underline:focus {
    text-decoration: none !important;
}

#ShoppingCart {
    overflow: visible;
    position: relative;
}

#ShoppingCart .cart-badge {
    align-items: center;
    background: var(--primary-dark-color);
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: 500;
    height: 16px;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: -4px;
    top: -7px;
    width: 16px;
}

@media (min-width: 1150px) and (max-width: 1399px) {
    header {
        overflow: visible;
    }

    .header__wrapper {
        gap: 24px;
    }

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

    .header__main-nav__wrapper {
        flex-wrap: nowrap;
        gap: 16px;
        min-width: 0;
    }

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

@media (max-width: 1149px) {
    #ShoppingCart .cart-badge {
        right: -4px;
        top: 2px;
    }

    header {
        overflow: visible;
    }

    .header__wrapper {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        gap: 0;
        max-width: none;
        padding: 18px;
        position: relative;
        width: auto;
    }

    .header__wrapper > * {
        margin: 0;
    }

    .header__main-nav {
        display: none;
    }

    .header__logo {
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .header__logo a,
    header > * > h1 > a {
        background-size: contain;
        height: 40px;
        padding: 0;
        width: calc(var(--logo-width) * 0.8);
    }

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

    .header__secondary-nav__wrapper {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: flex-start;
        min-width: 0;
        width: 100%;
    }

    .header__secondary-nav__wrapper > * {
        margin: 0;
    }

    .menu-button {
        display: inline-flex;
    }

    #SecurePIN {
        margin-left: auto;
    }

    .menu-button,
    .search-button,
    #SecurePIN,
    #Locale,
    #ShoppingCart {
        align-items: center;
        background: transparent;
        border: 0;
        display: inline-flex;
        flex: 0 0 24px;
        height: 40px;
        justify-content: center;
        min-width: 0;
        padding: 0;
        width: 24px;
    }

    .menu-button i,
    .search-button i,
    #SecurePIN i,
    #Locale i,
    #ShoppingCart i {
        height: 22px;
        padding: 0;
        width: 22px;
    }

    .drawer {
        bottom: auto;
        left: 8px;
        right: 8px;
        top: 8px;
        width: auto;
        padding: 20px 24px;

        clip-path: inset(0 0 100% 0 round 8px);
        transform: translateY(-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);
    }

    .drawer-header {
        padding-bottom: 6px;
    }

    .drawer-nav {
        padding-top: 20px;
        gap: 0.5rem;
    }

    body.drawer-open .drawer {
        clip-path: inset(0 0 0 0 round 8px);
        transform: translateY(0);
    }

    .drawer .search input[type=search],
    .drawer .search input[type=search]::placeholder,
    .drawer-nav a,
    #searchDrawerNav a.animated-underline {
        font-size: 18px;
    }

    #catalog.body.grid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-about__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body.drawer-open,
body.menu-drawer-open {
    overflow: hidden;
}

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

.menu-drawer {
    background: var(--background-color);
    border-radius: 8px;
    bottom: 8px;
    box-sizing: border-box;
    clip-path: inset(0 100% 0 0 round 8px);
    display: flex;
    flex-direction: column;
    left: 8px;
    opacity: 0;
    padding: 1.5rem;
    pointer-events: none;
    position: fixed;
    top: 8px;
    transform: translateX(-16px);
    transition:
        clip-path 520ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 180ms ease 340ms,
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    width: min(420px, calc(100vw - 16px));
    will-change: clip-path, opacity, transform;
    z-index: 9001;
}

body.menu-drawer-open .menu-drawer {
    clip-path: inset(0 0 0 0 round 8px);
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    transition:
        clip-path 520ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 120ms ease,
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-drawer__close {
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: start;
    margin: 0 0 1.5rem;
    min-width: 0;
    padding: 0;
    width: 40px;
}

.menu-drawer__close i {
    height: 22px !important;
    padding: 0;
    width: 22px !important;
}

.menu-drawer__nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu-drawer__nav a {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    width: fit-content;
}

.menu-drawer__social {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.menu-drawer__social a {
    align-items: center;
    display: inline-flex;
    height: 27px;
    justify-content: center;
    width: 27px;
}

.menu-drawer__social i.icons8 {
    background-size: 100%;
    font-size: 27px;
    height: 27px !important;
    padding: 0 !important;
    width: 27px !important;
}

#catalog {
    position: relative;
    z-index: 1;
}

#catalog.body.grid {
    box-sizing: border-box;
    column-gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto 0.5rem;
    max-width: var(--max-width);
    row-gap: 3rem;
    width: 100%;
}

@media (min-width: 1648px) {
    #catalog.body.grid {
        padding-left: 0;
        padding-right: 0;
    }
}

#catalog.body.grid > * {
    margin: 0;
    min-width: 0;
}

#catalog.body.grid > h1,
#catalog.body.grid > h2,
#catalog.body.grid > h3,
#catalog.body.grid > h4,
#catalog.body.grid > h5,
#catalog.body.grid > h6 {
    grid-column: 1 / -1;
}

#catalog.body.grid > h2 {
    color: var(--text-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    background: transparent;
    padding: 0;
    padding-top: 96px;
}

#catalog .product {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}

#catalog .product .layers {
    aspect-ratio: 1 / 1;
    background: var(--background-lite-color);
    height: auto;
    margin: 0;
    box-sizing: border-box;
    max-height: none;
    max-width: none;
    overflow: hidden;
    padding: 3rem;
    position: relative;
    width: 100%;
}

    #catalog .product .layers img,
    #catalog .product .layers object {
        aspect-ratio: 1 / 1;
        display: block;
        height: 100%;
        max-height: none;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        object-fit: contain;
        padding: 0;
        width: 100%;
    }

#catalog .product .layers img:first-of-type {
    position: static;
}

#catalog .product .layers img:not(:first-of-type) {
    inset: 0;
    position: absolute;
}

#catalog .product section {
    background: transparent;
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    left: auto;
    overflow: visible;
    padding: 0;
    position: static;
    right: auto;
    padding-top: 24px;
}

#catalog .product section > * {
    line-height: 1.25;
}

#catalog .product .font-body {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
}

#catalog .product .price {
    color: var(--text-muted-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

#catalog .product .layers img:not(:first-of-type) {
    height: calc(100% - 32px);
    left: 50%;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
}

.home-about {
    background: var(--background-lite-color);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    margin-top: 96px;
    margin-bottom: 64px;
}

.home-about__wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: 0 auto;
    max-width: var(--max-width);
    padding: 96px 0px;
    text-align: left;
    width: 100%;
}

.home-about__title {
    color: var(--text-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    padding-top: 96px;
    margin: 0 0 2rem;
    padding: 0;
}

.home-about__copy {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 65%;
}

.home-about__copy p {
    margin: 0 0 2rem;
}

.rounded-btn-lg {
    background: var(--text-color);
    color: var(--text-dark-color);
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 16px;
}

.rounded-btn-lg:hover {
    text-decoration: none;
}

.rounded-btn-sm {
    background: var(--text-color);
    color: var(--text-dark-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 400;
}


.rounded-btn-sm:hover {
    text-decoration: none;
}

.rounded-btn-xs {
    background: var(--text-color);
    color: var(--text-dark-color);
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 400;
}


.rounded-btn-xs:hover {
    text-decoration: none;
}

.rounded-btn-xs-outline {
    background: transparent;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 400;
}


.rounded-btn-xs-outline:hover {
    text-decoration: none;
}

@media (max-width: 1149px) {
    #catalog.body.grid > h2 {
        font-size: 24px;
        padding-top: 48px;
    }

    #catalog .product .font-body {
        font-size: 14px;
    }

    #catalog .product .price {
        font-size: 14px;
    }

    .home-about__wrapper {
        padding: 64px 20px;
    }

    .home-about__title {
        font-size: 24px;
    }

    .home-about__copy {
        font-size: 14px;
    }

    #catalog .product section {
        padding-top: 16px;
    }

    .home-about {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .home-about__wrapper {
        box-sizing: border-box;
        margin: 0;
        max-width: none;
        padding: 64px 20px;
        width: 100%;
    }

    .home-about__copy {
        max-width: none;
    }

    .rounded-btn-lg {
        background: var(--text-color);
        color: var(--text-dark-color);
        padding: 12px 20px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 400;
        margin-top: 16px;
    }

    #catalog .product .layers {
        padding: 2rem;
    }

    #catalog .product .layers img:not(:first-of-type) {
        height: calc(100% - 16px);
        width: calc(100% - 16px);
    }
}

footer > nav > section {
    font-size: 16px;
}

footer > nav > section > h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.75rem;
}

footer > nav > section > a,
footer > nav > section > span a,
footer > nav > section > .brand > a {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

section .brand {
    margin: 0px;
}

footer > nav > section > .brand > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-information a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.btn-round-outline {
    align-items: center;
    background: transparent;
    border: 1px solid var(--text-color);
    border-radius: 999px;
    color: var(--text-color);
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    padding: 12px 18px;
    text-decoration: none;
}

.btn-round-outline {
    align-items: center;
    background: transparent;
    border: 1px solid var(--text-color);
    border-radius: 999px;
    color: var(--text-color);
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    isolation: isolate;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    padding: 12px 18px;
    position: relative;
    text-decoration: none;
    transition: color 500ms ease;
}

.btn-round-outline::before {
    background: var(--text-color);
    border-radius: inherit;
    content: "";
    inset: -2px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
}

.btn-round-outline:hover,
.btn-round-outline:focus-visible {
    color: var(--text-dark-color);
    text-decoration: none;
}

.btn-round-outline:hover::before,
.btn-round-outline:focus-visible::before {
    transform: scaleX(1);
}



.active.btn-round-outline {
    background: var(--text-color);
    border: 1px solid var(--text-dark-color);
    color: var(--text-dark-color);
    transition: none;
}

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.buttons .pages {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.item__wrapper .numericUpDown {
    align-items: center;
    border: 1px solid var(--text-color);
    border-radius: 999px;
    box-sizing: border-box;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    width: 6rem;
}

.item__wrapper .numericUpDown label {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.item__wrapper .numericUpDown a,
.item__wrapper .numericUpDown a:hover {
    align-items: center;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 2rem;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.item__wrapper .numericUpDown a i.icons8 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 14px;
    height: 14px !important;
    padding: 0 !important;
    vertical-align: middle;
    width: 14px !important;
}

.item__wrapper .numericUpDown input[type="number"] {
    appearance: textfield;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: var(--text-color);
    flex: 0 0 2rem;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    margin: 0;
    max-width: 2rem !important;
    min-width: 2rem !important;
    padding: 0;
    text-align: center;
}

.item__wrapper .numericUpDown input[type="number"]::-webkit-inner-spin-button,
.item__wrapper .numericUpDown input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

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

#upgrades {
    font-size: 16px;
    font-weight: 500;
}

#upgrades h3 {
    font-size: 16px;
    font-weight: 500;
}

#upgrades h4 {
    font-size: 16px;
    font-weight: 500;
}

.designer__title {
    font-size: 20px;
    font-weight: 700;
}

.face__title {
    font-size: 18px;
    font-weight: 600;
}

#designer .span2.designer {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#designer .span2.designer > section {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#designer .span2.designer .dd-container,
#designer .span2.designer > select {
    margin-left: auto;
    margin-right: auto;
}

#designer .span2.designer .dd-container,
#designer .span2.designer .dd-select,
#designer .span2.designer .dd-options {
    max-width: 32rem;
    width: min(100%, 32rem);
}

#designer .span2.designer .big.narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    text-align: center;
}

#designer .span2.designer .dd-selected {
    align-items: center;
    box-sizing: border-box;
    color: var(--text-color);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    min-height: 3rem;
    padding: 0.75rem 3rem 0.75rem 1.25rem;
    text-decoration: none;
    padding-right: 4rem;
}

#designer .span2.designer .dd-selected label {
    color: var(--text-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

#designer .span2.designer select.slick {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: var(--background-lite-color);
    background-image: url(Icons/chevron-down.svg?v=6.0a);
    background-position: right 1.25rem center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid var(--text-color);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--text-color);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    height: 3rem;
    line-height: 1;
    max-width: 32rem;
    padding: 0 3.75rem 0 1.25rem;
    width: min(100%, 32rem);
}

#designer .span2.designer select.slick::-ms-expand {
    display: none;
}

#designer .span2.designer .dd-select {
    background-color: var(--background-lite-color);
    border: 1px solid var(--text-color);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--text-color);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    min-height: 3rem;
    overflow: hidden;
}

#designer .span2.designer .dd-options {
    background: var(--background-lite-color);
    border: 1px solid var(--text-color);
    border-radius: 16px;
    box-shadow: none;
    box-sizing: border-box;
    margin-top: 0.5rem;
    max-height: 20rem;
    overflow: auto;
    padding: 0.5rem;
}

#designer .span2.designer .dd-option {
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-sizing: border-box;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

#designer .span2.designer .dd-option:hover,
#designer .span2.designer .dd-option-selected {
    background: var(--background-color);
    color: var(--text-color);
}

.right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    gap: 0.5rem;
}

.total-price {
    font-size: 20px;
    font-weight: 700;
}

.unit-price {
    font-size: 20px;
    font-weight: 500;
}

.page__title {
    font-size: 40px;
    text-align: left;
    margin: 0px;
    margin-top: 64px;
    font-weight: 700;
}

.cart__title {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    padding: 8px;
    text-align: center;
}

.cart__desc {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 8px;
    text-align: center;
}

.pin-entry {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.textbox-sm {
    border: 1px solid var(--text-color);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    height: 42px;
    padding: 0 20px;
}

.pin-entry__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.secure-pin__card {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
}

.secure-pin__title,
.secure-pin__company,
.secure-pin__details {
    margin: 0;
}

.secure-pin__details a {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    min-height: 44px;
    min-width: 44px;
}

.secure-pin__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.secure-pin__actions .rounded-btn-sm {
    margin: 0;
}

.cart-country-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: var(--background-lite-color);
    background-image: url(Icons/chevron-down.svg?v=6.0a);
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid var(--text-color);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--text-color);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    line-height: 1;
    margin: 0;
    max-width: 32rem;
    min-width: 0;
    padding: 0 4.5rem 0 1.5rem;
    width: min(100%, 32rem);
}

select.small.cart-country-select {
    font-size: 14px;
    max-width: none;
    min-width: 14rem;
    padding-left: 20px;
    padding-right: 72px;
    width: 14rem;
}

.cart-country-select::-ms-expand {
    display: none;
}

.cart-country-select option {
    background: var(--background-lite-color);
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
}

.feature-image.feature-image--home {
    aspect-ratio: auto;
    display: block;
    font-size: 0;
    height: auto;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    width: 100vw;
    z-index: 0;
}

.feature-image.feature-image--home .slick-list,
.feature-image.feature-image--home .slick-track,
.feature-image.feature-image--home .slick-slide,
.feature-image.feature-image--home .slick-slide > div,
.feature-image.feature-image--home picture {
    height: auto;
    width: 100%;
}

.feature-image.feature-image--home img {
    aspect-ratio: auto;
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}

.locale-picker .locale-picker__card {
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 16px;
    justify-content: center;
    text-align: center;
}

.locale-picker .locale-picker__card > * {
    margin: 0;
    text-align: center;
}

.locale-picker__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.locale-picker__title {
    margin: 0 0 8px;
    text-align: center;
}

.locale-picker__buttons {
    gap: 8px;
    justify-content: center;
    margin: 0;
}

.paginator__buttons {
    margin-top: 48px;
}

.designerLayout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.layout__desc {
    width: 70%;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    margin-top: 8px;
}

.fingerprint__selectbox {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    text-align: center;
    width: 100%;
}

.fingerprint__checkboxes {
    margin-bottom: 8px;
}

.fingerprint__different-pin {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.fingerprint__different-pin .layout__desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.newpin__wrapper {
    align-items: center;
    column-gap: 12px;
    display: grid;
    grid-template-columns: minmax(0, 18rem) max-content;
    justify-content: center;
    margin-top: 8px;
    max-width: 100%;
    row-gap: 8px;
}

#designer .fingerprint__pin-input {
    background: var(--background-lite-color);
    color: var(--text-color);
    font-family: inherit;
    font-weight: 500;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.newpin__wrapper .rounded-btn-sm {
    margin: 0;
}

.newpin__wrapper .message {
    grid-column: 1 / -1;
    text-align: center;
}

#designer .designerLayout select.slick {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: var(--background-lite-color);
    background-image: url(Icons/chevron-down.svg?v=6.0a);
    background-position: right 1.25rem center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid var(--text-color);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--text-color);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    height: 3rem;
    line-height: 1;
    margin: 0 auto 16px;
    min-width: 0;
    padding: 0 3.75rem 0 1.25rem;
    width: min(100%, 32rem);
}

#designer .designerLayout select.slick::-ms-expand {
    display: none;
}

.text-option {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    width: 100%;
}

#designer .text-option__input {
    background: var(--background-lite-color);
    color: var(--text-color);
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    height: 100px;
    margin: 0;
    max-width: none;
    min-width: 0;
    padding: 0 24px;
    text-align: center;
    width: 100%;
}

#designer .designerLayout {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 75%;
}

#designer .designerLayout .generic-option,
#designer .text-option {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

#designer .designerLayout h5,
#designer .layout__desc,
#designer .designerLayout select.slick,
#designer .text-option__input,
#designer .text-option__symbols,
#designer .text-option .explanation,
#designer .text-option .error {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#designer .text-option__symbols {
    box-sizing: border-box;
    max-width: none;
    min-width: 0;
    width: 100%;
}

#designer .text-option__symbols summary {
    align-items: center;
    background-color: var(--background-lite-color);
    background-image: url(Icons/chevron-down.svg?v=6.0a);
    background-position: right 1.25rem center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid var(--text-color);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    min-height: 3rem;
    padding: 0.75rem 3.75rem 0.75rem 1.25rem;
    justify-content: center;
}

#designer .text-option__symbols summary::-webkit-details-marker {
    display: none;
}

#designer .text-option__symbols .symbol-content {
    background: var(--background-lite-color);
    border: 1px solid var(--text-color);
    border-radius: 16px;
    box-sizing: border-box;
    justify-content: center;
    margin-top: 8px;
    max-height: 20rem;
    overflow: auto;
    padding: 0.75rem;
}

#designer .text-option__symbols {
    margin: 0 auto;
    max-width: none;
    min-width: 0;
    text-align: center;
    width: 100%;
}

#designer .text-option__symbols summary {
    justify-content: center;
    text-align: center;
}

#designer .text-option .explanation,
#designer .text-option .error {
    text-align: center;
    width: 100%;
}

#designer .image-upload {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

#designer .image-upload img {
    display: block;
    height: auto;
    margin: 0 auto 12px;
    max-width: min(100%, 16rem);
}

#designer .image-upload > a,
#designer .image-upload > div {
    margin-left: auto;
    margin-right: auto;
}

.dialog {
    background: var(--background-color);
    border-radius: 16px;
    border: none;
}

.dialog section {
    background: var(--background-color);
}

.dialog h2 {
    background: var(--background-color);
}

html:has(.preview-blackout),
body:has(.preview-blackout) {
    overflow: hidden;
}

.preview-blackout {
    background: rgba(0, 0, 0, 0.68);
    cursor: default;
}

.dialog .dialog__actions {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.dialog .dialog__action {
    align-items: center;
    display: inline-flex !important;
    gap: 8px;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
    margin-top: 8px;
}

.dialog .dialog__action i {
    flex: 0 0 auto;
    height: 18px;
    padding: 0;
    width: 18px;
}

.dialog .dialog__action--outline {
    background: transparent;
    border: 1px solid var(--text-color);
    color: var(--text-color);
}

.dialog .dialog__action--outline:hover,
.dialog .dialog__action--outline:focus-visible {
    text-decoration: none;
}

.designerLayout h5 {
    font-weight: 600;
}

.contact-select {
    font-size: 14px;
    font-weight: 400;
    width: 20rem;
}

.contact-message {
    height: auto;
    min-height: 8rem;
    padding-top: 18px;
    padding-bottom: 12px;
}

.form select.contact-select {
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 1;
    min-width: 20rem;
    width: 20rem;
    padding-left: 20px;
    padding-right: 52px;
    background-position: right 20px center;
}

.form select.contact-select option {
    font-size: 14px;
    font-weight: 400;
}

.form textarea.contact-message {
    height: 8rem;
    min-height: 8rem;
    padding-top: 18px;
    padding-bottom: 12px;
    line-height: 1.35;
}

.contact__extra {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact__extra h3 {
    margin-bottom: 18px;
}

.lookup__btn {
    display: inline-flex;
    margin-top: 8px;
}

select.small.cart-country-select {
    width: 14rem;
    min-width: 14rem;
}

.form select.checkout-select {
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 1;
    max-width: 20rem;
    min-width: 20rem;
    width: 20rem;
    padding: 0 52px 0 20px;
    background-position: right 20px center;
}

.form select.checkout-select option {
    font-size: 14px;
    font-weight: 400;
}

.ship-method a {
    margin-top: 12px
}

div#progress > .progress-spinner {
    background-image: url(Icons/loader-circle.svg?v=6.0a);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 10vmin;
    left: calc(50% - 5vmin);
    position: fixed;
    top: calc(50% - 5vmin);
    width: 10vmin;
    animation: progress-spin 1s linear infinite;
}

@keyframes progress-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    div#progress > .progress-spinner {
        animation: none;
    }
}

.notice .buttons {
    margin-top: 12px;
}

footer > nav > section > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 8px;
    margin: 0;
}

#SocialMedia.icons a {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
}

#SocialMedia.icons i.icons8 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex: 0 0 1em;
    height: 1em !important;
    padding: 0 !important;
    width: 1em !important;
}

footer section.icons i.icons8,
footer section.icons a.icons8 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 32px !important;
    padding: 0 !important;
    vertical-align: middle;
    width: 32px !important;
}

footer section.icons a.icons8-klarna {
    aspect-ratio: 1.61028125;
    height: 32px !important;
    width: auto !important;
}

.cart__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.body.right #BodyPrimaryContent_AddToCartContainer {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}