/* loading product */
.is-loading::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(4px);
    z-index: 9999;
}

.is-loading .spinner-border{
    position: absolute;
    top: calc(50% - 1rem);
    left:calc(50% - 1rem);
    z-index: 5;
    color: var(--accent-500, #f97316);
}
/* end loading product */

/* loading productDetail */
/* end loading product */
