/** Shopify CDN: Minification failed

Line 17:23 Unexpected ")"

**/
.ot-estimated-shipping-methods-checkbox-container {
  display: none;
}
.hdt-header-menu-mobile::part(content) {
  padding-inline-start: 0px;
  padding-top: 40px;
  background: #F5F9FF;
}
.hdt-footer-menu-list li a:hover, :where(.animate--hover-default,.animate--hover-light_skew) .hdt-btn.hdt-btn-link:not([disabled]):hover {
  color: #FFF;
}
.hdt-header-menu-mobile)::part(body){
    padding-inline-end: 0px !important;
}
.top-right-container {
  column-gap: var(--spacing-menu-item, 3rem);
  row-gap: min(calc(var(--spacing-menu-item, 3rem) / 3), 1rem);
  flex-wrap: wrap;
}
b, strong {
    font-weight: 500 !important;
}
.main-nav-container {
  background: #F5F9FF;
}
.hdt-product__features {
  --spacing-x: 1.6rem;
   --spacing-y: 0rem;
}
.hdt-product__feature {
  padding: var(--spacing-1) 0;
}
.hdt-product__feature-content {
  font-weight: 500;
}
.hdt-product__feature img {
  margin-bottom: var(--spacing-1-6);
  display: inline-block;
  width: 5rem;
  height: auto;
  filter: invert(12%) sepia(50%) saturate(3069%) hue-rotate(190deg) brightness(93%) contrast(99%);
}
.hdt-product__contents {
  --spacing-x: 1.6rem;
  border-radius: 15px;
  background-color: #F5F9FF;
  padding: var(--spacing-3) var(--spacing-2-8);
}
.hdt-product__contents h5 {
  margin-bottom: 24px;  
}
.hdt-product__content_img {
  min-width: 140px;
  max-width: 140px;
}
.hdt-product__content_img img {
  border-radius: 10px;
}
.hdt-product__content_item {
  column-gap: var(--spacing-menu-item, 2rem);
  row-gap: min(calc(var(--spacing-menu-item, 3rem) / 3), 1rem);
  align-items: center;
}
.included_product_title {
  font-weight: 500;
  margin-bottom: 12px;
}

div[id^="shopify-block-easify"] {
    margin-bottom: 0px !important;
}

.tpo_option-type-font-picker-swatches label{
        font-size: 20px !important;
        padding: 8px 8px !important;
}
    .hdt-product__buy-button {
      margin-bottom: 10px !important;
    }

.hdt-product__variant-picker {
      margin-bottom: 0px !important;
    }

.hdt-product__features {
      margin-bottom: 15px !important;
    }

.hdt-product-form__values {
  margin-bottom: 20px !important;
}

div[id*="easify"] {
    margin-bottom: 0px !important;
    }

/*================ Mobile Overides ================*/

@media screen and (max-width: 767px) {
  .hdt-main-section--product .hdt-section-spacing {
    padding-top: 0px !important;
  }
  .hdt-product-info__list {
    .hdt-product__title {
      order: 1;
      line-height: 35px;
    }
    .hdt-product__price {
      display: none;
    }
    .hdt-product__variant-picker {
      order: 2;
    }
    div[id*="easify"] {
      order: 3 !important;
    margin-bottom: 0px !important;
    }
    .hdt-product__buy-button {
      order: 4;
      margin-bottom: 0px;
    }
    div[id*="synctrack"] {
    order: 5;
    margin-bottom: 0px !important;
  }
    .hdt-product__features {
      order: 6;
    }
    .hdt-product__buy-button .tpo_add-to-cart {
      font-size: 20px;
    }
    .hdt-product__contents {
      order: 8;
    }
    .ot-estimated-shipping-shipping-methods {
      margin: 0px;
    }
    .ot-estimated-shipping-text-shipping {
      font-size: 15px;
    }
  }
  div[id^="shopify-block-easify"] {
    margin-bottom: 0px !important;
    }
  div[id^="shopify-block-synctrack"] {
    margin-bottom: 0px !important;
  }
  .hdt-product__content_img {
    min-width: 105px;
    max-width: 105px;
  }
  .hdt-social-media {
    display: none;
  }
  .hdt-collection-description, .hdt-pr-btns-group1 {
    display: none !important;
  }
}

.article-page {
  column-gap: 75px;
}

.inline-blog-sidebar {
   background-color: rgba(245, 249, 255, 1); 
  padding: 20px;
    text-align: center;
    border-radius: 10px;
  h5 {
    margin-bottom: 20px;
  }
  .post-container {
    margin-bottom: 15px;
  }
  .hdt-article-img {
    margin-bottom: 15px;
  }
  .hdt-article-title, .article-excerpt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .post-col-1 {
    width: 50% !important;
  }
  .post-col-2 {
      width: 25% !important;
  }
}

.metafield-rich_text_field h3, .metafield-rich_text_field h4,.metafield-rich_text_field h5,.metafield-rich_text_field h6,.metafield-rich_text_field h2 {
  font-size: 20px;
  line-height: 33.6px;
}

.metafield-rich_text_field ul{
  list-style: inside;
}

.metafield-rich_text_field a{
  text-decoration: underline;
  font-weight: 500;
}

.metafield-rich_text_field p{
  margin-bottom: 10px;
}
.metafield-rich_text_field p:last-child{
  margin-bottom: 0px;
}

/* Blog Changes */

.hdt-article-content h1, .hdt-article-content h2 {
  font-size: 24px !important;
}

.hdt-article-content h3, .hdt-article-content h4, .hdt-article-content h5, hdt-article-content h6 {
  font-size: 20px !important;
}

/* Filters Shown */

.hdt-filter .hdt-filter-group__list, .hdt-filter .hdt-widget-categories .hdt-categories-list {
    max-height: 40rem !important;
}