/** Shopify CDN: Minification failed

Line 25:0 Unexpected "{"
Line 25:1 Expected identifier but found "%"
Line 27:2 Unexpected "{"
Line 27:3 Expected identifier but found "%"
Line 40:0 Unexpected "{"
Line 40:1 Expected identifier but found "%"
Line 42:2 Unexpected "{"
Line 42:3 Expected identifier but found "%"

**/
 section#shopify-section-template--24973712163183__rich_text_dTXEaF .rich-text__blocks.center {
    max-width: 1200px;
}
.image-with-text__text.rte.body {
    text-align: justify;
}
.header__menu-item {
    padding-top: 0px;
}
nav.header__inline-menu {
    margin-top: 0px !important;
}
{% comment %} .product__description p:nth-last-child(2), .product__description p:nth-last-child(3) {
    display: none;
} {% endcomment %}
.image-with-text__heading { 
    font-size: 30px;
}
.product__description ul li p {
    display: contents;
}
.custom-heading-with-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
}
{% comment %} a.button.custom-shop-btn {
    margin-top: -10px;
} {% endcomment %}
.custom-heading-with-btn h2 {
    margin-bottom: 0px;
    font-size: 28px;
}
.collection-hero__description.rte {
    max-width: 100%;
    text-align: justify;
}
.rte li p {
    display: contents;
}
.footer-app-store-badge-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-app-store-badge-icons img {
  max-height: 60px;
  transition: transform 0.2s ease;
}
.footer-app-store-badge-icons img:hover {
  transform: scale(1.05);
}
img.flover {
    width: 100%;
    max-width: 60%;
    margin: auto;
}
a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide {
    text-decoration: none;
    font-size: 1.8rem;
}
a.header__heading-link.link.link--text.focus-inset {
    padding: 0px;
}
.custom-heading-with-btn h1 {
    font-size: 24px;
}
@media screen and (min-width: 990px) {
    .custom-product-section {
        max-width: var(--page-width);
        padding: 0 5rem;
    }
}
@media screen and (max-width: 749px) {
    .custom-product-section {
        padding: 0 1.5rem;
    }
    .custom-heading-with-btn h1 {
    font-size: 21px;
}
}