/** Shopify CDN: Minification failed

Line 1527:8 Unexpected "{"
Line 1527:17 Expected ":"
Line 1534:8 Unexpected "{"
Line 1534:17 Expected ":"
Line 1540:8 Unexpected "{"
Line 1540:17 Expected ":"
Line 1545:8 Unexpected "{"
Line 1545:17 Expected ":"
Line 1549:8 Unexpected "{"
Line 1549:17 Expected ":"
... and 46 more hidden warnings

**/
@font-face {
  font-family: "SparklebuckDisplay";
  src: url(/cdn/shop/files/TuskerGrotesk6500Medium-5992241.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Varet Gothic";
  src: url(/cdn/shop/files/VaretGothicSoftVaretGothicRegular-6401998.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Novera-Bold";
  src: url(/cdn/shop/files/NoveraModernBold-6025150.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: "Novera";
  src: url(/cdn/shop/files/Novera-ModernMedium.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Novera-ExtraBold-Italic";
  src: url(/cdn/shop/files/NoveraModernExtraBoldItalic-6025156.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



h1, h2, h3 {
  font-family: "SparklebuckDisplay", sans-serif;
}

h2.hero__title {
 
    font-weight: 500;
   
}


p {
  font-family: "Novera", sans-serif;
  line-height: 1.6em;
}

p strong {
  font-family: "Varet Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
}

  
p em strong {
  font-family: "Novera-ExtraBold-Italic";
  text-transform: none;
  font-size: inherit;

}


.brick__block__text p strong {
    font-family: "Novera", sans-serif;
    text-transform: none;
    font-weight: 900;
    line-height: 1.6em;

}

p.hero__subheading {
  font-family: "Varet Gothic";
    font-size: 1.2em;
    line-height: 1em;


}

input, textarea, select, .input-group, .popout__toggle {
  font-family: "Novera", sans-serif;
}

button#subscribe-button-newsletter-1 {
  font-family: "Novera", sans-serif;
}

a.btn.btn--primary {
    border: 2px solid #231F20;
  background: #FFFCF1;
  border-radius: 50%;
  max-width: 200px;
  height: 46px;
font-family: "Novera", sans-serif;


  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #231F20;

    box-shadow: 0 0 0 6px #FFFCF1;

  transition: all .2s ease;
}

a.btn.btn--primary:hover {
  background: #231F20;
  color: #FFFCF1 !important;
  border: 2px solid #FFFCF1 !important;
   box-shadow: 0 0 0 6px #231F20;

}

.hero-text.body-medium h1
{
  color: #FFFCF1;
}
.hero-text.body-medium h1 strong
{
  color: #FFFCF1;
    font-family: "Varet Gothic";
    font-size: 3.5rem;
}



.hero__rte.body-x-large.columns--1.aos-animate {
    margin-bottom: 30px !important;
}

.brick__section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .brick__section {
    flex-wrap: nowrap;
  }
}

.brick__slider:not(.flickity-enabled) {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
}
.brick__slider:not(.flickity-enabled)::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.brick__slider:not(.flickity-enabled) .brick__section {
  min-width: 100%;
}

.brick__slider .flickity-page-dots {
  bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .brick__slider .flickity-page-dots {
    padding: 0 calc(var(--outer) * 2);
  }
  .text-left .brick__slider .flickity-page-dots {
    justify-content: flex-start;
  }
  .brick__slider[data-dots=line] .hero__content, .brick__slider[data-dots=circle] .hero__content {
    padding-bottom: 20px;
  }
}

.brick__slider--optional-images[data-dots=line], .brick__slider--optional-images[data-dots=circle] {
  padding-bottom: 0;
}
@media only screen and (min-width: 750px) {
  .brick__slider--optional-images .flickity-page-dots {
    width: 50%;
    right: 0;
  }
  .brick__slider--optional-images:has(.brick__block--three-quarters) .flickity-page-dots {
    width: 35%;
  }
}

body.has-line-design .brick__block .hero__slide {
  border: 0;
}

.text-left .brick__block__text .flickity-page-dots {
  justify-content: flex-start;
}

.brick__block {
  --bg: var(--COLOR-BG);
  --icons: var(--text);
  flex: 0 1 100%;
  width: 100%;
  color: var(--text);
  background: var(--bg);
  overflow-wrap: anywhere;
}
@media only screen and (min-width: 750px) {
  .brick__block {
    flex: 1 1 50%;
  }
}
.flex-column .brick__block {
  flex-grow: 0;
}
.brick__block .grid-item {
  display: block;
}

@media only screen and (min-width: 750px) {
  .brick__block--video.image-height:not(:only-child) {
    max-width: calc(50% - var(--gap) / 2);
  }
  .brick__block--video.image-height:not(:only-child) .video-background.image-height {
    aspect-ratio: unset;
  }
}

.brick__block--transparent {
  --bg: transparent;
}

.brick--margin {
  gap: var(--gap);
}

.brick--border .brick__block {
  border: 1px solid var(--border);
}

@media only screen and (min-width: 750px) {
  .brick__section--reversed .brick__block:nth-child(2):last-child {
    order: -1;
  }
}

@media only screen and (max-width: 749px) {
  .brick__section--reversed-mobile .brick__block:nth-child(2):last-child {
    order: -1;
  }
}

@media only screen and (min-width: 750px) {
  .brick__block.is-sticky {
    align-self: flex-start;
    position: sticky;
    top: 0;
    min-height: inherit;
  }
}

.brick__block__text {
  height: 100%;
  display: flex;
  align-items: center;
  padding: var(--outer);
  background: var(--bg);
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) {
  .brick__block__text {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .brick__block__text {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .brick__block__text {
    flex-basis: 90%;
  }
}
@media only screen and (max-width: 749px) {
  .brick__block__text {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.brick__block__text--column {
  flex-direction: column;
}

.brick__block__text.has-padding,
.brick__block__collection.has-padding {
  padding: var(--outer);
}

@media only screen and (max-width: 749px) {
  .brick__block__collection.has-padding .look__slider {
    margin-left: var(--outer-offset);
    margin-right: var(--outer-offset);
    padding-left: var(--outer);
  }
}

.brick__section--reversed .brick__block:last-child .brick__block__text:not(.has-padding),
.brick__block:first-child .brick__block__text:not(.has-padding) {
  padding-left: 0;
}

.wrapper--full.brick__section--reversed .brick__block:last-child .brick__block__text:not(.has-padding),
.wrapper--full .brick__block:first-child .brick__block__text:not(.has-padding) {
  padding-left: var(--outer);
}

@media only screen and (max-width: 749px) {
  .wrapper--full .brick__block__text:not(.has-padding) {
    padding-left: var(--outer);
    padding-right: var(--outer);
  }
}

.brick__block__text.has-padding,
.wrapper--full .brick__block__text.has-padding {
  padding-left: var(--outer);
}

@media only screen and (min-width: 750px) {
  .brick--border:not(.brick--margin) .brick__block:last-of-type:not(:only-child) {
    border-left: none;
  }
  .brick__block__video .image-height,
  .brick__block__image .image-height {
    flex: 1;
    min-height: 100%;
  }
  .brick__block__video,
  .brick__block__image,
  .brick__block__video .image__hero__frame:not(.image-height),
  .brick__block__image .image__hero__frame:not(.image-height) {
    height: 100%;
  }
}
@media only screen and (max-width: 749px) {
  .brick--border:not(.brick--margin) .brick__block:last-of-type:not(:only-child) {
    border-top: none;
  }
  .brick__block__video .image-height--mobile,
  .brick__block__image .image-height--mobile {
    min-height: 100%;
  }
  .brick__block__video .image__hero__frame:not(.image-height--mobile),
  .brick__block__image .image__hero__frame:not(.image-height--mobile) {
    height: 100%;
  }
}
.brick__product__subheading {
  padding-bottom: var(--gutter);
  margin: 0;
}

.brick__product {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.brick__product .product-item__info[href="#"] {
  pointer-events: none;
}
.brick__product .product-item__info .price {
  margin-top: 5px;
}
.brick__product .product-item__title {
  margin: 0 0 5px;
}
.brick__product .product-item--overlay-text .product-information {
  padding-bottom: calc(var(--inner) / 2);
}
@media only screen and (max-width: 989px) {
  .brick__product .product-item--overlay-text .product-information {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.brick__block--collection {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding-top: var(--outer);
  padding-bottom: var(--outer);
}
@media only screen and (min-width: 750px) {
  .brick__block--collection .look__slider {
    max-width: 500px;
  }
  .brick__block--collection .look__slider:not(.flickity-enabled) .look__slide:not(:first-child) {
    display: none;
  }
  .brick__block--collection .look__slider.is-loading .look__slide:not(:first-child) {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 749px) {
  .brick__block--collection {
    min-height: 0;
  }
  .brick__block--collection .look__slider {
    margin-left: var(--outer-offset);
    margin-right: var(--outer-offset);
  }
  .brick--border .brick__block--collection .look__slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    scroll-padding: 0;
  }
  .brick--border .brick__block--collection .look__slider::after {
    content: none;
  }
  .brick--border .brick__block--collection .look__slider .selector-wrapper__actions {
    overflow: hidden;
  }
}

.brick__block__collection {
  flex: 1;
  max-width: 100%;
}
.brick__block__collection .product-item {
  margin-top: 0;
}
.brick__block__collection .product-item__price {
  white-space: nowrap;
}
@media only screen and (max-width: 749px) {
  .wrapper--full .brick__block__collection {
    margin-left: var(--outer);
    margin-right: var(--outer);
    max-width: calc(100% - var(--outer) * 2);
  }
}
body.grid-compact.has-line-design .brick__block__collection .look__slide {
  padding: 1px 1px 0 0;
}
@media only screen and (min-width: 750px) {
  .brick__block__collection .look__aside {
    padding-top: var(--outer);
    padding-bottom: var(--outer);
  }
}

.brick__block--compare {
  overflow: hidden;
}

.brick__block__compare {
  height: 100%;
}

.brick__block__compare .compare__image {
  padding: 0;
}

.brick__block--images {
  display: flex;
}

@media only screen and (max-width: 749px) {
  .brick__block--images.desktop {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .brick__block--images[data-slider] {
    display: block;
  }
}

@media only screen and (max-width: 749px) {
  .brick__block--images[data-slider]::after {
    content: "flickity";
    display: none;
  }
}

.brick__section-missing-metafield-image {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: var(--bg-accent);
  color: var(--COLOR-TEXT-BTN-BG-BLACK);
}

.brick__block__image {
  position: relative;
}

.brick__block--image-slider {
  display: block;
}

.brick__block--image-slider .brick__block__image {
  width: 100%;
}

.brick__block--image-slider[data-slider]::after {
  content: "flickity";
  display: none;
}

.brick__block--images .brick__block__image {
  flex: 1;
  display: flex;
  min-height: 100%;
}
@media only screen and (min-width: 750px) {
  .brick__block--images .brick__block__image {
    transform: translateX(0) !important;
  }
}

@media only screen and (max-width: 749px) {
  .brick__block--images[data-slider] .brick__block__image {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 750px) {
  .brick__block--three-quarters {
    flex: 0 0 65%;
  }
}

.brick__block--text {
  display: flex;
}
.brick__block--text .hero__content--compact {
  flex-basis: 100%;
}
@media only screen and (max-width: 749px) {
  .brick__block--text {
    max-width: 100%;
  }
  .brick__block--text .hero__content--compact {
    flex: 1;
    padding: var(--outer) var(--outer) calc(var(--outer) - var(--line));
    margin-bottom: 0;
  }
  .brick__block--text .hero__content--no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.has-line-design .brick__block--slider .grid-item {
  border: none;
}
@media only screen and (max-width: 749px) {
  .brick__block--slider .hero__content {
    flex-direction: row;
  }
}

@media only screen and (min-width: 750px) {
  .hero__content:not(.flickity-enabled) .hero__slide:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
  }
}

.brick__block--password {
  flex: 1 0 50%;
  margin: 0 auto;
  padding: 0 var(--outer);
}

.brick__block--password .brick__block__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  padding: var(--outer) 0;
}

.brick__block__logo {
  margin: auto;
  max-width: 100%;
}

.brick__block__content {
  display: grid;
  grid-template-columns: 100%;
  gap: var(--gap);
  margin-bottom: var(--gap);
  width: 100%;
}

.brick__block__menu {
  margin: calc(var(--inner-offset) / 2);
}
.brick__block__menu .btn {
  margin: calc(var(--inner) / 2);
  vertical-align: middle;
}

.brick__block__newsletter .contact-form {
  display: inline-block;
  max-width: 260px;
  width: 100%;
}
.brick__block__newsletter .form__legal {
  margin-top: var(--line);
  text-align: center;
}
.brick__block__newsletter .field {
  margin-bottom: var(--inner);
  text-align: center;
}

.brick__block__actions {
  flex: 0 1 100%;
  margin-bottom: var(--inner);
}

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

.brick__block__title {
  margin: 0;
}

.brick__block__powered {
  margin-bottom: var(--inner);
}

.brick__block__social {
  overflow: hidden;
}

.brick__section--accordion .brick__block--images {
  align-self: flex-start;
}

@media only screen and (min-width: 750px) {
  .brick__block--products:first-child {
    padding-right: var(--gutter);
  }
  .brick__block--products:last-child {
    padding-left: var(--gutter);
  }
}
@media only screen and (max-width: 749px) {
  .brick__block--products {
    display: block;
    max-width: 100%;
    padding-top: var(--inner);
    padding-bottom: var(--inner);
  }
}
.brick__block--products .grid-outer {
  padding: 0;
}

.index-newsletter {
  position: relative;
  overflow: hidden;
}




.index-newsletter {
  position: relative;
  z-index: 10;
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: #f5f1e8;
}

.index-newsletter .section-padding,
.index-newsletter .brick__section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#Newsletter--sections--19822745714824__section-newsletter {
  margin-top: -220px !important;
  position: relative;
  z-index: 10;
  border-top: black solid 5px;
}

@media screen and (min-width: 1800px) {
  .sparklebuck-cans-overlap {
    margin-top: -500px;
  }

  .sparklebuck-cans-overlap__image {
    width: min(46vw, 660px);
  }

  #Newsletter--sections--19822745714824__section-newsletter {
    margin-top: -200px !important;
  }
}


@media screen and (max-width: 1449px) and (min-width: 1300px) {
  .sparklebuck-cans-overlap {
    margin-top: -500px;
  }

  .sparklebuck-cans-overlap__image {
    width: min(46vw, 760px);
  }

  #Newsletter--sections--19822745714824__section-newsletter {
    margin-top: -100px !important;
  }
}


@media screen and (max-width: 1299px)  and (min-width: 1200px){
  .sparklebuck-cans-overlap {
    margin-top: -550px;
    margin-bottom: -120px;
  }

  .sparklebuck-cans-overlap__image {
    width: min(48vw, 700px);
  }

  #Newsletter--sections--19822745714824__section-newsletter {
    margin-top: -220px !important;
  }
}



@media screen and (max-width: 1199px) and (min-width: 1051px){
  .sparklebuck-cans-overlap {
    margin-top: -600px;
    margin-bottom: -100px;
  }

  .sparklebuck-cans-overlap__image {
    width: min(54vw, 620px);
  }

  #Newsletter--sections--19822745714824__section-newsletter {
    margin-top: -250px !important;
  }
}



/* tablet landscape / small laptop */
@media screen and (max-width: 1050px) and (min-width: 750px){
  .sparklebuck-cans-overlap {
    margin-top: -585px;
    margin-bottom: -70px;
  }

  .sparklebuck-cans-overlap__image {
    width: min(54vw, 370px);
  }

  #Newsletter--sections--19822745714824__section-newsletter {
    margin-top: -405px !important;
  }
}

/* tablet / large mobile */
@media screen and (max-width: 749px) and (min-width: 480px){
  .sparklebuck-cans-overlap {
    margin-top: -655px !important;
    margin-bottom: -55px !important;
  }

  .sparklebuck-cans-overlap__image {
    width: 76vw !important;
    max-width: 360px;
  }

  #Newsletter--sections--19822745714824__section-newsletter {
    margin-top: -458px !important;
  }

  .index-newsletter .section-padding {
    padding-top: 46px !important;
    padding-bottom: 100px !important;
    background: #fffcf1;
  }
}



@media screen and (max-width: 479px) {
  .sparklebuck-cans-overlap {
    margin-top: -555px !important;
    margin-bottom: -40px !important;
  }

  .sparklebuck-cans-overlap__image {
    width: 82vw !important;
    max-width: 320px;
  }

  #Newsletter--sections--19822745714824__section-newsletter {
    margin-top: -415px !important;
  }

  .index-newsletter .section-padding {
    padding-top: 70px !important;
    padding-bottom: 88px !important;
    background: #fffcf1;
  }
}




.hero__content.hero__content--compact.text-center {
  position: relative;
}

h1.hero__title.heading-x-large.aos-animate {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.sparkle-group {
  position: absolute;
  left: 60%;
  top: 0;
  width: 90px;
  height: 40px;
  margin-left: -510px; /* adjust */
  margin-top:150px;
  transform: translateY(8px);
  pointer-events: none;
  z-index: 3;
}



@media screen and (max-width: 749px) {

.newsletter__wrapper {
  gap: 10px;
}

.newsletter__wrapper input[type="email"] {
  font-size: 14px;
}

}



/* PDP */
.product__submit__item--inline .quantity__input {
    border: black 0px solid;
    color: black;
    font-family: 'Novera', sans-serif;
}

.product-form__quantity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  
  border-radius: 999px;
  padding: 6px 0px;
  width: auto;
  min-width: 120px;
  background: transparent;
}

.quantity__button {
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  border: 2px solid #000 !important;
  border-radius: 50% !important;
  background: transparent !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px !important;
  padding: 0 !important;
}

.quantity__button svg,
.quantity__button .icon {
  width: 12px;
  height: 12px;
}

.quantity__input {
  width: 28px;
  min-width: 28px;
  text-align: center;
  border: 0 !important;
  background: transparent !important;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}

.product-form__submit {
  margin-left: 12px;
}

span.price-item.price-item--regular {
    color: black;
    font-family: 'Novera-Bold', sans-serif;
}


.product-flavor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.flavor-links__heading {
  margin: 0 0 18px;
  font-weight: 700;
  text-transform: uppercase;
}

span.option-title {
    font-weight: 500;
    font-family: 'Novera-Bold';
    color: white;
    padding: 0px 5px;
}

.product__block--lines {
    padding-top: calc(var(--form-margin) / 2);
    padding-bottom: calc(var(--form-margin) / 2);
    border-top: 0px solid var(--border);
    border-bottom: 0px solid var(--border);
}

.radio__legend__option-name {
 
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: normal;
}

.flavor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.flavor-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #000000;
  background: var(--flavor-color);
  display: block;
  margin-bottom: 10px;
  position: relative;
}



.flavor-item.is-active .flavor-circle::before,
.flavor-item.is-active .flavor-circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid #000000;
}

.flavor-item.is-active .flavor-circle::before {
  inset: 0;
}

.flavor-item.is-active .flavor-circle::after {
  inset: 6px;
}

.flavor-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  max-width: 60px;
}

.product__page > product-images {
  order: 2;
}

.product__page > .product__content {
  order: 1;
}

.product__page {

  gap: 60px; /* adjust spacing */
}

.product__title {
  font-family: SparklebuckDisplay, sans-serif;
  text-transform: none !important;
  font-weight: 500;
}

@media screen and (min-width: 990px) {
.product__page {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 40px;
}

.product__info-wrapper {
  max-width: 520px; 
}

.product__title,
.product__price,
.product__description,
.product__flavors,
.product__size,
.product__form {
  margin-left: 0;
}

.product__content .form__width {
  max-width: 520px;
}


.product__photo img {
  max-width: 420px;
  width: 100%;
  height: auto;
}

.product__photo img {
 
  margin-left: 70px;
}

.product__page {
  align-items: start;
}

#MainProduct--template--19877608226952__main {
  padding-top: 160px;
}
}

