/** Shopify CDN: Minification failed

Line 13:0 All "@import" rules must come first
Line 14:0 All "@import" rules must come first

**/
:root {
    --p-color-icon: #4a4a4a;
    --p-text-color: #303030;
}

/* font import  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* end font import  */

/* for preview box  */
#custom-price-wrapper .layout3 .p-row {
    display: flex;
    gap: 10px;
    justify-content: start;
}

#custom-price-wrapper .layout3 .row1 {
    margin-bottom: 10px;
}

#custom-price-wrapper .layout4 .p-row {
    display: flex;
    gap: 10px;
    justify-content: start;
}

#custom-price-wrapper .layout4 .row1 {
    margin-bottom: 10px;
}

#custom-price-wrapper .layout5 .p-row {
    display: flex;
    gap: 10px;
    justify-content: start;
}

#custom-price-wrapper .layout5 .row1 {
    margin-bottom: 10px;
}

#custom-price-wrapper .product-hamsa,
#custom-price-wrapper .product {
    display: flex;
    align-items: center;
    grid-area: product;
}

#custom-price-wrapper .compare-hamsa,
#custom-price-wrapper .compare {
    display: flex;
    align-items: center;
    grid-area: compare;
}

#custom-price-wrapper .message-hamsa,
#custom-price-wrapper .message {
    display: flex;
    align-items: center;
    grid-area: message;
}

#custom-price-wrapper .discount-hamsa,
#custom-price-wrapper .discount {
    display: flex;
    align-items: center;
    grid-area: discount;
}

#custom-price-wrapper .layout {
    display: grid;
    width: 100%;
    height: auto;
    gap: 8px;
    font-family: 'Inter', sans-serif;
}

#custom-price-wrapper .layout1 {
    grid-template-rows: auto;
    grid-template-columns: auto auto auto 1fr;
}

#custom-price-wrapper .layout2 {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: auto 1fr;
}

#custom-price-wrapper .layout6 {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
}

#custom-price-wrapper .layout6 div:nth-child(1) {
    display: flex;
    align-items: center;
}

#custom-price-wrapper .layout7 {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
}

#custom-price-wrapper .layout7 div:nth-child(2) {
    display: flex;
    align-items: center;
}

/* end preview box  */

/* Condition */
.Polaris-ChoiceList__ChoiceChildren {
    padding-left: 0 !important;
}

/*  */
.Polaris-Page {
    padding: 0 !important;
}

@keyframes flash-1 {
    0%,
    20%,
    40%,
    60% {
        opacity: 1;
    }
    10%,
    30%,
    50% {
        opacity: 0;
    }
}

@keyframes shake-bottom {
    0%,
    22%,
    44%,
    66% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }
    /* 1 time */
    1.5%,
    3% {
        transform: rotate(2deg);
    }
    6%,
    10%,
    14% {
        transform: rotate(-4deg);
    }
    8%,
    12%,
    16% {
        transform: rotate(4deg);
    }
    18% {
        transform: rotate(-2deg);
    }
    20% {
        transform: rotate(2deg);
    }

    /* 2 time */
    24% {
        transform: rotate(2deg);
    }
    26%,
    30%,
    34% {
        transform: rotate(-4deg);
    }
    28%,
    32%,
    36% {
        transform: rotate(4deg);
    }
    38% {
        transform: rotate(-2deg);
    }
    40% {
        transform: rotate(2deg);
    }

    /* 3 time */
    46% {
        transform: rotate(2deg);
    }
    48%,
    52%,
    56% {
        transform: rotate(-4deg);
    }
    50%,
    54%,
    58% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    62% {
        transform: rotate(2deg);
    }
}

@keyframes heartbeat {
    0%,
    23.33%,
    46.66%,
    70% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    3.33%,
    26.66%,
    50% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    5.66%,
    28.99%,
    52.33% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    11%,
    34.33%,
    57.66% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    15%,
    38.33%,
    61.66% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

/* preview range box */
#custom-price-wrapper .one_row_three_blocks {
    display: inline-flex;
    gap: 10px;
}

#custom-price-wrapper .one_column_three_blocks {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

#custom-price-wrapper .general-range-prev {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    opacity: 1 !important;
}

/* end preview range box  */

.ani-flash {
    animation: flash-1 3.5s infinite;
}

.ani-shaking {
    animation: shake-bottom 5s infinite;
}

.ani-pulse {
    animation: heartbeat 5s infinite;
}

.label-text-hamsa {
    position: absolute;
    color: #fff;
    font-feature-settings:
        'liga' off,
        'clig' off;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    letter-spacing: -0.48px;
    line-height: 1.2;
}

