/** Shopify CDN: Minification failed

Line 4512:1 Unexpected ","

**/
.page-width, .page-medium {
  max-width: 1440px;
  margin-inline: auto;
}

/* Button component */

a.button {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* Navigation */
@media (min-width:721px) and (max-width:860px){
  .header-actions-list-item.header-cart-link{
    margin-left: -80px;
  }
}
@media (min-width:860px) {
  .header-actions-list-item.header-cart-link{
    margin-left: 0px!important;
  }
}
@media (min-width:860px) {
  .collapsed-navigation .drawer-toggle{
    display: none;
  }
  .main-header .primary-list-item{
    padding-left: 0;
  }
  .main-header{
    display: flex;
    justify-content: space-between;  
    gap: 30px;
  }
  .header-tools{
    display: flex;
    width: 100%;
    justify-content: flex-end;  
  }
  .navigation{
    width: 100%;
    max-width: 755px;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
  }
  .header-navigation-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 720px) {
  .has-slideshow-full-window .header {
    top: 0!important;
  }
}
.header-navigation-link.primary-link {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 23px;
}
/*.secondary-list{
  width: 150px!important;
  left: -66px;
}*/
.header-navigation-list-item.secondary-list-item a {
  font-size: 14px!important;
}
.header-drawer .header-navigation-list-item {
  float: unset;
}
/* Primary dropdown arrow */
.header-navigation-list-item.primary-list-item.has-dropdown.open 
> .header-navigation-list-arrow {
    transform: rotate(180deg);
}

/* Secondary dropdown arrow */
.header-navigation-list-item.secondary-list-item.has-dropdown.open 
> .header-navigation-list-arrow {
    transform: rotate(180deg);
}

@media (min-width: 721px){

  /* Dropdown containers: size to content, but never exceed viewport */
  #header-navigation .secondary-list,
  #header-navigation .tertiary-list{
    width: fit-content !important;          /* no extra empty space */
    max-width: calc(100vw - 40px) !important; /* prevents going off-screen */
    min-width: 0 !important;               /* removes forced extra width */
    box-sizing: border-box;
    text-align: left !important;           /* avoid centered look/space */
  }

  /* Prevent overflow: keep 1-line but clamp with ellipsis */
  #header-navigation .secondary-list a,
  #header-navigation .tertiary-list a,
  #header-navigation .secondary-list summary,
  #header-navigation .tertiary-list summary{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: block;
  }

  /* If you’re centering dropdown under parent, keep this (optional) */
  #header-navigation .secondary-list{
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
  }

  /* Level 3 flyout: keep fit-content but align to the right side */
  #header-navigation .tertiary-list{
    left: 100% !important;
    top: -15px;
    transform: none !important;
  }
}


@media (min-width: 721px){

  /* reset Launch spacing so dividers align properly */
  #header-navigation .secondary-list-item,
  #header-navigation .tertiary-list-item{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  #header-navigation .secondary-list-item > a,
  #header-navigation .tertiary-list-item > a,
  #header-navigation .secondary-list-item > details > summary,
  #header-navigation .tertiary-list-item > details > summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  /* ✅ Divider only ABOVE items starting from 2nd item */
  #header-navigation .secondary-list-item + .secondary-list-item,
  #header-navigation .tertiary-list-item + .tertiary-list-item{
    border-top: 1px solid #ffffff;
  }
}



.showing-drawer .header-drawer {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fffaf3;
  display: flex;
}
.header-drawer .header-navigation-link.primary-link {
  margin-top: 7px;
  margin-left: 8px;
  font-size: 18px;
}

.header-drawer svg {
  margin-top: 110px;
}
.header-drawer .mobile-bar {
  width: 15%;
  background: #00202b;
  height: 100vh;
}
.header-drawer .header-navigation-list-item.secondary-list-item a {
  color: #000;
  opacity: 1;
}
.header-drawer .mobile-link__wrapper {
  display: flex;
  align-items: center;
}
.header-drawer .header-navigation-list.clearfix {
  text-align: left;
}
.header-drawer .header-navigation-list-item.primary-list-item ul li {
  padding-left: 0;
}

