.md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
div#mainnav {
    background-color: #cc8a8c;
}
#mainnav .sicon-menu {
    color: black;
}

.main-menu li>a:hover {
    color: white;
}
.main-menu>.has-children:hover>a {
    color: white;
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded,
body#app {
    background-color: #fff;
}
.banner--fixed img {
    background-color: rgb(255 255 255);
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type > .container {
    margin-top: 0;
    padding: 0;
    max-width: 100%;
}
.navbar-brand img {
    max-height: 5rem;
    max-width: 116px;
    width: auto;
}
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}
@media (max-width: 767px) {
   #main-content > section:nth-child(4) > div > a:nth-child(1) {
    height: 200px !important;
}
  #main-content > section:nth-child(4) > div > a:nth-child(2) {
    height: 200px !important;
}
    .navbar-brand img {
        max-height: 4rem;
        max-width: 116px;
        width: auto;
    }
}
#main-content > section:nth-child(5) > div > a:first-child,
#main-content > section:nth-child(5) > div > a:nth-child(2) {
    height: 330px;
}
.store-footer,
.store-footer__inner {
    background-color: #cc8a8c !important;
}
@media (max-width: 767px) {
    #photos-0-slider
        > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden {
        padding: 0;
    }
    .s-products-slider-card {
        max-width: 185px;
    }
    .main-nav-container {
        min-height: 56px;
    }
    .s-button-element:not(:disabled):not([loading]) {
        font-size: 11px;
    }
}
.s-user-menu-login-btn {
    border-color: rgb(0 0 0);
}
.s-user-menu-login-btn svg {
    fill: #000000;
}
@media (min-width: 1024px) {
    .top-navbar {
        background-color: transparent;
    }
    section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
        margin-top: -133px;
        height: 100%;
        overflow: hidden;
    }
    .mm-spn a,
    .sub-menu.w-56 {
        color: #000;
    }
    .mm-spn.mm-spn--light {
        color: #000 !important;
    }
    .header-btn:hover .header-btn__icon,
    .header-btn__icon,
    .s-cart-summary-icon svg path,
    .s-cart-summary-wrapper:hover .s-cart-summary-icon svg path {
        color: #fff;
        fill: white;
    }
    .s-user-menu-login-btn svg {
        height: 1.25rem;
        width: 1.25rem;
        fill: #ffffff;
    }
    .s-cart-summary-total {
        color: rgb(255 255 255);
    }
    ul.main-menu.mm-spn--open {
    color: #000000;
}
    salla-menu.hydrated {
        z-index: 100;
        color: #fff;
    }
    .header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 9px;
        margin-right: 0;
        color: #fff;
    }
}
.s-product-card-entry {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    transition:
        transform 0.35s,
        box-shadow 0.35s,
        border-color 0.35s;
    border: 1px solid #f1e6e6;
}
.s-product-card-image img {
    transition: transform 0.6s;
}
.s-product-card-content-title a {
    transition: color 0.3s;
    display: block;
    font-size: 16px;
    color: #cc8a8c;
}
.s-product-card-price {
    transition: color 0.3s;
    color: #000;
    font-weight: 700;
    font-size: 21px;
}
.s-product-card-content-footer .s-button-element {
    border-radius: 14px;
    transition:
        background-color 0.3s,
        color 0.3s,
        border-color 0.3s;
}
.s-block--features__item,
.s-button-primary-outline.s-button-btn {
    position: relative;
    overflow: hidden;
    transition:
        transform 0.4s,
        box-shadow 0.4s;
}
.s-product-card-entry:hover {
    transform: translateY(-8px);
    border-color: #cc8a8c;
    box-shadow: 0 18px 45px rgba(204, 138, 140, 0.25);
}
.s-product-card-entry:hover .s-product-card-image img {
    transform: scale(1.08);
}
.s-product-card-entry:hover .s-product-card-content-title a,
.s-product-card-entry:hover .s-product-card-price {
    color: #cc8a8c;
}
.s-product-card-entry:hover .s-product-card-content-footer .s-button-element:not(.s-button-disabled) {
    background-color: #cc8a8c;
    border-color: #cc8a8c;
    color: #fff;
}
.s-button-primary-outline.s-button-btn {
    border-radius: 18px;
    border: none;
    background: linear-gradient(120deg, #cc8a8c, #e3a5a7, #cc8a8c);
    background-size: 300% 300%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 12px 30px rgba(204, 138, 140, 0.35);
    animation:
        6s infinite gradientFlow,
        3.5s ease-in-out infinite breatheGlow;
}
.s-button-primary-outline::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    animation: 4.5s infinite shimmerMove;
}
.s-button-primary-outline .sicon-shopping-bag {
    margin-left: 6px;
    animation: 2.8s ease-in-out infinite iconFloat;
}
.s-button-primary-outline:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 25px 60px rgba(204, 138, 140, 0.6);
}
.s-button-primary-outline:hover::before {
    animation-duration: 1.5s;
}
.s-button-primary-outline:hover .sicon-shopping-bag {
    animation: 0.6s iconJump;
}
.s-button-primary-outline:active {
    transform: scale(0.95);
}
@keyframes gradientFlow {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@keyframes breatheGlow {
    0%,
    100% {
        box-shadow: 0 10px 25px rgba(204, 138, 140, 0.35);
    }
    50% {
        box-shadow: 0 18px 45px rgba(204, 138, 140, 0.6);
    }
}
@keyframes shimmerMove {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
@keyframes iconFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}
@keyframes iconJump {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-6px) rotate(-10deg);
    }
}
.s-product-card-content {
    display: flex;
    place-content: center;
    align-items: center;
}
.s-product-card-content-sub {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) h2 {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: #cc8a8c;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) h2::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #cc8a8c, transparent);
    border-radius: 2px;
    opacity: 0.8;
}
.s-block--features__item {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    border: 2px solid #cc8a8c;
}
.s-block--features__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #cc8a8c, #e3a5a7, #cc8a8c, #f2c4c6);
    background-size: 200% 200%;
    z-index: 0;
    border-radius: 16px;
    opacity: 0;
    animation: 6s linear infinite bgMove;
    transition: opacity 0.5s;
}
@keyframes bgMove {
    0%,
    100% {
        background-position: 0 0;
    }
    25%,
    75% {
        background-position: 50% 50%;
    }
    50% {
        background-position: 100% 0;
    }
}
.s-block--features__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(204, 138, 140, 0.3);
}
.s-block--features__item:hover::before {
    opacity: 0.25;
}
.s-block--features__item .feature-icon {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(204, 138, 140, 0.2);
    transition:
        transform 0.4s,
        box-shadow 0.4s;
}
.s-block--features__item:hover .feature-icon {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 6px 20px rgba(204, 138, 140, 0.35);
}
.s-block--features__item .feature-icon i {
    font-size: 2rem;
    color: #cc8a8c;
    transition: transform 0.4s;
}
.s-block--features__item h2 {
    position: relative;
    z-index: 2;
    color: #cc8a8c;
    margin-top: 12px;
    font-size: 1.3rem;
    font-weight: 600;
    transition: color 0.3s;
}
.s-block--features__item p {
    position: relative;
    z-index: 2;
    color: #7a5556;
    margin-top: 6px;
    font-size: 1rem;
    transition: color 0.3s;
}

.navbar-brand img {
    max-height: 5rem;
}
#main-content > section:nth-child(4) > div > a:nth-child(1) {
    height: 330px;
}
#main-content > section:nth-child(4) > div > a:nth-child(2) {
    height: 330px;
}