/* Add custom CSS styles below */
.s-app-install-alert-wrapper {
    top: 4.2rem !important;
    bottom: auto !important;
    z-index: 999!important;
    background: #fff!important;
    padding: 1rem .5rem!important;
    text-align: center!important;
    margin-inline: .5rem!important; box-shadow: 0 100px 250px 50px!important;
}

.s-product-card-price {
    color: black;
}

@media (max-width: 767px) {
    section.s-block.s-block--fixed-banner.wide-placeholder.angel_anime.animate__.animate__fadeIn .container,section.s-block.s-block--fixed-banner.wide-placeholder.angel_anime.animate__.animate__fadeIn {
        padding: 0;
    }
}

:root {
    --infinte-color: #76e8cd
}
:root {
   
    --color-primary: #c89b6c;
    --color-primary-dark: #a27546;
    --color-primary-light: #eec192;
    --color-primary-reverse: #491c00;
    --dark-bg-main: #292929;
    --dark-text-main: #ffffff;
    --dark-text-sec: #a9a9a9;
    --dark-grey: #3d3d3d;
    --text-btn: #ffffff;
    --bg-color: #ffffff;
    --header-bg: #ffffff;
    --menu-bg: #ffffff;
    --footer-bg: #ffffff;
}
::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: hsla(0,0%,93%,.8);
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #baf3e6;
    border-radius: 0
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(186,243,230,.5)
}

::selection {
    background-color: rgba(150, 237, 217, .05);
    color: #76e8cd
}

::-moz-selection {
    background-color: rgba(150,237,217,.05);
    color: #76e8cd
}