.divider {
    margin: 0;
    border-color: #000000;
    border-width: 2px;
}

/* ADD TO CART */
#ProductSubmitButton-template--19877608226952__main {
     border: 2px solid #231F20;
  background: #FFFCF1;
  border-radius: 50%;
  width: 250px;
  height: 56px;
font-family: "Novera", sans-serif;


  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #231F20;

    box-shadow: 0 0 0 6px #FFFCF1;

  transition: all .2s ease;

}


#ProductSubmitButton.btn--primary:hover {
   background: #231F20;
  color: #FFFCF1 !important;
  border: 2px solid #FFFCF1 !important;
   box-shadow: 0 0 0 6px #231F20;
}

@media screen and (min-width: 990px) {
  .custom-product-gallery-desktop {
    position: relative;
    display: block;
    overflow: visible;
  }

  .custom-product-gallery-track {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-right: 22%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .custom-product-gallery-track::-webkit-scrollbar {
    display: none;
  }

  .custom-product-gallery-slide {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .custom-product-gallery-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .custom-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.35);
    color: #231F20;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
  }

  .custom-gallery-arrow--prev {
    left: -22px;
  }

  .custom-gallery-arrow--next {
    right: -22px;
  }

  product-images.product__images {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .custom-product-gallery-desktop {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .product__page {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }

  .product__content {
    order: 1;
    width: 48%;
  }

  .custom-product-gallery-desktop {
    order: 2;
    width: 52%;
  }
}

div#shopify-section-template--19877608226952__main {
    border-bottom: 2px solid #000;
}

.hero__description h3
{
   font-family: "Varet Gothic", sans-serif !important;
}


/* Hero Video Image */
.hero-inner {
  background: #1f1b1a;
  color: #fff;
  padding: 48px;
  max-width: 500px;
}

.hero-title {
  font-size: 56px;
  margin-bottom: 16px;
}

.hero-text {
  margin-bottom: 24px;
}

/* RIGHT IMAGE */
.hero-image img {
  max-height: 500px;
  object-fit: contain;
}


/* =========================
   Collection Grid
   ========================= */

.product-item {
  display: flex;
  flex-direction: column;
}

.product-item__image {
  flex: 0 0 auto;
}

.product-information {
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  margin-top: -80px !important;
  position: relative;
  z-index: 3;
}

.product-item__info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: auto !important;
}

