@charset "UTF-8";
.article-single {
  --bg: var(--COLOR-BG);
  --text: var(--text-dark);
  --double-inner: calc(var(--inner) * 2);
  --btn-text: var(--text);
  --link-a70: var(--text-light);
  position: relative;
  background: var(--bg);
}
@media only screen and (max-width: 749px) {
  .article-single .hr {
    margin: 10px 0;
  }
}

.article--single {
  position: relative;
  padding-top: var(--inner);
  margin-bottom: 30px;
}
.article--single .article__tags {
  margin: 24px 0;
  padding: 0;
  overflow-wrap: break-word;
}

.article__hero {
  padding: var(--double-inner) 0;
  overflow-wrap: anywhere;
}
body:has([data-header-transparent]) .main-content > .shopify-section:first-of-type .article__hero {
  padding-top: calc(var(--double-inner) + var(--header-height));
}
.article__hero .article__title {
  margin: 0;
}
.article__hero .article__meta {
  font-size: var(--font-body-small);
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  opacity: 1;
}
.article__hero .article__image:not(:first-child) {
  margin-top: var(--double-inner);
}
.article__hero .article__image .image__fill img {
  object-fit: contain;
}
@media only screen and (max-width: 749px) {
  .article__hero .article__title {
    margin: 0;
  }
  .article__hero .article__meta {
    padding: 0;
    margin: 0;
    font-size: var(--font-body-small);
  }
}

.article__wrapper {
  padding-top: var(--inner);
}

.article__content {
  font-size: var(--font-body-large);
  overflow-wrap: anywhere;
}
.article__content p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 24px;
}
.article__content blockquote {
  font-style: italic;
  margin: 52px 0;
  padding: 0 0 0 28px;
  border-left: 2px solid var(--border);
}
.article__content blockquote p {
  margin: 0;
}
.article__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}
@media only screen and (min-width: 750px) {
  .article__content {
    min-height: 130px;
  }
}
@media only screen and (max-width: 749px) {
  .article__content blockquote {
    margin: 26px 0;
    padding: 0 0 0 18px;
    border-width: 1px;
  }
}

.article__meta-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article__meta > *:not(:last-child)::after,
.editorial__meta > *:not(:last-child)::after {
  content: "•";
  padding: 0 7px;
}

.article__author-bio {
  margin: 24px 0;
  display: flex;
}

.article__author__image {
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 7px;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .article__author__image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 40px;
  }
}

.article__author__text {
  align-self: center;
}

.article__content__wrapper {
  position: relative;
}

@media only screen and (max-width: 749px) {
  .comments-container {
    margin: 22px 0 0;
  }
}

.comments h3 {
  margin: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 749px) {
  .comments h3 {
    line-height: 1.5;
  }
}

.comment-body {
  margin: 32px 0;
  padding-bottom: 9px;
  font-size: var(--font-body-small);
}
.comment-body p {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 749px) {
  .comment-body {
    margin: 20px 0;
  }
}

.comment-meta {
  margin: 15px 0;
  font-weight: var(--FONT-WEIGHT-BODY);
}
@media only screen and (max-width: 749px) {
  .comment-meta {
    margin: 6px 0;
    color: var(--text-light);
  }
}

.comments-form {
  margin-top: 13px;
}
.comments-form h3 {
  margin: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 749px) {
  .comments-form h3 {
    line-height: 1.5;
  }
}

.comment-form {
  max-width: 600px;
  margin: 0;
  padding: 4px 0 0;
}
.comment-form .form-field {
  max-width: 100%;
}
.comment-form p {
  font-size: var(--font-body-x-small);
}
.comment-form p.error {
  margin-bottom: 1.75em;
}
.comment-form .form-row {
  display: flex;
  justify-content: space-between;
}
.comment-form .form-row .form-field {
  width: calc(50% - 5px);
}
.comment-form .form-row .form-field .label--float {
  top: -0.3em;
}
.comment-form .btn {
  font-size: var(--font-body-small);
  line-height: normal;
}
@media only screen and (max-width: 749px) {
  .comment-form {
    padding-top: 11px;
  }
  .comment-form .form-field {
    margin-bottom: 8px;
  }
  .comment-form .form-field textarea {
    height: 158px;
  }
  .comment-form .form-row .form-field {
    width: calc(50% - 4px);
  }
  .comment-form .btn {
    font-size: var(--font-body-small);
  }
}

.sidebar {
  position: relative;
  overflow-wrap: anywhere;
}
@media only screen and (min-width: 750px) {
  .sidebar {
    position: sticky;
    top: var(--header-sticky-height);
    max-width: 100%;
    padding: var(--inner) 0 0 20px;
  }
}

.widget {
  padding-bottom: 30px;
}
.widget:empty {
  padding-bottom: 0;
}
@media only screen and (max-width: 749px) {
  .widget:last-child {
    padding-bottom: 3px;
  }
}

.widget__products {
  margin-top: 30px;
}

.widget__title {
  line-height: 1.4;
  font-weight: var(--FONT-WEIGHT-BODY);
  padding-bottom: 8px;
  margin: 0 0 15px;
  border-bottom: 1px solid var(--border);
}

.widget__links {
  margin: 0;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: var(--font-body-small);
  line-height: 17px;
  list-style: none outside none;
}

.widget__link {
  display: block;
  color: var(--link);
  transition: color 0.3s ease;
  padding: 6px 0;
  overflow-wrap: break-word;
  line-height: inherit;
  font-weight: inherit;
}

.widget__link:hover {
  color: var(--link-hover);
}

.widget__accordion-title {
  padding: 6px 0;
}

.widget__links .submenu {
  font-weight: var(--FONT-WEIGHT-BODY);
  padding: 4px 0 4px 15px;
  border-left: 2px solid var(--border);
}
.widget__links .submenu li {
  margin: 0;
}

.widget__links--secondary .widget__link {
  display: inline-block;
  position: relative;
}
.widget__links--secondary .widget__link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: currentcolor;
  opacity: 0;
  transform: scaleX(0);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease-in, transform 0.25s ease-in, visibility 0.25s;
}
.widget__links--secondary .widget__link.is-selected::after {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.widget__links--active .widget__link {
  color: var(--accent);
}

.widget--image .widget__image {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.widget--image .widget__image img {
  display: block;
  width: 100%;
  height: auto;
}

.widget__recent {
  margin-top: 30px;
}

.widget__column {
  --link: var(--text);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  min-height: 120px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-out;
  border: 1px solid var(--border);
}
.widget__column:last-child {
  margin-bottom: 0;
}
.widget__column .meta--light {
  margin-top: 8px;
  font-size: var(--font-body-small);
}
.widget__column:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.widget__column__image {
  flex: 0 0 105px;
  align-self: stretch;
  overflow: hidden;
}

.widget__column__contents {
  flex: 1;
  min-width: 0;
  padding: 10px 10px 10px 5%;
  word-break: break-word;
}

.widget__column__title {
  margin: 0 0 9px;
  color: var(--text-dark);
}