/* Imports */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');

/* CSS Reset */
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type=number]:focus-visible {
    outline-color: var(--secondary-50);
}

input {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 18px;
    color:var(--gray-100)
}

input::placeholder {
    opacity: 0.4;
}


body {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-body);
}

body.no-scroll {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main Styles */
strong {
    font-weight: 600;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}

h2 {
    font-size: 33px;
    font-weight: 500;
    line-height: 36px;
}

h5 {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

a {
    text-decoration: none;
    color: var(--color-link);
}

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

select {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    background: var(--primary-10) url(../assets/down-arrow-icon.svg) no-repeat 98% 50%;
    text-align: left;
    line-height: 45px;
    padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

small {
    font-size: 0.8rem;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--border-card-footer);
    margin: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.main-body {
    background-color: var(--main-background);
    min-height: calc(100vh - 100px);
}

.main-wrapper {
    margin: 0 auto;
    height: 100%;
    padding: 2rem;
    max-width: 1920px;
}

.hero-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: 300px;
    padding: 16px;
    background: var(--primary-main);
}

.hero-banner.logged-in {
    background: url(../assets/Abstract_blue_gradient_1.jpg) no-repeat center;
    background-size: cover;
}

.hero-title {
    color: var(--hero-title);
    text-align: center;
}

.hero-subtitle {
    color: var(--hero-title);
    text-align: center;
    font-size: 1.5rem;
}

.landing-info .landing-text p {
    margin: 16px 0;
}

.main-header {
    background-color: var(--header-background);
    position: sticky;
    top: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    border-bottom: 2px solid transparent;
    z-index: 3;
}

.main-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1920px;
}

.main-header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.main-header .main-menu {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.main-header .main-menu li {
    padding: 24px 0;
}
.main-header .main-menu li a {
    padding: 24px 16px;
}

.main-header .main-menu li a:hover {
    color: var(--primary-main);
    border-bottom: 4px solid var(--secondary-50);
}

.cart-label {
    font-size: 16px;
    font-weight: 600;
}

.logo {
    display: inline-block;
    min-width: max-content;
    font-size: 32px;
    font-weight: 500;
    color: black;
}

.logo:hover {
    color: inherit;
}

.gnd-logo {
    max-width: 300px;
}

.logo path {
    fill: #000000;
}

.main-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 130px;
    gap: 4px;
    background-color: var(--primary-main);
    color: var(--white);
    font-size: 16px;
    text-align: center;
}

.main-footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.main-footer .copyright .gnd-logo {
    max-height: 20px;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-version {
    display: flex;
    gap: 10px;
}

.btn {
    all: unset;
    box-sizing: border-box;
    padding: 8px 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--primary-button-default-background);
    color: var(--color-button-on-primary);
}

.btn-primary:hover {
    background-color: var(--primary-button-hover-background);
}

.btn-primary:active {
    background-color: var(--primary-button-active-background);
}

.btn-primary:focus {
    outline: 2px solid var(--primary-button-focus-outline);
}

.btn-primary[disabled] {
    background-color: var(--primary-button-disabled-background);
    cursor: not-allowed;
}

.btn-secondary {
    background-color: var(--secondary-button-default-background);
    color: var(--color-button-on-secondary);
}

.btn-secondary:hover {
    background-color: var(--secondary-button-hover-background);
}

.btn-secondary:active {
    background-color: var(--secondary-button-active-background);
}

.btn-secondary:focus {
    outline: 2px solid var(--secondary-button-focus-outline);
}
.btn-secondary[disabled]:hover {
    background-color: var(--secondary-button-default-background);
    pointer-events: all !important;
}
.btn-icon {
    padding: 0;
}

.btn-full-width {
    width: 100%;
}

.btn-nca-auth-login {
    border: 1px solid var(--netcetera-auth-button-border);
    padding-left: 0;
    color: var(--netcetera-auth-button-color);
}

.btn-nca-auth-login:hover {
    background-color: var(--netcetera-auth-button-hover);
}

.btn-nca-auth-login:active {
    background-color: var(--netcetera-auth-button-active);
}

.btn-nca-auth-login img {
    width: 20px;
    margin: 0 8px;
    vertical-align: middle;
}

.btn-nca-auth-register {
    color: #356fd3;
}

.storefront-wrapper {
    display: flex;
    gap:32px;
    padding: 32px 0;
}

.storefront-wrapper .right-sidebar {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.storefront-wrapper .storefront-sidebar {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.storefront-wrapper .sidebar-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.storefront-wrapper .sidebar-box a {
    font-weight: 600;
}

.storefront-wrapper .sidebar-box-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    overflow: hidden;
    padding: 16px;
}


.storefront-wrapper .sidebar-box-right h2, .storefront-wrapper .sidebar-box h2 {
    border-bottom: 4px solid var(--secondary-50);
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    width: max-content;
}

.storefront-wrapper .sidebar-box-right h3, .storefront-wrapper .sidebar-box h3 {
    font-size: 20px;
    font-weight: 600;
}

.storefront-wrapper .sidebar-box-right li, .storefront-wrapper .sidebar-box li {
    margin-bottom: 8px;
}

.sidebar-box-right .top-pick {
    align-self: center;
    width: 60%;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
    gap: 32px;
    flex-grow: 1;
}

.product-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--white);
    height: 100%;
    padding:1rem;
    gap:1rem;
    text-align:center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    overflow: hidden;
}
@keyframes show-overlay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.product-card .product-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 100ms ease-in-out;
}

