/** Shopify CDN: Minification failed

Line 77:12 Expected identifier but found whitespace
Line 77:13 Unexpected "26px"
Line 345:1 Expected "}" to go with "{"

**/
/* === Crave4 – Carousel Product Card Resize === */
.carousel-item {
  min-width: 210px !important;
  max-width: 210px !important;
  padding: 10px;
}

.carousel-item .product-card {
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

/* === Crave4 – Product Image Hover Effects === */
.product-card img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.product-card:hover img {
  transform: scale(1.07);
  box-shadow: 0 0 10px rgba(202, 78, 0, 0.4);
  opacity: 0.88;
  filter: brightness(1.05);
}

/* === Crave4 – Card Hover Lift + Glow === */
.product-card {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(202, 78, 0, 0.6);
}

/* === Crave4 – Add to Cart Button Glow === */
.add-to-cart-button {
  transition: box-shadow 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
}

.add-to-cart-button:hover {
  box-shadow: 0 0 10px rgba(202, 78, 0, 0.6);
  background-color: #ca4e00;
  transform: scale(1.02);
  color: #fff;
}

/* === Crave4 – Product Image Constraints === */
.carousel-item img {
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto 12px;
}

/* === Crave4 – Collection Page Fixes === */
.collection-hero__title::before {
  content: "" !important;
}

.collection-hero__title {
  font-size: 26px
  /* === Crave4 – Carousel Product Card Resize === */
.carousel-item {
  min-width: 210px !important;
  max-width: 210px !important;
  padding: 10px;
}

.carousel-item .product-card {
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

/* === Crave4 – Product Image Hover Effects === */
.product-card img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.product-card:hover img {
  transform: scale(1.07);
  box-shadow: 0 0 10px rgba(202, 78, 0, 0.4);
  opacity: 0.88;
  filter: brightness(1.05);
}

/* === Crave4 – Card Hover Lift + Glow === */
.product-card {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(202, 78, 0, 0.6);
}

/* === Crave4 – Add to Cart Button Glow === */
.add-to-cart-button {
  transition: box-shadow 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
}

.add-to-cart-button:hover {
  box-shadow: 0 0 10px rgba(202, 78, 0, 0.6);
  background-color: #ca4e00;
  transform: scale(1.02);
  color: #fff;
}

/* === Crave4 – Product Image Constraints === */
.carousel-item img {
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto 12px;
}

/* === Crave4 – Collection Page Fixes === */
.collection-hero__title::before {
  content: "" !important;
}

.collection-hero__title {
  font-size: 26px;
  font-weight: 800;
  color: #ca4e00;
  text-align: center;
  margin-bottom: 10px;
}

.collection-hero__description p {
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.6;
}
/* === Crave4 – Universal Carousel Dots === */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.carousel-dot.active {
  background-color: #ca4e00;
}
header.site-header {
  position: relative !important;
  z-index: 99 !important;
}

.video-hero,
.hero-section,
.section-header,
.template-index .shopify-section:first-child {
  position: relative;
  z-index: 1;
}
/* Fan Favorites product card alignment fix */
.fan-favorites-carousel .product-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 10px;
  height: 100%;
}

.fan-favorites-carousel .product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 8px;
}

.fan-favorites-carousel .product-title,
.fan-favorites-carousel .product-price {
  margin: 0;
  padding: 0;
  font-size: 1.15rem;
  color: #ca4e00;
  font-weight: bold;
  text-align: center;
}

.fan-favorites-carousel .product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.fan-favorites-carousel .product-card button {
  margin-top: auto;
  display: block;
}
/* === Crave4 Flavors Menu Styling === */
.flavors-menu h2 {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #ca4e00 !important;
  text-align: center;
}

.flavors-menu p {
  font-size: 18px;
  color: #555;
  text-align: center;
}

.flavors-menu .flavor-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.flavors-menu .flavor-img:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.flavors-menu .flavor-title {
  font-size: 1.1em;
  font-weight: 700;
  color: #222;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .flavors-menu .flavor-categories {
    gap: 16px !important;
  }

  .flavors-menu .flavor-tile {
    width: 46% !important;
  }

  .flavors-menu .flavor-img {
    height: 150px !important;
  }
}
/* --- Crave4 Contact Form Styling (Final Fix) --- */
form.contact-form {
  background-color: #fffaf3;
  padding: 30px 24px;
  border-radius: 20px;
  max-width: 700px;
  margin: 40px auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  font-family: inherit;
}

form.contact-form h2 {
  text-align: center;
  color: #ca4e00;
  font-size: 1.8rem;
  margin-bottom: 24px;
}

form.contact-form .field {
  margin-bottom: 20px;
}

form.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #ca4e00;
  font-size: 1rem;
}

form.contact-form input,
form.contact-form textarea {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  border: 2px solid #ca4e00;
  border-radius: 12px;
  box-sizing: border-box;
  font-family: inherit;
}

form.contact-form input:focus,
form.contact-form textarea:focus {
  border-color: #ff6a00;
  outline: none;
  box-shadow: 0 0 4px rgba(202, 78, 0, 0.4);
}

form.contact-form button,
form.contact-form input[type="submit"] {
  background-color: #ca4e00;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  padding: 14px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

form.contact-form button:hover,
form.contact-form input[type="submit"]:hover {
  background-color: #a84200;
}