.header-drawer .header-navigation-list {
  padding-top: 0;
}
.header-drawer
  #drawer-navigation
  .header-navigation-list-item.secondary-list-item {
  padding-top: 0px;
}
.header-drawer #drawer-navigation .header-navigation-list.clearfix {
  width: 100% !important;
}
.header-drawer .header-navigation-list-item.primary-list-item ul {
  padding-left: 33px;
  padding-top: 4px;
}
.header-drawer .mobile_logo {
  display: flex;
  padding-left: 43px;
}
.header-drawer
  #drawer-navigation
  .header-navigation-list-item.secondary-list-item:not(:first-child) {
  padding-top: 10px;
}
.header-drawer
  #drawer-navigation
  .header-navigation-list-item.secondary-list-item:last-child {
  padding-bottom: auto;
}
.header-drawer .header-drawer__wrapper {
  overflow: auto;
  width: 85%;
  height: 100vh;
}
.header-drawer .drawer-toggle {
  z-index: 9999;
}
.header-drawer .icon-cross {
  margin-right: 22px;
}
@media screen and (min-width: 721px) {
  .drawer-toggle .icon-menu {
    margin-top: 25px;
  }
  .header-drawer .icon-cross {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) {
  .desktop-title {
    display: flex;
  }
  .responsive-title {
    /*display: none !important;*/
  }
}

/* Richtext section */
.richtext p {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .richtext p {
    text-align: left;
  }
}
.richtext .page-medium {
  padding-block: 40px;
}
.richtext .richtext__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.richtext .icon__container {
  padding-bottom: 22px;
}

@media screen and (min-width: 720px) {
  .richtext .richtext__container {
    flex-direction: row;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .richtext .icon__container {
    /*margin-right: 150px;*/
    padding-bottom: 0;
    flex: 0 0 200px;
  }
}
.richtext .richtext__container a {
  color: #fff;
}
.richtext .text-light{
    color: #fff;
}
.richtext .text-dark,
.richtext .text-dark p{
    color: var(--clr-thirdary-darker);
}
.richtext .pxs-rich-text-heading{
    font-size: 16px;
    font-weight: 600;
}
.richtext .text-center .pxs-rich-text-heading, 
.richtext .text-center .pxs-rich-text-content p,
.richtext .text-center .pxs-rich-text-content{
    text-align: center;
}

.richtext .medium-padding .pxs-rich-text-content{
    padding-top: 20px;
}
.richtext .pxs-rich-text-heading{
    margin-bottom: 0;
}

/* Blogposts section */
.blogposts-section p,
.blogposts-section p strong {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
}
.blogposts-section p strong{
  font-weight: 700;
}
.blogposts-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.blogposts-section .desktop-image {
  max-width: 355px;
  display: none;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .blogposts-section .desktop-image {
    display: block;
    min-height: 600px;
    object-fit: cover;
  }
  .blogposts-section .mobile-image {
    display: none;
  }
}
.blogposts-section .article-information {
  margin: 0 62px;
}
.blogposts-section .module-title::before {
  margin-right: 1.5em;
}
.blogposts-section .module-title::after {
  margin-left: 1.5em;
}
.blogposts-section .module-header.blog-title__mobile {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 0;
}
@media(max-width: 720px){
  .blogposts-section .module-header.blog-title__mobile{
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.blogposts-section .module-header.blog-title__mobile .module-title{
  justify-content: center;
}
.blogposts-section .module-header.blog-title__mobile .module-title::after{
  content: none;
}
.blogposts-section .module-header.blog-title__mobile .module-title::before{
  content: none;
}
.blogposts-section .articles__container {
  min-width: 45%;
  min-height: 512px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  position: relative;
}
.blogpost-title{
  padding-bottom: 0!important;
  padding-right: 0;
  padding-left: 0;
}
.relative{
  position: relative;

}

@media screen and (min-width: 720px) {
  .blogposts-section .articles__container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .blogposts-section .article-information {
    margin: 0 0px;
  }
}

@media screen and (min-width: 1020px) {
  .blogposts-section .articles__container {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .blogposts-section .articles__container {
    width: unset;
    margin: 0 40px;
  }
}
.main-content .blogposts-section .articles__container a {
  text-decoration: none;
  border: 1px solid;
  padding: 14px 0;
  width: 100%;
  max-width: 155px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .main-content .blogposts-section .articles__container a {
    position: absolute;
    bottom: 60px;
  }
}
.blogposts-section .article__title {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
.blogposts-section .article__excerpt{
  text-align: center; 
  margin: 10px auto; 
  max-width:140px;
  font-size: 13px;
}

.blogposts-section .blog__title {
  display: none;
  transform: rotate(270deg);
}
@media screen and (min-width: 1020px) {
  .blogposts-section .blog__title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blogposts-section h3 {
  background-color: var(--clr-yellow);
  z-index: 99;
  width: 75px;
  text-align: center;
}

.blogposts-section .title__bar {
  height: 90%;
  width: 1px;
  position: absolute;
  transform: rotate(270deg);
  background: #000;
}
.blogposts-section .module-title {
  width: 100%;
}
.blogposts-section .module-heading-wrapper{
  position: absolute;
  top: -11.4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
}

.blogposts-section .module-heading{
  display: block;  
  padding: 0 10px;
  max-width: max-content;
  z-index: 2;
  background-color: #FFFAF3;
  font-family: 'europa-reg', serif !important;
  line-height: 1.3;
  color: #00202b;
  font-weight: 400;
  font-size: 18px;
}
.blogposts-section .line-border{
  width: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
  height: 1px;
  background-color: #000;
}
@media(min-width: 1020px){
  .blogposts-section .module-heading-wrapper{
    width: 100%;
  }
  .blogposts-section .line-border{
    display: none;
  }
}

.blogposts-section .page-width {
  padding: 40px 0;
}
.blogposts-section .blog-title__mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1020px){
  .blogposts-section .blog-title__mobile {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .blogposts-section .page-width {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 720px){
  .articles__container {
    padding-top: 30px;
  }
}
@media screen and (min-width: 720px) {
  .blogposts-section .article__content {
    width: 40%;
    padding: 50px 0 100px;
  }
}
.button__container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/* Featured collection */
.dynamic-products .list-meta {
  display: none;
}
.dynamic-products .list-title {
  text-transform: uppercase;
}
.dynamic-products .dynamic-products-footer {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 50px;
}
@media screen and (min-width: 720px) {
  .dynamic-products .dynamic-products-footer .button {
    padding-left: 121px;
    padding-right: 121px;
    font-size: 20px;
  }
}
.richtext .text-light{
    color: #fff;
}
.richtext .text-dark{
    color: var(--clr-thirdary-darker);
}
.richtext .pxs-rich-text-heading{
    font-size: 16px;
    font-weight: 600;
}
.richtext .text-center .pxs-rich-text-heading, .richtext .text-center .pxs-rich-text-content p{
    text-align: center;
}

.richtext .small-padding {
  padding: 20px 0;
}
.richtext .medium-padding {
    padding: 30px 0;
}
@media screen and (min-width:720px){
    .richtext .medium-padding {
        margin:auto;
        max-width: 1215px;
        padding: 30px 6%;
    }
}
.richtext .pxs-rich-text-heading{
    margin-bottom: 0;
}

/* Image with text section */
.image-with-text .dynamic-left-right-section.dynamic-left-right-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 920px) {
  .image-with-text .dynamic-left-right-section.dynamic-left-right-text {
    width: 40%;
  }
}
.image-with-text .dynamic-left-right-section.dynamic-left-right-media {
  width: 90%;
  margin-inline: auto;
}
.image-with-text .media-aligned-left .dynamic-left-right-text {
  right: unset;
}
.image-with-text .media-aligned-left .dynamic-left-right-media {
  left: unset;
  height: unset;
}
@media (min-width: 992px) {
.image-with-text .media-aligned-left {
  display: flex;
}
}

.image-with-text .dynamic-left-right-feature.media-aligned-right {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media screen and (min-width: 920px) {
  .image-with-text .page-width {
    padding: 0;
  }
}
.image-with-text .dynamic-left-right-media {
  display: block;
}
@media screen and (min-width: 720px) {
  .image-with-text .dynamic-left-right-section.dynamic-left-right-media {
    width: 60%;
  }
}
@media screen and (min-width: 920px) {
  .image-with-text .dynamic-left-right-media {
    display: block;
  }
  .image-with-text .dynamic-left-right-feature.media-aligned-right {
    flex-direction: row-reverse;
  }
  .image-with-text .text-column__content.narrow {
    max-width: 300px;
  }
}
.image-with-text .style-color .text-column__content h3:before,
.image-with-text .style-color .text-column__content h3:after {
  background-color: #fff;
}
.image-with-text .dynamic-left-right-feature img {
  height: 100%;
  object-fit: cover;
}
.style-color .button, .style-color .button:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* Services and Pricing section */
.services-pricing .module {
  max-width: 720px;
}
.services-pricing .section-title {
  font-size: 18px;
}
.services-pricing .section-text p {
  padding: 15px 0 25px 0;
}

/* Column articles section */
.column-articles .page-width {
  padding: 50px 33px;
}
.column-articles img {
  width: 294px;
  height: 291px;
  object-fit: cover;
  z-index: 99;
  position: relative;
  margin-right: 15px;
}
@media screen and (min-width: 920px) {
  .column-articles img {
    width: 243px;
    height: 243px;
  }
}
@media screen and (min-width: 1120px) {
  .column-articles img {
    min-width: 294px;
    height: 291px;
  }
}
@media screen and (min-width: 920px) {
  .column-articles .article__container {
    display: flex;
    justify-content: space-evenly;
  }
}
.column-articles .article__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 50px;
}
.article__container div:nth-child(6n),.article__container div:nth-child(7n), .article__container div:nth-child(8n) {
  display: none;
}
.column-articles .article__wrapper p {
  text-align: center;
}
@media screen and (min-width: 920px) {
  .column-articles .article__wrapper {
    max-width: 350px;
    min-height: 627px;
    padding: 20px;
    width: 297px;
  }
}
.column-articles .post__title {
  width: 100%;
  border-bottom: 1px solid;
  max-width: 300px;
}
.column-articles .post__content b, .column-articles .post__content strong{
  font-weight: 400;
}
.column-articles .post__content{
  padding: 15px 0;
  text-align: center;
  min-height: 130px;
  max-width: 300px;
}
.column-articles .post__content p{
  padding: 0;
}
.column-articles .post__image {
  position: relative;
}
.column-articles .image__background {
  width: 294px;
  height: 291px;
  position: absolute;
  z-index: 1;
  top: -7%;
  left: 7%;
}
@media screen and (min-width: 920px) {
  .column-articles .image__background {
    width: 243px;
    height: 243px;
  }
}
@media screen and (min-width: 1120px) {
  .column-articles .image__background {
    width: 294px;
    height: 291px;
  }
}
.column-articles .bar {
  display: none;
  justify-self: center;
  width: 1px;
  height: 80%;
  background: #000;
}
@media screen and (min-width: 1200px) {
  .column-articles .bar {
    width: 1px;
    height: 441px;
    background: #000;
    display: flex;
    position: relative;
    top: 90px;
  }
  .column-articles .article__container .bar:last-child {
    display: none;
  }
}
.column-articles .article__container{
  padding-bottom: 3rem;
}
/* Upcoming events articles section */
.event-articles .page-width {
  padding: 50px 20px;
}
.event-articles img {
  width: 243px;
  height: 300px;
  object-fit: cover;
  z-index: 999;
  position: relative;
}
@media screen and (min-width: 920px) {
  .event-articles .article__container {
    display: flex;
    justify-content: space-evenly;
  }
}
.event-articles .article__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 50px;
}
.event-articles .article__wrapper p {
  text-align: center;
}
@media screen and (min-width: 920px) {
  .event-articles .article__wrapper {
    max-width: 340px;
    min-height: 627px;
    padding: 20px;
  }
}
.event-articles .post__title {
  width: 100%;
  border-bottom: 1px solid;
}
.event-articles .post__content {
  padding-left: 40px;
  padding-right: 40px;
}
.event-articles .post__image {
  position: relative;
}
.event-articles .image__background {
  width: 243px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: -7%;
  left: 7%;
}
.event-articles .bar {
  display: none;
  justify-self: center;
  width: 1px;
  height: 80%;
  background: #000;
}
@media screen and (min-width: 1200px) {
  .event-articles .bar {
    width: 1px;
    height: 441px;
    background: #000;
    display: flex;
    position: relative;
    top: 90px;
  }
  .event-articles .article__container .bar:last-child {
    display: none;
  }
}
.template-article .event-articles{
  display: none;
}
/* visit and contact section */
.visit-contact .top-border {
  border-top: 1px solid var(--clr-thirdary-darker);
  padding-top: 30px;
}
.visit-contact img {
  width: 335px;
  height: 318px;
  object-fit: contain;
}
.visit-contact .module-title {
  padding-top: 30px;
  font-size: 20px;
}
.visit-contact .module {
  max-width: 90%;
}
.visit-contact .list-text-wrapper {
  max-width: 300px;
  margin: 0 auto;
}
.visit-contact .list-text p {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
.visit-contact .no-padding p {
  padding: 0;
}
.visit-contact .padding-top {
  padding-top: 26px;
}
.visit-contact .list.column-3.clearfix {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.visit-contact .column-3 .list-item {
  width: 100%;
}

@media screen and (min-width: 720px) {
  .visit-contact .list.column-3.clearfix {
    flex-direction: row;
  }
  .visit-contact .list-text-wrapper {
    max-width: 300px;
  }
  .visit-contact .column-3 .list-item {
    width: 50%;
  }
}

/* Product page */
.static-product .product-tabs-header {
  display: none;
}
.static-product .product-block.product-block--description {
  border-bottom: 1px solid;
}
.static-product .product-tabs-body {
  border-top: 1px solid;
  padding-top: 0;
}
.static-product .product_info {
  display: flex;
  border-bottom: 1px solid;
}
.static-product .product_info p {
  padding: 20px 0;
}
.static-product .product-block {
  margin-top: 0;
}
.static-product .product-block.product-block--price {
  margin-top: 20px;
}
.static-product .product_info p:first-child {
  width: 160px;
}

.static-product .product-form-submit-wrap input {
  background-color: #000 !important;
  color: #fff;
}
.static-product .product-wrap {
  padding: 30px;
}
@media screen and (min-width: 920px) {
  .static-product .product-wrap {
    margin-left: 30px;
    width: 46.5%;
  }
}
.static-product .surface-pick-up-embed.surface-pick-up-embed--available,
.static-product .product-slideshow-navigation {
  display: none;
}


/* Product slider */
.product-slider .flickity-viewport {
  overflow: hidden;
  outline: none;
}
.product-slider .flickity-page-dots{
  bottom: -75px;
}
@media screen and (min-width: 920px) {
  .product-slider .flickity-page-dots{
    display: none;
  }
}
@media screen and (max-width: 414px){
  .product-slider .module {
    padding: 60px 20px;
  }
}
.product-slider .page-medium {
  max-width: 1228px;
}
.product-slider .module-title {
  margin-bottom: 60px;
}
.product-slider .carousel-cell {
  width: 287px;
  height: 287px;
}

.product-slider .carousel {
  margin-bottom: 30px;
}

.visit-heading-section .dynamic-alternating-content .dynamic-left-right-titles {
  font-weight: bold;
}
.visit-heading-section .dynamic-alternating-content hr {
  height: 1px;
}
.visit-heading-section .dynamic-alternating-content .module-body {
  margin: 0 40px;
  border-bottom: 1px solid black;
}
@media screen and (min-width: 920px) {
  .visit-heading-section .dynamic-alternating-content .dynamic-left-right-media {
    padding: 60px 0;
  }
}
.visit-heading-section .dynamic-alternating-content .dynamic-left-right-media {
  padding-top: 60px;
}
.visit-contact-section .dynamic-inline{
  margin-bottom: 40px;
}
.visit-contact-section .module-body{
  padding: 0 40px;
  border-bottom: 1px solid black;
}

@media screen and (min-width: 920px){
  .visit-contact-section .module-body{
      padding: 0;
      margin: 0 40px;
  }
}
.visit-contact-section .text-block{
  padding: 30px 5%;
}
.visit-contact-section .list-item:nth-child(2n){
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}


@media screen and (min-width: 720px){
  .visit-contact-section .list-item{
    margin-bottom: 0px;
    width: 30%;
  }
  .visit-contact-section .list-item:nth-child(2n){
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top:0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 1020px){
  .visit-contact-section .list-item-inline {
  padding: 30px 0px;
}
}
@media screen and (max-width: 1020px){
  .visit-contact-section .dynamic-inline .list-text-wrapper {
  
  padding-right: 0;
  padding-left: 0;
}
}






.visit-contact-section .text-block{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (min-width: 720px){
  .visit-contact-section .text-block{
      flex-direction: row;
      
  }
  
}
.visit-contact-section .module-left-content{
  display: flex;
  flex-direction: row;
  overflow: hidden;
}


.visit-contact-section .module-left-text{
  left:0;
  bottom:0;
  writing-mode:vertical-lr;
  transform:scale(-1);
}
.visit-contact-section .module-left-img{
  
  width: auto;
  height: 220px;
  position: relative;
  bottom: -10px;
  left: 30px;
}
.visit-contact-section .module-left-content .line{
  position: relative;
  left: 60px;
  width: 100%;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 720px){
  .visit-contact-section .module-left-content .line{
      display: none;    
  }
  .visit-contact-section .module-left-content {
      justify-content: center; 
  }
  .visit-contact-section .module-left-img{
  
      width: auto;
      height: 220px;
      position: relative;
      bottom: 0;
      left: 0;
  }
  
  .collections-menu .collection-link {
    font-size: 2vw;
    padding: 10px 0.6vw !important;
  }
}

.pxs-map-section {
  border-bottom: 0;
}

.visit-directions-section .module-body {
  margin: 40px 40px;
}
.visit-directions-section .module-body .module-text {
  text-align: center;
}
.visit-directions-section .bar {
  display: none;
}
@media screen and (min-width: 1020px) {
  .visit-directions-section .bar {
    width: 1px;
    height: 50vh;
    background: #000;
    display: flex;
  }
}
.visit-directions-section .colums-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (min-width: 1020px) {
  .visit-directions-section .colums-container {
    flex-direction: row;
  }
}
.product-slider .flickity-prev-next-button.previous {
  left: 2%;
}
.product-slider .flickity-prev-next-button.next {
  right: 2%;
}
.product-slider .flickity-button{
  display: none;
}
@media only screen and (min-width: 920px) {
  .product-slider .flickity-button{
    display: block;
  }
}
.product-slider button {
  background: none;
  border: none;
}
.product-slider .page-medium.module {
  position: relative;
}
.product-slider .button--previous {
  position: absolute;
  left: 4%;
  bottom: 41%;
  display: none;
}
.product-slider .button--next {
  position: absolute;
  right: 4%;
  bottom: 41%;
  display: none;
}
@media only screen and (min-width: 720px) {
  .product-slider .button--previous,
  .product-slider .button--next {
    display: block;
  }
}
.product-slider .carousel-cell{
  margin-right: 10px;
}
@media only screen and (min-width: 1020px) {
  .product-slider .carousel-cell{
    margin-right: 15px;
    width: 24%;
  }
}
.template-product #shopify-section-static-footer{
  margin-top: 40px;
}
/* Blog section */
.blog_section img{
    position: relative;
}
.blog_section .image_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--clr-thirdary-darker);
    right: -4%;
    bottom: -6%;
}
.blog_section .lines{
    width: 97%;
    height: 91%;
    border-left: 1px solid;
    position: absolute;
    left: -4%;
    top: -6%;
    border-top: 1px solid;
}
.blog_section .post-wrapper{
    display: flex;
    flex-wrap: wrap;
    max-width: 1220px;
}
.post-wrapper .article-container {
  flex: 0 0 370px;
}
.blog_section .bar{
    width: 1px;
    height: 441px;
    background: #000;
    display: none;
    position: relative;
    top: 90px;
}
@media only screen and (min-width: 1070px) {
  .blog_section .bar{
    display: flex;
}
}
.article__preview .button{
    margin-top: 1rem;
}
.blog_section .article__preview{
    width: 330px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
}
@media screen and (min-width: 715px){
  .blog_section .article__preview{
      min-height: 570px;
  }
}
.blog_section .article__preview .image_bg {
    width: 243px;
    height: 243px;
    top: 33px;
    right: 26px;
    display: block;
}
.blog_section .article__preview header p {
    padding: 15px 0;
    font-size: 14px;
}
#in-memoriam .blog_section .post-image {
    width: 243px;
    height: 243px;
}
#in-memoriam .post-wrapper a.button {
  padding: 0 14px;
  font-size: 13px;
  min-height: 35px;
  letter-spacing: .3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_section .article__preview header {
    width: calc(100% - 77px);
    border-bottom: 1px solid;
}
.blog_section .article__preview .button{
    bottom: 0;
}

.blog_section .module-body.article{
    border-top: 1px solid;
}
.blog_section .module{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
}
@media screen and (min-width: 1020px){
    .blog_section .module{
        padding-left: 40px;
    }
}
.blog_section .module-body.article {
  padding-bottom: 4rem;
}

.blog_section .module-body.article:last-of-type {
  padding-bottom: 0;
}

.blog_section .article__preview .post-image-container img {
  min-height: 243px;
  object-fit: cover;
}
#blog p {
  padding: 0;
}
#blog .article__preview header {
  padding: 20px 0 9px;
}
#blog .article__preview p strong {
  font-weight: normal;
}
#blog .blog_section .article__preview {
  margin-bottom: 20px;
}
@media screen and (min-width: 715px){
  #blog .blog_section .article__preview {
    min-height: 650px;
    margin-bottom: 60px;
  }

  #blog .blog_section .article__preview:last-of-type {
    margin-bottom: 0;
  }
}
.blog_section .dynamic-left-right-feature,
.blog_qa .dynamic-left-right-feature {
  display: flex;
  flex-direction: column-reverse;
}
.blog_section .dynamic-left-right-section h3 {
  padding-bottom: 15px;
}
.blog_section .dynamic-left-right-section .button {
  margin-top: 15px;
}
.blog_section .dynamic-left-right-text,
.blog_qa .dynamic-left-right-text {
  padding: 40px 30px;
}
.blog_section .module,
.blog_qa .module {
  padding-top: 0;
  padding-bottom: 0;
}

