/** Shopify CDN: Minification failed

Line 273:13 Expected identifier but found whitespace
Line 273:15 Unexpected "{"
Line 273:24 Expected ":"
Line 597:4 "flew-wrap" is not a known CSS property

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:header (INDEX:22) */
.herbarium_nav-container {
  display: grid;
  justify-content: center;
  align-items: center;
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #ED0580;
  padding: 5px !important;
  border-radius: 0px 0px 20px 20px;
}

  
.delivery-button {
  position: relative;
  padding: 5px 10px;
  border: solid 2px #F7FF0A !important; 
  border-radius: 50px;
  margin-left: 20px;
}

.delivery-button:hover .delivery-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.delivery-list {
  width: 200px;
  display: none;
  position: absolute;
  padding: 10px;
  border: solid 2px #F7FF0A !important; 
  border-radius: 20px;
  background-color: #ED0580; 
  top: 100%;
  right: 0;
}

.delivery-list a {
  margin: 5px !important;
  text-align: center;
  margin-left: 5px !important;
}

.template-index .herbarium_nav-container {
  justify-content: flex-end;
}

.herbarium_nav-logo {
  flex: 0 0 auto;
}

.herbarium_nav-logo img {
  max-height: 30px !important;
  width: auto;
}

.herbarium_nav-logo_2 {
  justify-self: center;
}

.herbarium_nav-logo_2 img {
  max-height: 25px !important;
  margin: 0px 10px;
  width: auto;
}

.herbarium_nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.herbarium_nav-list a {
  margin-left: 20px;
  text-decoration: none;
  color: #000 !important;
  filter: drop-shadow(0 0 20px rgba(0,0,0, 0.))
}

.herbarium_nav-list button {
  background: none;
  border: none;
  font-size: 1.5em;
  font-weight: 400 !important;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  color: #F7FF0A !important;
}

.herbarium_nav-list button:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.herbarium_nav-list button:hover:after {
  width: 100%;
}

.herbarium_hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
  margin: 5px;
}

.herbarium_hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #F7FF0A !important;
  transition: all 0.3s ease;
  display: block !important;
}

.herbarium_hamburger.active .herbarium_hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.herbarium_hamburger.active .herbarium_hamburger-line:nth-child(2) {
  opacity: 0;
}

.herbarium_hamburger.active .herbarium_hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.herbarium_mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ED0580 !important;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.herbarium_mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.herbarium_mobile-menu-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: transparent;

  font-family: 'Helvetica Neue';
}

.herbarium_mobile-menu-links a,
.herbarium_mobile-menu.active .herbarium_mobile-menu-links a,
div.herbarium_mobile-menu-links > a {
  margin: 10px 0;
  font-size: 2em;
  font-weight: 600;
  font-family: Helvetica Neue !important;
  text-decoration: none;
  letter-spacing: 1px;
  color: #F7FF0A !important;
  -webkit-text-fill-color: #F7FF0A !important;
}

@media (max-width: 768px) {
  .herbarium_nav-list {
    display: none;
  }
  .herbarium_hamburger {
    display: flex;
  }
  .herbarium_mobile-menu {
    display: block;
  }
}
/* END_SECTION:header */

/* START_SECTION:herbarium-blog-page (INDEX:26) */
.herbarium_blog-container {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.blog-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-hero_left {
  max-width: 1000px;
  max-height: 60vh;
  width: 100%;
  margin: 25px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 15px;
  border: solid 4px #ED0580;
  
}

.blog-hero_left img {
  width: 100%;
  height: auto;
}

.blog-hero_right {
  max-width: 600px;
  width: 100%;
  height: 60vh;

  margin-right: 25px;

  border-radius: 15px;
  background-color: #EC7324 !important;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  padding: 30px;

  color: #F7FF0A;
}

.blog-hero_right h4 {
  font-size: 2em;
  color: #F7FF0A;
}

.blog-title {
  font-size: 3em;
  font-weight: bold;
  text-align: {{ section.settings.text_alignment }};
  margin: 0;
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #F7FF0A;
}

.blog-contents {
  padding: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-content_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.blog-date, .blog-author {
  color: #777;
  margin: 0;
}

.blog-article_content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;

  max-width: 1200px;
}

.blog-article_content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.blog-article_content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-article_content p {
  margin-bottom: 20px;
}

.blog-tags {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.tags-label {
  font-weight: bold;
  margin-right: 10px;
}

.blog-tag {
  display: inline-block;
  background: #f0f0f0;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #555;
  transition: background-color 0.3s ease;
}

.blog-tag:hover {
  background-color: #e0e0e0;
}

.blog-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 20px;
}

.blog-card_wrapper {
  width: 48%;
  margin-bottom: 30px;
}

.blog-card_wrapper h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666;
}

.blog_card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.blog_card:hover {
  transform: translateY(-5px);
}

