:root {
    
    --color-primary: #ec96b1;
    --color-primary-dark: #e56990;
    --color-primary-light: #f4c347;
    --color-primary-reverse: #111111;
    --shadow-gold-hover: 0 15px 35px rgba(191, 149, 80, 0.15);
}


body { 
    background: #ffffff !important; 
}

*, ::after, ::before {
    box-sizing: border-box;
    border: 0 solid transparent;
}


header,
.store-header,
.top-navbar,
.main-navbar,
.s-header,
.header {
    background: #e56990 !important;
}



header *,
.store-header *,
.top-navbar *,
.main-navbar *,
.s-header *,
.header * {
    color: #e56990 !important;
    fill: #e56990 !important;
}


.header-btn__icon,
.header-btn,
.header-btn a,
.header-btn button {
    border: 1px solid #e56990 !important;
    
}

.s-product-card-promotion-title {
  
    background-color: #d7507a !important; 
    color: #ffffff !important;
    border-radius: 50px 0 0 50px !important;
    padding: 3px 15px !important;
    font-weight: bold !important;
    font-size: 11px !important;
    border: none !important;

  
}

.s-block__title, 
.s-slider-block__title-right h2, 
.s-block__title-right h2 { 
    color: var(--color-primary-reverse) !important; 
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-primary);
    font-weight: bold;
}

.s-slider-block__display-all, 
.s-block__display-all { 
    color: var(--color-primary) !important; 
    font-weight: bold;
    border: 1px solid var(--color-primary);
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    transition: all 0.3s ease;
    display: inline-block;
}

.s-slider-block__display-all:hover, 
.s-block__display-all:hover { 
    background-color: var(--color-primary);
    color: #ffffff!important;
    box-shadow: 0 4px 10px rgba(191, 149, 80, 0.2);
}



.s-product-card-entry { 
    height: 100%; 
    display: flex;
    flex-direction: column;
    padding: 0 !important;

    border: 1px solid #e56990 !important; 
    border-radius: 15px !important;
    overflow: hidden !important; 
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, border-color 0.3s ease !important;
    background: #fff;
    position: relative;
    z-index: 1;
}

.s-product-card-entry:hover {
    box-shadow: var(--shadow-gold-hover) !important;

    border-color: #f9e1e8 !important; 
}


.s-product-card-image {
    position: relative;
    overflow: hidden;
}

.s-product-card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 2;
}

.s-product-card-entry:hover .s-product-card-image::after {
    left: 150%;
    transition: all 0.9s ease-in-out;
}

.s-product-card-content { padding: 12px !important; }


.s-button-primary-outline, .s-product-card-add-button {
    background: var(--color-primary-dark) !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    border: none !important;
    transition: background 0.3s ease; 
}

.s-button-primary-outline:hover, .s-product-card-add-button:hover {
    background: #e56990 !important;
    color: #ffffff !important;
}

.top-navbar .s-search-input { 
    border: 1px solid #ffffff !important;
    background-color: #111111 !important;
    border-radius: 25px !important;
    height: 35px;
}

.s-search-icon { 
    color: var(--color-primary) !important; 
}

.s-button-primary span,
.s-button-primary:hover span {
    color: #ffffff !important; 
}


.s-block--banners, .s-slider-block, .s-block--features-list, .s-enhanced-slider {
    margin: 0 calc(-50vw + 50%) !important; 
    width: 100vw !important; 
    max-width: 100vw !important;
    padding: 0 !important; 
    position: relative; 
    z-index: 1;
}

.s-slider-block__item, .s-block--banners .banner-entry, .s-enhanced-slider__item {
    border-radius: 0 !important; 
    height: 600px !important; 
    overflow: hidden !important;
}

.s-slider-block__item img, .s-block--banners img, .s-enhanced-slider__item img {
    width: 100% !important; 
    height: 100% !important; 
    object-fit: cover !important;
}


.navbar-brand { 
    position: absolute !important; 
    left: 58% !important; 
    transform: translateX(-50%) !important; 
    top: 5% !important; 
    z-index: 1100 !important; 
}

.navbar-brand img { 
    max-height: 115px !important; 
    width: auto !important; 
}


.store-footer { 
    background: #FAFAFA !important; 
    padding-top: 60px !important; 
    border-radius: 50px; 
}

.store-footer__inner {
    background-color: #fce4ec !important; 
    color: #1a1a1a !important;
    border-top-left-radius: 50% 15px !important; 
    border-top-right-radius: 50% 15px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-top: 40px !important;
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    text-align: center !important;
}

.store-footer__inner::before {
    content: ""; 
    display: block; 
    width: 140px; 
    height: 90px; 
    margin-bottom: 25px;
    background-image: url('https://cdn.imgchest.com/files/970e465a3226.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
}

.store-footer h3 {
    text-align: center;
    margin-bottom: 1.25rem;
    border: solid 1px;
    border-radius: 30px;
}

.store-footer a, .leading-6 { 
    text-align: center; 
}

.store-footer__inner h3, 
.store-footer__inner ul, 
.store-footer__inner li, 
.store-footer__inner a { 
    text-align: center !important; 
    justify-content: center !important; 
    width: 100% !important; 
}

.copyright-text p { 
    color: #0a0102; 
}


.md\:flex.items-center.justify-between.py-4.container.text-center {
    background: #e56990 !important; 
    color: #ffffff !important;
    border-radius: 20px 20px 0 0;
    padding: 15px !important;
}

.md\:flex.items-center.justify-between.py-4.container.text-center * {
    color: #ffffff !important;
}


.s-social-link a {
    border: 1px solid rgba(229, 105, 144, 0.35) !important;
    border-radius: 2% !important;
    width: 38px;
    height: 38px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.s-social-link a svg { fill: #111111 !important; width: 18px; height: 18px; }

.s-social-link a:hover {
    border-color: #f7d2dd !important;             
    transform: translateY(-1px);
}


@media only screen and (max-width: 991px) {
    .s-products-slider-card, .s-product-card-entry { 
        max-width: 175px !important; 
    }
}

@media only screen and (max-width: 800px) {
    .top-navbar { background: #3c3e3f; color: white; }
    .s-slider-block__item, .s-block--banners .banner-entry { 
        height: 500px !important; 
}


.topnav-is-dark .top-navbar,
div#mainnav,
.main-nav-container,
.main-nav-container.fixed-pinned .inner {
    background: #fce4ec !important;
}