@font-face {
    font-family: ObviouslySemibold;
    src: url(//churchcalifornia.com/cdn/shop/t/17/assets/Obviously_Semi.otf?v=83704413614257268741775685942) format("opentype");
}

@font-face {
    font-family: ObviouslyWideSemibold;
    src: url(//churchcalifornia.com/cdn/shop/t/17/assets/Obviously_Extd_Semi.otf?v=42051266906639495301775685942) format("opentype");
}

.image-with-text__text-column a {
  text-decoration: underline;
}

.header {
  // border-bottom: 1px solid #1c1c1c;
}

.bg-orange {
  background: #ff5000;
}

@media only screen and (max-width: 600px) {
  .bg-orange .placeholder-svg {
    visibility: hidden !important;
    display: none !important;
  }
}

.bg-orange .placeholder-svg {
  visibility: hidden !important;
}

.bg-orange .banner__heading.title {
  font-size: 56px;
}

.bg-orange svg {
  min-height: 200px !important;
}

.bg-orange .caption-content {
  padding-top: 0;
  padding-bottom: 0;
}

.header__brand {
  padding: 0rem 0.75rem;
}

.footer__container {
  padding-top: 40px;
  background: #ccb99d;
}

.footer__extra-content {
  background: #ccb99d;
  border-bottom: 1px solid #1c1c1c;
}

.footer__content {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding-top: 0;
  padding-bottom: 0;
}

.footer__credits {
  font-size: initial;
}

.footer__content .container .block__link-list {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}


@media only screen and (max-width: 600px) {
  .footer__content .container .block__link-list {
    border-right: 0 !important;
  }
}

.footer__content .container .block__link-list:not(:last-child) {
  border-right: 1px solid #1c1c1c;
}


.slideshow-classic__banner h2.title {
  font-family: "ObviouslyWideSemibold" !important;
  text-transform: uppercase;
}

.button--primary {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 2px solid #1c1c1c !important;
  width: 100% !important;
}

@media only screen and (max-width: 600px) {
  .image-with-text__heading.is-large,
  .image-with-text__heading.is-regular {
    font-size: 14px !important;
    padding-bottom: 8px !important;
  }

  .button--primary {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
  }
}

.image-with-text__heading,
.image-with-text-overlay__heading.banner__heading.title,
.product__ingredients-heading {
  font-family: "ObviouslyWideSemibold" !important;
}


.image-with-text-overlay .image-with-text-overlay__banner h1.title {
  font-size: 42px;
}

@media only screen and (max-width: 600px) {
  .image-with-text-overlay .image-with-text-overlay__banner h1.title,
  h2.video__title {
    font-size: 18px !important;
  }
}

.image-with-text__heading.is-large {
    font-size: 45px;
}

.icon-with-text-column__column p {
  font-size: 30px;
}

#coastal {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.coastal-front {
  top: 25% !important;
  left: 25% !important;
}

.navbar-dropdown {
  background-color: #f7f1e8;
}

.navbar-item {
  text-transform: uppercase !important;
}

.services {
  padding-top: 40px;
  padding-bottom: 40px;
}

.services h1 {
  font-family: "ObviouslySemibold" !important;
  font-size: 40px;
}

@media only screen and (max-width: 600px) {
  .services h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .hidden-mobile {
    display: none !important;
  }
}


.accordion-wrapper .accordion {
  font-family: "ObviouslySemibold" !important;
  font-size: 32px;
  background-color: black;
  color: #f7f1e8;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: justify;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  padding-left: 25%;
  padding-right: 25%;
}

@media only screen and (max-width: 600px) {
  .accordion-wrapper .accordion {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-wrapper .panel {
    font-size: 14px;;
  }
}

.accordion-wrapper .accordion:after {
  content: "\276f";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
  margin-bottom: 30px;
}

.accordion-wrapper .accordion.active:after {
  transform: rotate(90deg);
}

@media only screen and (max-width: 600px) {
  .accordion-wrapper .accordion {
    font-size: 20px;
  }

  .accordion-wrapper .accordion:after {
    margin-bottom: 15px;
  }
}

.accordion-wrapper .accordion:nth-of-type(2n+1) {
  background-color: #f7f1e8;
  color: black;
}

.accordion-wrapper .panel:nth-of-type(2n) {
  background-color: black;
  color: #f7f1e8;
}

.accordion-wrapper .accordion:nth-of-type(2n):hover {
/*  background-color: black;
  color: #f7f1e8;*/
}

.active, .accordion:hover {
/*  background-color: #f7f1e8;
  color: black;*/
}

.panel {
  padding: 100px 350px;
  display: none;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .panel {
    padding: 25px 15px !important;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #f00;
}

.sub-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}


@-webkit-keyframes ticker {
  0% {
    transform: translate3d(25%, 0, 0);
  }
  100% {
    transform: translate3d(-25%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(25%, 0, 0);
  }
  100% {
    transform: translate3d(-25%, 0, 0);
  }
}

.marquee {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #1c1c1c;
  color: #f7f1e8;
  font-family: "ObviouslyWideSemibold" !important;
}

.press-container h2 {
  font-family: "ObviouslyWideSemibold" !important;
}

.marquee .group {
  width: 100vw;
  display: -webkit- flex;
  /* Safari */
  display: flex;
  /* Safari */
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.marquee .group .row {
  width: 500vw;
  display: -webkit- flex;
  /* Safari */
  display: flex;
  /* Safari */
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  transform: translate3d(25%, 0, 0);
  white-space: nowrap;
  margin-bottom: 0;
  min-height: 84px;
  padding: 0;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 0.95;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

@media only screen and (max-width: 600px) {
  .marquee .group .row {
    min-height: 48px;
    font-size: 12px;
    padding: 0;
  }
}

.marquee .group .row:nth-child(even) {
  animation-direction: reverse;
}

.small-marquee {
  background-color: #f7f1e8;
  color: #1c1c1c;
}

.small-marquee .group .row {
  font-size: 18px;
  padding: 10px 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

.discover-modal {
  background-color: #1c1c1c;
  color: #f7f1e8;
  max-width: 800px;
}

.blocker {
  padding: 100px;
}

#template-blog .banner__text,
#template-article .banner__text {
  display: none;
}

#template-article .container {
  display: block;
}

.header-cart__count.header-cart__count--badge.badge {
  border: 1px solid #ff5000;
  color: #1c1c1c;
  background: #ff5000;
  border-radius: 1px;
  padding: 12px;
  left: calc(65% - 2rem);
  top: calc(1rem * -.75);
}

.church-product .title {
  font-weight: 500;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 50px 100px 0;
}

.church-product .product-gallery__main .flickity-button {
  background: transparent;
}

@media only screen and (max-width: 600px) {
  .church-product .title {
    padding: 0 25px;
    font-size: 16px;
    margin-bottom: 0;
    font-size: 20px;
    justify-content: center;
  }

}

.church-product .description .section,
.church-product .description .column {
  margin: 0;
  width: auto;
}

.church-product .description.content {
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  padding: 0 100px
}

.church-product .product-block .variant-selection,
.church-product .product-block .product__notify-form {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 0 100px;
}

.church-product .product-block .product__notify-form {
  max-width: 100% !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
  .default-product .product-block--title,
  .default-product .product-block--price,
  .default-product .product-block--description,
  .church-product .description.content {
    padding: 25px 50px;
    order: 2;
  }

  .church-product .product-block .product_form_options,
  .church-product .product-block .product__notify-form {
    padding: 25px 0;
  }
}

.default-product .product_form_options .select,
.default-product .product_form_options .single-option-selector {
  display: flex;
  flex: 0 0 100%;
  width: calc(100% - 100px);
}

@media only screen and (max-width: 600px) {
  .default-product .product_form_options .select,
  .default-product .product_form_options .single-option-selector {
    width: calc(100%);
  }
}


.church-product .product-block.product-block--title.product-block--first {
  display: flex;
  flex-flow: column;
  height: 100%;
}


.church-product .product-block.product-block--description {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.church-product .product__images {
  border-right: 1px solid #1c1c1c;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .church-product .product__images {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 0;
  }
}

.church-product .product__images .product-gallery__image {
  margin-bottom: 0;
}

.church-product .product__information {
  margin: 0;
  padding-top: 75px;
}

.church-product .product_section {
  border-bottom: 1px solid #1c1c1c;
}

@media only screen and (max-width: 600px) {
  .church-product .product_section {
    border-bottom: 0px solid #1c1c1c;
  }
}

.church-product .purchase-details__buttons {
  margin-top: 0 !important;
}

.church-product .product_section .okeReviews.okeReviews--theme {
  padding: 25px 100px 0;
}

@media only screen and (max-width: 600px) {
  .church-product .product_section .okeReviews.okeReviews--theme {
    text-align: center;
  }
}

.church-product .purchase-details .button--add-to-cart,
.default-product .button--add-to-cart {
  width: 100%;
  background-color: #ff5000 !important;
  text-transform: uppercase;
  border-radius: 0;
  padding: 27px 0;
  right: 0;
  border-left: 1px solid #1c1c1c;
}

.church-product .purchase-details .button--add-to-cart,
.default-product .button--add-to-cart {
  padding: 15px 0;
}

.default-product .button--add-to-cart {
  border: 0;
}

.default-product .product-block.product-block--form {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .church-product .purchase-details .button--add-to-cart,
  .default-product .purchase-details .button--add-to-cart  {
    width: 100% !important;
    left: 0;
    bottom: 0 !important;
    top: auto !important;
  }
}

.church-product .product-details {
  height: 100%;
}

.add-cart-price-wrapper {
  border-top: 1px solid #1c1c1c;
  border-bottom: 0;
  width: 100%;
}

.button-section button.button.ajax-submit.action_button.button--add-to-cart.main-product-button {
  border-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  .add-cart-price-wrapper {
    border-bottom: 1px solid #1c1c1c;
  }
}

.church-product .price-wrapper {
  background-color: #f7f1e8;
}

.church-product .image-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-sub-description .pretext.subtitle {
  font-size: 30px;
  font-weight: 400;
}


@media only screen and (max-width: 600px) {
  .product-sub-description .pretext.subtitle {
    font-size: 16px;
  }
}

.product-sub-description .subtitle {
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .product-sub-description .subtitle {
    font-size: 14px;
  }
}

.collection__main {
  width: 100%;
}

.collection-matrix {
  // border-top: 1px solid #1c1c1c;

  justify-content: space-between;
}

.collection-matrix .product__thumbnail.product__grid-item:not(:last-child) {
  border-right: 1px solid #1c1c1c;
}


@media only screen and (max-width: 600px) {
  .collection-matrix .product__thumbnail.product__grid-item:not(:last-child) {
    border-right: 0;

    margin: 0;
  }
}

.performance .subtitle {
  font-size: 24px !important;
}

.performance .title {
  color: white !important;
  font-family: "ObviouslyWideSemibold" !important;
}

@media only screen and (max-width: 600px) {
  .performance .title {
    font-size: 14px !important;
  }
  .performance .subtitle {
    font-size: 12px !important;
  }
}

.custom-bundle-recommendations .product__thumbnail,
.custom-product-recommendations .product__thumbnail,
.product-recommendations .product__thumbnail,
.bundle-recommendations .product__thumbnail {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}

.custom-bundle-recommendations .product__thumbnail:first-of-type,
.custom-product-recommendations .product__thumbnail:first-of-type,
.product-recommendations .product__thumbnail:first-of-type,
.bundle-recommendations .product__thumbnail:first-of-type {
  border-right: 1px solid #1c1c1c;
}

.custom-product-bundles [data-oke-star-rating] {
  display: none;
}


.custom-product-bundles {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .custom-product-bundles {
    font-size: 12px;
  }
}


.thumbnail-overlay .product-thumbnail__title,
.thumbnail-overlay .product-thumbnail__price {
  color: #1c1c1c !important;
  font-weight: bold !important;
}

.recommended-products__title.title {
  font-family: "ObviouslyWideSemibold" !important;
  font-size: clamp(20px, 6vw, 40px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}


/* ingrdients css */

.product__ingredients {
  margin-bottom: 0;
  text-align: left;
}
[data-tippy-content] {
  cursor: pointer;
  display: inline-block;
}
.product__ingredients-col {
  width: 100%;
}
.product__ingredients-all {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: $font-weight-bold;
  letter-spacing: 0.08em;
}
.product__ingredients-list {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(4, auto);
  padding-top: 15px;
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  .product__ingredients-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product__ingredients-popup_heading {
  color: #1c1c1c;
}
.tippy-box {
  background-color: #f7f1e8;
  color: #1c1c1c;
}
.product__ingredients-list li {
  position: relative;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product__ingredients-list li:before {
  content: '+';
  margin-right: 6px;
}
.tippy-box[data-theme~=light] {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #1c1c1c;
}
.tippy-content {
  padding: 20px;
}
.product__ingredients-popup_subheading {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100% !important;
}

.employee-carousel .flickity-button,
.default-product .flickity-button {
  background: transparent;
}

.employee-carousel .image-with-text__image-column {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.box-caption {
  position: absolute;
  margin: 0;
  padding: .5rem;
  word-break: break-word;
  font-size: 1.25rem;
  background-color: #f7f1e8;
  color: #1c1c1c;
}

.employee-name {
  bottom: 0;
  width: 100%;
  border-top: 1px solid #1c1c1c;
  z-index: 2;
}

.employee-likes {
  font-size: 16px;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
}

.employee-likes p {
  width: 100%;
  padding: 25px;
}

@media only screen and (max-width: 600px) {
  .employee-likes p {
    padding: 10px;
    font-size: 10px;
  }

  .employee-name {
    font-size: 12px;
  }
}

.align-start {
  align-self: flex-start;
}

/* align-self: center */
.align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

/* align-self: flex-end */
.align-end {
  align-self: flex-end;
}

.schedule-wrapper {
  background-color: #1c1c1c;
}

@media only screen and (max-width: 600px) {
  .schedule-wrapper  a.button {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }


  .schedule-wrapper .caption-content {
    padding: 0 !important;
  }


  .schedule-wrapper .caption {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
  }
}


.cuts .container {
  border-top: 1px solid #1c1c1c;
}

.cuts .column {
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}

.vh-100 {
  height: 100vh;
}


.flip-image .image-with-text__image-column:first-of-type {
  order: 1;
}

@media only screen and (max-width: 600px) {
  .flip-image .image-with-text__image-column:first-of-type {
    order: 0;
  }
}

.flip-image-first .image-with-text__image-column:first-of-type {
  order: 0;
}

@media only screen and (max-width: 600px) {
  .flip-image-first .image-with-text__image-column:first-of-type {
    order: 1;
  }
}

.employee-cell {
  position: relative;
}

.employee-cell .image-element__wrap img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  z-index: 2;
  position: relative;
}

.employee-cell .image-element__wrap img.active {
  opacity: 0;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
}

.performance {
  background: url(//churchcalifornia.com/cdn/shop/t/17/assets/waves.jpg?v=93461311032581478391774468614) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

.performance h1 {
  font-family: "ObviouslyWideSemibold" !important;
  color: white;
}

.h-100 {
  height: 100% important;
}

#template-page-about {
  color: #f3d19e !important;
}

.about-us {
  background-color: #a9a174;
}

.about-us .marquee {
  background-color: #94976c !important;
}

.about-us h1 {
  font-family: "ObviouslyWideSemibold" !important;
}

.about-us-header {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 48px;
  font-weight: 100;
}

.about-us-content {
 padding-top: 150px;
 padding-bottom: 150px;
}

.about-us-content h1 {
  color: #f3d19e !important;
}

.goal {
  background-color: #7f7c52;
  color: #f3d19e;
  padding-bottom: 100px;
  padding-top: 100px;
  min-height: 50vh;
  font-size: 32px;
  position: relative;
}


.goal .rose {
  position: absolute;
  top: 0;
  right: 0;
}


@media only screen and (max-width: 600px) {
  .goal {
    font-size: 24px;
  }

  .goal .rose {
    width: 200px;
  }
}

.icon-grid .title {
  font-family: "ObviouslyWideSemibold" !important;
  font-size: 22px;
}

.icon-grid img {
  width: 150px;
}

.icon-grid .icon-column__text p {
  font-size: 14px;;
}

.which-pomade p {
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .which-pomade img {
    width: 50px;
  }
}

.pomade-section a {
  color: white !important;
}

img {
  align-self: center;
}

.block__image-with-overlay .banner--full-link,
.image-with-text-overlay .banner--full-link,
.image-slideshow .banner--full-link {
  z-index: 1080;
}

@media only screen and (max-width: 600px) {
  .block__image-with-overlay .mobile-text--below-media .caption, .image-with-text-overlay .mobile-text--below-media .caption, .image-slideshow .mobile-text--below-media .caption  {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .block__image-with-overlay .subtitle.image-with-text-overlay__subheading, .image-with-text-overlay .subtitle.image-with-text-overlay__subheading, .image-slideshow .subtitle.image-with-text-overlay__subheading {
    padding-top: 0;
  }
}

.employee-bio-link {
  cursor: pointer;
}

.station-tabs .station-tabs-tab {
  border-width: 0 !important;
}

.station-tabs-tabset .station-tabs-tabtitle .station-tabs .station-tabs-tab {
  border-style: none !important;
}

.newsletter__image--mobile-wrapper.has-image-crop {
  padding-bottom: 50% !important;
}

.mobile-menu__toggle-icon {
  -webkit-transition: top .35s !important;
  -moz-transition: top .35s !important;
  -ms-transition: top .35s !important;
  transition: top .35s !important;
}

.mobile-header__open-menu {
  webkit-transition-duration: .3s,.3s !important;
    -moz-transition-duration: .3s,.3s !important;
    transition-duration: .3s,.3s !important;
    -webkit-transition-property: transform !important;
    -moz-transition-property: transform !important;
    transition-property: transform !important;
    font-family: system-ui;
    font-size: 28px;
    font-weight: 100;
}


.mobile-header__close-menu {
  -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    webkit-transition-duration: .3s,.3s !important;
    -moz-transition-duration: .3s,.3s !important;
    transition-duration: .3s,.3s !important;
    -webkit-transition-property: transform !important;
    -moz-transition-property: transform !important;
    transition-property: transform !important;
    font-family: system-ui;
    font-size: 28px;
    font-weight: 100;
}

.has-thumbnail-sticker .product-thumbnail__title {
  padding-bottom: 20px;
}

.flip-contact .contact-form .column:first-of-type {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
}

.listen-grid h1 {
  font-family: "ObviouslyWideSemibold" !important;
}

.store-locator-wrapper .container {
  display: block !important;
}


/* Ajax cart item layout */
.ajax-cart__product {
  min-height: 0 !important;
}

.ajax-cart__product-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.ajax-cart__price.price {
  white-space: nowrap;
  flex-shrink: 0;
}

.ajax-cart__product-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  gap: 8px;
}

.ajax-cart__quantity-box {
  flex-shrink: 0;
  margin-left: auto;
  max-width: 120px;
}

.ajax-cart__quantity-box .quantity-wrapper {
  max-width: 120px;
}

.ajax-cart__selling-plan-select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  padding: 5px 32px 5px 12px;
  font-size: 0.85em;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 4.5L11 1' stroke='%231c1c1c' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}

.ajax-cart__remove-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.8em;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.quantity-wrapper.quantity-style--box .quantity-input-control input {
  border-top: none !important;
  border-bottom: none !important;
}

.quantity-wrapper.quantity-style--box,
.quantity-wrapper.quantity-style--box .quantity-minus,
.quantity-wrapper.quantity-style--box .minus-control,
.quantity-wrapper.quantity-style--box .quantity-plus,
.quantity-wrapper.quantity-style--box .plus-control {
  border-radius: 0 !important;
}

.additional-checkout-buttons {
  padding: 0 1rem 1rem;
}

.ajax-cart__delete .close, .ajax-cart__delete:hover .close {
  color: #1c1c1c;
  font-weight: bold;
  background: #ff5454;
  color: white;
}

.ajax-cart__product-content.media-content {
  text-align: left;
}

.ajax-cart__product-image.media-left {
  margin-right: 0;
}

.product-wrap {
  padding: 25px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%; /* Ensure the container has a height to distribute the items within */
}

.product-wrap > div {
  width: 100%; /* Make sure the child divs take the full width of the container */
}

.product-wrap > * {
  flex: 1 1 auto; /* Allow the items to grow and shrink as needed */
  width: 100%;    /* Ensure items take full width available */
  box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
}


.explore-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed black;
  margin: 10px;
  cursor: pointer;
  padding-bottom: 10px;
}

.ajax-cart__product:nth-last-child(2) {
    margin-bottom: 1rem;
}

.recommendation-wrapper {
  text-align: center;
  padding-top: 0;
}

#theme-ajax-cart {
  overflow: auto;
}

.ajax-cart__form,
.ajax-cart__form .quantity-input,
.ajax-cart__form .quantity-element {
  background-color: #f7f1e8 !important;
  border: 0;
}

.theme-ajax-cart {
  background-color: #f7f1e8 !important;
}

.ajax-cart__cart-title {
  background: #ff5000;
  color: white;
  font-weight: 500;
  font-family: "ObviouslyWideSemibold" !important;
  text-transform: uppercase;
}

.ajax-cart__close-icon {
  color: white;
  margin-top: 20px;
}

.cart-rewards {
  background: #e8dcc8;
  border-bottom: 1px solid #1c1c1c;
  padding: 14px 18px 18px;
  text-align: center;
}

.cart-rewards--page {
  margin-bottom: 24px;
  border: 1px solid #1c1c1c;
}

.cart-rewards__header {
  margin-bottom: 6px;
}

.cart-rewards__message {
  color: #2e2d2b;
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}

.cart-rewards__submessage {
  color: #4b4a46;
  font-size: 13px;
  margin: 6px 0 0;
}

.cart-rewards__progress {
  position: relative;
  padding-top: 18px;
  padding-bottom: 6px;
}

.cart-rewards__progress-bar {
  position: relative;
  margin-top: 16px;
  padding: 26px 20px 32px;
}

.cart-rewards__track {
  background: #262626;
  border-radius: 0;
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cart-rewards__track-fill {
  background: #ff5000;
  border-radius: inherit;
  height: 100%;
  transition: width 0.35s ease;
}

.cart-rewards__milestones {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 26px;
  height: 14px;
  z-index: 2;
  pointer-events: none;
}

.cart-rewards__milestone {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}

.cart-rewards__milestone.is-locked {
  opacity: 1;
}

.cart-rewards__milestone.is-current .cart-rewards__dot {
  border-color: #ddb45b;
  background: #fff7ec;
}

.cart-rewards__milestone.is-earned .cart-rewards__dot {
  border-color: #ddb45b;
  background: #ddb45b;
}

.cart-rewards__dot {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 4px solid #262626;
  background: #fff7ec;
  flex-shrink: 0;
}

.cart-rewards__threshold {
  position: absolute;
  bottom: calc(100% + 5px);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #2e2d2b;
  white-space: nowrap;
}

.cart-rewards__label {
  position: absolute;
  top: calc(100% + 6px);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  color: #4b4a46;
  white-space: nowrap;
  text-align: center;
}

.cart-rewards__description {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}

.cart-rewards--ajax .cart-rewards__description {
  display: none;
}

.cart-rewards--ajax .cart-rewards__label {
  min-height: 34px;
}

.cart-rewards--ajax .cart-rewards__progress {
  padding-bottom: 4px;
}

@media only screen and (max-width: 798px) {
  .cart-rewards {
    padding: 14px 12px 16px;
  }

  .cart-rewards__message {
    font-size: 16px;
  }

  .cart-rewards__progress {
    padding-top: 16px;
  }

  .cart-rewards__milestones {
    left: 12px;
    right: 12px;
  }

  .cart-rewards__progress-bar {
    padding: 24px 12px 30px;
  }

  .cart-rewards__threshold {
    font-size: 13px;
  }

  .cart-rewards__label {
    font-size: 13px;
    max-width: 84px;
  }
}

/* Cart milestone styling for ajax cart drawer */
.cart-rewards--ajax {
  background: #e8dcc8;
  border-bottom: 1px solid #1c1c1c;
  padding: 14px 18px 18px;
}

.cart-rewards--ajax .cart-rewards__message {
  font-size: 15px;
}

@media only screen and (max-width: 798px) {
  .cart-rewards--ajax {
    padding: 10px 16px 14px;
  }
}

.church-product .shopify-payment-button {
  width: 100%;
  border-radius: 0;
  border-top: 1px solid;
}

.church-product .shopify-payment-button__button--branded {
  border-radius: 0;
}

.church-product .shopify-payment-button button {
  background: #f7f1e8;
  color: black;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0;
  max-width: 100%;
  font-size: 12px;
}

.header-cart-icon-wrapper.has-cart-count {
  display: none;
}

.collection-image img {
    // width: 100%;
    // height: 250px;
    // object-fit: cover;
    // object-position: center;
}

.blog-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.first-blog-post {
  width: calc(100% - 20px) !important;
}

.first-blog-post .collection-image img {
    // width: 100%;
    // height: 500px;
    // object-fit: cover;
    // object-position: center;
}

@media only screen and (min-width: 799px) {
  .first-blog-post .image-element__wrap {
      max-height: 30rem !important;
  }
  .first-blog-post .title {
    font-size: .75em;
  }

}


.blog-card .media-content .title {
  font-weight: 800;
  font-size: .75em !important;
}

.first-blog-post .title {
  font-weight: bold;
  font-size: .75em;
}

.excerpt {
  position: relative;
  max-height: 6em;
  overflow: hidden;
  font-weight: 400;
  font-size: 12px;
}

.banner__wrapper img {
  object-position: top;
}

.bundle-add-to-cart-button {
  background-color: #ff5000;
  color: white;
  border: 1px solid #1c1c1c;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  padding-bottom: 32px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 32px;
  width: auto;
}

.bundle-add-to-cart-button:hover {
/*  color: white;*/
}

.church-slides .caption .caption-content {
  width: auto !important;
}

.search-overlay,
.section.search-overlay__wrapper {
  background-color: #f7f1e8;
}

.instant-search-menu {
  width: auto !important;
}



/* typeahead */

.typeahead-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  // box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  background: #f7f1e8;
  border-radius: 0;
}

.typeahead-item {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.typeahead-item:hover {
  background: #f7f1e8;
}

.typeahead-item__image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.typeahead-item__title {
  font-size: 14px;
}

.no-results {
  padding: 10px;
  color: #666;
  text-align: center;
}

.header__search-bar input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 10px 30px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  outline: 0;
  border-radius: 0;
}

.header__search-bar {
  position: relative; /* Ensure relative positioning for the parent container */
}

.custom-message {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f7f1e8;
  padding: 10px;
  z-index: 1000;
  display: none;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.suggestions-menu {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.suggestions-menu li {
  margin: 5px 0;
}

.search-form .search-input {
  font-size: 16px;
}

.suggestions-menu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.suggestions-menu a:hover {
  text-decoration: underline;
  color: #555;
}

.typeahead-results {
  position: absolute;
  top: calc(100%); /* Adjust this value based on the height of the custom message */
  left: 0;
  width: 100%;
  background: #f7f1e8;
  display: none; /* Initially hidden */
  max-height: 400px;
  overflow-y: auto;
  outline: none;
}

.custom-message p {
  margin: 0;
}

.typeahead-category {
  padding: 5px 25px;
}

#template-collection-shop-all {
  .thumbnail__caption {
    font-size: 14px;
  }

  .product-thumbnail__price {
    font-size: 12px;
  }

  .okeReviews-starRating {
    display: none;
  }
}

.purchase-details .appstle_subscription_wrapper_option {
  padding: 0 !important;
  margin: 0 !important;
}

/* Horizontal Scroll Collection List - Aesop Style */
.collection-list-horizontal-scroll {
  position: relative;

  /* Remove multirow spacing */
  &.has-multirow-blocks {
    .column {
      margin-bottom: 0 !important;
    }
  }

  /* Section heading styling */
  .section__heading {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: none;
    margin-bottom: 30px;
    color: #1c1c1c;

    @media only screen and (max-width: 798px) {
      font-size: 12px;
      margin-bottom: 20px;
    }
  }

  .container {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 15px;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
    scroll-snap-type: x mandatory;

    @media only screen and (max-width: 798px) {
      gap: 10px;
    }
  }

  .list-collection__thumbnail {
    flex: 0 0 auto;
    width: 450px;
    margin-bottom: 0 !important;
    scroll-snap-align: start;

    @media only screen and (max-width: 1200px) {
      width: 380px;
    }

    @media only screen and (max-width: 798px) {
      width: 280px;
    }

    @media only screen and (max-width: 480px) {
      width: 50px;
    }
  }

  /* Remove bottom spacing and gutters */
  .column.thumbnail {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Override gutter spacing for horizontal scroll */
  &.has-gutter-enabled .column.has-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .column.has-gutter-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Make images taller for hero look - override inline styles */
  .thumbnail.image__container {
    height: 550px !important;

    @media only screen and (max-width: 798px) {
      height: 450px !important;
    }

    @media only screen and (max-width: 480px) {
      height: 250px !important;
    }
  }

  /* Override inline max-height on image wrappers */
  .image-element__wrap {
    max-height: none !important;
    height: 100%;
  }

  .thumbnail img {
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
    width: 100%;
  }

  /* Force titles below images to show */
  .collection-info__caption {
    position: relative !important;
    background: transparent !important;
    display: block !important;

    .collection-info__caption-wrapper {
      display: none !important; /* Hide overlay titles */
    }
  }

  /* Show titles below images */
  a.collection-info__caption-wrapper.collection-info__caption--below-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 20px 0 0 0 !important;
    margin-top: 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;

    .title {
      font-size: 24px !important;
      font-weight: 500 !important;
      line-height: 1.3 !important;
      color: #1c1c1c !important;
      font-family: "ObviouslyWideSemibold", sans-serif !important;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;

      @media only screen and (max-width: 798px) {
        font-size: 20px !important;
      }

      @media only screen and (max-width: 480px) {
        font-size: 18px !important;
      }
    }

    .button {
      display: none !important; /* Hide "View products" button */
    }
  }

  /* Override grid-based column classes */
  .column {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;

    /* Override one-fourth, one-third, etc classes */
    &.one-fourth,
    &.one-third,
    &.one-half,
    &.two-thirds,
    &.three-fourths {
      width: auto !important;
      flex: 0 0 auto !important;
    }
  }

  /* Style scrollbar */
  .container::-webkit-scrollbar {
    height: 6px;
  }

  .container::-webkit-scrollbar-track {
    background: #e0e0e0;
  }

  .container::-webkit-scrollbar-thumb {
    background: #1c1c1c;
  }

  .container::-webkit-scrollbar-thumb:hover {
    background: #000;
  }

  /* Navigation Arrows */
  .scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #1c1c1c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;

    &:hover {
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    &.scroll-arrow--prev {
      left: 10px;
    }

    &.scroll-arrow--next {
      right: 10px;
    }

    @media only screen and (max-width: 798px) {
      width: 40px;
      height: 40px;
      font-size: 18px;
    }

    @media only screen and (max-width: 480px) {
      display: none; /* Hide arrows on small mobile, use touch scroll */
    }
  }

  /* Ensure product-wrap doesn't add extra spacing */
  .product-wrap {
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    display: block;
  }

  /* Tighten up overall section spacing */
  &.section {
    padding-bottom: 40px !important;
    margin-bottom: 0 !important;

    @media only screen and (max-width: 798px) {
      padding-bottom: 30px !important;
    }
  }

  /* Remove align-height constraints */
  .list-collection--align-height {
    height: auto !important;
  }

  /* Remove overlay on hover for cleaner look */
  .collection-thumbnail-overlay {
    display: none;
  }

  /* Clean image hover effect */
  .thumbnail.image__container {
    overflow: hidden;

    img {
      transition: transform 0.6s ease;
    }
  }

  .product-wrap:hover {
    .thumbnail img {
      transform: scale(1.05);
    }
  }
}

