* {
    font-family: 'Raleway', sans-serif;
}

.body-product-detail * {
    font-family: 'Raleway', sans-serif !important;
}

.overlay-loading {
    z-index: 999999999;
    border-radius: 3px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
}

    .overlay-loading.bg-overlay {
        background: rgba(255,255,255,0.7);
    }

    .overlay-loading .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }

#rich-text-01JK7X6PETXCYA50Y4PM8J4XD7:hover {
    cursor: pointer;
}

.font-price {
    font-family: 'Helvetica Neue LT Std', sans-serif!important;
    font-weight: 200;
}
.page-link-custom {
    font-family: 'Helvetica Neue LT Std', sans-serif !important;
}
.text-red {
    color: red !important
}

.hide {
    display: none !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.my-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
}

.ps-6 {
    padding-left: 6rem !important;
}

.pe-6 {
    padding-right: 6rem !important;
}

.pt-7 {
    padding-top: 12rem !important;
}

.pb-7 {
    padding-bottom: 12rem !important;
}

.mb-7 {
    margin-bottom: 12rem !important;
}

.content-news {
    max-width: 850px;
    margin: auto;
}

    .content-news p, .content-news span, .content-news strong {
        font-size: 14px;
    }

    .content-news h1 span,
    .content-news h2 span,
    .content-news h3 span,
    .content-news h4 span,
    .content-news h5 span,
    .content-news h6 span,
    .content-news h1 p,
    .content-news h2 p,
    .content-news h3 p,
    .content-news h4 p,
    .content-news h5 p,
    .content-news h6 p,
    .content-news h1 strong,
    .content-news h2 strong,
    .content-news h3 strong,
    .content-news h4 strong,
    .content-news h5 strong,
    .content-news h6 strong {
        font-size: inherit;
    }

body {
    font-size: 14px;
    line-height: 20px;
    color: black;
    margin-bottom: 0 !important;
}

.menu li {
    list-style-type: none;
}

.menu-item.active > a {
    font-weight: 500;
    text-decoration: underline;
}


@media (max-width: 1200px) {
    .mb-login {
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1512px) {
    .container-custom {
        max-width: 1510px !important;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        width: 90%;
    }
}

div, p, strong {
    user-select: none;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1rem;
}

h
h4, h5, h6 {
    font-size: 1rem;
}

strong {
    font-weight: 600;
}
/** Header **/
header#masthead {
    padding: 35px 0 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: sticky;
    width: 100vw;
    max-width: 100%;
    top: 0;
    z-index: 9;
}

header .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

    header .menu .sub-menu {
        z-index: 0;
        transition: all .5s;
        padding: 0;
        position: absolute;
        left: 0;
        height: 0;
        opacity: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
        top: 40px;
    }

#menu-left > li {
    margin-right: 48px;
}

header .menu > li a, .header-right .header-btn {
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
}

header .menu > li:last-child {
    margin-right: 0;
}

header .menu > li .sub-menu.active {
    display: grid;
    padding: 35px 0 0 0;
    height: auto;
    opacity: 1;
    z-index: 1
}

.body-exclude-header {
    height: calc(100vh - 106px);
}

.image-ab-window {
    position: absolute;
    bottom: 0;
}

.space-between {
    display: grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    column-gap: 0px;
}

header .header-left .menu > li .sub-menu.active {
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    column-gap: 110px;
    row-gap: 5px;
    top: 40px;
}

header .menu > li a:after, .header-right .header-btn:after {
    content: none;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: black;
    transition: all .3s;
    bottom: -2px;
    left: 0;
}

header .menu > li a:hover:after, header .menu > li.hovering > a:after, .header-right .header-btn:hover:after {
    width: 70%;
}

header .header-left .menu > li.hovering.overflow .sub-menu {
    column-gap: 25px;
    width: 100%;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}

    .header-right .header-btn {
        position: relative;
        cursor: pointer;
        color: black;
        line-height: 20px;
        font-size: 10px;
        margin-left: 48px;
    }

.header-right {
    text-transform: uppercase;
    padding-right: 0;
}

    .header-right > *:first-child {
        margin: 0;
    }

.right {
    justify-content: flex-end;
}


#menu-right .sub-menu li {
    margin-bottom: 5px;
}

.header__overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    height: 200px;
    width: 100%;
    left: 0;
    z-index: 0;
    display: none;
}

.menu-item__img {
    position: absolute;
    right: 0px;
    max-height: 148px;
    top: 5px;
    width: auto;
}

.menu-item {
    display: flex;
    align-items: center; /* Căn giữa dọc */
    justify-content: center; /* Căn giữa ngang */
    height: 100%; /* Đảm bảo chiều cao của phần tử liền với nội dung */
}

ul#menu-right > li {
    margin-left: 48px;
}