.blog_section .post-content {
  padding: 20px 32px;
}
@media screen and (min-width: 1021px){
  .blog_section .media-aligned-left .dynamic-left-right-text,
  .blog_qa .media-aligned-left .dynamic-left-right-text {
    right: -65%;
    width: 39%;
    padding: 30px 63px 45px;  
  }
  .blog_section .media-aligned-left .dynamic-left-right-media,
  .blog_qa .media-aligned-left .dynamic-left-right-media {
    left: -36%;
    width: 61%;
  }
  .blog_section .dynamic-left-right-feature,
  .blog_qa .dynamic-left-right-feature {
    display: block;
  }
  .blog_section .module,
  .blog_qa .module {
    padding-top: 96px;
    padding-bottom: 50px;
  }

  .blog_section .module:last-of-type {
    padding-top: 96px;
    padding-bottom: 0;
  }
}
.blog_section .media-aligned-left .dynamic-left-right-text p,
.blog_qa .media-aligned-left .dynamic-left-right-text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1020px){ 
  .blog_section .dynamic-left-right-section.dynamic-left-right-media,
  .blog_qa .dynamic-left-right-section.dynamic-left-right-media {
    width: 92%;
    margin-top: 50px;
    margin-left: 27px;
  }
}
.blog_section .bottom-bar {
  display: none;
  width: 100%;
  height: 1px;
  background: #000;
  margin-bottom: 30px;
}
@media screen and (min-width: 1070px){
  .blog_section .bottom-bar:nth-child(9n) {
    display: block;
  }
}
#in-the-news .article__preview {
  min-height: 685px;
  margin-bottom: 20px;
}
@media screen and (min-width: 720px){
  #in-the-news .article__preview {
    margin-bottom: 60px;
  }
}
.article_post .d-flex {
    display: block;
}
.article_post .share-pinterest{
    display: none;
}
.article_post .share-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 40px;
}
.article_post .button{
    display: none;
}
.article_post .button.rsvp{
  display: block;
  width: 300px;
  margin: 50px auto 0;
}
.article_post .d-flex .col-right {
  max-width: 335px;
  margin: 0 auto;
}
.article_post .d-flex .col-right img{
    width: 100%;
}
.article_post .d-flex .col-right img,
.article_post .d-flex .col-right{
    position: relative;
}
@media screen and (min-width:720px){
    .article_post .d-flex .col-right{
        float: right;
        margin-left: 30px;
        max-width: 445px;
        max-height: 445px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:576px){
  .desktop-title {
    display: none !important;
  }
  .responsive-title {
    display: flex;
  }
  
  .collections-menu {
    display: none !important;
  }
}

.article_post .post-title {
  font-weight: 600;
}

.article_post ol {
  padding: revert;
}
.article_post .d-flex .col-right .image_bg{
    width: 100%;
    height: 100%;
    background: var(--clr-orange);
    position: absolute;
    left: -4%;
    bottom: -4%;
}
.article_post .module-wrapper .module.module-share{
    background-color: transparent;
    max-width: 500px;
    padding: 0;
}
.main-content .article_post a.share-buttons-item{
    text-decoration: none;
}
.article_post .share-buttons-item{
    border: none;
}
.article_post .article__preview p{
    padding-bottom: 0;
}
.article_post .post__metafields{
  width: 100%;
  padding: 60px 20px 0;
  border-top: 1px solid;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
.article_post .metafields-container{
  padding: 0 20px;
}
.article_post .post__metafields .bar{
  display: none;
}
.article_post .post__metafields .metafield-block{
  text-align: center;
}
.article_post .post__metafields .metafield-block .metafield-title{
  font-weight: bold;
}
@media screen and (min-width:720px){
  .article_post .post__metafields{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .article_post .post__metafields .bar{
    width: 1px;
    height: 280px;
    background: #000;
    display: flex;
    position: relative;
  }
  .article_post .post__metafields .metafield-block{
    max-width: 340px;
    padding: 20px;
  }
}
.article_post .post__metafields .event-title{
  transform: rotate(270deg);
  position: absolute;
  left: 0;
  display: none;
}
@media screen and (min-width: 1200px){
  .article_post .post__metafields .event-title{
    display: block;
  }
}
.article_post .d-flex.module{
  max-width: 1140px;
  margin: auto;
}
/* In memoriam blog */
#shopify-section-blog-template-inmemoriam .article__preview {
  min-height: 440px;
  margin-bottom: 60px;
}
#shopify-section-blog-template-inmemoriam .bar {
  height: 363px;
  top: 60px;
}
.about-description-section{
    margin:40px 20px;
    padding: 40px 0 0;
}
#cremation .about-description-section{
  padding: 0;
  margin-top: 34px;
  padding-bottom: 80px;
}
#cremation .about-description-section .description-container{
  justify-content: space-between;
}
#cremation .about-description-section .page-width{
  border-bottom: 0;
}
#cremation .about-description-section .container-title{
  padding-bottom: 6px;
}
#cremation .about-description-section .container-title span{
  font-size: 16px;
}
#cremation .about-description-section .column-left,  #cremation .about-description-section .column-right{
  width: 94%;
  }
