/** Shopify CDN: Minification failed

Line 153:0 Unexpected "}"

**/
/* 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: 90%;
    word-wrap: break-word;
  }
}
/* Mobile Image Cards Cap Width */
@media screen and (max-width: 749px) {
  .card-media__content-wrapper .rich-text--fitted {
    max-width: 450px;
  }
}

/* Adjust the left and ride side padding so that the text is has close to equal spacing at the sides - across TEST template - image with text section*/
@media screen and (min-width: 750px) {
  [id^="shopify-section-template--22634219765988__image_with_text"] {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* Adjust the left and ride side padding so that the text is has close to equal spacing at the sides - across TEST template - image card section */
@media screen and (min-width: 750px) {
  [id^="shopify-section-template--22634219765988__image_cards_Nxa4mj"] {
  padding-left: 60px;
  padding-right: 60px;
  }
}

/* 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;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
  color: #ffffff !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;
}

.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;
}
}

.header__top .header__bottom {
  box-shadow: none !important;
}
.reversed-link__text {
  font-size: 13px !important;
}

@media (max-width: 749px) {
  .section-template--22577747230948__image_with_text_txCnLw {
    max-width: 60%;
    word-wrap: break-word;
  }
}
[id^="shopify-section-template--22634219765988"] {
  padding-top: 0;
}
@media screen and (max-width: 749px) {
  .custom__block.custom__block--text {
    margin-bottom: 15px !important;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .custom__block.custom__block--video {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
  }
  .custom__block.custom__block--video video,
  .custom__block.custom__block--video iframe,
  .custom__block.custom__block--video .deferred-media,
  .custom__block.custom__block--video .media {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  .custom__block.custom__block--video .deferred-media,
  .custom__block.custom__block--video .media {
    position: relative !important;
    height: 100% !important;
  }
}
/* Adjust the left and ride side padding so that the text is has close to equal spacing at the sides - across TEST template - image with text section*/
@media screen and (min-width: 750px) {
  [id^="shopify-section-template--22634219765988__image_with_text"] {
    padding-left: 100px;
    padding-right: 100px;
  }
}
