/** Shopify CDN: Minification failed

Line 500:5 Unexpected ","

**/
/* Fonts */
@font-face {
  font-family: 'Crimson Pro';
  src: url('/cdn/shop/files/CrimsonPro-VariableFont_wght.woff2') format('woff2'),
       url('/cdn/shop/files/CrimsonPro-VariableFont_wght.woff') format('woff'),
       url('/cdn/shop/files/CrimsonPro-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson Pro';
  src: url('/cdn/shop/files/CrimsonPro-Italic-VariableFont_wght.woff2') format('woff2'),
       url('/cdn/shop/files/CrimsonPro-Italic-VariableFont_wght.woff') format('woff'),
       url('/cdn/shop/files/CrimsonPro-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Jost';
  src: url('/cdn/shop/files/Jost-VariableFont_wght.woff2') format('woff2'),
       url('/cdn/shop/files/Jost-VariableFont_wght.woff') format('woff'),
       url('/cdn/shop/files/Jost-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/cdn/shop/files/Jost-Italic-VariableFont_wght.woff2') format('woff2'),
       url('/cdn/shop/files/Jost-Italic-VariableFont_wght.woff') format('woff'),
       url('/cdn/shop/files/Jost-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-display: swap;
  font-style: italic;
}

/* General Typography */
h1, h2, h3, h4, h5, label, input {
  font-family: 'Crimson Pro', serif;
}
p, a, span {
  font-family: 'Jost', sans-serif;
}
.featured-collection--root h2 a,
.featured-grid--heading,
.four-o-four--heading,
.stacked-text--title,
.section-title {
  font-family: 'Crimson Pro', serif !important;
}
.featured-grid--header h4,
.featured-grid--item--title,
.four-o-four--info,
.four-o-four--wrapper p {
  font-family: 'Jost', sans-serif !important;
}
body, button, [data-item="button"], button span, .stacked-text--button, .stacked-text--button span, .button-wrapper a, [data-item="block-link"]>* {
  font-family: 'Jost', sans-serif !important;
}

/* Icons */
.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  top: 4px;
  left: 13px;
}
.gg-chevron-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}
.gg-chevron-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 12px;
    top: 4px
}
.gg-close-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 40px;
}
.gg-close-o::after,
.gg-close-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 3px;
}
.gg-close-o::after {
  transform: rotate(-45deg);
}
.gg-math-plus,
.gg-math-plus::after {
  display: inline-block;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 10px;
}
.gg-math-plus {
  margin-top: -2px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 1px;
}
.gg-math-plus::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: -7px;
  left: 7px;
}

/* Carousel */
.carousel--next,
.carousel--prev {
  height: 58px;
  width: 58px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 17px 0 0 22px;
  border-radius: 100%;
  background: #fff;
}
.carousel-arrow {
  max-width: 13px;
  height: auto;
}

