
.double-banner-copy[data-v-a195b6c8] {
  background: transparent;
}

.product-tile-img[data-v-c62afc5a] {
  box-sizing: border-box;
  padding: 10px;
  object-fit: contain;
  object-position: center;
}
.product-tile-actions[data-v-c62afc5a] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.product-tile .product-tile-actions .q-btn[data-v-c62afc5a] {
  margin-top: 0;
}

.home-hero-slide-shell[data-v-3b0f0edd] {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1320 / 360;
  overflow: hidden;
  background: #f8fafc;
}
.home-hero-slide-shell--mobile[data-v-3b0f0edd] {
  aspect-ratio: 700 / 467;
}
.home-hero-slide-image[data-v-3b0f0edd] {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f8fafc;
  transition: opacity 0.2s ease;
}
.home-hero-slide-image--hidden[data-v-3b0f0edd] {
  opacity: 0;
  pointer-events: none;
}
.home-hero-overlay[data-v-3b0f0edd] {
  position: relative;
  z-index: 1;
}
.home-hero-overlay--no-copy[data-v-3b0f0edd] {
  background: transparent !important;
}
