.card .card__inner .card__media{
    border: 1px solid #dcdcde;
}
.product__media.bg-white.media{
    border: 1px solid #dcdcde;
}

.boost-sd__product-image-img {
      /* background: var(--boostsd-product-image-background); */
   background-color: #fff!important;
     border: 1px solid #dcdcde;

}
.quantity__button:focus-visible,
.quantity__input:focus-visible {
  /* background-color: rgb(var(--color-background)); */
  z-index: 2;
  outline: none;
  box-shadow: none;
  border: none;
}

.quantity__button:focus,
.quantity__input:focus {
  /* background-color: rgb(var(--color-background)); */
  z-index: 2;
}

.vitec .vitec-logo .logo-image {
  display: block;
  position: absolute;
  left: 0;
  height: 50px;
  width: 100%;
  background: url(https://cdn.shopify.com/s/files/1/0017/8985/3769/files/Videndum_Logo_WC_White_Transparent_Small_9c2791fb-2f86-48f7-9a73-99462d61e8a2.webp?v=1746685504)
    center left no-repeat;
  image-rendering: crisp-edges;
  background-size: auto 37.5pt;
  background-repeat: no-repeat;
  background-color: #535353;
  image-rendering: -webkit-optimize-contrast;
}

/* pagination */
@media screen and (min-width: 990px) {
  .pagination-wrapper {
    /* margin-top: 5rem; */
    margin-top: 2.7rem;
  }
}

@media (min-width: 768px) {
   .inside-container2>li:first-child {
         flex: 0 0 14.429rem !important;
        border-right: 1px solid var(--Gray-Gray-6, #333);
    }
    .navbar-brand {
    width: 10.9rem;
  }
}  

@media (max-width: 767.8px) {
  .navbar-brand {
    width: 11.25rem;
    display: block;
  }
}