.header-center img {
    position: relative;
    top: 4px;
}

.header-left {
    padding-left: 0;
}

.header-right__inner {
    display: flex;
    width: fit-content;
    position: relative;
    justify-content: end;
    float: right;
    height: 100%;
}

span.header-btn.header-search-btn {
    margin-left: 0;
}

.header-left__inner {
    width: fit-content;
    height: 100%;
}

.menu-left-container, #menu-left, #menu-right, .menu-right-container {
    height: 100%;
    position: relative;
}
/** Search popup **/
.search-popup {
    position: absolute;
    top: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    height: 0;
    overflow: hidden;
}

    .search-popup.active {
        opacity: 0.9;
        top: 72px;
        height: auto;
    }

    .search-popup:after {
        content: "";
        position: fixed;
        width: 100%;
        background-color: #FCFCFA;
        left: 0;
        top: 107px;
        z-index: 1;
        height: 0;
        transition: all .3s;
    }

    .search-popup > * {
        z-index: 99;
        position: relative;
    }

    .search-popup form button, .search-form form button {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background-image: url(/Projects/Web/Resources/icon/search-icon.svg);
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        background-position: center;
        padding: 10px;
        cursor: pointer;
    }

    .search-popup input.input-border {
        padding: 10px 0;
    }



.close-search-popup {
    background-image: url(/Projects/Web/Resources/icon/plus-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 4px;
    top: 5px;
    background-size: cover;
    cursor: pointer;
    transform: rotate(45deg);
}

input:focus {
    outline: none; /* Bỏ đường viền khi khung nhập liệu được chọn */
}

input::placeholder {
    color: gray;
    opacity: 0.5
}

.search-popup.active:after {
    height: 110px;
}

.login-form-col input, input.input-border, select.input-border {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    display: block;
    padding: 15px 0;
    color: black;
    font-size: 12px;
}

    input.input-border::placeholder {
        color: black;
    }
/** Footer **/
ul#menu-footer {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

    ul#menu-footer a {
        color: black;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 10px;
        letter-spacing: .5px;
        transition: all .3s;
        border-bottom: 1px solid transparent;
    }

    ul#menu-footer li {
        padding: 5px 12px;
    }

footer#colophon {
    padding: 150px 0 50px;
    width: 100%;
    clear: both;
    position: relative
}

p.copyright-text {
    font-size: 10px;
    text-transform: uppercase;
    color: black;
    margin: 30px 0 0;
    font-weight: 300;
}

h2.woocommerce-loop-product__title {
    color: black;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: .5px;
}

.product a {
    text-align: left;
    text-decoration: none;
    color: black !important;
    text-transform: uppercase;
}

.wish-icon {
    width: 40px;
    align-items: center;
    display: flex;
}

    .wish-icon:hover {
        cursor: pointer;
    }

.product span.price {
    margin: 0 auto;
    display: block;
    font-size: 10px;
    letter-spacing: .5px;
}

.footer-element {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.footer-title {
    font-weight: 600;
    font-size: 12px;
}

.footer-element-c {
    font-size: 13px;
}

.link-black, .link-black-white {
    color: #000000;
    text-decoration: none;
}

.link-white {
    color: white;
    text-decoration: none;
}

.link-black:hover {
    cursor: pointer;
}

.link-white:hover {
    color: #808080 !important;
}

img {
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

.w-30 {
    width: 30px
}
/* login*/
#login-container {
    width: 625px;
    max-width: 80%;
    left: calc(50% - 312px);
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.7);
}

@font-face {
    font-family: 'Raleway';
    src: url('/Projects/Web/Resources/fonts/Raleway/static/Raleway-Regular.ttf') format('truetype'), url('/Projects/Web/Resources/fonts/Raleway/static/Raleway-Italic.ttf') format('truetype'), url('/Projects/Web/Resources/fonts/Raleway/static/Raleway-Bold.ttf') format('truetype');
    font-weight: normal, italic, bold;
    font-style: normal, italic, normal;
}
/* Regular */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-Roman.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-BdlIt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}


/* Black */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-Blk.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-BlkIt.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Heavy */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-Hv.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Heavy Italic */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-HvIt.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Italic */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-Lt.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-LtIt.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-Md.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-MdIt.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Thin */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-Th.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-ThIt.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Ultra Light */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/Projects/Web/Resources/fonts/Helvetica/HelveticaNeueLTStd-UltLt.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

.register-container {
    width: 625px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.7);
}


#checkout-done-container {
    width: 625px;
    left: calc(50% - 312px);
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
}

.input-login {
    margin: auto;
    background-color: unset;
    padding: 5px 0 !important;
}

.button-submit {
    width: 100%;
    background-color: #151515;
    color: white;
    padding: 10px 0;
}

    .button-submit[disabled] {
        opacity: 0.8
    }