#cremation .about-description-section .logo{
  width: 116px;
  margin-top: 76px;
  margin-bottom: 76px;
}
@media screen and (min-width: 920px){
  #cremation .about-description-section{
    padding: 60px 0 0;
    padding-bottom: 80px;
  }
  #cremation .about-description-section .logo{
      margin-bottom: 0;
  }
  #cremation .about-description-section .column-left,  #cremation .about-description-section .column-right{
    width: 40%;
    }
}
#cremation .richtext .richtext__container{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#cremation .richtext .page-medium{
  padding: 49px 29px;
}
#cremation .richtext .small-padding p{
  padding: 12px 0;
}
@media screen and (min-width: 920px){
  #cremation .richtext .page-medium{
    padding: 48px 11rem;
  }
  #cremation .richtext .small-padding{
    padding: 18px 0;
  }
}
.about-description-section .page-width {
  border-bottom: 1px solid black;
}
@media screen and (min-width: 920px){
  .about-description-section .page-width {
    padding-bottom: 55px;
  }
}
.about-description-section .description-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding:0;
}
@media screen and (min-width: 920px){
    .about-description-section .description-container{
        flex-direction: row;
  }
}
.about-description-section .module-text{
    text-align: center;
}
.about-description-section .module-title{
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.about-description-section p,
.about-team-section span{
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
}
.about-description-section .module-title::before{
    visibility: hidden;
}
.about-description-section .module-title::after{
    visibility: hidden;
}
.about-description-section .container-title{
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

@media screen and (min-width: 920px){
    .about-description-section .column-left{
    padding:0 20px;
    width: 30%;
    }
    .about-description-section .column-right{
        padding:0 20px;
        width: 30%;
    }
}


.about-description-section .logo{
    width: 170px;
}
@media screen and (min-width: 1020px){
    .about-description-section .logo{
        width: 200px;
    }
}
@media screen and (min-width: 1020px){
      .about-description-section .description-container{
      padding:0 25px;
  }
}

.about-team-section{
    margin: 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.about-team-section .container-block{
    width: 50%;
    margin: 0 ;
    padding: 40px 0;
    display: flex;
    border-bottom: 1px solid black;
}
@media screen and (max-width: 1200px){
  .about-team-section .container-block{
      width: 100%;
  }
  .about-team-section .container-block .team-member .bar-title{
      display: none;
      
  }
  .about-team-section .container-block:nth-child(2n) .team-member{
      padding-left: 0!important;
  }
  .about-team-section .container-block .text-container{
      justify-content: center;
  }
  .about-team-section .container-block .image{
      padding-left: 20px;
  }
}
.about-team-section .container-block .text-container .title{
  padding-bottom: 10px;
}
.about-team-section .container-block .text-container .ocupation{
  margin-bottom:0;
  padding: 10px 0;
}    
@media screen and (max-width: 720px){
    
    .about-team-section .container-block .team-member{
        flex-direction: column;
        align-items: center;
    }
    .about-team-section .container-block .text-container{
        margin-top: 40px;
        padding: 0;
        width: 80%;
    }
    .about-team-section .container-block .image{
        width: 100%!important;
    }
}
.about-team-section .path{
    position: relative;
}
.about-team-section .padding{
    background-color: #f4d8cd;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 20px;
}
.about-team-section .border{
    border-top: 1px solid #f4d8cd;
    border-right: 1px solid #f4d8cd;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: -20px;
}
.team-section.page-width,
.about-description-section .page-width {
  max-width: 1186px;
}
.about-team-section .team-member{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.about-team-section .container-block:nth-child(2n) .team-member{
    
    border-right: 0;
}
.about-team-section .container-block:nth-child(2n) .team-member .text-container{
    padding-right: 0;
}
.about-team-section .container-block:last-child .team-member .text-container{
    padding-right: 0;
}
.about-team-section .container-block:last-child .team-member{
    border-right: 0;
}
.about-team-section .container-block:last-child{
    border-bottom: 0;
}
.about-team-section .team-member .image{
    width: 40%;
}
.about-team-section .image-container img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;  
    /*
    -webkit-filter: sepia(50%);
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    */
}
.about-team-section .container-block:nth-child(2n) .team-member .bar-title{
    display: none;
}
.about-team-section .container-block:nth-child(5n) .team-member .bar-title{
    visibility: hidden;
    
}
.about-team-section .container-block:nth-child(2n) .team-member{
    padding-left: 30px;
}
.about-team-section .container-block:last-child{
    margin: 0 auto;
}

@media screen and (min-width: 720px){
  .about-team-section .container-block:last-child{
    padding-top: 70px;
  }
}

.about-team-section .bar-title{
    writing-mode: vertical-lr;
    transform: scale(-1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
.about-team-section .container-block:nth-child(3n) .module-title{
    display: none;
}

@media screen and (min-width: 1200px){
    .team-section .about-title__mobile {
      display: none;
    }
}
.team-section .about-title__mobile {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
}
.team-section .module-title::before {
  margin-right: 20px;
}
.team-section .module-title::after {
  margin-left: 20px;
}
.about-team-section .module-title::before, .about-team-section .module-title::after{
    width: 0.93px;
    margin-right: 0;
    margin-left: 0;
}
.about-team-section .module-title::before{
  margin-bottom: 20px;
}
.about-team-section .module-title::after{
  margin-top: 20px;
}
.about-team-section .text-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 50%;
    padding: 0px 40px;
}
.about-team-section .text-container .title{
    border-bottom: 1px solid black;
}
.about-team-section .text-container .ocupation{
    border-bottom: 1px solid black;
}
.about-team-section .text-container .description{
    margin: 5px 0;
}


/* images with text section */
.img-with-text .center-text{
    text-align: center;
}
.img-with-text .button-container{
    padding-top: 30px;
}
.img-with-text .product-details-slideshow-text{
    padding-top:35px; 
    line-height: 23px;
}
.img-with-text .button-dark{
    background-color: var(--clr-thirdary-darker);
    color: #fff;
}
.img-with-text .button-dark:hover{
    background-color: transparent;
    color: var(--clr-thirdary-darker);
}
.img-with-text .module-title{
    font-size: 20px;
}
.img-with-text .button{
    text-transform: none;
}
.img-with-text .center-text .product-details-slideshow-content-wrapper,
.img-with-text .product-details-slideshow-image-container{
    max-width: 90%;
    margin:auto;
    padding:0;
}
@media screen and (min-width:1020px){
    .img-with-text .center-text .product-details-slideshow-content-wrapper{
        max-width: 315px;
        padding:0;
    }
}

.faq-hero-section{
  display: flex;
  flex-direction: row;
  margin: 40px 0;
}
.faq-hero-section img{
  width: 60%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.faq-hero-section .text-container{
  width: 40%;
  padding: 10%;
  text-align: center;
  color: white;
  background-color: #00202B;
}
.faq-hero-section .text-container .module-title{
  color: white;
}
.faq-hero-section .text-container .module-title::before , .faq-hero-section .text-container .module-title::after{
  background-color: white;
}
@media screen and (max-width: 1020px){
  .faq-hero-section img{
      width: 50%;
  }
  .faq-hero-section .text-container{
      width: 50%;
  }
}
@media screen and (max-width: 720px){
  .faq-hero-section{
      flex-direction: column;
  }
  .faq-hero-section img{
      width: 100%;
  }
  .faq-hero-section .text-container{
      width: 100%;
  }
  .faq-section .container{
      padding:40px 25% ;
      max-width: initial;
  }   
  .faq-section .container:last-child {
    border-bottom: none;
  }
}

.faq-section {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 0 40px;
}

@media screen and (min-width: 1921px){
  .faq-section .container {
    max-width: 100%;
  }
  .faq-section .container .txt-container {
    width: 100%;
  }
}

@media screen and (min-width: 720px){
  .faq-section {
      grid-template-columns: repeat(2 ,1fr);
  }
  .faq-section .container:nth-child(2n+1) .bar{
      display: block !important;
  }
  
  .faq-section .container:nth-child(2n) .bar{
      display: none;
  }
  .faq-section .container .txt-container{ 
      padding-right: 25%;
  }
  .faq-bottom .module-title{
      padding: 0 30%;
  }
  .faq-section .container:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1020px){
  .faq-section {
      grid-template-columns: repeat(3,1fr);
  }
  .faq-section .container:nth-child(3n) .bar{
      display: none !important;
  }
  .faq-section .container:nth-child(2n) .bar{
      display: block;
  }
  .faq-section .container:nth-last-child(-n+3) {
    border-bottom: none;
  }
}

.faq-section .container{
  padding: 40px 10%;
  padding-right: 0 !important;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
.faq-section .container .txt-container{ 
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  
}
.faq-section .container .txt-container p{ 
  padding-top:10px;
  padding-bottom:0;
  
}
.faq-section .container .bar{
  display: none;
  margin: auto;
  justify-self: center;
  width: 1px;
  height: 90%;
  background: #000;
}

.faq-bottom {
  margin:40px 0;
  display: flex;
  flex-direction: column;
}

.faq-bottom .module-title {
  padding: 0 10%;
  font-weight: 400;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.faq-bottom .button {
  margin: 64px auto 60px;
  width: 165px;
  display: block;
}

.faq-header {
  padding: 0 40px;
}

.faq-header .page-width .module-header .module-title h3 {
  min-width: 130px;
  text-align: center;
}

.faq-header .page-width .module-header .module-title h3 svg {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 10px;
  float: right;
  transition: 0.3s;
}
.faq-header.module-wrapper.accordion.active svg{
  transform: rotateX(180deg);
}
.faq-menu__wrapper{
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:460px){
  .faq-menu__wrapper{
    display: flex;
    flex-direction: column;
  }
}
.faq-menu__wrapper .divider:last-child,
.faq-menu__wrapper .divider{
  display: none;
}
.faq-menu{
  font-size: 18px;
  padding: 20px;
}
@media screen and (min-width:460px){
  .faq-menu{
    font-size: 18px;
    text-decoration: none !important;
    padding: 20px;
  }
  .faq-menu__wrapper .divider{
    display: contents;
  }
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  overflow: hidden;
}
/*text columns section */
.text-columns .style-light{
    background-color: #E5E5E5;
}
.text-columns hr{
    display: none;
}
.text-columns .list-item{
    border-bottom: 1px solid var(--clr-thirdary-darker);
}
@media screen and (max-width: 720px){
  .text-columns .column-3 .list-item {
      width: 100%;
  }
}

.text-columns .modern .module-body{
  width:100%;
  padding-top:30px;
  border-top: 1px solid var(--clr-thirdary-darker);
}
.text-columns .modern .column-3{
  max-width: 100%;
}
.dynamic-inline .list{
  margin: 0;
}
@media screen and (min-width:720px){
    .text-columns .list-item{
        border: none;
    }
    .text-columns .modern .list-item:nth-child(2),
    .text-columns .modern .list-item:nth-child(6){
        border-left:1px solid var(--clr-thirdary-darker);
        border-right: 1px solid var(--clr-thirdary-darker);
    }
    .text-columns .modern hr{
        display: block;
        margin-top: 30px;
        margin-bottom: 50px;
        border:none;
        background-color: var(--clr-thirdary-darker);
        height: 1px;
        width:100%;
    }
    .text-columns .modern .module-wrapper{
        padding:30px 0;
    }
    .text-columns .modern .module-body{
        padding-top:50px;
        border-top: 1px solid var(--clr-thirdary-darker);
        border-bottom: 1px solid var(--clr-thirdary-darker);
    }
}
/* slideshow */
.slideshow .customHeroSlideShow{
  margin:0;
}
@media screen and (min-width:721px){
  .slideshow .margin{
    margin-top: 120px;
   }
}
.slide-text .custom-slide-text{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
}
.slide-text .custom-slide-text img{
  height: 70px;
  width: 70px;
}
.slide-text .custom-slide-text p{
  font-size: 14px!important;
  font-weight: 100;
}
.slide-text h1{
  color: white;
  font-size: 24px;
}

.slide-text-logo{
  align-items: end!important;
  justify-content: flex-end!important;
  padding: 40px 30px!important;
}
@media screen and (max-width: 720px){
  .custom-slide-text {
    max-width: 100px!important;
}
}
.contact-section{
  display: flex;
  flex-direction: column-reverse;
  margin: 40px 0;
}
.contact-section .image{
  display: none;
  width: 100%;
}
.contact-section .image img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: baseline;
}
.contact-section .form-container{
  width: 100%;
  padding: 10%;
  background-color: #00202B;
  color: white;
  text-align: center;
}
.contact-section .form-container .field-container{
  text-align: left;
}
.contact-section .form-container .module-title{
  color: white;
}
.contact-section .form-container .module-title::before{
  background-color: white;
}
.contact-section .form-container .module-title::after{
  background-color: white;
}
.contact-section .form-container .description span{
  text-align: center;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  
}
.contact-section .form-container .button.secondary.inverse{
  border-color: white;
  max-width: 300px;
}
.contact-section .form-container .button.secondary.inverse:hover{
  color: white !important;
}
.contact-section .form-container .contact-form{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-section .form-container input[type=text],.contact-section .form-container input[type=email],.contact-section .form-container textarea{
  border-radius: 1px;
  margin-top: 2px !important;
  margin-bottom: 10px;
}
.contact-section .form-container .submit{
  margin-top: 10px;
  display: block;
  margin: 0 auto;
}
.contact-section .form-container .submit .button{
  text-align: center;
}
@media screen and (min-width: 920px){
  .contact-section{
    flex-direction: row-reverse;
    margin: 40px;
  }
  .contact-section .image{
    width: 50%;
  }
  .contact-section .form-container{
    width: 50%;
  }
  .contact-section .image{
    display: block;
  }

}
.contact-section .form-container .none{
  display: none;
}
.contact-section .form-container .text-container{
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
  
}

/* Blog Q+A */
.blog_qa img{
  position: relative;
}
.blog_qa h3{
  font-size: 15px;
}
.blog_qa h3::before,
.blog_qa h3::after {
  height: 0;
}

.blog_qa .image_bg_article{
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--clr-pink);
  right: -4%;
  bottom: -6%;
  display: none;
}

.blog_qa .lines_article{
  width: 92%;
  height: 89%;
  border-right: 1px solid var(--clr-pink);
  position: absolute;
  left: 15%;
  top: 4%;
  border-top: 1px solid var(--clr-pink);
}

@media screen and (min-width: 720px){
  .blog_qa .lines_article{
    width: 87%;
    height: 89%;
  }
}

@media screen and (min-width: 1020px){
  .blog_qa .image_bg_article,
  .blog_qa .lines_article{
      display: block;
  }
}
.blog_qa .post-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1220px;
}
.blog_qa .bar{
  width: 0.5px;
  height: 460px;
  background: #000;
  position: relative;
  top: 36px;
  display: none;
}
@media screen and (min-width: 1200px){
  .blog_qa .bar{
      display: block;
  }
}
.blog_qa .bar:nth-child(2n+1),
.blog_qa .bar:last-of-type{
  display: none;
}
.article__preview .button{
  margin-top: 1rem;
}
.blog_qa .article__preview{
  width: 551px;
  min-height: 507px;
  align-items: center;
  padding: 37px 42px 20px 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: -25px;
  position: relative;
  column-gap: 15px;
}
@media screen and (min-width: 720px){
  .blog_qa .article__preview{
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 50px;
  }
}
.blog_qa .article__preview .image_bg_article {
  width: 197px;
  height: 349px;
  bottom: -19px;
  right: 28px;
  display: block;
}
.blog_qa .article__preview .post-content {
  max-width: 70%;
}
@media screen and (min-width: 720px){
  .blog_qa .article__preview .image_bg_article {
    width: 211px;
    height: 349px;
    bottom: -21px;
  }
}
.blog_qa .article__preview header p {
  padding: 0;
  font-size: 12px;
}
#in-memoriam .blog_qa .post-image {
  width: 243px;
  height: 243px;
}
.blog_qa .article__preview header{
  width: 100%;
  border-bottom: 1px solid;
  padding: 15px 0;
}

@media screen and ( min-width: 720px ){
  /*.blog_qa .article__preview .button{
    position: absolute;
    bottom: 11%;
  }*/
}
.blog_qa .module-body.article{
  border-top: 1px solid;
}
.blog_qa .module{
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media screen and (min-width: 1020px){
  .blog_qa .module{
      padding-left: 40px;
  }
}
.blog_qa .image__wrapper{
  position: relative;
}
.blog_qa .image__wrapper{
  margin-bottom: 15px;
}
.blog_qa .text__wrapper .summary-title{
  padding-bottom: 0;
  font-weight: bold;
}
.blog_qa .text__wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 720px){
  .blog_qa .text__wrapper{
    width: 50%;
    max-width: 175px;
  }
  .blog_qa .image__wrapper{
    width: 50%;
    margin-bottom: 0px;
  }
}
.blog_qa .post-image{
  height: 345px;
  object-fit: cover;
}
.blog_qa .blog-qa__title{
  border-bottom: 1px solid;
  width: 100%;
}
.blog_qa .post-content span,
.blog_qa .post-content b,
.blog_qa .post-content p,
.blog_qa .post-content div
{
  font-size: 12px;
  font-weight: normal;
}
.blog_qa .image_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background: #164444;
  right: -3%;
  bottom: -4%;
}
.blog_qa .lines{
  width: 98%;
  height: 96%;
  border-left: 1px solid;
  position: absolute;
  left: -2%;
  top: -3%;
  border-top: 1px solid;
  display: none;
}

@media screen and (min-width: 1020px) {
  .blog_qa .lines {
    display: block;
  }
}


.blog_qa .article__preview .image_bg {
  width: 243px;
  height: 243px;
  top: 33px;
  right: 26px;
  display: block;
}
.blog_qa .bottom_bar{
  position: relative;
  height: 0.5px;
  background: #000;
  width: 100%;
  top: 30%;
  display: none;
}
@media screen and (min-width: 1200px){
  .blog_qa .bottom_bar{
    display: block;
  }
}
.blog_qa .bottom_bar:nth-child(odd){
  display: none;
}
.blog_qa .module-body.article{
  padding-bottom: 4rem;
}
/* Blog Events */
#events .image__wrapper{
  margin-right: 30px;
}
#events .module.dynamic-left-right-features{
  display: none;
}
#events .post-title{
  margin-top: 0;
}
#events .blog-qa__title{
  display: none;
}
@media screen and (min-width: 720px){
  #events .blog_qa .text__wrapper {
    max-width: 160px;
  }
}
#events .post-content{
  padding-top: 15px;
}
#events .post-content div br{
  display: none;
}
#events .post-content div strong{
  font-size: 12px;
}

