/** Shopify CDN: Minification failed

Line 600:0 Expected "}" to go with "{"

**/
/* test csss  */
/* .drawer--visible.drawer--pop .drawer__content {
  transition: none !important;
} */

/* test csss  */
html.js {
  padding-bottom: 0 !important;
}
.subfooter__copyright {
  text-transform: uppercase;
}
.footer__quicklinks {
  text-transform: uppercase;
}
.footer__bottom_logo img {
  width: 100%;
  height: auto;
  max-width: 160px;
  object-fit: cover;
}
.footer__newsletter__body {
  padding: 50px 0px 50px 31px !important;
}
.subfooter__items {
  grid-template-columns: 100% !important;
}
/* .footer__bottom_logo {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.footer__bottom_logo_link {
  text-decoration: none !important;
}
.footer__bottom_logo_link:hover {
  text-decoration: none !important;
}
.subfooter__items a:not(.footer__icon) {
  position: unset !important;
}
.blog__article--over-image header {
  text-align: center;
}
/* .article-landing-default__description {
  text-align-last: center;
} */

.blog .medium-up--one-third {
  width: 100% !important;
}
.blog .grid--uniform {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 6fr 1fr;
  gap: 140px 0;
}

.article__item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* grid-column-section */
.grid-container {
  display: grid;
  column-gap: 5rem;
  justify-content: center;
  width: 100%;
  grid-template-columns: 3fr 5fr;
  padding: 80px 0 0 75px;
}
.grid_container-item {
  width: 100%;
  height: auto;
}
.grid-container .image--container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.grid_container-item.grid-column-small_image {
  width: 337px;
}
.grid_container-item.grid-column-big_image img {
  width: 506px;
}
.grid_container-item.grid-column-big_image .image--container.big_image {
  display: flex;
  justify-content: flex-end;
}
.grid_container-item .caption--container {
  padding: 15px 0 0;
}
.grid_container-item .caption--container a {
  font-size: 13px;
  color: #5a5044;
}
.content--container p {
  font-size: 14px;
  padding: 0 0 20px;
}
.grid_container-item .content--container h3 p {
  font-size: 16px !important;
  padding: 90px 0 30px;
  margin: 0;
}
.grid_container-item .content--container h3 {
  margin: 0;
}
.grid_container-item .content--container a.underline_link {
  font-size: 14px;
}
.grid_container-item.grid-column-big_image .caption--container a {
  margin: 0 0 0 140px;
}
/* span.subfooter__copyright {
  margin-top: 50px;
} */
.footer__newsletter__body {
  padding-bottom: 0 !important;
}

/** Cart drawer popup style **/

