/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Unexpected "{"
Line 8:3 Expected identifier but found "'coffee-and-chill.css'"

**/
{{ 'coffee-and-chill.css' | asset_url | stylesheet_tag }}

/* coffee-and-chill.css */

body {
  background-color: #ffffff; 
  font-family: 'Helvetica Neue', sans-serif;
  color: #1a1a1a;
}

.coffee-chill-landing {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.coffee-chill-landing h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}

.coffee-chill-landing p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #3a3a3a;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.product-tile {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  transition: transform 0.3s ease;
}

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

.product-tile h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.product-tile p {
  font-size: 16px;
  color: #e2b705; /* soft gold */
  font-weight: bold;
}

a.contact-btn {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
  transition: background 0.3s;
}

a.contact-btn:hover {
  background-color: #333;
}

form {
  margin-top: 30px;
}

form input[type="email"] {
  padding: 10px 15px;
  width: 250px;
  max-width: 90%;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 10px;
}

form button {
  background-color: #e2b705;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background-color: #c9a304;
}

.hero-banner {
  margin: 30px auto;
  width: 100%;
  max-width: 533px;
  padding: 0 10px;
}

.hero-banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.welcome-section {
  text-align: center;
  margin: 40px auto;
  max-width: 533px;
  padding: 0 10px;
}

.welcome-section h1 {
  font-family: 'Nunito Sans', sans-serif;
  color: #b32134;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 4px;
}

.welcome-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: -50px !important; /* pull image up slightly */
  display: block;
}

.products-section {
  position: relative;
  text-align: center;
  margin-top: -75px;
}

.product-grid {
  display: flex;
  justify-content: center; /* or fx500,hl500*/
  gap: 10px;
  flex-wrap: wrap;
  margin: auto;
  max-width: 100%; 
}

.product-card {
  width: 310px;
  height: 365px;
  position: relative;
}

.product-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
}

.product-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: white;
  text-align: center;
}

.product-discount {
  margin-top: 10px;
  background-color: #b32134;
  color: white;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  align-self: center;
}

.product-sticker {
  position: relative;
  margin-top: 30px;
  width: 173px;
  height: auto;
}

.products-title {
  font-family: 'Nunito Sans', sans-serif;
  color: #b32134;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.categories-section {
  margin: 40px auto;
  max-width: 533px;
  padding: 0 10px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.category-card {
  position: relative;
  height: 289px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bg-shop {
  background-image: url('https://c.animaapp.com/mdhgzhzbTE2za0/img/boosts-cellular-energy.svg');
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 117, 136, 0.43); /* #5a75886e */
}

.category-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-section {
  background-color: #b32134;
  padding: 20px 20px;
  color: #f6f0e8;
  text-align: center;
}

.footer-logo-wrap {
  max-width: 428px;
  margin: 0 auto;
  padding-bottom: -100px;
}

.footer-logo {
  width: 100%;
  max-width: 416px;
  height: auto;
  object-fit: contain;
  margin-bottom: -64px;
}

.footer-headline {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 180;
  color: white;
  margin-top: 0;
  margin-bottom: -15px;
}

.subscribe-form-stacked .email-wrapper {
  position: relative;
  max-width: 500px;
  margin: 40px auto 0 auto;
}

.subscribe-form-stacked input[type="email"] {
  width: 100%;
  max-width: 330px; /* reduce from 500px or 240px */
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 15px 120px 15px 20px;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.subscribe-form-stacked button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background-color: #b32134;
  color: white;
  border: 1px solid white;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.subscribe-form-stacked button:hover {
  background-color: #5A7588; /* subscribe transition color */
  transition: background-color 0.3s ease;
}

.accordion-wrapper {
  margin-top: 90px;
  text-align: left;
  max-width: 532px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper details {
  margin-bottom: 20px;
}

.accordion-wrapper summary {
  font-family: 'Inter', sans-serif;
  font-weight: 180;
  font-size: 18px;
  cursor: pointer;
  color: #f6f0e8;
}

.accordion-wrapper ul,
.accordion-wrapper p {
  color: #f0eaea;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 0 0 0;
  margin: 0;
}

.accordion-wrapper summary {
  font-size: 16px;
  font-weight: 180;
  color: white;
  padding: 4px 0;
  border-bottom: 1px solid white;
  position: relative;
}

.accordion-wrapper summary::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 15px;
}

.header-bar {
  background-color: #b32134;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header-logo-wrap {
  flex: 1;
  max-width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.header-icons {
  display: flex;
  gap: 12px;
}

.header-icons span {
  font-size: 28px;
  color: white;
}

@media (max-width: 600px) {
  .header-logo-wrap {
    max-width: 260px;
  }

  .header-icons span {
    font-size: 24px;
  }
}

.hero-banner.full-width {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.hero-banner.full-width img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}