/** Shopify CDN: Minification failed

Line 223:0 Unexpected "}"

**/
/*------------------------------------
 *   CUSTOM FONTS
 *------------------------------------*/

@font-face {
  font-family: 'Gelica Light';
  src: url('/cdn/shop/files/Gelica_Light_Font.woff2?v=1733192350') format('woff2'),
       url('/cdn/shop/files/Gelica-Light-Font.woff?v=1733191608') format('woff');
}

@font-face {
  font-family: 'Essential Sans';
  src: url('/cdn/shop/files/EssentialSans-Regular.woff2?v=1721842257') format('woff2'),
       url('/cdn/shop/files/EssentialSans-Regular.woff?v=1721842253') format('woff');
}

@font-face {
  font-family: 'Handsome Pro';
  src: url('/cdn/shop/files/Handsome_Pro_Regular.woff2?v=1733192367') format('woff2'),
       url('/cdn/shop/files/Handsome-Pro-Regular.woff?v=1733191608') format('woff');
}

:root {
  --font-heading-family: "Gelica Light";
  --font-body-family: "Essential Sans";
  --font-button-family: "Essential Sans";
  --font-button-weight: 800;
  --font-product-family: "Essential Sans";

}


/*------------------------------------
 *   Product Cards
 *------------------------------------*/

a.product-card__title.reversed-link.text-base-xl.font-medium.leading-tight {
    text-transform: none !important;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.price__regular {
  font-size: 1.3em;
}


/*------------------------------------
 *  HIDE MOBILE WITH CLASS APPLIED
 *------------------------------------*/
@media screen and (max-width:749px) {
.hide--mobile {
   display:none !important; 
}
  
}


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

.customize-article {
  --text-color: #453952;
  --font-size: 1rem;
  --media-edges: 15px;
  --media-shadow: 5px 5px 15px -5px rgb(0 0 0 / 20%) !important;
  --btn-bg: #382A11;
  --btn-text: #fff;
  --btn-edges: 25px;
  --spacing: 30px 0;
}

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

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

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

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

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

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

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

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

.customize-article 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) {
  .customize-article blockquote:not(.tiktok-embed, .instagram-media) {
    font-size: 1em; 
  }
}

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

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

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

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

/* buttons */
.customize-article h6 a {
  display: inline-block;
  background-color: var(--btn-bg);
  color: var(--btn-text);
  border: 1px solid var(--btn-bg);
  padding: 8px 50px;
  text-decoration: none !important;
  border-radius: var(--btn-edges);
  font-size: 16px;
  text-align: center;
}

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

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

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

/* images */

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

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

.customize-article img:not(.LT-blog__CollectionProductCardImage img, .LT-blog__ProductImage img, .lt-article-author-image img), .customize-article iframe, blockquote.tiktok-embed {
  box-shadow: var(--media-shadow);
  border-radius: var(--media-edges) !important;
}

/* tiktok embeds */

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

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

/* instagram embeds */

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

}