/* Add custom CSS styles below */ 
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
.s-block--fixed-banner .container {
    max-width: 100%;
  padding: 0px;
} 
.s-block:first-of-type {
    margin-top: 0;
}
section.To-categories ,section.TM-PromoSlider {
    margin-top: 3rem;
}
.To-testimonials .aos-init {
    padding: 15px;
}
.browse__products .product__item .image__overlay {
     display: none;
}

/*** Edits ***/
/* payments */
.s-payments-list-item {
    height: 3rem;
    width: 4rem;
    border: 1px solid #fff;
}
/* Footer */
.store-info  p.max-w-sm {
  display: none;
}
.s-menu-footer-list {
    display: flex;
    flex-direction: column;
}
.s-menu-footer-list a:first-child {
    order: 2;
}
.s-menu-footer-list a {
    margin-bottom: 1rem !important;
}.product__description h2{
    margin-bottom:0.8rem
}

.product__description h2 *{
    font-size:1.5rem !important;
    font-weight:700 !important;
}