#events .post-content.rte .line {
  border-bottom: 1px solid;
  padding-top: 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 720px){
  #events .blog_qa .post-wrapper .article__preview .post-image{
    width: 240px;
  }
}
#events .blog_qa .module-body.article{
  border-top: none;
}
#events .blog_qa .article__preview .image_bg_article{
  height: 89%!important;
}
#events .post-image{
  height: auto!important;
}
/* collection */
#collections .list-text-wrapper-{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px) and (max-width: 920px){
  #collections .list-item.product-list-item .add_button{
    display: flex;
    justify-content: center;
  }
  #collections .list-item.product-list-item .add_button form{
    position: absolute;
    bottom: 0;
  }

  #collections .list-text-wrapper-{
    padding: 20px 15px 50px !important;
  }

  #collections .list-item.product-list-item {
    width: 50%;
  }

  #collections .list-item.product-list-item .list-text-wrapper {
    margin-bottom: 10px;
  }

  #books .list-item.product-list-item .add_button{
    display: flex;
    justify-content: center;
  }
  #books .list-item.product-list-item .add_button form{
    position: absolute;
    bottom: 0;
  }
  #books .list-text-wrapper{
    padding: 20px 15px 50px !important;
  }

}

@media screen and (min-width: 920px) and (max-width: 1200px){
  #collections .list-item.product-list-item .add_button{
    display: flex;
    justify-content: center;
  }
  #collections .list-item.product-list-item .add_button form{
    position: absolute;
    bottom: 0;
  }
  #collections .list-text-wrapper{
    padding: 20px 15px 50px !important;
  }
  #books .list-item.product-list-item .add_button{
    display: flex;
    justify-content: center;
  }
  #books .list-item.product-list-item .add_button form{
    position: absolute;
    bottom: 0;
  }
  #books .list-text-wrapper{
    padding: 20px 15px 50px !important;
  }
}
#books .list-item,
#collections .list-item{
  margin-bottom: 30px !important;
}
#collections .module-title:first-child{
  padding-top: 4rem;
}
#artisan-collections .module-title:first-child{
  padding-top: 1rem;
}
#artisan-collections .module-title:first-child{
  padding-bottom: 2rem;
}
@media (min-width:1201px) {
  #artisan-collections .module-title:first-child{
    padding-bottom: 4rem;
  }
}
#collections .richtext{
  display: none;
}
@media screen and (min-width: 720px){
  #collections .richtext{
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 720px){
  #books .module-body.collection-body.books .list.collection-list.list-text-wrapper-overlay.column-3{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  #books .column-3 .list-item{
    width: unset;
  }
}
@media screen and (min-width: 720px) and (max-width: 1220px){
  #books .list.collection-list.list-text-wrapper-overlay.column-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  #books .column-3 .list-item{
    width: unset;
  }
}
.collections-menu-wrapper {
  display: none;
  padding: 0;
  max-width: 1920px;
  margin: auto;
  margin-bottom: 5px;
  width: 71%;
  z-index: 1;
  position: relative;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto!important;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
@media screen and (min-width:920px){
  .collections-menu-wrapper {
    display: flex;
  }
}
.collections-menu-wrapper .right-col {
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
}

.collections-menu-wrapper .right-col .collection__sort-wrapper {
  width: 100%;
}

.collections-menu-wrapper .left-col {
  text-align: left;
}

.collections-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.collections-menu .collection-link {
  position: relative;
  float: left;
  padding: 14px 20px;
  margin: 0;
}

.collections-menu .collection-link a {
  text-decoration: none !important;
}

.collections-menu .collection-link a.active {
  font-weight: 700;
}

@media screen and (max-width: 920px) {
  .collections-menu .collection-link {
    padding: 10px 1.2vw;
    font-size: 1.8vw;  
  }
  
  .collections-menu-wrapper .left-col {
    text-align: center;
  }
}
.add_button i{
  margin-right: 10px;
}
.add_button .button{
  padding: 5.5px 16px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0;
}
#gf-tree .gf-controls-search-form,
#gf-tree .gf-filter-contents-inner {
  display: none;
}
.module-body.collection-body #gf-tree{
  display: flex;
  max-width: 100%;
  align-items: center;
}
.collection-module-wrapper .module-body.collection-body #gf-tree .sort-container{
  padding-top: 10px;
  padding-bottom: 20px;
}
.module-body.collection-body #gf-tree .sort-container,
.module-body.collection-body #gf-tree .module-title,
.module-body.collection-body #gf-grid,
.template-collection .module-title,
.template-collection .module-body.collection-body.books{
  max-width: 1920px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width:920px){
  .module-body.collection-body #gf-tree .sort-container,
  .module-body.collection-body #gf-tree .module-title,
  .module-body.collection-body #gf-grid,
  .template-collection .module-title,
  .template-collection .module-body.collection-body.books{
    padding: 0 40px;
  }
}
@media screen and (min-width:767px){
  #gf-grid .module-title{
    display: none;
  }
}
.module-body.collection-body .button{
  padding: 0 14px;
  font-size: 9px;
  margin-top: 10px;
  height: 35px;
  letter-spacing: 0;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .3px;
}
.module-body.collection-body .button i{
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.module-body.collection-body .list-text-wrapper{
  padding: 30px 15px 0;
}
.module-body.collection-body .list-text-wrapper .money{
  font-weight: normal;
  font-size: 13px;
}
.collection-page .richtext .medium-padding .pxs-rich-text-content{
  padding-top: 0;
}
.collection-module-wrapper .richtext{
  padding-bottom: 110px;
}
.collection-module-wrapper .sort-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-module-wrapper .module-body.collection-body .richtext__container.medium-padding .pxs-rich-text-content{
  padding-top: 0;
}
.collection-module-wrapper .module-body.collection-body .richtext .page-medium {
  padding-bottom: 50px;
  padding-top: 50px;
}
.template-collection .collection-module-wrapper{
  padding-right: 0px;
  padding-left: 0px;
}
.template-collection .collection-module-wrapper .page-width{
  /*max-width: 100%;*/
}
.gf-top_one #gf-tree .sort-by{
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
.gf-top_one #gf-tree .gf-filter-contents{
  width: 350px;
}
@media screen and (min-width:920px) and (max-width: 1400px) {
  #gf-tree .collections-menu .collection-link{
    padding: 14px 13px;
  }
  #gf-tree .spf-col-md-8{
    flex: unset;
    max-width: unset;
  }
}
.collection-richtext{
  background: var(--clr-thirdary-darker);
}
.richtext.collection-list{
  padding-bottom: 0 !important;
}
.richtext.collection-list .pxs-rich-text-content{
  padding-top: 0;
}