.product-item--overlay-text .product-information,
.product-item--overlay-text .product-item__info {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 3;
}

.product-item--overlay-text:hover .product-information,
.product-item--overlay-text:hover .product-item__info {
  opacity: 1 !important;
  visibility: visible !important;
}

.product-item__title {
  font-family: "SparklebuckDisplay", sans-serif !important;
  font-size: 30px;
}

.product-item__button {
  margin-top: 8px !important;
}

.product-item {
  position: relative;
}

.product-information {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 74% !important;
  bottom: auto !important;
  transform: translateY(0) !important;
  z-index: 5 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: block !important;
  text-align: center;
}

.product-item__info {
  padding: 0 !important;
  pointer-events: auto !important;
}

.product-item--overlay-text .product-information,
.product-item--overlay-text .product-item__info,
.product-item--overlay-text:hover .product-information,
.product-item--overlay-text:hover .product-item__info {
  opacity: 1 !important;
  visibility: visible !important;
}

.product-item__title {
  margin: 0 0 6px !important;
  font-family: "SparklebuckDisplay", sans-serif !important;
}

.product-item__price__holder {
  margin-bottom: 8px !important;
}

.product-item__button {
  margin-top: 8px !important;
}

.product-item__title,
.product-item__price__holder {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-item__button {
  position: relative;
  margin-top: 8px !important;
  transition: margin-top 0.3s ease;
}

.product-item__button a {
  position: relative;
  z-index: 5;
}

.product-item:hover .product-item__title,
.product-item:hover .product-item__price__holder {
  opacity: 0;
  transform: translateY(10px);
}

.product-item:hover .product-item__button {
  margin-top: -40px !important;
}



/* Center everything */
.column__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Space like your mock */
.column__heading {
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

.column__text {
  max-width: 280px;
  margin: 0 auto;
  font-size: 14px;
}

/* Name styling (optional tweak) */
.column__text strong {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

/* Make whole card clickable */
.grid-item--link {
  text-decoration: none;
  color: inherit;
}

/* Hover feel */
.grid-item--link:hover {
  opacity: 0.85;
}

/* Desktop: 4 across */
@media (min-width: 990px) {
  .grid--slider .grid-item {
    width: 25% !important;
  }
}

/* Tablet: 2–3 */
@media (max-width: 989px) {
  .grid--slider .grid-item {
    width: 50% !important;
  }
}

/* Mobile: 1 */
@media (max-width: 749px) {
  .grid--slider .grid-item {
    width: 80% !important;
  }
}

.buckwheat-feature-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.buckwheat-feature-row__icon {
  flex: 0 0 54px;
}

.buckwheat-feature-row__icon img {
  display: block;
  width: 74px;
  height: auto;
}

.buckwheat-feature-row__content {
  flex: 1 1 auto;
}

.buckwheat-feature-row__title {
  display: inline-block;
  margin: 0 0 8px;
  padding: 6px 12px 6px;
  border-radius: 6px;
  background: #FFFCF1;
  font-family: "Varet Gothic", sans-serif;
  letter-spacing: 0.08em;
  font-size: 24px;
}


.buckwheat-feature-row__text {
  margin: 0;
}

@media (max-width: 749px) {

  .brick__section-wrapper {
    padding: 0 20px !important;
}

    .buckwheat-feature-row__title {
    font-size: 16px;
    padding: 5px 10px 5px;
    letter-spacing: 0.06em;
  }
  .buckwheat-feature-row {
    gap: 14px;
  }

  .buckwheat-feature-row__icon {
    flex-basis: 42px;
  }

  .buckwheat-feature-row__icon img {
    width: 42px;
  }
}


/* Custom Section CSS (used on Homepage) */

.image__hero__scale:not(.image__fill) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.image__hero__scale:not(.image__fill) img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
}
/* Blog Feed */

#Blog--{{ section.id }} .sb-blog-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

#Blog--{{ section.id }} .sb-blog-heading {
  margin: 0 0 24px;
  text-transform: uppercase;
  line-height: 1.2;
}

#Blog--{{ section.id }} .sb-blog-copy {
  max-width: 280px;
  margin-bottom: 28px;
}

