/* Add custom CSS styles below */ 
.enhanced-title-border {
    display: block;
    border: 2px solid #414042;
    border: 2px solid #ff6767;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: relative;
    margin-right: 50%;
    margin: 15px auto;
}
.enhanced-title-border::before {
    content: " ";
    width: 110px;
    height: 2px;
    right: 251%;
    background: #414042;
    background: #000000 !important;
    position: absolute;
    top: 45%;
}
.enhanced-title-border::after {
    content: " ";
    width: 110px;
    height: 2px;
    left: 251%;
    background: #414042;
    background: #000000 !important;
    position: absolute;
    top: 45%;
}

.product-card__addToCart__btn salla-button button {
    background: #ef628b;
    color: #fff;
    border: 0;
}
.product-card__addToCart__btn salla-button button:hover {
    background-color: #f06489;
}
.s-block--enhanced-features__item .feature-icon i {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #414042;
    color: #000000;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.text-primary {
    color: #414042;
    color: #000000;
    }
    .s-button-primary {
    border-width: 1px;
    border-color: #ff6767;
    background-color: #ff6767;
    border: none;
    color: #ffffff;
}

.topnav-link-item {
    font-size: 17PX;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-top: 0px;
        padding-bottom: 2rem;
        font-weight: 700;
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: #414042;
        color: #ff6767;
        text-decoration-line: none;
    }
@media only screen and (min-width: 1024px) {
    .main-menu .has-children li a:hover, .main-menu .has-children .has-children:hover>a {
        color: #414042;
        color: #ff6767;
        background-color: rgba(229, 231, 235, 0.2);
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem;
        font-size: 1rem;
        line-height: 1.25rem;
        }
        }
        @media only screen and (min-width: 1024px) {
    .main-menu>.has-children:hover>a {
        color: #414042;
        color: #ff6767;
    }
}
.s-fast-checkout-button.outline
Specificity: (0,2,0)
 {
    background-color: transparent;
    border: 1px solid #fd242b;
    color: #000000;
}
.animated-text, .promotion-banner {
    padding: 12px 0;
    position: relative;
}