.product-overlay.show-overlay {
    background: rgba(255, 255, 255, 0.95);
}

@keyframes enter-cart-icon {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

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

@keyframes exit-cart-icon {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(250px);
    }
}

.added-to-cart-icon {
    display: none;
    width: 50%;
}

.added-to-cart-icon path {
    fill: var(--secondary-50);
}

.added-to-cart-icon.enter-cart-icon {
    display: block;
    animation: enter-cart-icon 500ms ease 0s 1 normal forwards;
}

.added-to-cart-icon.exit-cart-icon {
    display: block;
    animation: exit-cart-icon 500ms ease 0s 1 normal forwards;
}

.product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 200px;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.product-info .rating {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}
.product-info .star-checked {
    color: orange;
}

.product-title {
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-author {
    font-size: 14px;
}

.product-footer .btn {
    display: block;
    width: 100%;
}

.modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container.hidden {
    display: none;
}

.modal {
    width: 484px;
    background-color: var(--white);
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.modal-header {
    width: 100%;
    padding: 16px;
    background-color: var(--main-background);
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
}

.modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
}

#payment-details {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 2rem;
}

.details-section {
    display:flex;
    flex-direction: column;
    gap:1rem;
}

.details-section h4 {
    font-weight: 600;
}

.input-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:16px;
    width: 100%;
}

.input-wrapper-label {
    display:flex;
    flex-direction: column;
    gap: 8px;
}

.input-wrapper-label  .input {
    height: 50px;
    width:100%;
    border: 2px solid var(--gray-70);
    padding-inline: 15px;
}

.input-wrapper-label .input:disabled {
    opacity: 0.4;
}

.input-wrapper-label  .input:focus {
    box-shadow: 0 0 50px rgb(255, 255, 255);
    border-color:var(--secondary-50);
    outline:none;
}
.input:not(:placeholder-shown) {
    background: var(--gray-10);
    border-color: var(--primary-main);
}

.order-sucessfull-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    place-content: center;
    background: rgba(0,0,0,0.3);
    z-index: 10;
    text-align: center;
}

.order-sucessfull-wrapper.show {
    display: grid;
}

.order-sucessfull path {
    fill: var(--primary-main);
}

.challenge-page-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    place-content: center;
    background: rgba(0,0,0,0.3);
    z-index: 10;
    text-align: center;
}

.challenge-page-wrapper.show {
    display: grid;
}

.challenge-page-content {
    position: relative;
    background: white;
    max-width: 500px;
    margin: 32px;
    height: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.order-sucessfull {
    position: relative;
    background: white;
    max-width: 500px;
    margin: 32px;
    height: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.order-sucessfull img {
    width: 150px;
}

.order-sucessfull h3 {
    color: var(--primary-main);
    font-size: 1.5rem;
    line-height: initial;
    margin-bottom: 2rem;
}

.order-sucessfull p {
    margin-bottom: 2rem;
}


/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--primary-main);
    color: var(--primary-main);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--primary-main);
    color: var(--primary-main);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--primary-main);
    color: var(--primary-main);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dot-flashing {
    0% {
        background-color: var(--primary-main);
    }
    50%, 100% {
        background-color: var(--primary-10);
    }
}

#qrcode {
    padding: 32px;
}

#qrcode ~ p {
    padding: 0 64px;
}

.ctp-wrapper {
    position: relative;
    width: 100%;
}

.processing-wrapper {
    position: relative;
    padding-bottom: 10px;
}

#loader-wrapper {
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.9;
    position: absolute;
}