.text-columns-bar-container{
  margin: 60px 40px;
}
.text-columns-bar .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.text-columns-bar .list-item {
  margin-bottom: 0;
}
.text-columns-bar .modern .list-item:nth-child(2){
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 480px){
  .text-columns-bar .column-3 .list-item {
    width: 75%;
  }
  .text-columns-bar  .module {
    padding: 20px ;
  }
}

@media screen and (min-width: 720px){
  .text-columns-bar .modern .list-item:nth-child(2){
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 0;
    border-bottom: 0;
  }
  .text-columns-bar .list {
    flex-direction: row;
  }
}
@media screen and (max-width: 720px){
  .text-columns-bar .list-item{
    margin: 0 auto;
  }
}

.collection-richtext{
  background: var(--clr-thirdary-darker);
}

.text-columns-bar-container{
  margin: 60px 40px;
}
.text-columns-bar .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.text-columns-bar .list-item {
  margin-bottom: 0;
}
.text-columns-bar .modern .list-item:nth-child(2){
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 480px){
  .text-columns-bar .column-3 .list-item {
    width: 75%;
  }
  .text-columns-bar  .module {
    padding: 20px ;
  }
}

@media screen and (min-width: 720px){
  .text-columns-bar .modern .list-item:nth-child(2){
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 0;
    border-bottom: 0;
  }
  .text-columns-bar .list {
    flex-direction: row;
  }
}
@media screen and (max-width: 720px){
  .text-columns-bar .list-item{
    margin: 0 auto;
  }
}

@media screen and (min-width: 720px){
  .phone-number.list-text{
    text-decoration: none !important;
  }
}

.image-description-section{
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}
.image-description-section .image-container{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.image-description-section .image-container img{
  width: 47%;
  object-fit: cover;
  aspect-ratio: 3/4;
  
}
.image-description-section .text-container{
  text-align: center;
}
@media screen and (min-width: 920px){
  .image-description-section{
    flex-direction: row;
    justify-content: space-between;
    margin: 40px;
  }
  .image-description-section .image-container{
    width: 68%;
  }
  .image-description-section .text-container{
    width: 28%;
  }
  .image-description-section .image-container img{
    width: 49%;
  }
  .image-description-section .text-container{
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.artisan-collection {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  margin: 0 15px;
  margin-bottom: 30px;
}
.artisan-collection .products-container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
.artisan-collection .products-container .product-artisan{
  display: flex;
  flex-direction: column;
}
.artisan-collection .products-container .product-artisan a{
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
}
.artisan-collection .products-container .product-artisan .product-title, .artisan-collection .products-container .product-artisan .product-price{
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  padding-top: 12px;
}

@media screen and (min-width: 920px){
  .artisan-collection .products-container{
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .artisan-collection {
    margin: 40px;
  }
}
#gf-tree .collections-menu-wrapper{
  justify-content: left;
}
@media screen and (max-width: 820px){
  #gf-grid .spf-product-card{
    position: unset;
    display: grid;
  }
  #gf-grid .spf-col-6{
    position: relative;
    margin-top: 30px;
  }
  #gf-grid .spf-product-card.spf-product-card__center .spf-product__form{
    position: absolute;
    bottom: 2%;
    justify-self: center;
  }
}

/* Contact page */
#contact .text-columns-bar-container .text-container .list-item:first-child .list-title,
#contact .text-columns-bar-container .text-container .list-item:first-child .phone-number.list-text{
  font-weight: bold;
}
#contact .text-columns-bar-container .text-container .list-item:first-child .phone-number.list-text{
  font-size: 16px;
}
#contact .phone-wrapper svg{
  margin-top: 15px;
  margin-right: 10px;
}
#contact .phone-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .phone-wrapper svg {
  transition: transform .2s;
}

#contact .phone-wrapper:hover svg {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

