/** Shopify CDN: Minification failed

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

**/
/* STARTED ADDING CODE FROM HERE */

/* Product Description Line Break Indent to Bullet Point */
.product__description ul li,
.product-description ul li,
.rte ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* Desktop Product Description Cap Width */
.product__block.product__block--description.rte.text-subtext {
  max-width: 500px;
}
/* Mobile Product Description Cap Width */
@media screen and (max-width: 749px) {
  .product__block.product__block--description.rte.text-subtext {
    max-width: 400px;
  }

/* Desktop Image Cards Cap Width */
@media screen and (max-width: 749px) {
.card-media__content-wrapper .rich-text--fitted {
  max-width: 50px;
}
/* Mobile Image Cards Cap Width */
@media screen and (max-width: 749px) {
  .card-media__content-wrapper .rich-text--fitted {
    max-width: 450px;
}

/* Mobile Image with text padding to edge of screen */
@media screen and (max-width: 749px) {
  .image-with-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Desktop Image with Text Cap Width */
.shopify-section-template--22457706348772__image_with_text_txCnLw {
  max-width: 20px;
  }
}
/* Mobile Image with Text Cap Width */
@media screen and (max-width: 749px) {
  .rich-text__text.rte.text-subtext {
    max-width: 450px;
  }
}

/* Complementary products hide price */
.complementary-products .price,
.complementary-products .product-price,
.complementary-products .price__container {
  display: none;
}
.f-price-item.f-price-item--regular {
  display: none;
}
/* Complementary products text cap width Desktop */
.product-card__info.text-left .product-card__title {
  font-weight: 600;
  font-size: 12px;
}
/* Complementary products text cap width  Mobile */
@media screen and (max-width: 749px) {
  .product-card__info.text-left .product-card__title {
    font-weight: 600;
    font-size: 11px;
  }
  
/* Footer bottom add a divider line */
.footer__bottom-row.flex.justify-between.items-start {
  border-top: 1px solid white;
  padding-top: 20px;
}
/* Footer bottom plain white social media icon only adjust gap */
.footer__list-social a,
.footer__list-social .social-icons__link {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0;
}
/* Footer bottom adjust gap between social media icons */
.footer__list-social .icon,
.footer__list-social svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  color: #ffffff;
}
/* Footer bottom adjust social media icons links hover */
.footer__bottom-row a.social__link.btn--secondary:hover,
.footer__bottom-row a.social__link.btn--secondary:focus,
.footer__bottom-row a.social__link.btn--secondary:active {
  background: transparent !important;
  background-color: transparent !important;

/* Footer bottom adjust social media icons links hover */
.footer__bottom-row a.social__link.btn--secondary::before,
.footer__bottom-row a.social__link.btn--secondary::after {
  display: none !important;
}
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
  color: #ffffff !important;
}

.menu-sidebar__content .reversed-link {
    text-align: center;
}

/* Navigation menu sub menu collection header middle alignment */
.menu-sidebar__content .reversed-link p {
    text-align: center;
}
.menu-sidebar__content .reversed-link .reversed-link__text {
    display: block;
    text-align: center;
}
#shopify-section-template--22457705595108__rich_text_dgPtDV p {
  max-width: 800px;
}