.login-google {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
}

.page-link-custom {
    font-family: 'Helvetica Neue LT Std', sans-serif;
}

.page-item {
    padding: 0 15px;
    border-right: 1px solid black;
}

    .page-item.active .page-link-custom {
        text-decoration: underline;
        font-weight: 700 !important;
    }

.pagination .page-item:last-child {
    border-right: 0;
}

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 400px;
    z-index: 1800;
}

    #toasts .toast {
        background: #d6d8d9;
        border-radius: 3px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
        color: #fff !important;
        cursor: default;
        margin-bottom: 20px;
        opacity: 0.8;
        position: relative;
        padding: 15px;
        transform: translateY(15%);
        transition: opacity .5s ease-in-out, transform .5s ease-in-out;
        width: 100%;
        will-change: opacity, transform;
        z-index: 1900;
    }

        #toasts .toast.success {
            background: #00a65a !important;
            border-color: #008d4c;
            border-top-color: rgb(0, 141, 76);
            border-right-color: rgb(0, 141, 76);
            border-bottom-color: rgb(0, 141, 76);
            border-left-color: rgb(0, 141, 76);
        }

        #toasts .toast.warning {
            background: #ffa533;
        }

        #toasts .toast.info {
            background: #2cbcff;
        }

        #toasts .toast.error {
            background: #f44336;
        }

        #toasts .toast.show {
            opacity: 1;
            transform: translateY(0);
            transition: opacity .5s ease-in-out, transform .5s ease-in-out;
        }

        #toasts .toast.hide {
            opacity: 0;
            overflow: hidden;
            transform: translateY(0);
            transition: opacity .5s ease-in-out, transform .5s ease-in-out;
        }

        #toasts .toast .close {
            cursor: pointer;
            font-size: 24px;
            height: 16px;
            margin-top: -10px;
            position: absolute;
            right: 14px;
            top: 50%;
            width: 16px;
        }



.container-bottom {
    position: relative;
    height: 100%;
}

    .container-bottom > div:last-child {
        position: absolute;
        bottom: 0;
    }

.nav-link.active {
    border: none;
    font-weight: 600;
}

.nav-tabs-custome {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus {
    border-color: transparent !important;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus {
    border-color: white !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.nav-link {
    color: black;
    transition: none !important;
}

    .nav-link:hover, .nav-link:focus, a:hover, a:focus {
        color: #808080;
    }

.container-400 {
    max-width: 80%;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    header#masthead {
        padding-top: 5px;
    }

    #toasts {
        width: 200px;
    }

    #login-container {
        max-width: 100%;
        left: 0;
        position: absolute;
        bottom: 0px;
        background-color: rgba(255, 255, 255, 0.7);
        top: 0;
        padding: 80px 10% 10% 10%;
    }

    #checkout-done-container {
        width: 625px;
        max-width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .menu-mobile-full-screen {
        position: fixed;
        width: 100vw;
        background-color: #FFFFFF;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: black;
        word-break: break-all;
        overflow: auto;
    }

    .search-popup:after {
        content: "";
        position: fixed;
        width: 100%;
        background-color: #FCFCFA;
        left: 0;
        top: 60px;
        z-index: 1;
        height: 0;
        transition: all .3s;
    }

    .search-popup {
        width: 90%;
        margin-right: 5% !important;
        margin-left: 5% !important;
    }

    .custom-logo, .logo-mobile {
        max-width: 160px;
    }

    .body-exclude-header {
        height: auto;
    }

    .image-ab-window {
        position: inherit;
    }
}

.card-header a:focus {
    outline: none; /* Remove the default outline */
    box-shadow: none; /* Remove any box shadow */
}

.language-activated {
    font-weight: 700;
    text-decoration: underline;
}


.kl-private-reset-css-inner-Zxasda, .kl-private-reset-css-Xuajs1 input :not([type=image]) ::placeholder, .kl-private-reset-css-Xuajs1 ::before, .kl-private-reset-css-Xuajs1 ::after, .kl-private-reset-css-Xuajs1 input:not([type]), .kl-private-reset-css-Xuajs1 input[type=text], .kl-private-reset-css-Xuajs1 input[type=email], .kl-private-reset-css-Xuajs1 input[type=number], .kl-private-reset-css-Xuajs1 input[type=date], .kl-private-reset-css-Xuajs1 input[type=tel], .kl-private-reset-css-Xuajs1 {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: block;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: initial;
    position: static;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    -webkit-font-smoothing: antialiased
}

.klaviyo-form.klaviyo-form.klaviyo-form {
    -webkit-overflow-scrolling: touch
}

    .klaviyo-form.klaviyo-form.klaviyo-form ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background: rgba(0,0,0,0)
    }

@keyframes klaviyo-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