/* label1  */
.label1-hamsa {
    position: absolute;
    flex-shrink: 0;
    text-align: center;
}
.top-left-hamsa.label1-hamsa {
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label1-hamsa {
    top: 0;
    right: 0;
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label1-hamsa {
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label1-hamsa {
    bottom: 0;
    right: 0;
    transition: transform 0.3s ease;
}
.text-top-left-label1-hamsa {
    transition: transform 0.3s ease;
}
.text-top-right-label1-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-left-label1-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-right-label1-hamsa {
    transition: transform 0.3s ease;
}
/* position label  */
#parent-label-hamsa svg {
    max-width: none !important;
}
.image-box {
    position: relative;
    width: 374px;
    height: 374px;
    box-shadow:
        1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset,
        -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset,
        0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset,
        0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset,
        0px 1px 0px 0px rgba(26, 26, 26, 0.07);
    border-radius: 8px;
    padding: 1px;
    overflow-x: visible;
    overflow-y: visible;
}

/* end label1  */

/* label 2 */
.label2-hamsa {
    position: absolute;
    flex-shrink: 0;
    text-align: center;
}
.top-left-hamsa.label2-hamsa {
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label2-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label2-hamsa {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label2-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleY(-1) scaleX(-1);
    transition: transform 0.3s ease;
}

.text-top-left-label2-hamsa {
    transition: transform 0.3s ease;
}
.text-top-right-label2-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-left-label2-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-right-label2-hamsa {
    transition: transform 0.3s ease;
}

/* end label 2 */

/* label3  */
.label3-hamsa {
    position: absolute;
    flex-shrink: 0;
}
.top-left-hamsa.label3-hamsa {
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label3-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label3-hamsa {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label3-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleX(-1) scaleY(-1);
    transition: transform 0.3s ease;
}

.text-top-left-label3-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-top-right-label3-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-left-label3-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-right-label3-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* end label 3 */

/* label4  */
.label4-hamsa {
    position: absolute;
    flex-shrink: 0;
}
.top-left-hamsa.label4-hamsa {
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label4-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label4-hamsa {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label4-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleX(-1) scaleY(-1);
    transition: transform 0.3s ease;
}

.text-top-left-label4-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-top-right-label4-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-left-label4-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-right-label4-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* end label 4 */

/* label 22 */
.label22-hamsa {
    position: absolute;
    flex-shrink: 0;
}
.top-left-hamsa.label22-hamsa {
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label22-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label22-hamsa {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label22-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleX(-1) scaleY(-1);
    transition: transform 0.3s ease;
}

.text-top-left-label22-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-top-right-label22-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-left-label22-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-right-label22-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* end label 22 */
.label23-hamsa {
    position: absolute;
    flex-shrink: 0;
    text-align: center;
}
.top-left-hamsa.label23-hamsa {
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label23-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label23-hamsa {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label23-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleY(-1) scaleX(-1);
    transition: transform 0.3s ease;
}

.text-top-left-label23-hamsa {
    transition: transform 0.3s ease;
}
.text-top-right-label23-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-left-label23-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-right-label23-hamsa {
    transition: transform 0.3s ease;
}
/* label 25 */
.label25-hamsa {
    position: absolute;
    flex-shrink: 0;
}
.top-left-hamsa.label25-hamsa {
    top: 0;
    left: 0;

    transition: transform 0.3s ease;
}
.top-right-hamsa.label25-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label25-hamsa {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label25-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleX(-1) scaleY(-1);
    transition: transform 0.3s ease;
}

.text-top-left-label25-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-top-right-label25-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-left-label25-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.text-bottom-right-label25-hamsa {
    transform-origin: center;
    transition: transform 0.3s ease;
}
/*
/* label5  */
.label5-hamsa {
    position: absolute;
    flex-shrink: 0;
    text-align: center;
}
.top-left-hamsa.label5-hamsa {
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label5-hamsa {
    top: 0;
    right: 0;
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label5-hamsa {
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label5-hamsa {
    bottom: 0;
    right: 0;
    transition: transform 0.3s ease;
}
.text-top-left-label5-hamsa {
    transition: transform 0.3s ease;
}
.text-top-right-label5-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-left-label5-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-right-label5-hamsa {
    transition: transform 0.3s ease;
}
/* end label 5 */

/* label6 */
.label6-hamsa {
    position: absolute;
    flex-shrink: 0;
    text-align: center;
}
.top-left-hamsa.label6-hamsa {
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label6-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label6-hamsa {
    bottom: 0;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label6-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.text-top-left-label6-hamsa {
    transition: transform 0.3s ease;
}
.text-top-right-label6-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-left-label6-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-right-label6-hamsa {
    transition: transform 0.3s ease;
}

/* end label6 */

/* label7 */
.label7-hamsa {
    position: absolute;
    flex-shrink: 0;
    text-align: center;
}
.top-left-hamsa.label7-hamsa {
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label7-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label7-hamsa {
    bottom: 0;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label7-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.text-top-left-label7-hamsa {
    transition: transform 0.3s ease;
}
.text-top-right-label7-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-left-label7-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-right-label7-hamsa {
    transition: transform 0.3s ease;
}

/* end label7 */

/* label8 */
.label8-hamsa {
    position: absolute;
    flex-shrink: 0;
    text-align: center;
}
.top-left-hamsa.label8-hamsa {
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}
.top-right-hamsa.label8-hamsa {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.bottom-left-hamsa.label8-hamsa {
    bottom: 0;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.bottom-right-hamsa.label8-hamsa {
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.text-top-left-label8-hamsa {
    transition: transform 0.3s ease;
}
.text-top-right-label8-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-left-label8-hamsa {
    transition: transform 0.3s ease;
}
.text-bottom-right-label8-hamsa {
    transition: transform 0.3s ease;
}

/* end label8 */

/* end position label */

/* tooltip  */

.tooltip-hamsa {
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 14px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s,
        visibility 0.2s;
    z-index: 9999;
}

.tooltip-hamsa::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.tooltip-hamsa::before {
    content: '';
    position: absolute;
    bottom: -20.5px; /* Äáº©y ra chÃºt Ä‘á»ƒ táº¡o viá»n */
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px; /* Äá»™ dÃ y cá»§a viá»n */
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent; /* MÃ u cá»§a viá»n */
    z-index: -1; /* Äáº·t viá»n dÆ°á»›i tam giÃ¡c */
}

.tooltip-wrapper-hamsa:hover .tooltip-hamsa {
    opacity: 1;
    visibility: visible;
}

/* end tooltip  */

@keyframes flash-1 {
    0%,
    20%,
    40%,
    60% {
        opacity: 1;
    }
    10%,
    30%,
    50% {
        opacity: 0;
    }
}

@keyframes flash-2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes shake-bottom {
    0%,
    22%,
    44%,
    66% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }
    1.5%,
    3%,
    20%,
    24%,
    40%,
    46%,
    62% {
        transform: rotate(2deg);
    }
    6%,
    10%,
    14%,
    26%,
    30%,
    34%,
    48%,
    52%,
    56% {
        transform: rotate(-4deg);
    }
    8%,
    12%,
    16%,
    28%,
    32%,
    36%,
    50%,
    54%,
    58% {
        transform: rotate(4deg);
    }
    18%,
    38%,
    60% {
        transform: rotate(-2deg);
    }
}

@keyframes shake-bottom-2 {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }
    10% {
        transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    90% {
        transform: rotate(2deg);
    }
}

@keyframes heartbeat {
    0%,
    23.33%,
    46.66%,
    70% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    3.33%,
    26.66%,
    50% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    5.66%,
    28.99%,
    52.33% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    11%,
    34.33%,
    57.66% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    15%,
    38.33%,
    61.66% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat-2 {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes roll-in-1 {
    0% {
        opacity: 0;
        filter: blur(2px);
        transform: translate(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
        transform: translate(0) rotate(0);
    }
}

@keyframes roll-out-1 {
    0% {
        transform: translate(0) rotate(0deg);

        filter: blur(0);
        opacity: 1;
    }
    100% {
        transform: translate(100%) rotate(120deg);

        filter: blur(2px);
        opacity: 0;
    }
}

@keyframes bounce-in-1 {
    0% {
        transform: scale(0);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        transform: scale(1);
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        transform: scale(0.7);
        animation-timing-function: ease-in;
    }
    72% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    81% {
        transform: scale(0.84);
        animation-timing-function: ease-in;
    }
    89% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    95% {
        transform: scale(0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-out-1 {
    0% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    5% {
        transform: scale(0.9);
        animation-timing-function: ease-in;
    }
    15% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    25% {
        transform: scale(0.85);
        animation-timing-function: ease-in;
    }
    38% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    52% {
        transform: scale(0.7);
        animation-timing-function: ease-in;
    }
    70% {
        transform: scale(1);

        animation-timing-function: ease-out;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: scale(0);
        animation-timing-function: ease-in;
        opacity: 0;
    }
}

.ani-flash {
    animation: flash-1 3.5s infinite;
}

.ani-shaking {
    animation: shake-bottom 5s infinite;
}

.ani-pulse {
    animation: heartbeat 5s infinite;
}

.ani-shaking-label {
    animation: shake-bottom-2 2s infinite;
}

.ani-pulse-label {
    animation: heartbeat-2 2s infinite;
}

.ani-flash-label {
    animation: flash-2 0.9s both infinite;
}

.ani-roll-in {
    animation: roll-in-1 2s infinite;
}

.ani-roll-out {
    animation: roll-out-1 2s infinite;
}

.ani-bounce-in {
    animation: bounce-in-1 2s infinite;
}

.ani-bounce-out {
    animation: bounce-out-1 2s infinite;
}

[reveal] {
    opacity: 1 !important;
}