:root {
    --bg: rgb(48, 44, 52);
    --primary: rgb(237, 93, 121);
    --secondary: rgb(104, 44, 56);
    --bs-duration: 0;
}

.storyRows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stProduct-info {
    cursor: default;
    background: #FFFFFF;
    box-shadow: 0 4px 54px rgba(203, 185, 255, 0.53);
    border-radius: 51px;
    padding: 7px 22px;
}

.stProduct-info .mainPrice.off {
    display: inline-block;
    position: relative;
    color: #C2C2C2;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
}

.stProduct-info .mainPrice.off:before {
    content: ' ';
    width: 100%;
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    border-radius: 100px;
    background: #a6a6a663;
    transform: rotate(-5deg);
}

.stProduct-info .offPrice {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.stProduct-info .offPrice > span {
    color: #1C304F;
}

.stProduct-info .offPrice .woocommerce-Price-amount {
    color: #8E5FF9;
}

.stProduct-addCart {
    margin: auto 0 auto 12px;
}

.stProduct-addCart a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 17px;
    background: #8E5FF9;
    box-shadow: 0 4px 43px rgba(142, 95, 249, 0.53);
    border-radius: 56px;
}

.bigerStories-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.bigerStories-container .bigerStory-nav-btn {
    top: 40%;
    width: 40px;
    z-index: 10;
    height: 40px;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
    border-radius: 50%;
    outline: none !important;
    border: 1px solid #e0e0e2;
    background-color: #ffffff;
}

.bigerStories-container .bigerStory-nav-btn i {
    top: 2px;
    color: #424750;
    position: relative;
    line-height: initial;
}

.bigerStories-container .bigerStory-story-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: auto;
}

.bigerStories-container .bigerStory-story {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigerStories-container .bsPrev-btn {
    right: 7px;
}

.bigerStories-container .bsNext-btn {
    left: 7px;
}

.bigerStories-container .bigerStory-nav-btn.visible {
    visibility: unset !important;
}

.bigerStory-holder {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.bigerStory-holder::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.bigSTItem span {
    width: 75px;
    height: 75px;
    cursor: pointer;
    position: absolute;
    /*position: relative;*/
    z-index: 10;
    border-radius: 100px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

.bigSTItem.stLoad svg {
    animation: stroke-draw 5s ease-out infinite alternate;
}

.bigSTItem.stLoad.see svg {
    animation: stroke-draw-see 5s ease-out infinite alternate;
}

.bigSTItem .bigSTItem-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bigSTItem.see svg, .bigSTItem.see svg rect {
    stroke: #ced4da !important;
}

.bigSTItem svg {
    z-index: 5;
    fill: none;
    width: 95px;
    height: 95px;
    margin: auto;
    stroke-width: 3;
    stroke: rgb(237, 27, 52);
    position: relative;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    stroke-linecap: round;
}

.bigSTItem .st-name {
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    width: 90px;
    margin: 0 auto;
}

@keyframes stroke-draw {
    from {
        stroke: rgb(237, 27, 52);
        stroke-dasharray: 1;
    }
    to {
        stroke: #cd486b;
        transform: rotate(180deg);
        stroke-dasharray: 8;
    }
}

@keyframes stroke-draw-just {
    from {
        stroke: rgb(237, 27, 52);
        stroke-dasharray: 1;
    }
    to {
        stroke: #cd486b;
        stroke-dasharray: 8;
    }
}

@keyframes stroke-draw-see {
    from {
        stroke: #ced4da;
        stroke-dasharray: 1;
    }
    to {
        stroke: #ced4da;
        transform: rotate(180deg);
        stroke-dasharray: 8;
    }
}

.bigerStory-Box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: 100%;
    background: rgba(26, 26, 26, .9);
    /*backdrop-filter: blur(5px);*/
    z-index: 1000000;
}

.bigerStory-Box.op {
    display: flex;
}

.bigerStory-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 1500px;
    margin: auto;
}

.bigerStory-BoxInner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    scroll-behavior: unset;
}

.frame-story {
    border-radius: 22px;
    overflow: hidden;
}

.frame-story .elementor-container {
    transition: 0.3s all;
}

.bigerStory-BoxInner .bsStory-item {
    width: 30%;
    margin: auto;
    height: 80vh;
    flex-shrink: 0;
    flex-basis: 30%;
    padding: 0 24px;
    max-height: 666px;
    position: relative;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bigerStory-BoxInner .bsStory-item .e-con-boxed {
    overflow: hidden;
    border-radius: 22px;
}

.bsStory-item.active {
    width: 39%;
    cursor: auto;
    height: 90vh;
    flex-basis: 39%;
    max-height: 900px;
}

.bsStory-item.active .bsStoryCountdown-timer {
    opacity: 1;
}

.bsStory-item.active .bsStory-overlay {
    display: none;
}

.bsStory-item .bsStory-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 200;
    cursor: pointer;
    background: #000;
    position: absolute;
    border-radius: 15px;
}