#Blog--{{ section.id }} .sb-blog-copy p {
  margin: 0 0 12px;
}

#Blog--{{ section.id }} .sb-blog-arrow {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 56px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

#Blog--{{ section.id }} .sb-blog-rail-wrap {
  overflow: hidden;
}

#Blog--{{ section.id }} .sb-blog-rail {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#Blog--{{ section.id }} .sb-blog-rail::-webkit-scrollbar {
  display: none;
}

#Blog--{{ section.id }} .sb-blog-card {
  flex: 0 0 280px;
}

#Blog--{{ section.id }} .sb-blog-card__image-link {
  display: block;
  margin-bottom: 18px;
}

#Blog--{{ section.id }} .sb-blog-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

#Blog--{{ section.id }} .sb-blog-card__title {
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: 22px;
}

#Blog--{{ section.id }} .sb-blog-card__title a {
  color: inherit;
  text-decoration: none;
  font-family: Varet Gothic, sans-serif;
  font-weight: 500;
}

#Blog--{{ section.id }} .sb-blog-card__excerpt {
  margin: 0 0 18px;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

#Blog--{{ section.id }} .sb-blog-card__link {
  display: block;
  text-align: center;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 989px) {
  #Blog--{{ section.id }} .sb-blog-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #Blog--{{ section.id }} .sb-blog-copy {
    max-width: none;
  }

  #Blog--{{ section.id }} .sb-blog-card {
    flex-basis: 240px;
  }
}

