/** Shopify CDN: Minification failed

Line 102:22 Expected ":"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__top-wrapper {
  margin: 0 !important;
  width: 100%;
  transition: all .4s ease;
}

.article-template__top-wrapper.sticky-post {
  /* position: sticky; */
  padding-top: 3rem;
  padding-bottom: 3rem;
  top: 0;
  z-index: 3;
}

.article-template__top-wrapper.sticky-post .breadcrumbs {
  padding: 0;
}

.article-template__top-wrapper.sticky-post.on-scroll {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  top: 0;
}

.article-template__top-wrapper.sticky-post.on-scroll .article-template__top-title {
  display: block;
}
.article-template__top-wrapper.sticky-post.on-scroll .breadcrumbs {
  display: none;
}

.article-template__top-wrapper .breadcrumbs__list {
  margin: 0;
}

.article-template__top-wrapper .share-button__button {
  min-height: unset;
  font-size: 1.8rem;
}

.article-template__top-wrapper .share-button__button * + svg {
  margin-left: 1rem;
}

.article-template__top-progress {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-background), 1);
  height: .3rem;
  width: 100%;
  max-width: 100%;
}
.article-template > .article-template__top-progress:first-child:not(.article-template__hero-container) {
  margin-top: 0;
}

.article-template__top-progress::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(var(--color-foreground), .2);
}
.article-template__top-progress span {
  width: 0;
  display: block;
  height: .3rem;
  transition: all .1s ease;
  background-color: rgba(var(--color-foreground), 1);
}

.article-template__top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content:flex-end;
}
.share-social-wraper{
  margin-top: 15px;
    border-top: 1px oklch(92% .005 150) solid;
    padding-top: 5px;s
}

.article-template__top-title {
  margin: 0;
  display: none;
  color: rgb(var(--color-foreground));
  font-weight: 500;
}

.article-template__header > *:not(last-child) {
  margin-bottom: 1rem;
}

.article-template__badge a {
  text-decoration: none;
}

.article-template__publication-date {
  font-size: 1.6rem;
  color: rgba(var(--color-foreground), 0.75);
  line-height: 1.5em;
  text-transform: capitalize;
}

.article-template__hero-container {
  margin: 0 auto;
}

/* @media screen and (min-width: 990px) {
  .article-template__hero-container.page-width {
    max-width: 90rem;
  }
  
  .article-template__wrapper.page-width {
    max-width: 90rem;
  }
} */