.drawer--pop .drawer__content {
  height: auto;
  border: 1px solid #5a5044;
  width: 100%;
  max-width: 520px;
  max-height: fit-content;
  top: 50px;
  right: 40px;
  margin: 0;
  left: auto;
}
.drawer--pop .drawer__body {
  display: flex;
  position: relative;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: inherit;
}
.drawer--pop .cart__items {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
.drawer--pop .cart__items > .cart__items__row {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.drawer--pop .cart__items__total {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  bottom: 0.6rem;
}
.drawer--pop .cart__items__remove {
  position: relative !important;
  top: 0;
  right: 0;
  display: block !important;
}
.drawer--pop .cart__remove {
  position: relative !important;
  overflow: visible !important;
  text-decoration: underline;
}
.drawer--pop .cart__remove__icon {
  display: none !important;
}
.drawer--pop .drawer__bottom__meta {
  text-align: center;
}
.drawer--pop .cart__items__price {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.drawer--pop .cart__items__remove {
  position: relative !important;
  top: 0;
  right: 0;
  display: block !important;
}
.drawer--pop .cart__items__grid {
  grid-row-gap: 0px !important;
}
.drawer--pop .drawer__bottom {
  background: inherit !important;
}
.drawer--pop .cart__items__row {
  padding: 18px !important;
}
.drawer__underlay .drawer__underlay__blur {
  backdrop-filter: blur(0px) !important;
}
.drawer--visible .drawer__underlay .drawer__underlay__fill,
.is-open .drawer__underlay .drawer__underlay__fill,
.drawer__underlay.underlay--visible .drawer__underlay__fill {
  background: #000 !important;
  opacity: 0.6;
}
.drawer--pop .cart-empty-bg {
  background: #fdfbf3;
}
.drawer--pop .cart-empty-bg .image-overlay {
  background: #fdfbf3;
}
.drawer--pop .cart__items {
  background: #fdfbf3;
}
.drawer--pop .cart__items__total__price__title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5px 0 0;
}
.drawer--pop .cart__items__title {
  margin: 10px 0 0;
}
.drawer--pop .cart__circle {
  height: 40px !important;
  width: 40px !important;
}
.drawer--pop .cart__circle svg {
  transition: opacity linear 1.2s;
  opacity: 0.2;
  width: 1.5em;
  height: 1.5rem;
}
.blog .grid__item {
  float: none;
}

.footer__title {
  padding-bottom: 20px !important;
}
.drawer--pop .footer__cart__subtotal {
  padding: 18px;
}
.drawer--pop .drawer__body {
  /* overflow-y: hidden; */
}

h4.blog__heading.text-left {
    text-align: center !important;
}
.template-article 
 .palette--light.bg--neutral.wrapper {
    padding-top: 100px;
}
/** Cart drawer popup style End: **/

@media (min-width: 768px) {
  /* .blog .article__item-image {
    margin-bottom: 16px;
    height: 250px;
    width: 100%;
  } */
  .footer__content__inner {
    padding: 50px 0 !important;
  }

  .blog .grid__item:nth-child(3n + 3) {
    margin: 0 0 0 122px;
  }
  .blog .grid__item:nth-child(3n + 1) {
    grid-column: 1 / 3;
    align-self: flex-start;
  }

  .blog .grid__item:nth-child(3n + 2) {
    grid-column: 4 / 5;
    align-self: flex-start;
  }

  .blog .grid__item:nth-child(3n + 3) {
    grid-column: 2 / 4;
    margin: 0 0 0 122px;
  }
}

@media (max-width: 1024px) {
  .grid_container-item.grid-column-big_image .caption--container a {
    margin: 0;
  }
  .blog .grid--uniform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 0;
  }
  .blog .grid__item:nth-child(3n + 3) {
    margin: 0 0 0 0;
  }
  .blog .grid__item:nth-child(3n + 1) {
    grid-column: 1 / 2;
    align-self: flex-start;
  }

  .blog .grid__item:nth-child(3n + 2) {
    grid-column: auto;
    align-self: flex-start;
  }
  .blog .grid__item:nth-child(3n + 3) {
    grid-column: 1 / 3;
    margin: 0 0 0 0;
  }
    #about .wrapper.section-padding {
    padding-top: 70px;
}
    .template-article .palette--light.bg--neutral.wrapper {
    padding-top: 70px;
}
  .blog.section-padding {
    padding-top: 70px;
}

}

