.header__menu-list {
    display: flex;
    justify-content: center;
    width: 100%;
}
.header__menu-item>a {        
    text-transform: none;
    font-weight: 400;
}
#header_menu_item_100069593 a {
    color: #e63946;
}

.header__menu-item a {
    position: relative;
    text-decoration: none;
    padding: 4px 10px;
    color: inherit;
    z-index: 1;
    transition: color 0.3s ease;
    overflow: hidden;
    display: inline-block;
}

.header__menu-item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f2a7b8;
    z-index: -1;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__menu-item a:hover::before {
    height: 100%;
}

.header__menu-item a:hover {
    color: #fff;
}

.grid-image__image {
    object-fit: cover;
    object-position: 50% 80%;

}
.products-grid__items[data-cols-d="4"] {
        gap: 0.2rem;
    }
.product--grid {
    padding: 0.1rem;
}
.input-group {
    border: 1px solid #d5a6bd;
}
.footer__links>a {
    display: none;
}
.newsletter .form__email {
    border-color: #d5a6bd;
}
.btn-primary {
    color: #fff;
}
.grid-image__badges>* {
    color: #fff;
}
.icon--secondary {
    color: #000;
}
.grid-image__save-wishlist:before {
    background-color: #d5a6bd;
    border-radius: 50px;
}
.grid-image__save-wishlist {
    bottom: calc(.5rem + 7px);
    right: calc(0.5rem + 7px);
}
.product-summary__info .variant-attribute--tag .variant-attribute__value label {
    background-color: #d5a6bd!important;
    border: 1px solid transparent!important;
    border-radius: 50%!important;
    color: #fff!important;
    font-size: 1.2rem!important;
 }
 .product-summary__info .variant-attribute--tag .variant-attribute__value :checked+label {
    background-color: #f1a3bd!important;
    border-color: #000!important;
    color: #212529!important;
}
.slider-image__image {
    border-radius:0.2rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.product--slider {
    border-radius:0.3rem;
    padding: 0.2rem;
}

