/* [project]/app/components/HomeContent.module.css [app-client] (css) */
.HomeContent-module__LAD36G__heroBanner {
  background-color: hsl(var(--apple-gray-3));
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.HomeContent-module__LAD36G__heroBanner:is(.HomeContent-module__LAD36G__dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.HomeContent-module__LAD36G__heroBanner {
  height: 400px;
}

@media (min-width: 768px) {
  .HomeContent-module__LAD36G__heroBanner {
    height: 480px;
  }
}

@media (min-width: 1024px) {
  .HomeContent-module__LAD36G__heroBanner {
    height: 580px;
  }
}

.HomeContent-module__LAD36G__sectionContainer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .HomeContent-module__LAD36G__sectionContainer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.HomeContent-module__LAD36G__sectionHeader {
  margin-bottom: 2.5rem;
}

.HomeContent-module__LAD36G__sectionTitle {
  letter-spacing: -.025em;
  color: hsl(var(--foreground));
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .HomeContent-module__LAD36G__sectionTitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.HomeContent-module__LAD36G__productCard {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 1rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  animation-duration: .3s;
  overflow: hidden;
}

.HomeContent-module__LAD36G__productCard:hover {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.HomeContent-module__LAD36G__productCard:is(.HomeContent-module__LAD36G__dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.HomeContent-module__LAD36G__productCardImage {
  aspect-ratio: 1;
  background-color: hsl(var(--apple-gray-3));
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.HomeContent-module__LAD36G__productCardImage:is(.HomeContent-module__LAD36G__dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.HomeContent-module__LAD36G__badge {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-flex;
}

.HomeContent-module__LAD36G__badge:is(.HomeContent-module__LAD36G__dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.HomeContent-module__LAD36G__newsletterSection {
  background-color: hsl(var(--apple-gray-3));
  border-radius: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.HomeContent-module__LAD36G__newsletterSection:is(.HomeContent-module__LAD36G__dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .HomeContent-module__LAD36G__newsletterSection {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.HomeContent-module__LAD36G__newsletterPanel {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.HomeContent-module__LAD36G__newsletterInput {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: hsl(var(--foreground));
  border-radius: 9999px;
  flex: 1;
  padding: .875rem 1.25rem;
}

.HomeContent-module__LAD36G__newsletterInput:focus {
  border-color: hsl(var(--apple-blue));
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--apple-blue) / .4);
  outline: 2px solid #0000;
}

.HomeContent-module__LAD36G__newsletterInput:is(.HomeContent-module__LAD36G__dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.HomeContent-module__LAD36G__newsletterButton {
  background-color: hsl(var(--apple-blue));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .875rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  animation-duration: .2s;
  display: inline-flex;
}

.HomeContent-module__LAD36G__newsletterButton:hover {
  background-color: hsl(var(--apple-blue-hover));
}

/*# sourceMappingURL=app_components_HomeContent_module_49920c08.css.map*/