/* Header */
.header--root {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.header--root a {
  font-family: 'Jost', sans-serif;
}
.header--button a {
  display: inline-block !important;
  padding: 10px 30px;
  border-radius: 10px;
  background: #000 !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 400 !important;
  letter-spacing: normal;
  font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 768px) {
  .header--button a {
    display: inline-block !important;
  }
}
.header--right-column {
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .header--right-column {
    margin-right: 0 !important;
  }
}
.navigation--container {
  padding: 0 !important;
}

.header--account,
.header--cart-toggle {
  padding-top: 2px;
}

/* Blog / Newsletter Styles */
.article--item--excerpt,
.article--item span,
.article--item--date,
.article--timesince,
.article--content,
.social-icons--title {
  font-family: "Jost", sans-serif !important;
}
.article--content hr {
  padding: 0 !important;
}
.article--item--image img {
  border-radius: 0 !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.article--item--date {
  text-transform: capitalize;
  margin: 0;
}
.article--item .article--item--heading a,
h1.article--title {
  font-family: "Crimson Pro", serif;
  font-weight: 500;
  font-size: 30px;
}
.article--item span {
  text-transform: capitalize;
  letter-spacing: normal;
}
.article--item .article--item--image {
  border-radius: 0 !important;
}
.featured-blog--wrapper {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .featured-blog--heading {
    margin-bottom: 0 !important;
  }
  .featured-collection--root h2 {
    padding-bottom: 15px;
  }
  .featured-collection--root .product--image {
    height: 412px;
  }
  .featured-collection--root .product--image img {
    height: 412px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  .featured-collection--root h2 {
    font-size: 35px;
    padding-bottom: 0;
  }
  .featured-collection--root .product--image {
    height: 230px;
  }
  .featured-collection--root .product--image img {
    height: 230px;
  }
}

/* Typography */
.stacked-text--overline h3 {
  font-weight: 500 !important;
  font-family: 'Crimson Pro', serif !important;
  font-size: 16px !important;
  font-style: italic;
  text-transform: capitalize;
}
.product--image-wrapper img {
  border-radius: 0;
}
.product--root[data-product-view=grid] .product--title {
  font-size: 21px;
}
.product--details-container .product--title {
  font-size: 21px;
}
.template-page--heading,
h1.blog--title a,
h1[data-item="featured-heading"] {
  font-size: 50px !important;
  text-align: center !important;
  font-family: "Crimson Pro", serif !important;
  font-weight: 500 !important;
  line-height: 1.2em !important;
  padding-bottom: 30px !important;
}
.recent-products--title h2[data-item="section-heading"] {
  font-size: 40px;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 30px;
}
.author-line {
  font-size: 16px !important;
}
.product--details-container .product--details .product--price-wrapper span {
  font-size: 18px !important;
  font-family: 'Jost', sans-serif !important;
}
.announcement--text,
[data-item="secondary-button"],
[data-item="caption"],
.product-page--heading,
.product-page--description,
.product--details-container .product--details .product--details-wrapper span,
.product--details-container .product--details .product--details-wrapper p {
  font-family: 'Jost', sans-serif !important;
}
.product--details-container .product--details .product--details-wrapper p {
  font-weight: 500;
}
#shopify-section-template--17662882218241__164016757166a86406 h5 {
  padding: 0;
  margin-top: 5px;
  font-family: "Crimson Pro";
  font-size: 21px;
  font-weight: 400;
}

/* Button Styles */
.button-1 {
  padding: 10px 30px;
  border-radius: 10px;
  background: #000 !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 400 !important;
}
.button-wrapper a,
.hero-slider .hero-slide div.slider-text button {
  display: inline-block !important;
  padding: 10px 36px;
  border-radius: 10px;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400 !important;
}

/* Navigation */
.navigation--layout-button,
.navigation--filter {
  border-radius: 10px !important;
}

/***** Product Page *****/

[data-product-block][data-block-type="product-subtitle"] {
  margin-top: 12px !important;
}

.product-buy-buttons--primary {
    background: #741c14 !important;
    color: #fff !important;
    border-color: #741c14 !important;
}

.product-buy-buttons--primary:after,
.product-buy-buttons--secondary:after {
    background: #51140e !important;
    color: #fff !important;
    border-color: #741c14 !important;
}

.pre_order_message {
  background: #ffdbd8;
  padding: 20px 25px 30px 25px;
  margin-bottom: -30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* E-book message */

.ebook_message {
    border: 1px solid #a3a3a3;
    padding: 12px 20px;
    border-radius: 14px;
    margin-top: 20px;
    background: #eee;
}
.ebook_message a {
  text-decoration: underline !important;
}

/* Study Guides */

  [data-item~="section-heading"] {
    font-size: 45px !important;
    font-family: Crimson Pro !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
  }
  .template--product .study_guides {
    background: #f6ede6;
    padding: 60px 0;
  }
  .template--product .study_guides h2 {
    text-align: center;
    padding: 0 15px 32px 15px;
  }
  .template--product .study_guides_grid {
    display: block;
    padding: 0 15px 0 15px;
  }
  .template--product .study_guide {
    display: block;
    background: #fbf5f1;
    width: 100%;
    margin-top: 15px;
  }
  .template--product .study_guide div {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .template--product .study_guides div h3 {
    margin: 0 0 12px 0;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
  }
  .template--product .study_guides div a,
  .template--product .study_guides div button {
    background: #42a8a6;
    display: block;
    color: #fff;
    padding: 5px 25px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
  }
  .template--product .study_guide img {
    display: block;
    border-radius: 0;
  }

  @media (min-width: 520px) {
    .template--product .study_guides h2 {
      text-align: center;
      padding: 0 15px 32px 15px;
    }
    .template--product .study_guides_grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }
    .template--product .study_guide {
      margin: 10px;
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      max-width: 500px;
    }
    .template--product .study_guide div {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      margin: 0 auto;
      padding: 20px;
    }
    .template--product .study_guide img {
      display:inline-block;
      vertical-align: middle;
      width: 50%;
    },
    .template--product .study_guides div a,
    .template--product .study_guides div button {
      margin-top: 12px;
    }
  }

/***** Sections *****/

/* General */
.section-wrapper {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.large-wrapper {
  max-width: 1807px;
  width: 92%;
  margin: 0 auto;
}
.stacked-text--button {
  border: none !important;
}
a[data-item="button"] {
  text-transform: capitalize !important;
  font-size: 20px !important;
  padding: 25px 40px !important;
}
.section-title {
  font-size: 50px;
  text-align: center;
  padding: 0 0 30px 0;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .section-title {
    font-size: 50px;
    padding: 0 0 30px 0;
  }
}
.featured-collection--root h2,
.featured-grid--heading {
  font-size: 45px !important;
  text-align: center !important;
  font-family: "Crimson Pro" !important;
  font-weight: 500 !important;
  line-height: 1.2em !important;
  padding-bottom: 30px !important;
}
.featured-collection--root #featured-collection-show-more span {
  text-transform: capitalize;
}
.featured-collection--root .product--image {
  border-radius: 0 !important;
  height: 412px;
}
.featured-collection--root .product--image img {
  border-radius: 0 !important;
  object-fit: contain;
  height: 412px;
}
@media only screen and (min-width: 1601px) {
  .featured-collection--root .product--image {
    height: 412px;
  }
  .featured-collection--root .product--image img {
    height: 412px;
  }
}
@media only screen and (min-width: 1261px) and (max-width: 1600px) {
  .featured-collection--root .product--image {
    height: 300px;
  }
  .featured-collection--root .product--image img {
    height: 300px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1260px) {
  .featured-collection--root .product--image {
    height: 260px;
  }
  .featured-collection--root .product--image img {
    height: 260px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 750px) {
  .featured-collection--root .product--image {
    height: 230px;
  }
  .featured-collection--root .product--image img {
    height: 230px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .featured-collection--root .product--image {
    height: 180px;
  }
  .featured-collection--root .product--image img {
    height: 180px;
  }
}
@media only screen and (max-width: 400px) {
  .featured-collection--root .product--image {
    height: 150px;
  }
  .featured-collection--root .product--image img {
    height: 150px;
  }
}
.featured-blog--footer,
#featured-collection-show-more {
  margin-top: 50px;
}

/* About Us Section */
.about-us-expanded {
  padding: 90px 0;
  background-size: 100%;
}
.about-us-expanded h2,
.about-us-expanded h4 {
  font-family: 'Crimson Pro', serif;
}
.about-us-expanded h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 0.9em;
  margin: 20px 0 26px 0;
}
.about-us-expanded h4 {
  font-style: italic;
  font-size: 25px;
  margin: 0;
  font-weight: 300;
}
.about-us-expanded a {
  font-family: 'Jost', sans-serif;
  color: #fff !important;
  padding: 12px 18px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
}
.about-us-expanded p {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 300;
  padding-top: 30px;
}
.about-us-expanded .section-wrapper div {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .about-us-expanded .section-wrapper div:first-child {
    width: 33.333%;
  }
  .about-us-expanded .section-wrapper div:last-child {
    width: 66.666%;
  }
  .about-us-expanded p {
    padding-left: 60px;
    padding-top: 0;
  }
}

/* Contact */

.collapsible-rows--header h2 {
  font-family: 'Crimson Pro', serif !important;
  font-weight: 500 !important;
}

/* Catalogue */

.featured-grid--item--link-style {
  padding: 12px 30px;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-decoration: none !important;
  text-transform: capitalize !important;
}
.featured-grid--item--link-style:after {
  display: none !important;
}
.featured-grid--item--link-style-1 {
  color: #fff !important;
  margin-bottom: 10px !important;
  cursor: pointer !important;
}
.featured-grid--item--link-style-2 {
  color: #fff !important;
  margin-bottom: 10px !important;
  cursor: pointer !important;
}
.featured-grid--item--link-style-3 {
  color: #2c485b !important;
  cursor: pointer !important;
}
.featured-grid--item--link-style-1:hover {
  background: #212121 !important;
  border-color: #212121 !important;
  color: #fff !important;
}
.featured-grid--item--link-style-2:hover {
  background: #212121 !important;
  border-color: #212121 !important;
  color: #fff !important;
}
.featured-grid--item--link-style-3:hover {
  background: #212121 !important;
  border-color: #212121 !important;
  color: #fff !important;
}

/* Study Guides */

.template--page .study_guides {
  padding: 60px 0;
}
.template--page .study_guides {
  padding: 60px 0;
}
.template--page .study_guides h2 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.template--page .study_guide img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  box-shadow: 0px 0px 12px #eee;
}
.template--page .study_guide div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.template--page .study_guide h3 {
  margin: 20px 0 0 0;
}
.template--page .study_guide {
  margin: 40px 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.template--page .study_guide_view_product {
  font-size: 18px;
  font-weight: 500;
}
.template--page .study_guide_view_product a {
  color: #42a8a6;
  text-decoration: none !important;
}
.template--page .study_guide a {
  background: #42a8a6;
  display: block;
  color: #fff;
  padding: 5px 25px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 20px;
}
.template--page .study_guide a:hover {
  color: #fff;
  opacity: 0.9;
}
@media only screen and (min-width: 480px) {
  .template--page .study_guide img {
    width: 180px;
  }
  .template--page .study_guide div {
    width: calc(100% - 200px);
    text-align: left;
  }
  .template--page .study_guides h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 580px) {
  .template--page .study_guide img {
    width: 300px;
  }
  .template--page .study_guide div {
    width: calc(100% - 320px);
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .template--page .study_guide {
    width: 49%;
  }
}

/* Related Articles Slider */

.related_articles {
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
}
.related_articles h2 {
  text-align: center;
}
.related_articles h3 {
  margin-top: 0;
}
.related_article_slide {
  margin: 0 auto;
  width: 100%;
  display: none;
  padding: 0 65px;
}
.related_article_slider {
  padding: 50px 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.related_article_slide.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.related_article_slide img {
  height: 200px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.related_article_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.related_article_slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
}
.related_articles .next_slide {
  right: 0;
}
.related_articles .next_slide span:after {
  left: 3px !important;
}
.related_articles .prev_slide span:after {
  left: 6px;
}
@media only screen and (min-width: 768px) {
  .related_article_slide.active {
    flex-direction: row;
  }
  .related_article_text {
    text-align: left;
  }
}

/* Series */

.series h3 {
  border-top: 1px solid #e1e1e1;
  text-align: center;
  margin: 30px 0 20px 0;
  padding-top: 30px;
}

.series ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 10px;
}

.series li.three_plus_books {
  max-width: calc(33% - 4px);
  flex: 1 1 calc(33% - 10px);
}

.series li.two_books {
  max-width: calc(50% - 4px);
  flex: 1 1 calc(50% - 10px);
}

.series li.one_book {
  margin: 0 auto;
  max-width: calc(50% - 4px);
  flex: 1 1 calc(50% - 10px);
}

.series li {
    flex: 1 1 calc(33% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.series ul li img {
  width: 100%;
  display: block;
  height: auto;
}

.series li h5 {
  width: 100%;
  text-align: center;
  padding: 0 !important;
  margin: 10px 0 5px 0 !important;
  box-sizing: border-box;
  line-height:1.2em !important;
}

.series div {
  text-align: center;
}
.series #load_more_series {
  padding: 7px 24px;
  display: block;
  margin: 15px auto;
  background: #eee;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
}
