/* Add custom CSS styles below */ 
.bg-white {

    background-color: rgb(225 124 120);
}

body {

    background-color: rgb(252 204 206);
}

.banner-entry {

    border-radius: 1.1rem 1.1rem 1.1rem 1.1rem;
    box-shadow: 0px 5px 0px #e17c78;
    height: 150px;
}

.grid-flow-row {

    grid-template-columns: repeat(3, minmax(0, 1fr));
}

salla-slider.photos-slider .swiper {
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
        
}



.s-block {
    margin-top: 0rem;
        background-color: rgb(252 204 206);
}

.rounded-md {
 
    padding-bottom: 10px;
}

.gap-3 {

    padding-bottom: 15px;
}

.s-product-card-image img {
    height: auto;
    width: auto;

}

.s-product-card-content-sub {
  
    display: flex;
    flex-direction: column;
}

.s-button-wide {
    width: 100%;
    background-image: linear-gradient(240deg, rgb(159 229 205) 39%, rgb(168 229 221) 51%, rgb(188 238 235) 63%);
    color: #151414;
    border-radius: 3.1rem 2.1rem 3.1rem 2.1rem;
    padding: 5px;
}

.s-product-card-entry {

    background-color: rgb(255 255 255);

}

.s-product-card-price {
    font-size: 18px;
    line-height: 1.25rem;
    font-weight: 900;
    background: #fff7ec;
    padding-right: 10px;
    padding-left: 10px;
    color: #c0615e;
}

.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.s-block--features__item:first-child {
    grid-column: span 1 / span 1;
}

.s-block--features__item {

    border-radius: 2.1rem 2.1rem 0.1rem 2.1rem;
    box-shadow: 0px 11px 7px 3px #e17c78;
    background: linear-gradient(271deg, #f5efe6, #ddf7ee) !important;
}

.store-footer {
  
    margin-top: 4rem;

}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(252 204 206);
    padding-left: 20px;
    padding-right: 20px;
}

.footer-is-light .store-footer .store-footer__inner {

    border-radius: 2.1rem 2.1rem 2.1rem 2.1rem;
    box-shadow: 0px -4px 0px 3px #e17c78;
    background: linear-gradient(271deg, #e17c78, #e17d79) !important;
}



.store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 16px;
    line-height: 1.75rem;
    font-weight: 900;
    color: #000000;
    background: #e1f6ed;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0.1rem 2.1rem 0.1rem 2.1rem;
        display: flex
;
    flex-direction: column;
    align-items: center;
}

.s-menu-footer-item {
    font-size: 16px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-btn__icon {

    background: #bcecdb;
}

.text-primary {
    color: #b5ebe5;
    font-size: 2.5rem;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {

    background-color: #f8eabd;

}

salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper {

    padding-bottom: 30px;
}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    background: #fcf7ec;
    border-radius: 2.1rem 0.1rem 0.1rem 2.1rem;
    padding: 5px;
    box-shadow: -4px 5px 0px #e17c78;
}

.s-product-card-vertical {
    flex-direction: column;
    border-radius: 1.1rem 1.1rem 2.1rem 2.1rem;
    box-shadow: 5px 5px 15px #e17c7838;
}

.bg-inherit {
    background-color: inherit;
    border-radius: 2.1rem 2.1rem 2.1rem 2.1rem;
    padding-left: 20px;
    padding-right: 20px;
}

.bg-white {
    background-color: rgb(244 232 221);
  
}

.navbar-brand img {

    max-width: 120px;
    padding-top: 10px;
}

.mm-spn.mm-spn--light {
    color: #000;
    background: #fcf7ec;
}