/* Add custom CSS styles below */ 
.store-footer__inner, .store-footer__newsletter {
    background-color: #0e0f0f;
}
.product-card__content  .product-card__normal-cart {
  display: block;
}
.product-card__content  .product-card__normal-cart button[product-status="sale"] {
  border-color: transparent;
  background-color: var(--color-primary);
  color: #fff;
   border-radius: 0px 0px 10px 10px;
}
.product-card__content .product-card__normal-cart button[product-status="sale"]::before {
    content: "+";
    font-size: 24px;
    font-weight: normal;
     position: absolute;
    left: 8%;
}
.product-card__content .product-card__normal-cart button[product-status="sale"] i {
    display: none;
}

.s-button-light-outline {
    background-color: #797777;
    color: rgb(255 255 255);
    border-radius: 0px 0px 10px 10px;
}
.product-card__content .product-card__normal-cart button[product-status="out"] i {
  display: none;
}
.product-card__content .product-card__normal-cart button[product-status="out"]::before {
    content: "\ed8f";
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    left: 8%;
    font-family: "sallaicons" !important;
}

.product-card__image .product-card__addToCart {
    display: none;
}


.product-card__actions {
        display: inherit;
}

.product-card__buttons.normal {
display: none;
}
.product-card__out-label {
    width: 89px;
    text-align: center;
    position: absolute;
    top: 19%;
    left: 1rem;
    right: auto;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #ea5c5c;
    padding: 3px 3px;
    border: 1px solid #ea5c5c;
    border-radius: 4px;
    background-clip: padding-box;
    transform: rotate(360deg);
    margin: inherit;
    display: none;
    
}
.navbar-brand img {
    max-height: 80px;
}
.product-more-info .tab-content .tab-pane.show {
    text-align: center;
}
.footer-logo  img {
  filter: invert(1);
}
.product-card__promotion {
    top: 0rem;
    left: 0rem;
  }
  
custom-salla-product-card .product-card__image {
        border-radius: 1rem;
    }
custom-salla-product-card .product-card__subtitle {
color: #000;
}
.product-single__info > div:first-child{ 
display: none;
}
.product-single__info {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.product-price-bottom .center-between {flex-direction: column;}
.home-block-title h2 {
    font-size: 1.2rem;
}
.home-block-title div div {
display: none;
}
salla-installment,
#variant-inventory,
#product-form > .product-price-bottom,
.user-contacts .links-contact:nth-child(3) {
    display: none;
}
.s-block--best-offers .s-slider-block__title {
    display: flex;
    justify-content: center;
     border: none;
}
.s-block--best-offers .s-slider-block__title div,
.s-block--best-offers .s-slider-block__title h2 {
 padding: 0px;
 border: none;
}
.s-block--best-offers .s-slider-block__title div {
 padding-bottom: 20px;
}

.out-of-stock .product-card__image img, .product-card--full-image.out-of-stock img {
    filter: inherit;
}
.bg-secondary-l {
background-color: #f8f6f3;
  border-radius: 12px;
  padding: 1.3rem;
  width: 100%; 
  max-width: 600px; 
  margin-left: auto;
  margin-right: auto;
}
.bg-secondary-l .font-thin {
display: flex;
gap: 1rem;
}

.bg-secondary-l img {
        max-height: 1.6rem;
}


.product-single .app-inner > .container {
    display: flex;
    flex-direction: column;
}
.product-single .app-inner > .container > * {
    order: 0;
}
.product-single .app-inner > .container > .product-more-info {
  order: 0;
}
.product-single .app-inner > .container > salla-offer {
    order: 1;
}
.product-single .app-inner > .container > div:last-child {
    order: 1;
}
.product-single .tabs__item.is-active {
    display: flex !important;
    flex-direction: column;
    align-items: center;
        text-align: center;
}

.product-single .flex-grow.shrink-0.flex {
margin-top: 0px;
}
.product-single .product-single__info .product-entry__sub-title,
.product-single__info .product-entry__sub-title {
 display: none !important;
}
.s-block--full-bg:first-of-type {
    margin-top: 0px !important;
}

.product-single section#single-product-details {
    margin-bottom: 0px !important;
}

.product-single .store-footer {
  margin-top: 0rem !important;
}
.product-single__info > small.text-store-text-secondary.block {display:none !important;}

.advanced-slider__image {
    height: 80%;
}