@media (max-width: 900px) {
  .grid_container-item.grid-column-small_image {
    width: 270px;
  }
  .grid_container-item .content--container h3 p {
    padding: 40px 0 20px;
  }
  .grid_container-item.grid-column-big_image img {
    width: auto;
  }
  .grid-container {
    padding: 40px 0 0;
  }
#about .wrapper.section-padding {
    padding-top: 50px;
}
  .footer__block.footer__aside {
    margin: 0 !important;
  }
  .footer__newsletter__body {
    padding: 0px 0px 0 30px !important;
  }
  .footer__content__inner {
    padding: 0 !important;
  }
  .footer__title {
    padding-bottom: 30px !important;
  }
  footer.footer {
    padding: 40px 0;
  }
  /* .blog .article__item-image {
    height: 200px !important;
    width: 100% !important;
  } */
  .blog .grid--uniform {
    display: grid;
    grid-template-columns: auto;
    gap: 70px 0;
  }
  .footer .grid--uniform .medium-up--one-third {
    width: 100% !important;
  }
  .float-grid.grid--uniform {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .subfooter__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .template-article .palette--light.bg--neutral.wrapper {
    padding-top: 50px;
}
  .blog.section-padding {
    padding-top: 50px;
}
}
@media (max-width: 767px) {
  .blog .grid--uniform {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .grid-container {
    row-gap: 30px;
    grid-template-columns: auto;
  }

  .grid_container-item.grid-column-small_image {
    width: 100%;
  }
  .grid_container-item .content--container h3 p {
    padding: 20px 0 9px;
  }
  .grid_container-item.grid-column-small_image {
    width: auto;
  }
  .footer__newsletter__body {
    padding: 0 0 0 0px !important;
  }
  .footer__container.footer__container--reversed {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .footer__block.footer__aside {
    margin: 40px 0 0 !important;
    width: 100%;
  }
  span.subfooter__copyright {
    margin-top: 30px;
  }
  .drawer__underlay .drawer__underlay__blur {
    backdrop-filter: blur(0px) !important;
  }
  .blog .grid__item:nth-child(3n + 1) {
    grid-column: none;
    align-self: flex-start;
  }

  .blog .grid__item:nth-child(3n + 2) {
    grid-column: none;
    align-self: flex-start;
  }
  .blog .grid__item:nth-child(3n + 3) {
    grid-column: none;
    margin: 0 0 0 0;
  }
  .drawer--pop .drawer__content {
    width: 100%;
    max-width: 100%;
    top: 57px;
    right: 0;
    margin: 0;
    left: 0;
    bottom: 15%;
    background: #fffc;
  }
  .drawer--pop input[type="number"] {
    padding: 5px 0;
  }
  .drawer--pop .cart__drawer .drawer__top {
    background: transparent !important;
  }
  .drawer--pop .cart-empty-bg,
  .drawer--pop .cart-empty-bg .image-overlay,
  .drawer--pop .cart__items {
    background: transparent !important;
  }
  .drawer--pop .drawer__bottom {
    background: transparent !important;
  }
  .drawer--pop .cart__items__quantity {
    padding: 10px 0;
  }
  .footer .grid--uniform .medium-up--one-third {
    width: 100% !important;
  }
  .float-grid.grid--uniform {
    display: block;
  }
  #about .wrapper.section-padding {
    padding-top: 40px;
}
    .template-article .palette--light.bg--neutral.wrapper {
    padding-top: 40px;
}
  .blog.section-padding {
    padding-top: 40px;
}
}

@media only screen and (min-width: 768px) {
  .footer__newsletter__body:first-child {
    align-self: baseline !important;
  }
}

@media only screen and (max-width: 1440px) {
  .footer .grid__item {
    padding: 0 !important;
  }
  .footer .grid--uniform .medium-up--one-third {
    width: 28.333333%;
  }
}
@media only screen and (min-width: 901px) {
  .subfooter__items.subfooter__items--0 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
  }

  /* a.footer__bottom_logo_link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-left: 27rem;
  } */
  /* .footer__bottom_logo {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  a.footer__bottom_logo_link {
    width: 100%;
  }
  .subfooter__item.subfooter__item--copyright {
    width: 100% !important;
  }
  .subfooter__item.subfooter__item--copyright {
    text-align: right;
    margin: -39px 31px 0 0;
  }
  a.footer__bottom_logo_link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subfooter__item:nth-child(2n) .subfooter__copyright {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .subfooter__item.subfooter__item--copyright {
    text-align: right;
    margin: -39px 29rem 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  .subfooter__item.subfooter__item--copyright {
    margin: -39px 0 0 0;
}
.footer__newsletter__body {
    padding: 50px 31px 50px 31px!important;
}
}
@media only screen and (max-width: 900px) {
  .footer__newsletter__body {
    padding: 0px 0px 0 30px !important;
}
  .subfooter__item.subfooter__item--copyright {
    margin: -39px 0 0 9px;
}
}
@media only screen and (max-width: 767px) {
.footer__newsletter__body {
    padding: 0!important;
}
  .float-grid.grid--uniform {
    display: block;
    margin: 0;
}
  .footer__bottom_logo {
    display: flex;
    justify-content: center;
    margin: 0 0 22px;
}
}
@media only screen and (min-width: 768px) {
  .footer__container--reversed .footer__newsletter--offset {
    margin-left: 0;
    margin-right: 0 !important;
  }

  /* Subfooter bottom logo – mobile size control */
@media (max-width: 749px) {

  .footer__bottom_logo {
    width: 40px !important;
    margin: 0 auto !important;
  }

  .footer__bottom_logo img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