/* Spinner */
.loader {
    border: 2px solid var(--gray-10);
    /*Lightgrey*/
    border-top: 2px solid var(--primary-main);
    /*Blue*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    position: absolute;
    top: calc(50% - 39px);
    left: calc(50% - 39px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.select-card {
    width: 100%;
    text-align: left;
}

.landing-info {
    display: flex;
    padding: 34px;
    gap: 34px;
    justify-content: center;
    align-items: center;
}

.landing-info > img {
    flex-grow: 1;
    width: 100%;
    max-width: 600px;
}

.landing-info > span {
    flex-grow: 1;
    max-width: 600px;
}

#challengeFrame {
    width:400px;
    height:480px;
}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 2rem;
    }

    .main-header {
        padding: 1rem 0;
    }

    .main-body {
        min-height: calc((100vh - 100px));
    }

    .main-footer {
        height: 150px;
        flex-direction: column;
        justify-content: space-around;
        gap: 16px;
        padding: 40px;
    }

    .landing-info {
        flex-direction: column;
        text-align: center;
    }

    .footer-version {
        flex-direction: column;
        text-align: center;
        gap: 4px;
        line-height: 16px;
    }

    .hero-banner {
        background-size: cover;
        background-position: center;
    }

    .storefront-wrapper .storefront-sidebar,
    .storefront-wrapper .right-sidebar {
        display: none;
    }

    .main-header .main-menu {
        display: none;
    }

    .gnd-logo {
        max-width: 250px;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 13px;
        line-height: 20px;
    }

    h2 {
        font-size: 23px;
        line-height: 36px;
    }

    .cart-icon-btn > .cart-label {
        display: none;
    }

    .main-header {
        padding: 1rem 0;
    }

    .main-footer {
        height: 100%;
        flex-direction: column;
    }

    .footer-nav {
        flex-direction: column;
        gap: 0;
    }

    .footer-version {
        font-size: 11px;
    }

    #challengeFrame {
        width:100%;
    }
}

.side-drawer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: -480px;
    top: 0;
    height: 100vh;
    height: 100dvh;
    max-width: 480px;
    width: 100%;
    background-color: var(--side-drawer-background);
    padding: 32px;
    z-index: 4;
    transition: right 250ms, box-shadow 500ms;
}

.side-drawer.is-active {
    right:0;
    box-shadow: -55px 0px 203px 179px rgba(0,0,0,0.31);
    -webkit-box-shadow: -55px 0px 203px 179px rgba(0,0,0,0.31);
    -moz-box-shadow: -55px 0px 203px 179px rgba(0,0,0,0.31);
}

#cartDrawer,#checkoutDrawer {
    display: none;
}

#cartDrawer.is-active,#checkoutDrawer.is-active {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    max-width: 480px;
    width: 100%;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0.3;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.side-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.side-drawer .description {
    text-align: center;
}

.side-drawer .disclaimer-body {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    flex-grow: 1;
    align-content: end;
}

.cart-icon-btn {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.items-in-cart-icon {
    display: block;
    position: relative;
    width: 2.8rem;
    padding: 0.5rem;
}

.items-in-cart-icon path {
    fill: var(--primary-main);
}

a:hover .items-in-cart-icon path {
    fill: var(--secondary-50);
}

.items-in-cart-icon img {
    width: 100%;
}

.items-in-cart-badge {
    position: absolute;
    background: var(--primary-main);
    color: white;
    padding: 4px;
    border-radius: 50%;
    min-width: 1.2rem;
    height: 1.2rem;
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    right: 0px;
}

a:hover .items-in-cart-badge {
    background: var(--secondary-50);
}

/*!* CART *!*/
.minicart {
    flex-grow: 1;
    overflow: auto;
    width:100%;
}

.minicart--item {
    display:flex;
    gap:1rem;
    padding:0.5rem;
}

.minicart-product-info {
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-grow: 1;
}

.minicart-product-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding: 0.5rem;
    background: #f2f1f1;
    border: 1px solid var(--gray-20);
}

.minicart-product-image {
    max-width: 100%;
    max-height: 100%;
}

.minicart--item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.minicart--item-title h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.minicart--item-title img {
    width:1rem;
}

.minicart--item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.3;
}

.minicart--item-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.minicart--item-price .price {
    font-weight: 600;
}

.minicart--item-price input {
    width: 48px;
}

.btn-checkout {
    width:100%;
}

.minicart-footer {
    display: flex;
    flex-direction: column;
    gap:1rem;
    width:100%;
}

.minicart--subtotal {
    display:flex;
    justify-content: space-between;
}

.minicart--subtotal h3 {
    font-size: 20px;
    font-weight: 600;
}

.shipping-details-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background: var(--gray-10);
    padding: 1rem;
    border: 1px solid var(--gray-20);
}

.shipping-details-card .edit-icon {
    position: absolute;
    width: 20px;
    bottom: 1rem;
    right: 1rem;
}

/* ANDROID SPC STYLES */

.android-spc-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
}

.android-spc-header {
    background-color: #F5F5F5;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.android-spc-lock-image {
    padding-top: 2rem;
    min-height: 30px;
    max-height: 200px;
    align-self: center;
}

.android-spc-btn-primary {
    display: inline-block;
    color: white;
    width: 100%;
    background-color: #449789;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 14px;
}

.android-spc-footer {
    padding: 24px;
}