.blog_card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog_card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.blog_card-title {
  font-size: 18px;
  margin: 0 0 15px;
  color: #333;
}

.blog_card-info button {
  background-color: #4a4a4a;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-self: flex-start;
  transition: background-color 0.3s ease;
}

.blog_card-info button:hover {
  background-color: #333333;
}

.blog_card-info button img {
  width: 16px;
  margin-left: 8px;
}

.blog-empty {
  text-align: center;
  padding: 100px 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 40px 20px;
}

@media screen and (max-width: 768px) {
  .blog-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5vw;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-hero_left {
    max-width: 1000px;
    max-height: 50vh;
    width: 100%;
    margin: 25px;
    overflow: hidden;
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    border-radius: 15px;
    border: solid 4px #ED0580;
    
  }


.blog-hero_right {
  max-width: 600px;
  width: 100%;
  height: auto;

  margin-right: 0px;

  border-radius: 15px;
  background-color: #EC7324 !important;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  padding: 30px;

  color: #F7FF0A;
}

  .blog-cards {
    flex-direction: column;
  }

  .blog-card_wrapper {
    width: 100%;
  }
  
  .blog-content_header {
    flex-direction: column;
  }
  
  .blog-date, .blog-author {
    margin-bottom: 5px;
  }
}
/* END_SECTION:herbarium-blog-page */

/* START_SECTION:herbarium-bloglist (INDEX:27) */
.herbarium_bloglist-container {
  margin: 0 !important;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 70vh;
}

  .press_hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  margin-top: 20px;
}

.press_hero h1 {
  font-family: "Helvetica Neue", Helvetica;
  font-size: 3em;
  font-weight: 600;
  margin: 0;
  margin-top: 25px;
  color: #ED0580;
  position: relative;
  z-index: 2;
}

.title-circle-pink {
  padding-top: 2rem !important;
}

.herbarium_bloglist-header {
  padding: 60px 0;
  margin-bottom: 5vw;
  position: relative;
}

  .herbarium_bloglist {
    max-width: 1400px;
    width: 95vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

.herbarium_bloglist-header.with-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 40vh;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

    position: relative;
}

.header-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 0px !important;

    position: absolute !important;
  bottom: 0px;
  left: 0px;
}

.herbarium_bloglist-header.with-bg-image .bloglist-header_title,
.herbarium_bloglist-header.with-bg-image .bloglist-header_subtitle {
  color: #fff;
  position: relative;
  z-index: 2;
}

  .article-card_info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flew-wrap: wrap;
  }

.bloglist-header_title {
  margin-bottom: 0px;
  text-align: left;

  font-size: 4em !important;

  padding: 20px;

  position: absolute !important;
  bottom: 0px;
  left: 0px;
}

.bloglist-header_subtitle {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

.herbarium_articles-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.herbarium_article-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 550px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: solid 4px #ED0580;

  background-color: white;

  margin: 10px;
  margin-bottom: 15px;
}

.herbarium_article-card:hover {
  transform: translateY(-5px);
}

  .article-card_image {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  border-bottom: solid 4px #ED0580;
}

.article-card_image img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}

.article-card_info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

  .article-card_info a {
    text-decoration: none;
  }

.article-title {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  color: #ED0580;
}

.article-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.article-preview {
  color: #666;
  line-height: 1.5;
  margin: 0px;
  flex-grow: 1;
  font-size: 1em;
  font-weight: 400;

  color: #ED0580;
}

.article-read-more button {
  color: #ED0580;
  background-color: transparent;
  border: none;
  padding: 8px 0px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}

.article-read-more button:hover {
  transform: scale(1.1);
}

.article-read-more img {
  width: 16px;
  margin-left: 8px;
}

.herbarium_bloglist-empty {
  text-align: center;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 40px;
}

.herbarium_bloglist-pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.pagination__item {
  margin: 0 5px;
}

.pagination__link {
  display: block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}

.pagination__link:hover {
  background-color: #f5f5f5;
}

.pagination__item--current span {
  display: block;
  padding: 8px 12px;
  background-color: #4a4a4a;
  color: white;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .herbarium_articles-grid {
    grid-template-columns: 1fr;
  }
  .press_hero h1 {
    font-size: 4em;
    font-family: "Helvetica Neue";
    font-weight: 700;
    margin: 0;
    color: #ED0580;
    position: relative;
    z-index: 2;
  }

  .article-title {
    font-size: 2.5em;
  }
  
  .article-preview {
    font-size: 2em;
  }

  .herbarium_article-card {
    height: auto;
    
  }
  
  .title-circle-pink {
    padding-top: 3rem !important;
  }
}
/* END_SECTION:herbarium-bloglist */

/* START_SECTION:herbarium-header (INDEX:31) */
/* Header Container */
.herbarium_nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
  width: 100%;
}

/* Logo Styling */
.herbarium_nav-logo {
  flex: 0 0 auto;
}

.herbarium_nav-logo img {
  max-height: 50px;
  width: auto;
}

