/* Add custom CSS styles below */ 


body {
    background-color: #f5f5f5 !important;
}
.s-product-card-content {
    padding: 0.5rem;
     
}
/*image border-raduis*/
.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
}
.s-product-card-fit-height .s-product-card-image {
    height: 10rem;
}
.s-product-card-image img {

    transition: .5s ease;
}

.s-product-card-image img:hover {
transform: scale(1.07);
}

a {
    display: block;
}

.s-product-card-full-image salla-add-product-button {

    background-color: transparent;
}

.s-product-card-entry {
    background-color: transparent;
 
}

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

.s-product-card-content-title {
    text-align: center;
        
}
.s-product-card-content-title a {
    font-size: 1rem;
 
}

.w-16 {
    width: 10rem;
}
.h-16 {
    height: 9rem;
}

.mb-2\.5 {
    margin-bottom: .625rem;
    
}


.slide--cat-entry {
    height: 12rem;
    background-color: transparent;
    
  
}

  .rounded-full {
    border-radius: 20px;
}

.s-product-card-entry {
    border: 1px #96331e solid;
      border-radius : 10px 0;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 10px 0;
}

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

/*H2 box shadow and border raduis*/
.s-slider-block__title h2 {
    font-size: 1.5rem;
    background-color: #;
    border: 1px #fff solid;
    border-radius: 5px;
    color: #96331e;
       box-shadow: 5px 10px 1px #96331e;
        font-weight: 900 !important;
}
/*advantages border-raduis*/
.s-block--features__item {
    border-radius: 0;
}
/*opacity SVG slider images*/
.s-slider-v-centered .s-slider-block__title-nav button {
    --tw-bg-opacity: .3;
    

}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
  
    border-bottom-color: #ddd;  
     border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top: 2px solid #ddd;
}

/*color of footer*/

.leading-6 {
    line-height: 1.75rem;
}

.max-w-sm {
    max-width: 20rem;
}

@media screen and (max-width:600px){
.s-block__title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px #ddd solid;
    border-radius: 10px;
    padding: 10px ;
    background-color: #96331e;
    color: white;
}

.index .brand-item {
    padding: 0.5rem;
}
.grid-cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

    .index .brand-item {
        padding: 0.25rem;
        border-bottom-width: 1px;
        border-bottom-color: #96331e;
        border-bottom-style: solid;
    }
.gap-4 {
    gap: 0.5rem;
}

  .grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    background-color: #d6d6d6;
}

salla-slider .slide--one-sixth {
    width: 45%;
}
/*color of nav bar*/
.bg-inherit {
    background-color: #f5f5f5;
}
/*high of nav bar*/
.main-nav-container {
    min-height: 55px;
}

.s-product-card-content {
    padding: 0;
     
}


}