section#BrickSection--template--19877607768200__double, section#Rte--template--19877607768200__section_rich_text_pHya3V {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
section#BrickSection--template--19877607768200__sparklebuck_buckwheat_benefits_GGmrgp {
  border-top: 2px solid #000000;
}

section#BrickSection--template--19877607768200__section_custom_content_hBzfCA {
  border-top: 2px solid #000000;
}

#Blog--{{ section.id }} .sb-blog-card__image-link {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

#Blog--{{ section.id }} .sb-blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Marquee */

.heading-small.font-heading, .heading-medium.font-heading, .heading-large.font-heading
{
  font-family: Varet Gothic, sans-serif;
  letter-spacing: .2em;
  font-weight: 500;
}


#BrickSection--{{ section.id }} .brick__section-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

#BrickSection--{{ section.id }} .brick__section-heading {
  width: 100%;
 text-align: center;
}

#BrickSection--{{ section.id }} .brick__section-heading .hero__title {
 
  margin: 0;
  font-size: clamp(30px, 5.8vw, 52px);
  line-height: 1.4em;
  text-transform: uppercase;
}


#BrickSection--{{ section.id }} .buckwheat-feature-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
}

#BrickSection--{{ section.id }} .buckwheat-feature-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Centering Text on Mobile */
@media screen and (max-width: 749px) {



.hero__rte.body-medium.block-padding.aos-animate, h2.hero__title.heading-large.block-padding.aos-animate {
    text-align: center;
}

  #BrickSection--{{ section.id }} .brick__block__text,
  #BrickSection--{{ section.id }} .hero__content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  
  #BrickSection--{{ section.id }} .hero__content > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }


.hero__button.block-padding.aos-animate {
    justify-content: center !important;
  }


}