/** Shopify CDN: Minification failed

Line 411:15 Expected identifier but found whitespace
Line 411:27 Unexpected "!"

**/
/**** BLOG POST CONTENT ****/

.article-content {
  --text-color: #1f1f1f;
  --btn-bg: #1f1f1f;
  --btn-text: #fff;
  --media-edges: 0px;
  --media-shadow: none;
}

/* text color */
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6, .article-content p, .article-content ul, .article-content ol, .article-content div.article-excerpt {
  color: var(--text-color);
}

/* font sizes */
.article-content h2 {
  font-size: calc(2.5rem * 1) !important;
}

.article-content h3 {
  font-size: calc(1.75rem * 1) !important;
}

@media (max-width: 749px) {
	.article-content h2 {
	  font-size: calc(2rem * 1) !important;
	}
	
	.article-content h3 {
	  font-size: calc(1.5rem * 1) !important;
	}
}

/* element spacing */
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6, .article-content p, .article-content ul, .article-content ol,
.article-content embed {
  margin: var(--spacing);
}

/* blockquotes */
.article-content blockquote {
  border: none;
  margin: 0 auto;
  font-style: normal;
}

.article-content blockquote p {
  margin: 0;
  color: #fff !important;
  font-size: 2em;
  line-height: 1.2;
}

@media (max-width: 749px) {
  .article-content blockquote p {
    font-size: 1.5em;
  }
}

.article-content blockquote:not(.tiktok-embed, .instagram-media) {
  background: var(--text-color);
  color: #fff !important;
  padding: 30px;
  border-radius: var(--media-edges);
  font-size: 1.3em;
}

@media (max-width: 749px) {
  .article-content blockquote:not(.tiktok-embed, .instagram-media) {
    font-size: 1em; 
  }
}

/* lists */
.article-content ul, .article-content ol {
  padding-left: 20px !important;
  list-style: disc;
}

/* excerpt */
.article-content div.article-excerpt {
  font-size: 1.7em;
  line-height: 1.2;
}

/* text links */
.article-content a {
  color: var(--text-color);
  transition: 0.3s;
}

.article-content a:hover {
  color: var(--text-color);
  transition: 0.3s;
}

/* buttons */
.article-content h6 a {
  display: inline-block;
  background-color: var(--btn-bg);
  color: var(--btn-text);
   border: 1px solid var(--card-btn-bg);
    border-radius: 0;
    display: inline-block;
    font-weight: 600;
    line-height: 1.8;
    padding: 0.5em 2em;
    text-transform: uppercase !important;
    transition: all 0.25s ease;
}

.article-content h6:has(> a) {
  text-align: center;
}

.article-content h6 a:hover {
  background-color: var(--btn-text);
  color: var(--btn-bg);
}

.article-content .rte a {
  background: none;
}

/* images */

.article-content img {
  width: 100%; 
  height: auto;   
}

/* media styling for drop shadows & rounded corners*/

.article-content img:not(.LT-blog__CollectionProductCardImage img, .LT-blog__ProductImage img, .lt-article-author-image img), .article-content iframe, blockquote.tiktok-embed {
  border-radius: 0 !important;
}

/* tiktok embeds */

.article-content .tiktok-embed {
  max-width: 325px !important;
  padding: 0 !important;
  border-radius: var(--media-edges) !important;
}

.article-content blockquote.tiktok-embed {
   display: block !important;
}

/* instagram embeds */

.article-content iframe.instagram-media {
   margin: 0 auto !important;
}

