/** Shopify CDN: Minification failed

Line 115:0 Expected "}" to go with "{"

**/
.quik-item{
  display: flex;
  align-items: center;
  gap: 10px;
 
}
@media screen and (max-width: 1000px){
  .quik-item{
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  justify-content: center;
  }
  .quick-mobile{
    display: none;
  }
}


.button\+quantity {
    display: flex;
    gap: 10px;
}
@media screen and (min-width: 700px){
.product-info__buy-buttons{
  width: 50% !important;
}
  .button--xl{
    padding-block-start: 0.7rem;
    padding-block-end: 0.7rem;
  }
}
.product-info__buy-buttons{
  width: 100%;
}
 .button--xl{
    padding-block-start: 0.8rem;
    padding-block-end: 0.8rem;
  }
.quantity-selector {
    height: 3rem;
}

@media screen and (min-width: 700px){
 .image-link-blocks{
    justify-content: center;
} 
}

.custom-icon-lista {
      display: block !important;
}
.bottom-title{
  margin-top: 10px;
}
.logo-list{
  gap: 0px !important;
}
.logo-list__item{
  padding: 0px !important;
}

@media screen and (max-width: 1000px){
  .logo-list{
    display: flex !important;
  }
  .logo-list__item{
   padding: 5px !important;
   max-width: 70px;
}
}

#custom-blog{
  max-width: 1600px;
  margin: auto;
 
}

.custom-blog-border{
  border: 1px solid #153;
  padding: 0px 20px 20px 20px;
}

.sub-head {
    display: grid;
    width: 130px;
    margin: auto;
    margin-top: -15px;
}

.logo-list {
    gap: 0px !important;
}
.logo-list {
    justify-content: center;
}

@media (min-width: 999px){
  product-gallery{
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: +1; 
@include media-query($small) {
 position: relative;
      top: 0px;
  }  
}