.bsStory-item.empty {
    flex-basis: 30%;
    width: 30%;
}

.bsStory-item.active .bsReply-story {
    z-index: 5;
    opacity: 1;
}

.bsStory-item .bsReply-story {
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -10;
    position: absolute;
    padding: 0 15px 15px;
    transition: 0.3s all;
}

.bsReply-story:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 130px;
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0), rgb(12 12 12 / 70%));
}

.bsStory-item .bsReply-story .replyInner {
    position: relative;
    display: flex;
}

.bsStory-item .bsReply-story .submitReply {
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    display: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0 10px;
    font-size: 27px;
    font-weight: 400;
    position: absolute;
}

.bsStory-item .bsReply-story .submitReply i {
    position: relative;
    top: 2px;
}

.submitReply.show {
    display: block !important;
}

.bsStory-item .bsReply-story .replyInner svg {
    width: 45px;
    display: block;
    margin: auto 0 auto 17px;
}

.replyInner-input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: fit-content;
}

.bsReply-story.bST-typeReplay {
    top: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    z-index: 22 !important;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 76%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.bsReply-story.bST-typeReplay .replyInner {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.bsReply-story.bST-typeReplay .replyInner .est-love {
    display: none;
}

.bsStory-item.typeRep .btnArrow-story {
    display: none !important;
}

.bsStory-item .bsReply-story input {
    width: 100%;
    height: 50px;
    margin: auto;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 9px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
}

.bsStory-item .bsReply-story input::placeholder {
    color: #ffffff;
}

.bsStory-item .bsReply-story .replyInner .est-love {
    cursor: pointer;
}

.bsStory-item .bsReply-story .replyInner .est-love.like svg {
    fill: #ef3d51;
}

.bsStory-item .bsReply-story .replyInner .est-love.like svg path {
    stroke: #ef3d51;
}

.bsStory-item.active .e-con-inner {
    padding-bottom: 70px;
}

.bsStory-tempHolder {
    margin: auto;
    height: 100%;
    display: block;
    overflow: hidden;
    width: fit-content;
    position: relative;
    border-radius: 15px;
}

.bigStoryBG {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bsStory-item .bigStoryBG img {
    display: block;
    width: auto;
    height: 100%;
    margin: auto;
    pointer-event: none;
}

.bsStory-item.active .bsStory-tempHolder .storyRows {
    bottom: 100px;
    z-index: 10;
}

.bsStory-item .bsStory-tempHolder .storyRows {
    left: 0;
    right: 0;
    bottom: 15px;
    position: absolute;
    justify-content: center;
}

.bigerStory-BoxInner .bigStoryVID video {
    width: auto;
    height: 100%;
    transition: 0.3s all;
}

.bsCloseStory {
    top: 30px;
    opacity: 1;
    right: 30px;
    display: flex;
    cursor: pointer;
    position: absolute;
}

.bsCloseStory i {
    color: #fff;
    padding: 5px;
    font-size: 30px;
    line-height: initial;
}

@keyframes es-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.easyContainer {
    display: flex;
    height: 100%;
    direction: rtl;
    width: 596px;
    margin: auto;
}

.easyContainer-inner {
    margin: auto;
    display: block;
    width: 100%;
}

.bsStoryCountdown-timer {
    left: 0;
    right: 0;
    top: 15px;
    opacity: 0;
    z-index: 25;
    margin: auto;
    position: absolute;
    width: calc(100% - 40px);
}

.bsStoryCountdown-timer, .bsStoryCountdown-timer-bar {
    height: 4.5px;
    overflow: hidden;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, .4);
}

.bsStoryCountdown-timer .bsStoryTime-line {
    display: block;
    width: auto;
}

.bsStoryCountdown-timer-bar {
    width: 0;
    display: block;
    background: #ffffff;
    -webkit-transition: width .1s linear;
    -moz-transition: width .1s linear;
    -ms-transition: width .1s linear;
    -o-transition: width .1s linear;
    transition: width 1s linear;
    will-change: width;
}

.bsStoryCountdown-timer-bar.animate {
    background-color: rgb(104, 44, 56);
}

.animate {
    animation: bsSTCountdown var(--bs-duration) linear forwards;
}

.bsStory-arrow {
    padding: 3px;
    border: solid black;
    border-radius: 1px;
    display: inline-block;
    border-width: 0 3px 3px 0;
}

.bsStory-arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.bsStory-arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.bigerStory-BoxInner .bsStory-item:hover .btnArrow-story {
    opacity: 1;
}

.bsStory-item.active .btnArrow-story {
    display: block;
    opacity: 0.3;
    transition: 0.3s all;
}

.bsStory-item.active .btnArrow-story i {
    position: relative;
}

.btnArrow-story {
    top: 50%;
    z-index: 100;
    display: none;
    cursor: pointer;
    position: absolute;
    line-height: initial;
}

.btnArrow-story.btnArrow-right {
    right: 10%;
}

.btnArrow-story.btnArrow-left {
    left: 10%;
}

.btnArrow-story i {
    font-size: 33px;
    color: #fff;
}

.btnArrow-story.btnArrow-right i {
    top: 6px;
}

.btnArrow-story.btnArrow-left i {
    transform: rotate(180deg);
    top: -6px;
}

@keyframes bsSTCountdown {
    to {
        transform: scaleX(0);
    }
}

@media (max-width: 1200px) {
    .bigerStory-BoxInner .bsStory-item.active {
        max-height: 900px;
    }

    .bigerStory-BoxInner .bsStory-item {
        max-height: 550px;
    }
}


@media (max-width: 992px) {
    .bsStory-item.active .btnArrow-story {
        opacity: 0.7;
    }

    .btnArrow-story.btnArrow-right {
        right: 7%;
    }

    .btnArrow-story.btnArrow-left {
        left: 7%;
    }

    .bsStory-item.empty {
        flex-basis: 25%;
        width: 25%;
    }

    .bigerStory-BoxInner .bsStory-item {
        width: 25%;
        flex-basis: 25%;
        max-height: 400px;
    }

    .bigerStory-BoxInner .bsStory-item.active {
        width: 50%;
        flex-basis: 50%;
    }

    .bsCloseStory {
        right: 20px;
    }

    .bsCloseStory i {
        font-size: 27px;
    }
}

@media (max-width: 968px) {
    .bigerStory-BoxInner .bsStory-item.active {
        width: 100%;
        flex-basis: 100%;
    }

    .bigerStory-BoxInner .bsStory-item {
        width: 0;
        padding: 0;
        flex-basis: 0;
    }

    .bigerStory-BoxInner .bsStory-item.parent-story .bsStory-groupTimeLine {
        width: calc(100% - 55%);
    }
}

@media (max-width: 768px) {
    .bsStory-item .bsReply-story .replyInner svg {
        width: 40px;
        height: auto;
    }

    .bsStory-item .bsReply-story .replyInner .est-love {
        margin: auto;
    }
}

@media (max-width: 576px) {
    .bigerStory-BoxInner .bsStory-item.active {
        max-height: 100%;
        height: 100vh;
    }

    .bsCloseStory {
        top: 30px;
        right: 7px;
    }

    .bsStoryCountdown-timer {
        width: calc(100% - 25px);
    }

    .bsStory-tempHolder, .bsStory-item .bsStory-overlay {
        border-radius: 0;
    }

    .bsStory-item.active .btnArrow-story {
        top: 13%;
        bottom: 13%;
        width: 55px;
        height: auto;
        opacity: 0 !important;
    }

    .bigerStory-BoxInner .btnArrow-story.btnArrow-right {
        right: 0;

    }

    .bigerStory-BoxInner .btnArrow-story.btnArrow-left {
        left: 0;
    }

    .bsStory-item.active .bsStory-tempHolder .storyRows {
        bottom: 85px;
    }

    .bigerStory-BoxInner .bsStory-item.parent-story .bsStory-groupTimeLine {
        width: calc(100% - 30px);
    }
}

@media (max-width: 400px) {
    .bsStory-item.active .btnArrow-story {
        width: 40px;
    }
}

.bigerStory-notify {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.bigerStory-notify p {
    color: #fff;
    margin: auto;
    padding: 10px 22px;
    border-radius: 7px;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.bigerStory-notify.show {
    display: flex;
}

.storyRows .stProduct-Box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*Start Style ProductBox Main*/
.stProduct-Box.style-main {
    padding: 0 15px;
}

.bsStory-item.active .stProduct-Box.style-main .stProd-inner {
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.stProduct-Box.style-main .stProd-inner {
    display: flex;
    overflow: hidden;
    border-radius: 9px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
}

.bsStory-item.active .stProduct-Box.style-main .stProd-thumb {
    -ms-flex: 0 0 20.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
}

.stProduct-Box.style-main .stProd-thumb {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    padding: 0 10px;
    background: #fff;
}

.stProduct-Box.style-main .stProd-thumb img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
}

.bsStory-item.active .stProduct-Box.style-main .stProd-info {
    -ms-flex: 0 0 54.333333%;
    flex: 0 0 54.333333%;
    max-width: 54.333333%;
}

.stProduct-Box.style-main .stProd-info {
    padding: 10px 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.bsStory-item.active .stProduct-Box.style-main .stProd-info .stProd-name {
    font-size: 15px;
    text-align: right;
}

.stProduct-Box.style-main .stProd-info .stProd-name {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    text-wrap: wrap;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 25px;
    overflow-wrap: break-word;
}

.bsStory-item.active .stProduct-Box.style-main .stProd-price {
    justify-content: right;
}

.stProduct-Box.style-main .stProd-price {
    display: flex;
    line-height: normal;
    justify-content: center;
}

.bsStory-item.active .stProduct-Box.style-main .stProd-price .woocommerce-Price-amount {
    font-size: 18px;
}

.stProduct-Box.style-main .stProd-price .woocommerce-Price-amount {
    color: #fff;
    font-size: 18px;
}

.stProduct-Box.style-main .stProd-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 13px;
}

.stProduct-Box.style-main .stProd-price .mainPrice.off .woocommerce-Price-amount {
    color: #797b7e;
    margin-left: 10px;
    position: relative;
}

.stProduct-Box.style-main .stProd-price .mainPrice.off .woocommerce-Price-amount:before {
    content: '';
    left: 0;
    right: 0;
    top: 12px;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #a6a6a69c;
    transform: rotate(-5deg);
}

.stProduct-Box.style-main .stProd-price .mainPrice.off .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: none;
}

.bsStory-item.active .stProduct-Box.style-main .stProd-addCart {
    display: flex;
}

.stProduct-Box.style-main .stProd-addCart {
    display: none;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.stProduct-Box.style-main .stProd-addCart .bigStoryAddCartBtn {
    color: #fff;
    width: 80%;
    height: 80%;
    margin: auto;
    display: block;
    font-size: 33px;
    line-height: 88px;
    position: relative;
    border-radius: 9px;
    border: 1px solid rgb(255 255 255 / 32%);
}

.stProduct-Box.style-main .stProd-addCart .bigStoryAddCartBtn.loading i {
    opacity: 0;
}

.stProduct-Box.style-main .stProd-addCart .bigStoryAddCartBtn.loading:before {
    opacity: 1;
    transition: opacity .2s ease;
    animation: bs-rotate 450ms infinite linear;
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #999999;
    border-left-color: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
}

.stProduct-Box.style-main .stProd-addCart .bigStoryAddCartBtn.added i:after {
    content: '\E019';
}

.bsStory-item.active .stProduct-Box.style-main .stProd-addCart .added_to_cart {
    display: none;
}

@keyframes bs-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/*Start Style Box*/
.bigerStory-holder.style_box {
    gap: 15px;
}

.bigST-box .bigerOPST {
    width: 118px;
    height: 190px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
}

.bigST-box .bigSTItem-inner svg {
    width: 120px;
    height: 192px;
    opacity: 0;
}

.style_box .bigST-box.stLoad svg {
    animation: unset !important;
}

.style_box .bigSTItem.bigST-box {
    position: relative;
}

.bigSTItem.bigST-box .st-name {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 5px;
    z-index: 17;
    color: #fff;
    padding: 0 8px;
    font-size: 12px;
    text-align: right;
    position: absolute;
}

.style_box .bigSTItem.bigST-box .bigSTItem-inner span:before {
    content: "";
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 35%;
    position: absolute;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .4), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent);
}

.bsStory-item.parent-story .bsStory-groupTimeLine {
    left: 0;
    right: 0;
    gap: 5px;
    top: 15px;
    z-index: 25;
    margin: auto;
    display: flex;
    position: absolute;
    width: calc(100% - 45%);
}

.bsStory-item.parent-story .bsStory-groupTimeLine .bsStoryCountdown-timer {
    position: relative;
    top: unset;
}

.bsStory-item.parent-story .child-story {
    width: 100%;
}

.bsStory-item.parent-story .bsStoryChild-story {
    margin: auto;
    height: 100%;
    display: block;
    overflow: hidden;
    width: fit-content;
    position: relative;
}

.bsStory-item.parent-story .bsStoryChild-story.hide {
    display: none;
}

.bsStory-item-skeleton, .bsStoryChild-story-skeleton {
    width: 100% !important;
    height: 100%;
    margin: auto;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    animation: skeleton-loading 1.5s infinite;
    background: linear-gradient(90deg, #f0f0f01f 25%, #f0f0f030 50%, #f0f0f01f 75%);
    background-size: 200% 100%;
}

@keyframes skeleton-loading {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}