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

body {
    margin: 0px;
    padding: 0px;
    background-color: #050113;
}

footer {
    background-color: #190932;
    border: none;
    overflow: hidden;
}

@media (min-width: 320px) {
    #cookie-consent-foreground {
        text-align: center;
        width: 100%;
    }

    .cookie-consent-foreground-content {
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
    }

    .cookie-button-container {
        flex-direction: column;
        justify-content: center;
        gap: 0px;
    }

    .payment-description {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 30px;
    }

    /* TODO these seem unused? */
    .klarna-exchange-info,
    .klarna-exchange-error {
        font-size: 14px;
        line-height: 22px;
    }

    #min-height-container {
        min-height: calc(100vh - 994px);
    }

    .light-button {
        margin: 30px 0px 0px 0px;
    }
}

@media (min-width: 480px) {
    .cookie-button-container {
        flex-direction: column;
        justify-content: center;
        gap: 0px;
    }
}

@media (min-width: 768px) {
    #cookie-consent-foreground {
        text-align: left;
        width: 820px;
        min-width: 768px;
        height: fit-content;
    }

    .cookie-consent-foreground-content {
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .cookie-button-container {
        flex-direction: row;
        gap: 30px;
        margin-left: auto;
    }

    /*FOOTER*/
    #min-height-container {
        min-height: calc(100vh - 734px);
    }

    .light-button {
        margin: auto 0px auto 30px;
    }
}

@media (min-width: 1280px) {
    #cookie-consent-foreground {
        text-align: left;
        min-width: 768px;
    }

    .cookie-button-container {
        flex-direction: row;
    }

    .payment-description {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 40px;
    }

    .klarna-exchange-info,
    .klarna-exchange-error {
        font-size: 16px;
        line-height: 22px;
    }

    /*FOOTER*/
    #min-height-container {
        min-height: calc(100vh - 413px);
    }

    .light-button {
        margin: auto 0px auto 30px;
    }
}

/*react MODAL*/
/*this class will be set to body tag by react*/
/*page will be not be scrollable when modal is open*/
.modal-open {
    overflow: hidden !important;
}

/* add blur to needed elements*/
.modal-open > footer,
.modal-open > nav,
.modal-open > header {
    filter: blur(15px);
}

.blur {
    filter: blur(15px);
}

#cart-group {
    position: relative;
    margin-right: 25px;
    align-items: center;
    display: flex;
}

#cart-items {
    position: absolute;
    top: -5px;
    left: 17px;
    border-radius: 10px;
    width: 20px;
    padding: 5px 0px;
    text-align: center;
}

.cart-items-empty {
    background-color: #d6ccf5;
    border: 1px solid #d6ccf5;
}

.cart-items-full {
    background-color: #00b8e0;
    border: 1px solid #00b8e0;
}

#cart-amount {
    font-weight: 500;
    margin-top: 3px;
}

#nav-top-global-msg-wrapper {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1000;
    position: relative;
}

#nav-top-global-msg {
    background-color: rgb(61, 22, 121);
    width: 100%;
    min-width: 320px;
    align-items: center;
    padding: 5px 0px;
    font-size: 12px;
    line-height: 20px;
    color: rgb(214, 204, 245);
    font-family: "Termina";
    text-align: center;
}

#nav-top-global-msg-text {
    padding-left: 5px;
    padding-right: 5px;
}

/*will be added to all payment method plugins - a unique description*/
.payment-description {
    font-family: "Termina";
    font-style: normal;
    font-weight: normal;
    color: #d6ccf5;
}

.klarna-exchange-info,
.klarna-exchange-error {
    font-family: "Termina";
    font-style: normal;
    font-weight: normal;
    color: #d6ccf5;
    padding: 5px 10px;
}

.klarna-exchange-info {
    background-color: rgb(117, 68, 255);
}

.klarna-exchange-error {
    background-color: rgb(90, 16, 43);
}

.font-termina {
    font-family: "Termina";
    font-style: normal;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs20 {
    font-size: 20px;
}

.fs25 {
    font-size: 25px;
}

.lh10 {
    line-height: 10px;
}

.lh14 {
    line-height: 14px;
}

.lh15 {
    line-height: 15px;
}

.lh16 {
    line-height: 16px;
}

.lh17 {
    line-height: 17px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh25 {
    line-height: 25px;
}

.lh45 {
    line-height: 45px;
}

.ls003 {
    letter-spacing: 0.03em;
}

.op07 {
    opacity: 0.7;
}

.color-az {
    color: #00b8e0;
}

.color-light-gray {
    color: #d6ccf5;
}

.color-light-gray2 {
    color: #e8ecef;
}

.color-medium-violet {
    color: #5431b7;
}

.color-black {
    color: #050113;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-col a {
    margin-bottom: 25px;
    margin-right: 42px;
}

.flex-col a:last-child {
    margin-bottom: 0px;
}

#cookie-consent-background {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1001;
    background-color: #000000;
    opacity: 0.5;
}

#cookie-consent-foreground {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1002;
    background-color: #5431b7;
}

.cookie-consent-foreground-content {
    display: flex;
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    justify-content: space-between;
}

.cookie-button-container {
    display: flex;
}

.cookie-decline-ref-text {
    line-height: 20px;
    font-size: 15px;
    font-family: "Termina";
    text-align: center;
    color: #ece9f3;
    opacity: 0.75;
    text-decoration: underline;

    box-sizing: border-box;
    text-align: center;
    padding: 22px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cookie-decline-ref-text:hover {
    transition: all 0.25s ease 0s;
    opacity: 1;
    cursor: pointer;
    color: #00b8e0;
}

.light-button {
    box-sizing: border-box;
    line-height: 20px;
    padding: 15px 36px;
    font-size: 15px;
    font-family: "Termina";
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #d6ccf5;
    color: #5431b7;
    border-radius: 2px;
    outline: none;
    box-shadow: -8.3px -8.3px 0px 0px #5431b7, -10px -10px 0px 0px #d6ccf5, -10px -6.7px 0px 0px #d6ccf5, -6.7px -10px 0px 0px #d6ccf5;
}

.light-button:hover {
    background: #ece9f3;
    box-shadow: -8.3px -8.3px 0px 0px #5431b7, -10px -10px 0px 0px #ece9f3, -10px -6.7px 0px 0px #ece9f3, -6.7px -10px 0px 0px #ece9f3;
    cursor: pointer;
}