/* dawn theme */
@media screen and (min-width: 750px) {
  .article-content.page-width--narrow {
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
.article-template__hero-container img {
    padding-left: 80px;
    padding-right: 80px;
    background: #F1E7DC !important;
  }}


/**** SHOPPABLE BLOG PRODUCT CARD ****/

/* overall card */
.article-content .LT-blog__CollectionProductCard,
.article-content .LT-blog__ProductCard {
  display: grid !important;
  grid-template-columns: minmax(180px, 400px) 1fr !important;
  align-items: center !important;
  gap: 50px !important;
  background: #F1E7DC !important;
  border: 1px solid var(--dark) !important;
  border-radius: 0 !important;
  padding: 28px 36px !important;
  box-shadow: none !important;
  max-width: 980px;
  margin: 40px auto !important;
}

/* image area */
.article-content .LT-blog__CollectionProductCardImage,
.article-content .LT-blog__ProductImage {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.article-content .LT-blog__CollectionProductCardImage img,
.article-content .LT-blog__ProductImage img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  border: none !important;
  object-fit: cover;
}

/* content area */
.article-content .LT-blog__CollectionProductCardContent,
.article-content .LT-blog__ProductContent,
.article-content .LT-blog__CollectionProductCardDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

/* product title */
.article-content .LT-blog__CollectionProductCardTitle,
.article-content .LT-blog__ProductTitle,
.article-content .LT-blog__CollectionProductCardTitle a,
.article-content .LT-blog__ProductTitle a {
  font-size: 32px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  color: #1f1f1f !important;
  text-decoration: none !important;
  text-transform: Capitalize !important;
  margin: 0 !important;
}

/* product title */
.article-sidebar .relatedProductTitle {
  text-transform: capitalize !important;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: normal; /* removes that spaced-out uppercase feel */
}

.article-sidebar .article--sidebar-products h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

/* product price */
.article-sidebar .relatedProductPrice {
  font-size: 12px;
  text-transform: none;
}

/* price */
.article-content .LT-blog__CollectionProductCardPrice,
.article-content .LT-blog__ProductPrice,
.article-content .price {
  font-size: 1.1rem !important;
  color: #1f1f1f !important;
  margin: 0 0 10px 0 !important;
}

/* button */
.article-content .LT-blog__CollectionProductCard .button,
.article-content .LT-blog__CollectionProductCard button,
.article-content .LT-blog__ProductCard .button,
.article-content .LT-blog__ProductCard button,
.article-content .LT-blog__CollectionProductCard form button,
.article-content .LT-blog__ProductCard form button {
  background: #1f1f1f !important;
  color: #fff !important;
  border: 1px solid #1f1f1f !important;
  border-radius: 0 !important;
  padding: 16px 28px !important;
  min-width: 190px;
  font-size: 0.95rem !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.article-content .LT-blog__CollectionProductCard .button:hover,
.article-content .LT-blog__CollectionProductCard button:hover,
.article-content .LT-blog__ProductCard .button:hover,
.article-content .LT-blog__ProductCard button:hover {
  background: transparent !important;
  color: #1f1f1f !important;
}

/* mobile */
@media (max-width: 749px) {
  .article-content .LT-blog__CollectionProductCard,
  .article-content .LT-blog__ProductCard {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 22px !important;
    text-align: center;
  }

  .article-content .LT-blog__CollectionProductCardContent,
  .article-content .LT-blog__ProductContent,
  .article-content .LT-blog__CollectionProductCardDetails {
    align-items: center !important;
  }

  .article-content .LT-blog__CollectionProductCardTitle,
  .article-content .LT-blog__ProductTitle,
  .article-content .LT-blog__CollectionProductCardTitle a,
  .article-content .LT-blog__ProductTitle a {
    font-size: 1.8rem !important;
  }

  .article-content .LT-blog__CollectionProductCard .button,
  .article-content .LT-blog__CollectionProductCard button,
  .article-content .LT-blog__ProductCard .button,
  .article-content .LT-blog__ProductCard button {
    width: 100%;
    max-width: 260px;
  }
}

/** ARTICLE SIDEBAR **/

.relatedProduct {
  --text-color: #382911;
  --card-bg: #FFF;
  --card-text: #382911;
  --media-edges: 15px;
  --media-shadow: 5px 5px 15px -5px rgb(0 0 0 / 20%);
}

.article-content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  max-width: 100%;
  margin: 0 auto;
}
.article-content {
  width: 70% !important;
}
.article--sidebar {
  width: 95%;
  min-height: 400px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 2%;
}
.article--sidebar-products {
  margin-top: 20px;
  margin-bottom: 35px;
  width: 95%;
}
.relatedProducts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.relatedProduct {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  color: var(--text-color);
  border-radius: 0 !important;
  border: 1px solid black;
}
.relatedProduct > div {
  flex: 1 1 50%;
}

.relatedProduct .relatedProductContent {
  align-self: center;
  padding: 20px;
  min-height: 120px;
 background-color: transparent !important;
}
.relatedProductImageWrapper {
  align-self: stretch;
}
.relatedProductImageContainer {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: var(--image-height);
  border-radius: 0 !important;
}
.relatedProductImageContainer > * {
  height: calc(100% + 2px);
  object-fit: cover;
  position: absolute;
  width: calc(100% + 2px);
}
.relatedProducts.productsList .relatedProduct {
  background-color: var(--card-bg);
  color: var(--card-text);
  margin: 0 1px 1px;
}
.relatedProduct .relatedProductTitle {
  margin-bottom: 10px; 
}

.relatedProductTitle
text-transform: Capitalize !important; {
}

@media (min-width: 750px) {
  .article-content-wrapper {
    align-items: flex-start;
  }
  .article--sidebar {
    height: auto;
  }
}

@media (max-width: 750px) {
  .article-content-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
  .article-content {
    width: 100%;
  }
  .article--sidebar {
    width: 100%;
    position: static;
    padding: 20px;
  }
}

/* layout */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: start;
}


/* main content */
.article-main {
  width: 100%;
}

/* sidebar */
.article-sidebar {
  position: sticky;
  top: 100px;
}

/* mobile */
@media (max-width: 990px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    margin-top: 40px;
  }
}

.article-template header.page-width {
  padding-left: 80px;
}

.relatedProduct {
  display: flex;
  gap: 12px;
  width: 100%;
  overflow: hidden;
  background-color: transparent !important;
}

.relatedProductImageWrapper {
  flex: 0 0 80px; /* fixed image width */
}

.relatedProductContent {
  flex: 1;
  min-width: 0; /* prevents overflow */
  background-color: transparent !important;
}

.article-sidebar {
  overflow-x: hidden;
}

.article-sidebar h4 {
  margin: 10px 10px !important;
}
.article-sidebar {
  width: 95%;
  max-width: 400px;
}

.article-template__category,
.article-template header .circle-divider {
  display: block;
}

.article-template__category {
  margin-bottom: 12px; /* space above title */
}

.article-template header .circle-divider {
  margin-top: 12px; /* space below title */
}

.article-template__category {
  display: block;
  letter-spacing: inherit;
  text-transform: uppercase;
  font-weight: 600;
}

.article-template__category,
.article-template header .circle-divider {
  font-size: 12px !important;
}

hr {font-weight: 400 !important;
color: black !important;}