/* Desktop Navigation */
.herbarium_nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.herbarium_nav-list a {
  margin-left: 20px;
  text-decoration: none;
}

.herbarium_nav-list button {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
}

.herbarium_nav-list button:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.herbarium_nav-list button:hover:after {
  width: 100%;
}

/* Hamburger Menu */
.herbarium_hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}

.herbarium_hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}

.herbarium_hamburger.active .herbarium_hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.herbarium_hamburger.active .herbarium_hamburger-line:nth-child(2) {
  opacity: 0;
}

.herbarium_hamburger.active .herbarium_hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Mobile Menu */
.herbarium_mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.herbarium_mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.herbarium_mobile-menu-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.herbarium_mobile-menu-links a {
  margin: 10px 0;
  font-size: 24px;
  
  font-family: 'Bagel Fat One';
  text-decoration: none;
  color: #ED0580 !important;
  letter-spacing: 1px;
  text-align: center;
}

/* Media Queries */
@media (max-width: 768px) {
  .herbarium_nav-list {
    display: none;
  }
  
  .herbarium_hamburger {
    display: flex;
  }
  
  .herbarium_mobile-menu {
    display: block;
  }
}
/* END_SECTION:herbarium-header */

/* START_SECTION:herbarium-store-locations (INDEX:36) */
.herb-locations {
  --herb-ink: #1a1210;
  --herb-magenta: #ED0580;
  --herb-acid: #F7FF0A;
  --herb-cream: #FBF9F6;
  --herb-line: rgba(26, 18, 16, 0.10);
  --herb-radius: 18px;

  background-color: var(--herb-cream);
  color: var(--herb-ink);
  padding: clamp(64px, 9vw, 140px) clamp(20px, 5vw, 64px);
  font-family: inherit;
}

.herb-locations__inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* Header */
.herb-locations__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: clamp(40px, 5vw, 72px);
  margin-bottom: clamp(40px, 5vw, 72px);
  border-bottom: 1px solid var(--herb-line);
}

.herb-locations__intro {
  max-width: 640px;
}

.herb-locations__eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--herb-magenta);
}

.herb-locations__title {
  margin: 0 0 18px;
  font-family: inherit;
  font-weight: 500;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--herb-ink);
}

.herb-locations__text {
  margin: 0;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.6;
  color: rgba(26, 18, 16, 0.68);
  max-width: 46ch;
}

.herb-locations__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--herb-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--herb-ink);
  transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
  white-space: nowrap;
}

.herb-locations__cta-link:hover,
.herb-locations__cta-link:focus-visible {
  color: var(--herb-magenta);
  border-color: var(--herb-magenta);
  gap: 12px;
}

.herb-locations__cta-arrow {
  transition: transform 0.25s ease;
}

/* Grid */
.herb-locations__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.4vw, 40px);
}

.herb-location-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid var(--herb-line);
  border-radius: var(--herb-radius);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.herb-location-card:hover {
  transform: translateY(-6px);
  border-color: rgba(237, 5, 128, 0.35);
  box-shadow: 0 24px 48px -20px rgba(26, 18, 16, 0.18);
}

.herb-location-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background-color: var(--herb-cream);
}

.herb-location-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.herb-location-card:hover .herb-location-card__image {
  transform: scale(1.04);
}

.herb-location-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.herb-location-card__placeholder-svg {
  width: 40%;
  height: 40%;
  opacity: 0.3;
}

.herb-location-card__body {
  padding: 26px 26px 6px;
}

.herb-location-card__name {
  margin: 0 0 8px;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--herb-ink);
}

.herb-location-card__address {
  margin: 0;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(26, 18, 16, 0.55);
}

.herb-location-card__actions {
  display: flex;
  gap: 10px;
  padding: 22px 26px 26px;
  margin-top: auto;
}

.herb-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.herb-btn--solid {
  background-color: var(--herb-magenta);
  color: #fff;
  border: 1px solid var(--herb-magenta);
}

.herb-btn--solid:hover,
.herb-btn--solid:focus-visible {
  background-color: var(--herb-ink);
  border-color: var(--herb-ink);
}

.herb-btn--outline {
  background-color: transparent;
  color: var(--herb-ink);
  border: 1px solid var(--herb-line);
}

.herb-btn--outline:hover,
.herb-btn--outline:focus-visible {
  border-color: var(--herb-ink);
  background-color: var(--herb-ink);
  color: #fff;
}

.herb-locations a:focus-visible,
.herb-locations button:focus-visible {
  outline: 2px solid var(--herb-magenta);
  outline-offset: 3px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .herb-locations__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 720px) {
  .herb-locations__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .herb-locations__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .herb-location-card,
  .herb-location-card__image,
  .herb-locations__cta-link,
  .herb-locations__cta-arrow,
  .herb-btn {
    transition: none !important;
  }
}
/* END_SECTION:herbarium-store-locations */