.article-template__hero-image {
  width: 100%;
  border-radius: var(--media-radius);
  overflow: hidden;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 45rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template__header {
  margin-top: 8rem;
  margin-bottom: 2rem;
  line-height: 0.8;
}
.article-template__top-wrapper + .article-template__header {
  margin-top: 0;
}
.article-template__header:last-child,
.article-template__header:has( + .article-template__comment-wrapper) {
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .article-template__header {
    margin-bottom: 6rem;
  }
	
	.article-template__top-wrapper:not(.sticky-post) .article-template__top {
		margin-bottom: 3rem;
	}

	.article-template__top-wrapper:not(.sticky-post) .breadcrumbs {
		padding-bottom: 0;
	}
}

.article-template__title {
  margin: 0;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__social-sharing.page-width--narrow,
.article-template__content-wrapper {
  margin: 0 auto;
  width: 100%;
}

.article-template__content-wrapper blockquote {
  margin: 3rem 0;
  padding-left: 3rem;
  border-left-color: rgb(var(--color-accent));
  font-size: 2.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3em;
  color: rgb(var(--color-foreground));
}

/* Blog post content - heavier font weight for better readability */
.article-template__content-wrapper p,
.article-template__content-wrapper li,
.article-template__content-wrapper td,
.article-template__content-wrapper dd {
  font-weight: 500;
  font-size:20px;
}

/* Make links more distinguished */
.article-template__content-wrapper a {
  color: rgb(var(--color-accent));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.15rem;
  transition: all 0.3s ease;
}

.article-template__content-wrapper a:hover {
  color: rgb(var(--color-accent));
  text-decoration-thickness: 0.2rem;
  opacity: 0.8;
}

.article-template__social-sharing {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

#comments h3:focus-visible.form-status {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.article-template__comment-wrapper {
  padding: 6rem 0 4rem;
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .article-template__comment-wrapper {
    padding: 10rem 0 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .article-template__comment-wrapper {
    padding: 14rem 0 7rem;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* FORM */

.article-template__comments-fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
  background-color: #fff;
  max-width: 60.5rem;
  width: 100%;
  margin: 0 auto;
  border-radius: var(--text-boxes-radius);
}

@media screen and (max-width: 749px) {
  .article-template__comments-fields {
    padding: 2.5rem;
  }
  .article-template__content-wrapper p,
.article-template__content-wrapper li,
.article-template__content-wrapper td,
.article-template__content-wrapper dd {

  font-size:16px;
}
}

.article-template__comments-fields .field {
  flex-direction: column;
}

.article-template__comments-fields .field::after,
.article-template__comments-fields .field::before {
  content: none;
}

.article-template__comments-fields .field__label {
  position: static;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
  color: rgb(var(--color-foreground));
}

.article-template__comments-fields .field__input {
  border: var(--inputs-border-width) solid  rgb(var(--input-border-color));
  padding: 1.3rem 1.3rem 1.3rem 2rem;
  background-color: transparent;
}

.article-template__comments-fields .field__input::placeholder {
  opacity: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.article-template__comments-fields .button {
  border-radius: var(--inputs-radius);
}

.article-template__comments-fields .button:hover {
  color: rgb(var(--color-button-text-hover));
  background-color: rgba(var(--color-button-hover), var(--alpha-button-background));
  border-color: rgba(var(--color-button-hover), var(--alpha-button-background));
}

/* COMMENTS */
.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  padding: 2rem 0;
}

.article-template__comments-comment:not(:last-of-type) {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.3);
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}

.article-template__comment-wrapper,
#comments *,
#comment_form *,
#comment_form {
	scroll-margin-top: unset;
	scroll-padding-top: unset;
}

/* Author */
/* .article-template__author {
  border-top: 1px solid rgba(var(--color-foreground), 0.3);
  border-bottom: 1px solid rgba(var(--color-foreground), 0.3);
  padding: 2rem 0;
  margin: 8rem 0;
} */
.article-template__top-wrapper + .article-template__author {
  margin-top: 0;
}
.article-template__author:last-child,
.article-template__author:has( + .article-template__comment-wrapper) {
  margin-bottom: 0;
}
.article-template__author-inner {
  margin: 0 auto;
  /* max-width: 81.5rem; */
  width: 100%;
}
.article-template__author-block {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.article-template__author-avatar {
  display: flex;
}
.article-template__author-avatar img {
  border-radius: 0.8rem;
}
/* .article-template__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
} */
.article-template__author-name {
  margin: 0;
}
.article-template__author-bio {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: rgba(var(--color-foreground), 0.75);
}

/* Form error message */
.form__error-message {
  justify-content: center;
}

.article-template__comments-wrapper {
  max-width: 60.5rem;
  width: 100%;
  margin: 6.5rem auto 0;
}

@media screen and (max-width: 749px) {
  .article-template__author {
    margin-top: 6rem;
  }
  .article-template__comments-wrapper {
    margin-top: 4rem;
  }
}

.article-template__comments-comment__author {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0.8rem;
  color: rgb(var(--color-foreground));
}

.article-template__comments-comment__text {
  margin-bottom: 1rem;
}

.article-template__comments-comment__text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  color: rgb(var(--color-foreground));
}

.article-template__comments-comment__date {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
}

.article-template__content-wrapper ul li p {
  display: inline;
}

.article-template__content-wrapper ul li,
.article-template__content-wrapper ol li {
  margin: 1.8rem 0;
}

.article-template .form__message,
.article-template .form-status-list {
  max-width: 60.5rem;
  margin-left: auto;
  margin-right: auto;
}

.article-template__form-message {
	align-items: first baseline;
}

.article-template__form-icon {
	padding-top: .4rem;
}

@media screen and (max-width: 749px) {
  .article-template .form__message,
  .article-template .form-status-list {
    padding-left: 2.5rem;
  }
}
/* Sidebar CSS Start */
.article-template__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 6.2rem;
}
.article-template__wrapper .article-template__content {
  width: 64%;
}
.article__sidebar_main{
  width: 29%;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}
.article-template__wrapper .article__sidebar {
  width: 100%;
  background: #f8fbf8;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid oklch(92% .005 150);
 
}
.article__sidebar .author-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.article__sidebar .author-info .author-img {
    width: 90px;
    height: auto;
}
.article__sidebar .author-info .author-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 100%;
    object-fit: cover;
}
.article__sidebar .author-info .author-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    letter-spacing: 0.78px;
}
.article__sidebar .author-bio {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0.6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.article__sidebar .article-sidebar__heading {
    margin: 15px 0;
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 600;
}
.article__sidebar .article-table__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.article__sidebar .article-table__content ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 25.2px;
    letter-spacing: 0.6px;
}
.article__sidebar .article-table__content ul li:last-child {
    margin: 0;
}
.article__sidebar .article-table__content ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 8px;
    left: 0;
    background-image: url("/cdn/shop/files/arrow-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.article__sidebar .article-table__content ul li a {
    line-height: 25px;
    font-size: 14px;
    text-decoration: none;
    color: #061B10;
}
.article__sidebar .article-products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.article__sidebar .article-table__product .article-product__item {
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 6px;
    background: rgb(255,255,255,0.2);
}
.article__sidebar .article-product__item .prod-info {
    width: 78%;
}
.article__sidebar .article-product__item .prod-img {
    width: 49px;
    height: auto;
    display: inline-flex;
}
.article__sidebar .article-product__item .prod-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 5px;
}
.article__sidebar .article-product__item .prod-name {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    color: #061B10;
}
.article__sidebar .article-product__item .prod-price {
    font-size: 16px;
    line-height: 25.2px;
    letter-spacing: 0.6px;
    margin-top: 5px;
    color: #061B10;
    display: block;
}
.article-posts .article-post__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
}
.article-posts .article-post__item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.article__sidebar .article-post__item .post-img {
    display: inline-flex;
    width: 100px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.article__sidebar .article-post__item .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article__sidebar .article-post__item .post-name {
    width: calc(100% - 115px);
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.article-template__content-wrapper h1,
.article-template__content-wrapper h2,
.article-template__content-wrapper h3,
.article-template__content-wrapper h4,
.article-template__content-wrapper h5,
.article-template__content-wrapper h6 {
  scroll-margin-top: 100px; /* adjust based on your header height */
}
@media screen and (max-width: 990px) {
  .article-template__wrapper .article-template__content,
  .article-template__wrapper .article__sidebar_main {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .article-template__wrapper {
    margin-top: 3rem;
    margin-bottom: 4.8rem;
  }
}
/* Sidebar CSS End */