/* [project]/app/[lang]/pack/[slug]/packPage.module.css [app-client] (css) */
.packPage-module__G0x1jq__pageContainer {
  color: #333;
  min-height: 80vh;
  font-family: Inter, sans-serif;
}

.packPage-module__G0x1jq__shippingHeroBanner {
  background: linear-gradient(90deg, #16a34a1f, #16a34a38);
  border-top: 1px solid #16a34a1f;
  border-bottom: 1px solid #16a34a40;
  width: 100%;
}

.packPage-module__G0x1jq__shippingHeroInner {
  align-items: baseline;
  gap: .75rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
}

.packPage-module__G0x1jq__shippingHeroLabel {
  color: #fff;
  letter-spacing: .2px;
  background: #16a34a;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .45rem .9rem;
  font-weight: 800;
  display: inline-flex;
}

.packPage-module__G0x1jq__shippingHeroNote {
  color: #065f46;
  font-size: .95rem;
}

.packPage-module__G0x1jq__sectionTitle {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.packPage-module__G0x1jq__productHero {
  background-color: #f9fafb;
  padding: 4rem 2rem;
}

.packPage-module__G0x1jq__heroGrid {
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

@media (width >= 1024px) {
  .packPage-module__G0x1jq__heroGrid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
  }
}

.packPage-module__G0x1jq__infoWrapper {
  text-align: center;
}

@media (width >= 1024px) {
  .packPage-module__G0x1jq__infoWrapper {
    text-align: left;
  }
}

.packPage-module__G0x1jq__tagline {
  color: #fff;
  background-color: #8a2be2;
  border-radius: 9999px;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

.packPage-module__G0x1jq__productName {
  margin-bottom: 1.5rem;
  font-size: 2.3rem;
  font-weight: 800;
}

.packPage-module__G0x1jq__price {
  color: #6d28d9;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 800;
}

.packPage-module__G0x1jq__description {
  color: #6b7280;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75;
}

.packPage-module__G0x1jq__addToCartButton {
  color: #fff;
  cursor: pointer;
  background-color: #7c3aed;
  border: none;
  border-radius: 9999px;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color .3s;
}

.packPage-module__G0x1jq__addToCartButton:hover {
  background-color: #6d28d9;
}

.packPage-module__G0x1jq__addToCartRow {
  align-items: center;
  gap: .75rem;
  margin-top: 1rem;
  display: flex;
}

.packPage-module__G0x1jq__shippingBadge {
  color: #16a34a;
  white-space: nowrap;
  background: #16a34a1a;
  border: 1px solid #16a34a33;
  border-radius: 9999px;
  align-items: center;
  gap: .4rem;
  padding: .35rem .6rem;
  font-size: .85rem;
  font-weight: 600;
  display: inline-flex;
}

.packPage-module__G0x1jq__quantityInput {
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  width: 80px;
  padding: .6rem .75rem;
  font-size: 1rem;
}

.packPage-module__G0x1jq__galleryContainer {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.packPage-module__G0x1jq__mainImageContainer {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.packPage-module__G0x1jq__mainImage {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.packPage-module__G0x1jq__thumbnailContainer {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 1rem;
  display: grid;
}

.packPage-module__G0x1jq__thumbnail {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 8px;
  transition: all .3s;
}

.packPage-module__G0x1jq__thumbnail:hover {
  opacity: .8;
  transform: scale(1.05);
}

.packPage-module__G0x1jq__thumbnailActive {
  opacity: 1;
  border: 2px solid #007bff;
}

.packPage-module__G0x1jq__detailsSection {
  padding: 4rem 2rem;
}

.packPage-module__G0x1jq__detailsContent {
  max-width: 800px;
  margin: 0 auto;
}

.packPage-module__G0x1jq__detailItem {
  margin-bottom: 2rem;
}

.packPage-module__G0x1jq__detailItem h3 {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.packPage-module__G0x1jq__benefitsSection {
  background-color: #f9fafb;
  padding: 4rem 2rem;
}

.packPage-module__G0x1jq__benefitsGrid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.packPage-module__G0x1jq__benefitCard {
  text-align: center;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.packPage-module__G0x1jq__benefitCard h3 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}


/*# sourceMappingURL=app_%5Blang%5D_pack_%5Bslug%5D_packPage_module_49f8c991.css.map*/