#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar {
    background-color: #D8A7B1!important
}

#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar a,#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar span,#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar p {
    color: #ffffff!important
}

#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar>div>div>div.header-search.flex-1 {
    background-color: #fff;
    border-radius: 50px
}

#mainnav {
    background-color: #D8A7B1!important
}

#mainnav>div>div>div>div:nth-child(1)>custom-main-menu a {
    color: #ffffff
}

@media only screen and (min-width: 1024px) {
    .main-menu .sub-menu {
        background-color:#ece1d1
    }
}

.header-btn__icon {
    display: flex;
    color: #000000;
    transition: transform 0.3s ease
}

.header-btn__icon:hover {
    transform: scale(1.1)
}

.s-user-menu-trigger {
    display: flex;
    background-color: #000000
}

.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #ffffff;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: #ffffff
}

.s-cart-summary-total {
    color: #ffffff
}

.text-primary {
    color: #ffffff;
}

body {
    background-color: #fff
}

:root {
    --main-color: #D8A7B1;
    --light: #fff;
    --dark: #000;
}

.store-footer__inner .grid>div:nth-of-type(1)>a::after {
    content: "";
    background: url(https://i.postimg.cc/5y0TtGkT/Rectangle-20021.png);
    display: block;
    background-size: contain;
    width: 180px;
    height: 100px;
    background-repeat: no-repeat
}

.store-footer__inner .container>div {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px
}

.store-footer__inner .container {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.store-footer__inner .container>div:nth-of-type(1) {
    grid-column: span 1 / span 2
}

.store-footer__inner+div {
    background: #fff0;
    max-width: 100%;
    justify-content: space-around
}

.store-footer__inner>div a h3 {
    display: none
}

@media (max-width: 992px) {
    .store-footer__inner .container {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.index .s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0
}

.index .s-block--fixed-banner img {
    background-color: transparent!important;
    border-radius: 0;
    padding: 0
}

.app-inner .s-block--fixed-banner:first-of-type {
    margin-top: 0px!important
}

.s-block--double-banner {
    padding: 10px
}

@media (min-width: 1024px) {
    .s-block--double-banner {
        padding:100px
    }
}

footer {
  background: #D8A7B1 !important; 
  padding: 0px 0;
}

footer * {
    background-color: unset!important;
    color: #ffffff !important;
    border-color: #ffffff!important
}

footer>svg {
    display: none
}

.s-product-card-vertical {
    border: 2px solid #dad8d8;
    border-radius: 10px 10px 20px 20px
}

.s-product-card-horizontal {
    border: 2px solid #dad8d8
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    transition: all 0.5s;
    color: var(--light);
    background: var(--main-color)
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    box-shadow: 0 0 0 2.5px var(--main-color),0 0 0 5px var(--light),0 0 0 6px var(--main-color);
    color: var(--main-color);
    background: var(--light);
    border-radius: 8px 0!important
}

footer .s-payments-list-item {
    background-color: #ffffff!important
}

.store-footer {
    position: relative;
    margin-top: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 0%);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-block__title h2 {
    position: relative;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #D8A7B1;
    position: relative;
    padding-bottom: 0px;
}


#slider-with-bg-4 > div.s-slider-block__title > div.s-slider-block__title-right,
#slider-with-bg-7 > div.s-slider-block__title > div.s-slider-block__title-right,
#slider-with-bg-9 > div.s-slider-block__title > div.s-slider-block__title-right{
        color: #D8A7B1;

}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > div::after {
    content: "";
    display: block;
    width: 250px;
    height: 50px;
    background-image: url("https://i.postimg.cc/sX2RyfSK/Mask-group.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px auto 0 auto;
}