body {
    background: #fff;
}
.logo__image img {
    width: 80%;
}
.search__input {
    color: #000;
    background-color: #fff;
    border-color: #898989;
}
select#category {
    margin-right: 5px;
    padding: 5px 5px 5px 5px;
	border-color: #898989;
}
.header {
    grid-template-rows: 10px;
}
.header__navbar {
    margin-top: 10px;
	height: 60px;
}
.indicator--open .indicator__button, .indicator:hover .indicator__button {
    background: unset;
}

/* FORCE wider centered search */
.header__search {
    grid-column: 3 / 4 !important;
    display: flex;
    justify-content: center;
}
.search__input {
    width: 500px;
}

.brands-marquee {
  overflow: hidden;
  position: relative;
}

.block-brands__list {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: marquee 15s linear infinite;
}

.block-brands__item img {
  max-height: 100px;
  object-fit: contain;
}

/* Animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Optional: pause on hover */
.brands-marquee:hover .block-brands__list {
  animation-play-state: paused;
}

.block-brands__item-link img {
    max-width: unset;
}

.block-brands__item-link img {
    filter: unset;
    opacity: 1;
    transition: unset;
}
.block.block-brands.block-brands--layout--columns-14-full {
    margin-bottom: 50px;
}
.block.block-posts-carousel.block-posts-carousel--layout--grid {
    margin-bottom: 50px;
}






/* Wrapper */
.vlb-testimonial-wrap {
  max-width: 460px;
}

/* Bubble container */
.vlb-testimonial-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px 22px;
  position: relative;
  box-shadow: 0 3px 0 #222;
  margin-bottom: 36px;
      border: 1px solid #ccc;
}

/* Shadow triangle */
.vlb-testimonial-box::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 58px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #222;
}

/* White triangle */
.vlb-testimonial-box::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 60px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #fff;
}

/* Title */
.vlb-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #c57a1c;
}

/* Rating */
.vlb-rating {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.vlb-rating span {
  color: #333;
  letter-spacing: 1px;
}

/* Text */
.vlb-text {
  font-size: 15px;
  line-height: 1.55;
  color: #333;
  margin: 0;
}

/* Author */
.vlb-author {
  margin-top: 22px;
  padding-left: 50px;
  font-size: 14px;
}

.vlb-author span {
  color: #b30000;
  font-style: italic;
}
.block-posts-carousel--layout--grid .post-card {
    box-shadow: unset;
}

.site-footer__bottom {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 20px;
}

.site-footer__widgets {
    color: #fff;
}
.site-footer__widgets a{
    color: #fff;
}

.arrow__button:before {
    background: #337ab7;
}
.site__body {
    margin-top: 50px;
}
.widget__header {
    background: #337ab7;
    color: #fff;
	padding: 10px 15px;
}
.filter-categories__item--parent {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 12px;
}
.filter__container {
    padding: 0;
}
.filter-categories__counter {
    padding-right: 20px;
}
.widget-filters__item {
    padding-top: 0;
    padding-bottom: 0;
}
.widget-filters__item {
    border-bottom: unset;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.widget__header h4 {
    font-size: 16px;
}
.page-item.active .page-link {
    background-color: #337ab7;
}
.product-card:active .product-card__addtocart-icon:before, .product-card:hover .product-card__addtocart-icon:before {
    background: #337ab7;
}
.image--type--category .image__body, .image--type--product .image__body {
    padding-bottom: 72%;
}
.image--type--category .image__tag, .image--type--product .image__tag {
    height: unset;
}
.products-view__pagination {
    border: 1px solid #ccc;
	box-shadow: unset;
}



@media (max-width: 1024px) {
	
.block.block-brands.block-brands--layout--columns-14-full {
    display: none;
}
.sidebar--offcanvas--mobile .sidebar__body {
        position: unset;
        top: 0;
        bottom: 0;
        z-index: 1000;
        background: #fff;
        width: 100%;
        transition: unset;
        will-change: unset;
        overflow: unset;
        display: -ms-flexbox;
        display: unset;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        transform: unset;
    }
	.widget__header.widget-filters__header {
        display: block;
    }
	    .sidebar--offcanvas--mobile {
        visibility: unset;
        transition: unset;
    }
	.sidebar__header {
    display: none !important;
}
.header {
        display: unset;
    }
	.header__navbar {
    display: none;
}
    .header__indicators {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px 0;
		margin-top: 10px;
    }
    .indicator__button {
        padding: 3px;
        color: inherit;
        border-radius: 2px;
        border: 1px solid #000;
        padding: 15px;
        margin-top: 25px;
    }
	.header__search {
    padding-left: 15px;
    padding-right: 15px;
}
select#category {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
	        padding: 10px;
}	
.search__input {
        width: 100%;
        padding: 10px;
        border: 1px solid #000;
    }
    .sidebar--offcanvas--mobile .sidebar__backdrop {
	position: unset;
	}
	
button.search__button.search__button--end {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #3377ff;
    background: #fff;
}
.logo__image {
    text-align: center;
}
.logo__image img {
    width: 50%;
    margin-bottom: 20px;
}
    .product--layout--sidebar .product__body {
        grid-template-columns: 100% !important;
    }

}