/** Shopify CDN: Minification failed

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

**/
/* Fari code */
a.bold.link-faded-reverse {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    color: black;
}
details.relative summary {
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
   color: black;
}

/* HEADER CODE */
.shopify-section--header{
  background-color: white;
/* }
.header__wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
} */
.shopify-section--header height-observer{
  border-top: 1px solid white;
}
/* end */

/* Hero section code */
.prose .subheading {
    font-size: 45px;
    font-weight: 600;
}
.prose p.h4 {
    font-size: 20px;
    font-weight: 400;
  margin-top: 0px;
}
.prose .button {
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* end */

/* PRODUCTS SECTION 3RD */
.prose .h2 {
    font-size: 15px !important;
    margin-top: 0px;
}
/* End */

.text-with-icons__text-wrapper .prose p {
    color: white;
}
.section-stack__main {
    background: #C6B79A;
    border-radius: 10px;
}




/* FOOTER CODE */
.footer .footer-socials-links li a {
    display: flex !important;
    align-items: center !important;
    line-height: 35px !important;
}

.footer-socials-links .footer__block-list {
    gap: 13rem !Important;
}
.footer-socials-links ul.v-stack {
    display: grid;
    line-height: 35px;
}
.footer__wrapper .footer__block-list {
    gap: 10rem !important;
}
.footer__block > p {
  font-size: 25px !important;
}
.v-stack p.h3 {
    font-size: 25px !important;
}

/* END */

/* PRODUCT SINGLE PAGE CODE */
.section-blends .prose p.h2 {
    font-size: 30px !important;
    font-weight: 600;
}
/* END */
  .text-with-icons__text-wrapper .prose {
    color: white !important;
}


h1, h2, h3, h4{
  color: red !Important;
}



.text-with-icon {
    gap: var(--spacing-3);
    align-items: center;
    display: flex;
    color: white;
}




.scroll-area {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth; /* Smooth scrolling */
  gap: 20px; /* Space between items */
}

.product-item {
  flex: 0 0 auto; /* Ensure each product stays in a row */
  width: 200px; /* Adjust the width of product items */
}

.circle-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.circle-button:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.animated-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 5px;
}

.animated-arrow--reverse {
  transform: rotate(-135deg);
}
