.aspect-w-16[data-astro-cid-zzjzmfdw] {
  position: relative;
  width: 100%
}
.aspect-w-16[data-astro-cid-zzjzmfdw]:before {
  content: "";
  display: block;
  padding-bottom: 37.5%
}
@media (min-width:640px) {
  .aspect-w-16[data-astro-cid-zzjzmfdw].aspect-h-5:before {
    padding-bottom: 31.25%
  }
}
@media (min-width:1024px) {
  .aspect-w-16[data-astro-cid-zzjzmfdw].aspect-h-4:before {
    padding-bottom: 25%
  }
  .aspect-w-16[data-astro-cid-zzjzmfdw].aspect-h-9:before {
    padding-bottom: 56.25%
  }
}
.aspect-w-16[data-astro-cid-zzjzmfdw] > [data-astro-cid-zzjzmfdw] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.product-grid[data-astro-cid-3akbbitm] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto
}
.product-item[data-astro-cid-3akbbitm] {
  position: relative;
  display: flex;
  flex-direction: column
}
.product-card[data-astro-cid-3akbbitm] {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, .06);
  box-shadow: 0 6px 24px #1118270f;
  overflow: hidden;
  transition: all .3s ease;
  transform: translateY(0)
}
.product-card[data-astro-cid-3akbbitm]:hover {
  box-shadow: 0 16px 40px #1118271a;
  transform: translateY(-6px)
}
.product-image-container[data-astro-cid-3akbbitm] {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f7f9fb
}
.product-image[data-astro-cid-3akbbitm] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform .3s ease;
  background: #fff
}
.group[data-astro-cid-3akbbitm]:hover .product-image[data-astro-cid-3akbbitm] {
  transform: scale(1.05)
}
.product-placeholder[data-astro-cid-3akbbitm] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1)
}
.product-name[data-astro-cid-3akbbitm] {
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  background: #fff
}
.product-overlay[data-astro-cid-3akbbitm] {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0f172a8c, #0f172ad9);
  border-radius: 14px;
  opacity: 0;
  transition: opacity .25s ease;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1rem 1rem;
  color: #e5e7eb;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(148, 163, 184, .25)
}
.group[data-astro-cid-3akbbitm]:hover .product-overlay[data-astro-cid-3akbbitm] {
  opacity: 1
}
.overlay-header[data-astro-cid-3akbbitm] {
  text-align: center;
  margin-bottom: .75rem;
  padding-bottom: .5rem;
  border-bottom: 1px dashed rgba(226, 232, 240, .35)
}
.overlay-title[data-astro-cid-3akbbitm] {
  font-size: .72rem;
  font-weight: 600;
  color: #f8fafc;
  margin: 0;
  letter-spacing: .02em
}
.product-list[data-astro-cid-3akbbitm] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(203, 213, 225, .35) transparent
}
.product-list[data-astro-cid-3akbbitm]::-webkit-scrollbar {
  width: 4px
}
.product-list[data-astro-cid-3akbbitm]::-webkit-scrollbar-thumb {
  background: #cbd5e159;
  border-radius: 2px
}
.product-list-item[data-astro-cid-3akbbitm] {
  font-size: .72rem;
  padding: .375rem .5rem;
  border-radius: 9999px;
  background: #f1f5f933;
  border: 1px solid rgba(148, 163, 184, .35);
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  color: #e5e7eb
}
.product-list-item[data-astro-cid-3akbbitm]:hover {
  background: #ffffff26;
  color: #fff;
  transform: translate(2px)
}
@media (max-width:1280px) {
  .product-grid[data-astro-cid-3akbbitm] {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem
  }
}
@media (max-width:1024px) {
  .product-grid[data-astro-cid-3akbbitm] {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
  }
}
@media (max-width:640px) {
  .product-grid[data-astro-cid-3akbbitm] {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem
  }
  .product-overlay[data-astro-cid-3akbbitm] {
    padding: 1rem
  }
  .product-list-item[data-astro-cid-3akbbitm] {
    font-size: .7rem;
    padding: .325rem .45rem
  }
}
@media (max-width:480px) {
  .product-grid[data-astro-cid-3akbbitm] {
    grid-template-columns: 1fr;
    max-width: 300px
  }
}
.showcase-grid[data-astro-cid-qkq5el2h] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
  max-width: 1400px;
  margin: 0 auto
}
.showcase-item[data-astro-cid-qkq5el2h] {
  position: relative;
  display: flex;
  flex-direction: column
}
.showcase-card[data-astro-cid-qkq5el2h] {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, .06);
  box-shadow: 0 6px 24px #1118270f;
  overflow: hidden;
  transition: all .3s ease;
  transform: translateY(0);
  display: flex;
  flex-direction: column
}
.showcase-card[data-astro-cid-qkq5el2h]:hover {
  box-shadow: 0 16px 40px #1118271a;
  transform: translateY(-8px)
}
.showcase-image-container[data-astro-cid-qkq5el2h] {
  height: 280px;
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 16px
}
.showcase-image[data-astro-cid-qkq5el2h] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  transition: transform .3s ease;
  background: 0 0;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .06))
}
.group[data-astro-cid-qkq5el2h]:hover .showcase-image[data-astro-cid-qkq5el2h] {
  transform: scale(1.04)
}
.showcase-placeholder[data-astro-cid-qkq5el2h] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1)
}
.showcase-title-container[data-astro-cid-qkq5el2h] {
  padding: 1rem .75rem;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.showcase-title[data-astro-cid-qkq5el2h] {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  transition: color .3s ease;
  line-height: 1.4
}
.group[data-astro-cid-qkq5el2h]:hover .showcase-title[data-astro-cid-qkq5el2h] {
  color: #059669
}
.showcase-overlay[data-astro-cid-qkq5el2h] {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  inset: 0;
  background: linear-gradient(180deg, #0f172a8c, #0f172ad9);
  border-radius: 16px;
  opacity: 0;
  transition: opacity .25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(148, 163, 184, .25)
}
.group[data-astro-cid-qkq5el2h]:hover .showcase-overlay[data-astro-cid-qkq5el2h] {
  opacity: 1
}
.overlay-content[data-astro-cid-qkq5el2h] {
  text-align: center;
  color: #e5e7eb
}
.overlay-product-name[data-astro-cid-qkq5el2h] {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #f8fafc
}
.overlay-button[data-astro-cid-qkq5el2h] {
  background: #ffffff14;
  color: #fff;
  border: 1px solid rgba(226, 232, 240, .24);
  padding: .5rem 1rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: .8rem;
  cursor: pointer;
  transition: all .25s ease;
  display: inline-block;
  text-decoration: none
}
.overlay-button[data-astro-cid-qkq5el2h]:hover {
  background: #ffffff2e;
  transform: translateY(-1px);
  text-decoration: none;
  color: #fff
}
@media (max-width:1024px) {
  .showcase-grid[data-astro-cid-qkq5el2h] {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem
  }
  .showcase-image-container[data-astro-cid-qkq5el2h] {
    height: 240px
  }
  .showcase-title-container[data-astro-cid-qkq5el2h] {
    padding: .625rem .875rem
  }
}
@media (max-width:768px) {
  .showcase-grid[data-astro-cid-qkq5el2h] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem
  }
  .showcase-image-container[data-astro-cid-qkq5el2h] {
    height: auto
  }
  .showcase-title-container[data-astro-cid-qkq5el2h] {
    padding: .5rem .75rem
  }
  .showcase-title[data-astro-cid-qkq5el2h] {
    font-size: .95rem
  }
  .overlay-content[data-astro-cid-qkq5el2h] {
    padding: 1rem
  }
  .overlay-product-name[data-astro-cid-qkq5el2h] {
    font-size: 1.1rem
  }
}
@media (max-width:480px) {
  .showcase-grid[data-astro-cid-qkq5el2h] {
    grid-template-columns: 1fr;
    gap: 1rem
  }
  .showcase-image-container[data-astro-cid-qkq5el2h] {
    height: 200px
  }
  .overlay-button[data-astro-cid-qkq5el2h] {
    padding: .625rem 1.25rem;
    font-size: .8rem
  }
}