/* Global */

body {
  background-color: #fff !important;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
/* End of Global */


/* Header */
.navbar-brand img {
  max-height: 4rem;
}

.top-navbar {
  background-color: #000000;
  color: #fff;
}



.top-navbar .s-search-input::placeholder {
    color: #fff;
}

.s-search-icon svg {
    fill: #fff;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #000000;
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total {
  color: #000000;
}

.header-btn__icon {
  border-color: #000000;
}

/* End of Header */








/* Main Banner */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
    margin-top: 0;
}

:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 100%;
}
/* End of Main Banner */

/* Tabs Products */
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: #fff;
}

section.s-block--tabs-produtcs {
  background-color: #fff;
}

@media (min-width: 640px) {
    .sm\:py-16 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/* End of Tabs Products */

/* Products Section */



.s-slider-block__title h2:after {
    content: '';
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 20px;
    background: url() no-repeat center;
    background-size: contain;
}

@media(min-width: 768px) {
  .s-slider-block__title h2 {
    font-size: 22px;
  }
}

.s-slider-block__title h2 {
    color: #292929;
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
    padding: 0.2rem;
    overflow: hidden;
    box-shadow: 0px 0px 6px -1px #292929;
}

.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: .4rem;
  padding-bottom: .4rem;

}

.s-product-card-content {
    background-color: #fff;
    border-radius: 0;
}

@media(max-width: 768px) {
  .s-products-slider-card.swiper-slide {
    width: 208px;
  }
}

.s-product-card-content-title {
  justify-items: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.s-product-card-content-title a {
  color: #3B1014;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-button-wide {
    background-color: #292929;
    color: #fff;
}

.s-product-card-vertical img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-vertical .s-product-card-image {
  border-radius: .75rem;
}

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}

.s-product-card-content-footer{
 width: 85% !important;
}
custom-salla-product-card{
  position: relative !important;
}
.s-product-card-image , 
.s-product-card-image img.loaded{
  position: unset;
}

.s-product-card-vertical .s-product-card-wishlist-btn{
  top: auto;
  bottom: 1.4rem;
  left: 0.8rem;
  z-index: 9999;
  pointer-events: none;
  cursor: pointer;
}

@media(max-width:768px){
.s-product-card-vertical .s-product-card-wishlist-btn {
    bottom: 0.9rem;
    left: 0.5rem;
  }
}

.s-product-card-vertical .s-product-card-wishlist-btn button{
  position: unset;
  pointer-events: auto;
  appearance: none;
  box-shadow: 0px 0px 6px -1px #292929;
  color:#EB4252;
  border-radius: 9px !important;
}

@media(max-width:768px){
.s-product-card-content-footer {
    width: 75% !important;
  }
}

@media(max-width:768px){
  .s-product-card-content {
    padding: .75rem .1rem;
  }
}
/* End of Products Section */


/* Footer */

.footer-is-light .store-footer {
  background-image: url();
  background-size: cover;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #fff;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 100px;
    height: 80px;
    background-image: url();
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
    justify-items: center;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}
/* End of Footer */