/* Add custom CSS styles below */ 
.s-product-card-image {
    padding: .3rem;
}

.s-product-card-image img {
    border-radius: 10px;
}

.s-product-card-content-footer {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 30px;
    overflow: hidden;
} 


.component-options-sittings .full_background_button {
    border-radius: 33px;
    background-color: inherit;
    color: inherit;
} 


.s-cart-summary-count {
    background-color: rgb(183 107 40);
} 

salla-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #b66b28 !important;
    background-color: var(--color-primary);
} 

#mobile-menu img {
  width:3rem;
  height:3rem;
}





.moved-icon-container .move_icon-to-mobile_menu_warpper:first-child {
    border-radius: .5rem!important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243,244,246,var(--tw-bg-opacity))!important;
    padding-left: 18px!important;
    padding-right: 18px!important;
    grid-column: 1/3;
}


.moved-icon-container .move_icon-to-mobile_menu_warpper .search-btn {
    display: flex;
    width: 100%;
}