/* Bottom footer */
.footer-wrapper .bottom-footer__wrapper {
  text-align: center;
  padding: 2rem 0;
  border-top: 0.6px solid;
}
.footer-wrapper .bottom-footer__wrapper a{
  color: #fff;
  padding: 0 0.5rem;
}
@media screen and (min-width:720px){
  .footer-wrapper .bottom-footer__wrapper a{
    padding: 0 2rem;
  }
}
.footer-wrapper .bottom-footer__wrapper span:last-child {
  display: none;
}
/* Collection section homepage */
.dynamic-collections .list-title {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
/* In the news - Listing Page */
.in-the-news{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
} 
.in-the-news-title{
  width: 80%;
  font-size: 24px!important;
  margin: 20px auto;
} 
.in-the-news .article__container{
  display: flex;
  flex-direction: column;
  border-top: 1px solid #00202B;
  margin-bottom: 30px;
  padding-top: 30px;
  width: 80%;
}
.in-the-news .article__container:first-child{
  border-top: 0;
  padding-top: 0;
}
.in-the-news .article__container:last-child{
  border-bottom: 1px solid #00202B;
  padding-bottom: 20px;
}
.in-the-news .article__container .left__article{
  width: 100%;
}
.in-the-news .left__article .image-container{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.in-the-news .left__article .image-container a{
  width: 80%;
}
.in-the-news .left__article .image-container .article-img img{
  object-fit: contain;
}
.in-the-news .left__article .image-container .article-a-logo{
  max-width: 283px!important;
  padding: 10px 0;
}
.in-the-news .article__container .right__article{
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.in-the-news .article__container .right__article .post-title{
  font-size: 20px;
}
.in-the-news .article__container .right__article .post-content span{
  font-size: 14px;
}
.in-the-news .article__container .right__article .post-content, .in-the-news .article__container .right__article .post-title{
  padding: 0px;
}
.in-the-news .btn{
  text-decoration: none!important;
  border-bottom: 1px solid #00202B;
}

@media (min-width:780px) {
  .in-the-news{
    margin-top: 20px;
  }
  .in-the-news .article__container{
    flex-direction: row-reverse;
    padding-bottom: 20px;
  }
  .in-the-news .article__container:nth-child(2n){
    flex-direction: row;
  }
  .in-the-news .article__container:first-child .right__article{
    border-top: 1px solid #00202B;
  }
  .in-the-news .article__container .right__article{
    width: 50%;
    min-height: 250px;
    justify-content: center;
    margin-right: 1.5%;
    margin-left: 1.5%;
    gap: 30px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .in-the-news .article__container .left__article{
    max-width: 50%;
  }
  .in-the-news .article__container .left__article img{
    min-width: 100%;
    max-height: 392px;
    object-fit:cover;
  }
  .in-the-news .article__container .left__article .image-container .article-img img{
    object-fit: cover;
  }
  .in-the-news .article__container .left__article .image-container a{
    width: 100%;
  }
}
@media (min-width:1080px){
  .in-the-news .article__container{
    width: 60%;
  }
  .in-the-news-title{
    width: 58%;
    margin: 40px auto;
  }
  .in-the-news .article__container .right__article .post-content span{
    font-size: 16px;
  }
}

/* In the news - Main Article */
.in-the-news-main-article{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  gap: 30px;
  align-items: center;
}
.in-the-news-main-article .left-main-article{
  width: 80%;
}
.in-the-news-main-article .left-main-article header .post-date{
  text-transform: uppercase;
}
.in-the-news-main-article .left-main-article header .post-title{
  font-weight: 700;
  font-size: 24px;
}
.in-the-news-main-article .left-main-article header .post-date{
  font-size: 16px;
}
.in-the-news-main-article .left-main-article .post-content p{
  font-size: 16px;
}
.in-the-news-main-article .left-main-article .btn{
  display: none;
}
.in-the-news-main-article .left-main-article .post-content img{
  width: 100%;
  max-width: none;
}
.in-the-news-main-article .left-main-article .post-content a:last-child{
  text-transform: uppercase;
}
.in-the-news-main-article .right-main-article .btn{
  display: block;
}
.in-the-news-main-article .right-main-article .article__wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.in-the-news-main-article .right-main-article .article__wrapper .bar{
  height: 80px;
  width: 40%;
  border-bottom: 1px solid #00202B;
}
.in-the-news-main-article .right-main-article .article__wrapper:last-child .bar{
  border-bottom: 0;
}
.in-the-news-main-article .right-main-article .article__wrapper:last-child{
  margin-bottom: 0px;
}
.in-the-news-main-article .right-main-article .btn{
  text-decoration: none;
  border-bottom: 1px solid #00202B;
  padding: 0;
  font-size: 18px;
  line-height: 17px;
}
.in-the-news-main-article .right-main-article{
  width: 80%;
  margin: 20px 0;
  display: block;
}
.in-the-news-main-article .module-title{
  font-size: 24px!important;
}
.in-the-news-main-article .right-main-article .post__title{
  padding-bottom: 0;
  text-align: center;
  font-size: 20px;
}
.in-the-news-main-article .right-main-article h2{
  margin-bottom: 30px;
}
.in-the-news-main-article .right-main-article h2,.in-the-news-main-article .right-main-article .post__content{
  text-align: center;
  font-size: 16px;
}
@media (min-width:413px) and (max-width:720px) {
  .in-the-news-main-article .left-main-article header .post-date{
    padding-left: 15px;
  }
}
@media (min-width:580px) {
  .in-the-news-main-article .right-main-article .post__image{
    display: flex;
    justify-content: center;
  }
  .in-the-news-main-article .right-main-article .post__image img{
    width: 80%;
    min-width: 318px;
  }  
}
@media (min-width:780px) {

  .in-the-news-main-article .right-main-article{
    width: 60%;
  }
}
@media (min-width:1080px) {
  .in-the-news-main-article .right-main-article .post__image img{
    min-width:auto;
  } 
  .in-the-news-main-article{
    flex-direction: row;
    margin-top: 100px;
    align-items: baseline;
    margin-bottom: 50px;
  }

  .in-the-news-main-article .left-main-article{
    width: 40%;
    border-right: 1px solid #00202B;
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .in-the-news-main-article .right-main-article{
    width: 20%;
    margin: 0;
  }
  .in-the-news-main-article .right-main-article .article-img{
    width: 100%;
  }
  .in-the-news-main-article .right-main-article .post__image img{
    width: 90%;
  }
}
/*Slider Categories begins*/
.slider-categories-content{
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  max-width: 85%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 20px auto;
}
.slider-categories-content .slider-categories-item{
  display: flex;
  flex-direction: column;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.slider-categories-content .slider-categories-item:first-child{
  margin-left: 0px;
}
.slider-categories-content .slider-categories-item:last-child{
  margin-right: 0px;
}
.slider-categories-content .slider-categories-item img{
  height: 70px;
  width: 70px;
  min-width: 70px;
  object-fit: cover;
}
.slider-categories-content .slider-categories-item a{
  text-decoration: none!important;
  text-align: center;
  max-width: 70px;
}
.slider-categories-content .slider-categories-item-bg{
  height: 70px;
  width: 70px;
  background-color: #F4D8CD;
}
@media (min-width: 460px) {
  .slider-categories-content .slider-categories-item img{
    height: 110px;
    width: 110px;
    min-width: 110px;
  }
  .slider-categories-content .slider-categories-item-bg{
    height: 110px;
    width: 110px;
  }
  .slider-categories-content .slider-categories-item a{
    max-width: 110px;
  }
}
@media (min-width: 700px) {
  .slider-categories-content{
    justify-content: center;
  }
}
@media (min-width: 1180px) {
  .slider-categories-content{
    max-width: 1146px;
  }
  .slider-categories-content .slider-categories-item img{
    height: 180px;
    width: 180px;
    min-width: 180px;
  }
  .slider-categories-content .slider-categories-item-bg{
    height: 180px;
    width: 180px;
  }
  .slider-categories-content .slider-categories-item a{
    max-width: 180px;
  }
}
/*Main Text begins*/
.main-text-content{
  max-width: 800px;
  width: 85%;
  margin: 35px auto;
  text-align: center;
  margin-bottom: 10px;
}
.main-text-content h2{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.main-text-content span{
  font-weight: thin;
  font-size: 13px;
}
@media (min-width: 1180px) {
  .main-text-content{
    width: 60%;
    margin: 60px auto;
  }
}
/*Cremation Section begins*/
.cremation-section-content{
  max-width: 85%;
  margin: 20px auto;
}
.cremation-section-content .cremation-package {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 600px;
}
.cremation-section-content .cremation-package .package-image{
  display: flex;
  justify-content: center;
}
.cremation-section-content .cremation-package .package-image img{
  height: 215px;
  object-fit: cover;
}
.cremation-section-content .cremation-package .package-content{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cremation-section-content .cremation-package .package-content h3{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.cremation-section-content .cremation-package .package-content .package-includes p:first-child{
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.cremation-section-content .cremation-package .package-content .package-includes p{
  padding-top: 2px;
  padding-bottom: 2px;
}
.cremation-section-content .cremation-package .package-content .package-price p:first-child{
  padding-top: 10px;
}
.cremation-section-content .cremation-package .package-content .package-price p{
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 16px;
}
@media (min-width: 980px) {
  .cremation-section-content{
    margin: 60px auto;
    max-width: 1046px;
  }
  .cremation-section-content .cremation-package {
    flex-direction: row;
    max-width: none;
  }
  .cremation-section-content .cremation-package-reverse {
    flex-direction: row-reverse!important;
  }
  .cremation-section-content .cremation-package:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .cremation-section-content .cremation-package-reverse:nth-child(2n) {
    flex-direction: row!important;
  }
  .cremation-section-content .cremation-package .package-image{
    width: 50%;
    height: 100%;
  }
  .cremation-section-content .cremation-package .package-image img{
    height: 576px;
    width: auto;
  }
  .cremation-section-content .cremation-package .package-content{
    width: 50%;
    padding: 0 3%;
  }
}
@media (min-width: 1180px) {
  .cremation-section-content{
    margin: 60px auto;
    max-width: 1146px;
  }
  .cremation-section-content .cremation-package .package-content{
    width: 50%;
    padding: 3%;
  }
}
/*Package Section begins*/
.package-section-content{
  max-width: 85%;
  margin: 110px auto;
  margin-bottom: 200px;
}
.package-section-content .package-item-content {
  margin-bottom: 120px;
}
.package-section-content .package-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}
.package-section-content .package-item .package-image img{
  width: 257px;
  height: 230px;
  object-fit: cover;
  filter: drop-shadow(20px -20px 0px #164444);
}
.package-section-content .package-item .package-image{
  margin-bottom: 15px;
}
.package-section-content .package-item .package-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 257px;
  position: relative;
}
.package-section-content .package-item .package-content h3{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
.package-section-content .package-item .package-content .package-description{
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}
.package-section-content .package-item .package-content .package-description p{
  padding-bottom: 0px;
}
.package-section-content .package-item .package-content a{
  font-size: 13px;
  padding: 10px 20px;
  border: 1px solid black;
  text-decoration: none;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
@media (min-width: 720px) {
  .package-section-content{
    margin-bottom: 0px;
  }
  .package-section-content .package-item-content .package-item{
    border-right: 1px solid black;
  }
  .package-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .package-section-content .package-item-content {
    border-bottom: 1px solid black;
  }
 .package-section-content .package-item-content:last-child{
    border-bottom: 0;
    margin-bottom: 20px;
    grid-column: 1 / 3;
  }
  .package-section-content .package-item-content:nth-child(2n) .package-item, .package-section-content .package-item-content:last-child .package-item{
    border-right: 0;
  }
}  
@media (min-width: 1180px) {
  .package-section-content .package-item-content:last-child{
    grid-column:auto ;
  }
  .package-section-content .package-item-content:nth-child(2n) .package-item{
    border-right: 1px solid black;
  }
  .package-section-content{
  margin-bottom: -80px;
}
  .package-section-content .package-item-content .package-item{
    border-right: 1px solid black;
  }
  .package-section-content{
    margin-bottom: 0px;
  }
  .package-section-content .no-bar{
    border-bottom: 0!important;
  }
  .package-section-content{
    max-width: 1146px;
  }
  .package-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .package-section-content .package-item-content {
    border-bottom: 1px solid black;
  }
  .package-section-content .package-item-content:nth-child(7n), .package-section-content .package-item-content:nth-child(8n), .package-section-content .package-item-content:nth-child(9n){
    border-bottom: 0;
  }
  .package-section-content .package-item-content:nth-child(3n) .package-item{
    border-right: 0;
  }
}  
/*Celebration Section begins*/
.celebration-section-content{
  margin: 60px 0;
}
.celebration-section-content .celebration-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.celebration-section-content .celebration-block:last-child{
  border-bottom: 0;
}
.celebration-section-content .celebration-block .celebration-image{
  display: flex;
}
.celebration-section-content .celebration-block .celebration-image img{
  width: 50%;
  height: 200px;
  object-fit: cover;
}
.celebration-section-content .celebration-block .celebration-content{
  background-color: #00202B;
  padding: 30px 20px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: -1px;
}
.celebration-section-content .celebration-block:nth-child(2n) .celebration-content{
  background-color: #D6995D;
}
.celebration-section-content .celebration-block .celebration-content h3{
  color: white;
  font-size: 13px;
  font-weight: bold;
}
.celebration-section-content .celebration-block .celebration-content .celebration-description{
  color: white;
  font-size: 13px;
}
.celebration-section-content .celebration-block:nth-child(2n) .celebration-content h3, .celebration-section-content .celebration-block:nth-child(2n) .celebration-content .celebration-description{
  color: black;
}
.celebration-section-content .celebration-block .celebration-bar{
  border-top: 1px solid black;
  width: 90%;
  height: 1px;
  margin: 50px auto;
}
.celebration-section-content .celebration-block:last-child .celebration-bar{
  display: none;
}
@media (min-width: 780px) {
  .celebration-section-content{
    max-width: 1146px;
    margin: 60px auto;
    margin-bottom: 100px;
  }
  .celebration-section-content .celebration-block .celebration-image img{
    width: 40%;
    height: 500px;
  }
  .celebration-section-content .celebration-block .celebration-image img:first-child{
    width: 60%;
    margin-left: 0;
  }
  .celebration-section-content .celebration-block .celebration-content{
    min-height: 279px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20%;
  }
}
.modalContact{
  background-color: #00202B;
  position: fixed;
  z-index: 200;
  width: 80%;
  margin:auto;
  padding: 1rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: fit-content;
}
.modalContact .name, .modalContact .question, .modalContact .email{
  margin: 20px auto;
}
.modalContact .question{
  margin-bottom: 0;
}
.modalContact .module-title::before, .modalContact .module-title::after{
  display: none;
}
.modalContact label, .modalContact span{
  color: white;
}
.modalContact .submit{
  display: block;
  margin-top: 1rem;
}
.modalContact .submit .button{
  border-color: white!important;
}
.modalContact .submit .button:hover{
  color: white!important;
  border-color: white!important;
}
@media (min-width:720px) {
  .modalContact{
    width: 530px;
    margin: auto;
  }
  .modalContact{
    padding: 2rem;
  }
}

.comments-inmemoriam .comment-form .field, .comments-inmemoriam .comment-form h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
  color: #00202B;
}
.comments-inmemoriam .form-container{
  width: 100%;
  background-color: #F4D8CD;
}
.comments-inmemoriam input[type=text],.comments-inmemoriam input[type=email],.comments-inmemoriam input[type=password],.comments-inmemoriam input[type=search],.comments-inmemoriam input[type=telephone],.comments-inmemoriam input[type=tel],.comments-inmemoriam input[type=number],.comments-inmemoriam textarea{
  border-color: #F4D8CD;
  color: #00202B;
}
.comments-inmemoriam .comment-form{
  padding: 2rem;
  max-width: 1140px;
  margin: 0 auto;
}
.comments-inmemoriam .comment-form h2{
  font-size: 24px;
  color: #00202B;
}
.comments-inmemoriam .comment-form .bottom{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comments-inmemoriam .comment-form p,.comment-form input[type=submit]{
  border-color: #00202B;
  width: fit-content;
}
.comment-form input[type=submit]:hover{
  color: white!important;
  border-color: #00202B;
  background-color: #00202B;
  width: fit-content;
}
.comments-inmemoriam .list-comments{
  max-width: 1120px;
  margin: 40px auto;
  border-top: 1px solid black;
}
.comments-inmemoriam .list-comments h2{
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 45px;
}
.comments-inmemoriam .comments-container{
  column-count: 1;
}
@media (min-width:720px) {
  .comments-inmemoriam .comments-container{
    column-count: 2;
  }
}
@media (min-width:1200px) {
  .comments-inmemoriam .comments-container{
    column-count: 3;
  }
  .comment-container{
    min-height: 500px;
  }
}

.comments-inmemoriam .comments-container .article-comment{
  min-width: 350px;
  width: 30%;
  margin: 10px 10px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid black;
  height: min-content;
  break-inside: avoid;
  margin: 0 auto;
}
.comments-inmemoriam .article-comment h3{
  font-size: 24px;
  font-weight: 800;
  width: 100%;
}
.comments-inmemoriam .article-comment h3 p{
  padding-bottom: 0;
  width: 100%;
}
.comments-inmemoriam .article-comment p{
  width: 100%;
}
.comments-inmemoriam .article-comment footer{
  font-weight: 800;
  width: 100%;
}
.add-to-cart .button.disabled{
  color: white;
}
.two-columns-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 1rem;
  width: 90%;
  margin: 0 auto;
}
.two-columns-container .left-column{
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
}
.two-columns-container .left-column:last-child{
  border-bottom: 0;
}
.two-columns-container .left-column, .two-columns-container .right-column{
  text-align: center;
  padding:  2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two-columns-container a h2{
  text-decoration: none!important;
}
@media (min-width:720px) {
  .two-columns-container{
    flex-direction: row;
    max-width: 1278px;
    padding: 4rem 0rem;
  }
  .two-columns-container .left-column{
    border-right: 1px solid black;
    border-bottom: 0;
    
  }
  .two-columns-container .left-column:last-child{
    border-right: 0;
  }
  .two-columns-container .left-column-one-no-border{
    border-right: 0;
  }
  .two-columns-container.left-column-one-left{
    justify-content: flex-start;
  }
  .two-columns-container .left-column{
    width: 50%;
    padding: 0 2rem;
    justify-content: start;
  }
  .two-columns-container .left-column{
    padding-bottom: 0;
  }
}
@media (min-width:1120px) {
  .two-columns-container .left-column, .two-columns-container .right-column{
    padding: 0 4rem;
  }
}
.page-width-services{
  border-bottom: 0!important;
  margin-top: -40px;
  max-width: 1140px!important;
}
.page-width-services a{
  text-decoration: none!important;
}
.page-width-services .logo{
  display: flex;
  justify-content: center;
  margin: 40px;
}
.page-width-services .column-left, .page-width-services .column-right{
  width: 90%;
}
@media (min-width:920px) {
  .page-width-services .column-left, .page-width-services .column-right{
    width: 50%!important;
  }
}

.page-width-services img{
  width: 120px;
}

@media (max-width:520px) {
  .image-hero-section img{
    height: 240px;
    object-fit: cover;
  }
}
.image-hero-section img{
  width: 100%;
}
.image-hero-margin{
  margin-bottom: -25px;
}
@media (min-width:720px) {
  .image-hero-margin{
    margin-bottom: -80px;
  }
}
@media (min-width:1420px) {
  .image-hero-section img{
    height: 774px;
    object-fit: cover;
  }
  .image-hero-margin img{
    height: 531px!important;
    object-fit: cover;
  }
}
.richtext-services .richtext__container{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#pre-planning, #pre-planning .main-header-wrapper, #shipping,#shipping .main-header-wrapper{
  background-color: var(--clr-pink)!important;
}
.text-with-button .button{
  background-color: #00202b;
  color: white;
  text-transform: none;
}
.text-with-button .image_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--clr-thirdary-darker);
  right: 6%;
  bottom: -7%;
}
.text-with-button .lines{
  width: 95%;
  height: 91%;
  border-right: 1px solid;
  position: absolute;
  left: 8%;
  top: -6%;
  border-top: 1px solid;
}
.text-with-button img{
  position: relative;
} 
.text-with-button .module{
  padding-top: 60px;
  padding-bottom: 120px;
  width: 90%;
  max-width: 1146px;
}
@media (max-width:720px) {
  .text-with-button .dynamic-left-right-media{
    width: 88%!important;
  }
}
@media (max-width:920px) {
  .text-with-button .module{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-with-button .dynamic-left-right-media{
    width: 70%;
  }
  .text-with-button .media-aligned-right{
    flex-direction: column-reverse;
    align-items: center;
  }
  .text-with-button .text-container{
    padding-top: 48px!important;
    width: 98%!important;
  }
  .text-with-button .module-content{
    margin-top: 18px;
  }
  .text-with-button .image-container{
    width: 50%;
  }
}
.text-with-button .image-container{
  width: 50%;
}
.text-with-button .media-aligned-right{
  display: flex;
  justify-content: space-between;
}
.text-with-button .image-container{
  height: fit-content;
}
.text-with-button .text-container{
  width: 50%;
  max-width: 335px;
  padding-top: 55px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}


@media (min-width:920px) {
  .text-with-button .alternate-content .media-aligned-right{
    flex-direction: row-reverse;
  }
  .text-with-button .image-container{
    width: 52%;
    margin-top: -13px;
  }
}

.text-with-button .alternate-content .image_bg{
  left: 4%!important;
  top: -6%!important;
}
.text-with-button .alternate-content .lines{
  right: 4%!important;
  bottom: -6%!important;
  left:auto;
  top: auto;
  border: 1px solid;
  border-top: 0;
  border-right: 0;
  height: 100%;
}
#shipping .text-with-button .alternate-content .lines{
  right: 9%!important;
}
.bg-yellow{
  background-color: var(--clr-yellow)!important;
}
@media (min-width:720px) {
  #pre-planning .two-columns-container h2, #pre-planning .two-columns-container span{
    text-align: center!important;
  }
}

  .two-columns-container p{
  text-align: start;
}
.two-columns-container .text-left p{
  text-align: start;
}
.two-columns-container .text-center p{
  text-align: center;
}
@media (max-width:720px) {
  .two-columns-container .text-left h2{
    text-align: start;
  }
  .two-columns-container p{
    text-align: center;
  }
  .two-columns-container .text-left p{
    text-align: start;
  }
}
.two-columns-container h2{
  font-weight: 400;
}
.two-columns-container h2, .two-columns-container p{
  font-size: 13px;
}
.two-columns-container .headings-bold h2{
  font-size: 16px;
  font-weight: 700;
}
.text-column-image .description-mobile{
  display: block;
}
.text-column-image .description-desktop{
  display: none;
}
.text-column-image .left-column{
  border-bottom: 0;
}
.text-column-image .right-column{
  padding-top: 0;
}
.text-column-image .right-column img{
  width: 100%;
  object-fit: cover;
}
@media (min-width:720px) {
  .text-column-image .alternate-content {
    flex-direction: row-reverse;
  }
  .text-column-image .alternate-content .left-column{
    border-left: 1px solid black;
    border-right: 0;
  }
  .text-column-image .right-column{
    width: 50%;
    padding-top: 2rem;
  }
  .text-column-image .left-column{
    height: initial;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .text-column-image .headings-bold h2{
    padding: 15px 0;
  }
  
  .text-column-image .description-mobile{
    display: none;
  }
  .text-column-image .description-desktop{
    display: block;
  }
}
.text-column-image .border_bottom{
  border-bottom: 1px solid black;
}
.featured-products-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1146px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  padding: 4.3rem 0rem;
  padding-bottom: 2.4rem;
}
.featured-products-container .image-container{
  width: 49%;
}
.featured-products-container .text-container{
  width: 100%;
  padding-top: 1rem;
}
.featured-products-container .image-container img{
  max-width: 170px;
  object-fit: cover;
  height: 200px;
}
.featured-products-container .text-container span{
  text-align: center;
}
.featured-products-container .text-container span p{
  padding-top: 36px;
}
.featured-products-container{
  width: 90%;
  margin: 0 auto;
}
.featured-products-container .text-container{
  text-align: center;
}
.featured-products-container .text-container p{
  font-size: 13px;
}
.featured-products-container .text-container h2{
  font-size: 16px;
}
.featured-products-container .text-container .module-title{
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 520px) {
  .featured-products-container .image-container img{
    max-width: none;
    height: auto;
  }
}
@media (min-width: 1120px) {
  .featured-products-container{
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    padding: 6.7rem 0;
    gap: 0.6rem;
    margin-bottom: 1rem;
    padding-bottom: 3.6rem;
    width: 90%;
  }
  .featured-products-container .image-container{
    width: 36%;
  }
  .featured-products-container .text-container{
    width: 30%;
    padding-left: 3rem;
  }
  .featured-products-container .image-container img{
    max-width:none;
    object-fit: none;
    height: auto;
  }
}
@media (min-width: 1220px) {
  .featured-products-container{
    width: 100%;
  }
}
.grid-products{
  text-align: center;
}
.button-container{
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.button-container .button{
  width: 100%;
  max-width: 370px;
}
.grid-products-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 1.9rem auto;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1146px;
}
.grid-products-container .image-container img{
  object-fit: cover;
  height: 178px;
  max-width: none;
}
.grid-products-container .text-container{
  margin: 1.3rem 0;
  text-align: center;
  text-transform: uppercase;
}
.grid-products-container .text-container p{
  padding: 0;
}
@media (min-width: 520px) {
  .grid-products-container .image-container img{
    height: auto;
  }
}
@media (min-width: 920px) {
  .grid-products-container{
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin-top: 5rem;
  }
}
@media (min-width: 1320px) {
  .grid-products-container{
    width: 100%;
  }
}
@media (min-width: 520px) {
  .artisan-grid-products img{
    aspect-ratio: 1/1;
  }
}
.collection-artisan-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 1.9rem auto;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1146px;
}
@media (min-width: 920px) {
  .collection-artisan-grid{
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    margin-top: 5rem;
  }
}
@media (min-width: 1320px) {
  .collection-artisan-grid{
    width: 100%;
  }
}
.collection-artisan-grid .image-container img{
  object-fit: cover;
  height: 178px;
  max-width: none;
  aspect-ratio: 1/1;
}
.collection-artisan-grid .text-container{
  margin: 1.3rem 0;
  text-align: center;
  text-transform: uppercase;
}
.collection-artisan-grid .text-container p{
  padding: 0;
}
@media (min-width: 520px) {
  .collection-artisan-grid .image-container img{
    height: auto;
  }
}

.grid-image img{
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 520px) {
  .grid-image img{
    width: 400px;
    height: 400px;
    object-fit: cover;
  }
}
.d-none{
  display: none!important;
}
#in-memoriam .post-wrapper .bar:last-of-type, 
#shopify-section-template--16150641836167__16487297925a2d1bb7 .module.dynamic-left-right-features {
  display: none;
}

.article-event {
  margin-inline: auto;
  max-width: 800px;
  text-align: left;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid black;
}

.text-right { text-align: right; }
.d-inline-block { display: inline-block; }
.mw-1920 { max-width: 1920px; margin: auto; padding-inline: 40px; }
.btn-light, .btn-light:hover { border-color: #fff; }

/* Footer Parent Elements */

.footerMenusContent > a {
  font-size: 16px;      /* font-size:0 ko override */
  color: inherit;       /* transparent/odd color ko override */
  opacity: 1;
  visibility: visible;
}
.footerMenusContent > a div {
  font-size: inherit;
  color: inherit;
  opacity: 1;
  visibility: visible;
  display: block;
  font-weight: bold;
},
.footerMenusContent > a span,
.footerMenusContent > a p {
  font-size: inherit;
  color: inherit;
  opacity: 1;
  visibility: visible;
  display: block;
}
