/* Add custom CSS styles below */ 
/* Global */
@font-face {
    font-family: "F29LT Bukra Regular";
    src: url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.woff")format("woff");
}

body {
  font-family: "F29LT Bukra Regular";
  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 */


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


/* 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 */



/* Products Section */
.s-slider-block__title {
  margin-right: 1rem;
}

.s-slider-block__title:before{
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  width: 5px;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(to bottom, #996A37, #3F2B16);
}

@media (max-width: 768px) {
  .s-slider-block__title:before{
    height: 30px;
  }
}

.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 8px -4px #707070;
}

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

}

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

.s-product-card-content-title {
  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-sub {
    justify-content: center;
}

.s-button-wide {
    background-color: #9C6C38;
    color: #fff;
    border-radius: 10px !important;
}

.s-product-card-vertical img {
  transition: .5s;
}

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

.s-product-card-content-footer{
 width: 80% !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.45rem;
  left: 1.2rem;
  z-index:9999999999999;
  pointer-events: none;
  cursor: pointer;
}



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

}
.s-product-card-vertical .s-product-card-wishlist-btn button{
  position:unset;
   pointer-events: auto;
       appearance: none;
       border:1px solid #9C6C38!important;
       color:#1c1666;
           border-radius: 9px !important;
}
/* End of Products Section */



/* Footer */
.footer-is-light .store-footer {
  background-image: url(https://i.ibb.co/Z8fGZnL/Rectangle-391.webp);
  background-size: cover;
  color: #fff;
}

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

.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: 273px;
    height: 100px;
    background-image: url(https://i.ibb.co/dKgrNMh/22222.png);
    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;
    }
}

@media (min-width: 640px) {
    .store-footer {
        margin-top: 2rem;
    }
}

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

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;
}

.text-sm.copyright-text {
  color: #fff;
}
.copyright-text p {
   
    color: #ffffff !important;
}
/* End of Footer */