/** Shopify CDN: Minification failed

Line 41:0 Unexpected "<"

**/
section#laber_ad5b54ae-8932-460a-8f6a-ef3142ef2d38 .row
 {
    row-gap: 30px;
 }

section.custom-marquee {
  background: #ffd3d6;
}

.footer-text a:hover {
    color: #fff;
}
.custom-slideshow__nav {
  left: 1%;
    width: 98%;
}
 h2.custom-slideshow__heading {
    color: #000;
    font-weight: 900;
}
 .custom-slideshow__subheading {
    color: #000;
}

span.brown {
    color: #5a1b00;
}

article.post-item.post_laber_loop.alo-item h3 {
    text-align: center;
}



/* marquee css tranfer from the theme.liquid  */
<style>
.custom-marquee {
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 10px 0;
  font-weight: 500;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee__inner {
  display: inline-flex;
  width: 200%;
  animation: marqueeAnim 15s linear infinite;
}

.marquee__inner span {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}

/* Marquee animation */
@keyframes marqueeAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .marquee__inner span {
    font-size: 14px;
  }
}

/* Css */
.slick-carousel .laber_append_arrows {
    opacity: 1!important;
}