/* line 30, app/assets/stylesheets/sqrl_brand_tokens.scss */
:root {
  --sqrl-cream-50: #f8f4ee;
  --sqrl-sand-100: #ede0d0;
  --sqrl-sage-200: #eaebc4;
  --sqrl-acorn-400: #e6974c;
  --sqrl-cinnamon-500: #c19a77;
  --sqrl-bark-600: #a87555;
  --sqrl-home-bg: #f6fbf4;
  --sqrl-home-muted: #e7efeb;
  --sqrl-home-primary: #4b9b7d;
  --sqrl-home-primary-glow: #87c5ae;
  --sqrl-home-foreground: #305044;
  --sqrl-home-muted-foreground: #7b9d91;
  --sqrl-home-warning: #f2cc5a;
  --sqrl-home-warning-foreground: #305044;
  --sqrl-home-border: #cfe2d9;
  --sqrl-action-primary: #2f6f58;
  --sqrl-action-primary-hover: #285e4c;
  --sqrl-text-muted-accessible: #526e63;
  --sqrl-auth-primary-strong: var(--sqrl-action-primary);
  --sqrl-auth-primary-hover: var(--sqrl-action-primary-hover);
  --sqrl-auth-muted-foreground: var(--sqrl-text-muted-accessible);
  --sqrl-font-heading: "Montserrat", "Inter", sans-serif;
  --sqrl-font-body: "Inter", "Montserrat", sans-serif;
  --sqrl-space-1: 0.375rem;
  --sqrl-space-2: 0.75rem;
  --sqrl-space-3: 1.125rem;
  --sqrl-space-4: 1.5rem;
  --sqrl-space-5: 1.875rem;
  --sqrl-space-6: 2.25rem;
  --sqrl-space-8: 3rem;
  --sqrl-space-10: 3.75rem;
  --sqrl-space-12: 4.5rem;
  --sqrl-radius-sm: 0.375rem;
  --sqrl-radius-md: 0.75rem;
  --sqrl-radius-lg: 1.125rem;
  --sqrl-radius-xl: 1.5rem;
}

/* line 1, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

/* line 9, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__viewport {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  touch-action: pan-x pan-y pinch-zoom;
}

/* line 20, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__viewport::-webkit-scrollbar {
  display: none;
}

/* line 24, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__track {
  display: flex;
  height: 100%;
}

/* line 29, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__slide {
  min-width: 0;
  height: 100%;
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* line 37, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__image {
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

/* line 43, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel.is-enhanced .product-media-carousel__viewport {
  cursor: grab;
}

/* line 47, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel.is-enhanced .product-media-carousel__viewport:active {
  cursor: grabbing;
}

/* line 51, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__controls {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* line 58, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: var(--sqrl-radius-md);
  background: transparent;
  box-shadow: none;
  color: var(--sqrl-action-primary);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: color 160ms ease, transform 160ms ease;
}

/* line 78, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow::before {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid color-mix(in srgb, var(--sqrl-home-border) 76%, transparent);
  border-radius: var(--sqrl-radius-md);
  background: rgba(248, 244, 238, 0.56);
  background: color-mix(in srgb, var(--sqrl-cream-50) 56%, transparent);
  box-shadow: 0 2px 8px rgba(37, 80, 64, 0.08);
  content: "";
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

/* line 91, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow[hidden] {
  display: none;
}

/* line 95, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow--previous {
  left: var(--sqrl-space-1);
}

/* line 99, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow--next {
  right: var(--sqrl-space-1);
}

/* line 103, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 115, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow:hover {
  color: #fff;
  transform: translateY(-50%) scale(1.03);
}

/* line 120, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow:hover::before {
  border-color: color-mix(in srgb, var(--sqrl-action-primary) 82%, transparent);
  background: rgba(47, 111, 88, 0.76);
  background: color-mix(in srgb, var(--sqrl-action-primary) 76%, transparent);
}

/* line 126, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__arrow:focus-visible {
  outline: 3px solid var(--sqrl-home-primary-glow);
  outline-offset: 3px;
}

/* line 131, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__pager {
  position: absolute;
  right: var(--sqrl-space-1);
  bottom: var(--sqrl-space-1);
  left: var(--sqrl-space-1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sqrl-space-2);
}

/* line 142, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__dots,
.product-media-carousel__count {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--sqrl-home-border);
  background: var(--sqrl-cream-50);
  box-shadow: 0 3px 12px rgba(37, 80, 64, 0.14);
}

/* line 152, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__dots {
  gap: var(--sqrl-space-1);
  padding: 0 var(--sqrl-space-2);
  border-radius: var(--sqrl-radius-md);
}

/* line 158, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__dot {
  width: var(--sqrl-space-1);
  height: var(--sqrl-space-1);
  border-radius: 999px;
  background: var(--sqrl-home-border);
  transition: width 160ms ease, background-color 160ms ease;
}

/* line 166, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__dot.is-current {
  width: var(--sqrl-space-3);
  background: var(--sqrl-action-primary);
}

/* line 171, app/assets/stylesheets/_product_media_carousel.scss */
.product-media-carousel__count {
  position: absolute;
  right: 0;
  justify-content: center;
  min-width: 42px;
  padding: 0 var(--sqrl-space-1);
  border-radius: var(--sqrl-radius-sm);
  color: var(--sqrl-home-foreground);
  font-family: var(--sqrl-font-body);
  font-size: 0.75rem;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  /* line 185, app/assets/stylesheets/_product_media_carousel.scss */
  .product-media-carousel__viewport {
    scroll-behavior: auto;
  }
  /* line 189, app/assets/stylesheets/_product_media_carousel.scss */
  .product-media-carousel__arrow,
.product-media-carousel__arrow::before,
.product-media-carousel__dot {
    transition: none;
  }
  /* line 195, app/assets/stylesheets/_product_media_carousel.scss */
  .product-media-carousel__arrow:hover {
    transform: translateY(-50%);
  }
}

/* line 4, app/assets/stylesheets/organization_store.scss */
.organization-store {
  background: var(--sqrl-home-bg);
  color: var(--sqrl-home-foreground);
  font-family: var(--sqrl-font-body);
  min-height: 100%;
  min-width: 0;
}

/* line 12, app/assets/stylesheets/organization_store.scss */
.organization-store__container {
  margin: 0 auto;
  max-width: 80rem;
  padding: var(--sqrl-space-6) var(--sqrl-space-4) var(--sqrl-space-12);
}

/* line 18, app/assets/stylesheets/organization_store.scss */
.organization-store__back-link {
  align-items: center;
  color: var(--sqrl-action-primary);
  display: inline-flex;
  font-weight: 700;
  gap: var(--sqrl-space-1);
  min-height: 44px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* line 30, app/assets/stylesheets/organization_store.scss */
.organization-store__back-link:hover {
  color: var(--sqrl-action-primary-hover);
}

/* line 34, app/assets/stylesheets/organization_store.scss */
.organization-store__back-link svg {
  flex: 0 0 auto;
  height: 1.25rem;
  width: 1.25rem;
}

/* line 40, app/assets/stylesheets/organization_store.scss */
.organization-store__hero {
  align-items: center;
  background: var(--sqrl-home-muted);
  border: 1px solid var(--sqrl-home-border);
  border-radius: var(--sqrl-radius-xl);
  display: grid;
  gap: var(--sqrl-space-6);
  grid-template-areas: "identity action";
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: var(--sqrl-space-3);
  overflow: hidden;
  padding: var(--sqrl-space-8);
  position: relative;
}

/* line 55, app/assets/stylesheets/organization_store.scss */
.organization-store__hero--with-logo {
  column-gap: var(--sqrl-space-8);
  grid-template-areas: "identity logo" "identity action";
  grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 15rem);
  row-gap: var(--sqrl-space-2);
}

/* line 64, app/assets/stylesheets/organization_store.scss */
.organization-store__hero::after {
  background: var(--sqrl-sage-200);
  border: 1px solid var(--sqrl-cinnamon-500);
  border-radius: 50%;
  content: "";
  height: 9rem;
  opacity: 0.55;
  position: absolute;
  right: -3.75rem;
  top: -3.75rem;
  width: 9rem;
}

/* line 77, app/assets/stylesheets/organization_store.scss */
.organization-store__identity {
  grid-area: identity;
  min-width: 0;
  position: relative;
  z-index: 1;
}

/* line 84, app/assets/stylesheets/organization_store.scss */
.organization-store__identity-copy {
  min-width: 0;
}

/* line 88, app/assets/stylesheets/organization_store.scss */
.organization-store__logo-frame {
  align-items: center;
  background: rgba(248, 244, 238, 0.92);
  border: 1px solid var(--sqrl-home-border);
  border-radius: var(--sqrl-radius-lg);
  display: flex;
  grid-area: logo;
  height: 10.5rem;
  justify-content: center;
  justify-self: center;
  overflow: hidden;
  padding: var(--sqrl-space-3);
  position: relative;
  width: 10.5rem;
  z-index: 1;
}

/* line 105, app/assets/stylesheets/organization_store.scss */
.organization-store__logo-image {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

/* line 114, app/assets/stylesheets/organization_store.scss */
.organization-store__eyebrow {
  color: var(--sqrl-text-muted-accessible);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 var(--sqrl-space-1);
  text-transform: uppercase;
}

/* line 123, app/assets/stylesheets/organization_store.scss */
.organization-store__title,
.organization-store__products-title,
.organization-store__empty-title,
.organization-store__product-name {
  color: var(--sqrl-home-foreground);
  font-family: var(--sqrl-font-heading);
  font-weight: 800;
}

/* line 132, app/assets/stylesheets/organization_store.scss */
.organization-store__title {
  font-size: 3.75rem;
  line-height: 1.08;
  margin: 0;
  overflow-wrap: anywhere;
}

/* line 139, app/assets/stylesheets/organization_store.scss */
.organization-store__description {
  color: var(--sqrl-text-muted-accessible);
  font-size: 1.125rem;
  line-height: 1.6;
  margin: var(--sqrl-space-3) 0 0;
  max-width: 42rem;
}

/* line 147, app/assets/stylesheets/organization_store.scss */
.organization-store__hero-action,
.organization-store__empty-action,
.organization-store__product-action {
  align-items: center;
  background: var(--sqrl-action-primary);
  border: 1px solid var(--sqrl-action-primary);
  border-radius: var(--sqrl-radius-md);
  color: var(--sqrl-cream-50);
  display: inline-flex;
  font-family: var(--sqrl-font-heading);
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: var(--sqrl-space-2) var(--sqrl-space-4);
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

/* line 166, app/assets/stylesheets/organization_store.scss */
.organization-store__hero-action {
  grid-area: action;
  position: relative;
  z-index: 1;
}

/* line 172, app/assets/stylesheets/organization_store.scss */
.organization-store__hero--with-logo .organization-store__hero-action {
  width: 100%;
}

/* line 176, app/assets/stylesheets/organization_store.scss */
.organization-store__hero-action:hover,
.organization-store__empty-action:hover,
.organization-store__product-action:hover {
  background: var(--sqrl-action-primary-hover);
  border-color: var(--sqrl-action-primary-hover);
  color: var(--sqrl-cream-50);
  transform: translateY(-1px);
}

/* line 185, app/assets/stylesheets/organization_store.scss */
.organization-store__products {
  margin-top: var(--sqrl-space-10);
}

/* line 189, app/assets/stylesheets/organization_store.scss */
.organization-store__products-header {
  align-items: end;
  display: flex;
  gap: var(--sqrl-space-3);
  justify-content: space-between;
  margin-bottom: var(--sqrl-space-4);
}

/* line 197, app/assets/stylesheets/organization_store.scss */
.organization-store__products-title {
  font-size: 2.25rem;
  line-height: 1.15;
  margin: 0;
  overflow-wrap: anywhere;
}

/* line 204, app/assets/stylesheets/organization_store.scss */
.organization-store__products-count {
  background: var(--sqrl-sage-200);
  border: 1px solid var(--sqrl-cinnamon-500);
  border-radius: 9999px;
  color: var(--sqrl-home-foreground);
  flex: 0 0 auto;
  font-size: 0.875rem;
  font-weight: 700;
  padding: var(--sqrl-space-1) var(--sqrl-space-2);
}

/* line 215, app/assets/stylesheets/organization_store.scss */
.organization-store__product-grid {
  align-items: stretch;
  display: grid;
  gap: var(--sqrl-space-4);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 222, app/assets/stylesheets/organization_store.scss */
.organization-store__product-card {
  background: var(--sqrl-cream-50);
  border: 1px solid var(--sqrl-home-border);
  border-radius: var(--sqrl-radius-lg);
  box-shadow: 0 12px 30px rgba(47, 111, 88, 0.08);
  min-width: 0;
  padding: var(--sqrl-space-4);
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

/* line 233, app/assets/stylesheets/organization_store.scss */
.organization-store__product-card:hover {
  border-color: var(--sqrl-home-primary);
  box-shadow: 0 18px 36px rgba(47, 111, 88, 0.14);
  transform: translateY(-2px);
}

/* line 239, app/assets/stylesheets/organization_store.scss */
.organization-store__product-card--starter-kit {
  grid-column: 1 / -1;
  padding: var(--sqrl-space-5);
}

/* line 244, app/assets/stylesheets/organization_store.scss */
.organization-store__product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 250, app/assets/stylesheets/organization_store.scss */
.organization-store__product-card--starter-kit .organization-store__product-content {
  align-items: center;
  display: grid;
  gap: var(--sqrl-space-5);
  grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.25fr);
}

/* line 257, app/assets/stylesheets/organization_store.scss */
.organization-store__hot-badge {
  background: var(--sqrl-sage-200);
  border: 1px solid var(--sqrl-cinnamon-500);
  border-radius: 9999px;
  display: grid;
  font-size: 1.125rem;
  height: var(--sqrl-space-6);
  place-items: center;
  position: absolute;
  right: var(--sqrl-space-2);
  top: var(--sqrl-space-2);
  width: var(--sqrl-space-6);
  z-index: 2;
}

/* line 272, app/assets/stylesheets/organization_store.scss */
.organization-store__product-image-wrapper {
  aspect-ratio: 1;
  background: var(--sqrl-home-muted);
  border-radius: var(--sqrl-radius-md);
  margin-bottom: var(--sqrl-space-3);
  overflow: hidden;
}

/* line 280, app/assets/stylesheets/organization_store.scss */
.organization-store__product-card--starter-kit .organization-store__product-image-wrapper {
  aspect-ratio: 4 / 3;
  margin-bottom: 0;
}

/* line 285, app/assets/stylesheets/organization_store.scss */
.organization-store__product-image-link {
  display: block;
  height: 100%;
  min-height: 44px;
  width: 100%;
}

/* line 292, app/assets/stylesheets/organization_store.scss */
.organization-store__product-image {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

/* line 300, app/assets/stylesheets/organization_store.scss */
.organization-store__product-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

/* line 307, app/assets/stylesheets/organization_store.scss */
.organization-store__product-name {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 var(--sqrl-space-2);
  overflow-wrap: anywhere;
}

/* line 314, app/assets/stylesheets/organization_store.scss */
.organization-store__product-card--starter-kit .organization-store__product-name {
  font-size: 1.75rem;
}

/* line 318, app/assets/stylesheets/organization_store.scss */
.organization-store__product-name a {
  color: inherit;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

/* line 324, app/assets/stylesheets/organization_store.scss */
.organization-store__product-name a:hover {
  text-decoration-color: currentColor;
}

/* line 328, app/assets/stylesheets/organization_store.scss */
.organization-store__product-description {
  color: var(--sqrl-text-muted-accessible);
  line-height: 1.5;
  margin: 0 0 var(--sqrl-space-3);
  overflow-wrap: anywhere;
}

/* line 335, app/assets/stylesheets/organization_store.scss */
.organization-store__price-wrapper {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: var(--sqrl-space-2);
  margin: auto 0 var(--sqrl-space-3);
}

/* line 343, app/assets/stylesheets/organization_store.scss */
.organization-store__price {
  color: var(--sqrl-action-primary);
  font-family: var(--sqrl-font-heading);
  font-size: 1.5rem;
  font-weight: 800;
}

/* line 350, app/assets/stylesheets/organization_store.scss */
.organization-store__original-price {
  color: var(--sqrl-text-muted-accessible);
  font-size: 0.875rem;
  text-decoration: line-through;
}

/* line 356, app/assets/stylesheets/organization_store.scss */
.organization-store__product-action {
  width: 100%;
}

/* line 360, app/assets/stylesheets/organization_store.scss */
.organization-store__product-card--starter-kit .organization-store__product-action {
  max-width: 16rem;
}

/* line 364, app/assets/stylesheets/organization_store.scss */
.organization-store__empty {
  align-items: center;
  background: var(--sqrl-cream-50);
  border: 1px solid var(--sqrl-home-border);
  border-radius: var(--sqrl-radius-xl);
  display: flex;
  flex-direction: column;
  margin-top: var(--sqrl-space-6);
  padding: var(--sqrl-space-10) var(--sqrl-space-4);
  text-align: center;
}

/* line 376, app/assets/stylesheets/organization_store.scss */
.organization-store__empty-icon {
  align-items: center;
  background: var(--sqrl-home-muted);
  border: 1px solid var(--sqrl-home-border);
  border-radius: 50%;
  color: var(--sqrl-action-primary);
  display: flex;
  height: 6rem;
  justify-content: center;
  margin-bottom: var(--sqrl-space-4);
  width: 6rem;
}

/* line 389, app/assets/stylesheets/organization_store.scss */
.organization-store__empty-icon svg {
  height: 3rem;
  width: 3rem;
}

/* line 394, app/assets/stylesheets/organization_store.scss */
.organization-store__empty-title {
  font-size: 1.875rem;
  line-height: 1.15;
  margin: 0;
}

/* line 400, app/assets/stylesheets/organization_store.scss */
.organization-store__empty-description {
  color: var(--sqrl-text-muted-accessible);
  line-height: 1.6;
  margin: var(--sqrl-space-2) 0 var(--sqrl-space-4);
  max-width: 34rem;
}

/* line 407, app/assets/stylesheets/organization_store.scss */
.organization-store a:focus-visible {
  border-radius: var(--sqrl-radius-sm);
  box-shadow: 0 0 0 4px var(--sqrl-home-primary-glow);
  outline: 3px solid var(--sqrl-action-primary);
  outline-offset: 3px;
}

@media (max-width: 56rem) {
  /* line 415, app/assets/stylesheets/organization_store.scss */
  .organization-store__title {
    font-size: 3rem;
  }
  /* line 419, app/assets/stylesheets/organization_store.scss */
  .organization-store__products-title {
    font-size: 1.875rem;
  }
  /* line 423, app/assets/stylesheets/organization_store.scss */
  .organization-store__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 427, app/assets/stylesheets/organization_store.scss */
  .organization-store__product-card--starter-kit .organization-store__product-content {
    align-items: stretch;
    display: flex;
    gap: 0;
  }
  /* line 433, app/assets/stylesheets/organization_store.scss */
  .organization-store__product-card--starter-kit .organization-store__product-image-wrapper {
    aspect-ratio: 1;
    margin-bottom: var(--sqrl-space-3);
  }
}

@media (max-width: 40rem) {
  /* line 440, app/assets/stylesheets/organization_store.scss */
  .organization-store__container {
    padding: var(--sqrl-space-4) var(--sqrl-space-3) var(--sqrl-space-8);
  }
  /* line 444, app/assets/stylesheets/organization_store.scss */
  .organization-store__hero {
    gap: var(--sqrl-space-4);
    grid-template-areas: "identity" "action";
    grid-template-columns: minmax(0, 1fr);
    padding: var(--sqrl-space-4);
  }
  /* line 453, app/assets/stylesheets/organization_store.scss */
  .organization-store__hero--with-logo {
    grid-template-areas: "logo" "identity" "action";
  }
  /* line 460, app/assets/stylesheets/organization_store.scss */
  .organization-store__identity {
    width: 100%;
  }
  /* line 464, app/assets/stylesheets/organization_store.scss */
  .organization-store__logo-frame {
    height: 9rem;
    width: 9rem;
  }
  /* line 469, app/assets/stylesheets/organization_store.scss */
  .organization-store__title {
    font-size: 2.25rem;
  }
  /* line 473, app/assets/stylesheets/organization_store.scss */
  .organization-store__products-title {
    font-size: 1.875rem;
  }
  /* line 477, app/assets/stylesheets/organization_store.scss */
  .organization-store__hero-action,
.organization-store__empty-action {
    width: 100%;
  }
  /* line 482, app/assets/stylesheets/organization_store.scss */
  .organization-store__products {
    margin-top: var(--sqrl-space-8);
  }
  /* line 486, app/assets/stylesheets/organization_store.scss */
  .organization-store__products-header {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 491, app/assets/stylesheets/organization_store.scss */
  .organization-store__product-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  /* line 495, app/assets/stylesheets/organization_store.scss */
  .organization-store__product-card,
.organization-store__product-card--starter-kit {
    padding: var(--sqrl-space-3);
  }
  /* line 500, app/assets/stylesheets/organization_store.scss */
  .organization-store__product-card--starter-kit .organization-store__product-name {
    font-size: 1.375rem;
  }
  /* line 504, app/assets/stylesheets/organization_store.scss */
  .organization-store__product-card--starter-kit .organization-store__product-action {
    max-width: none;
  }
  /* line 508, app/assets/stylesheets/organization_store.scss */
  .organization-store__empty {
    padding: var(--sqrl-space-8) var(--sqrl-space-3);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 514, app/assets/stylesheets/organization_store.scss */
  .organization-store__hero-action,
.organization-store__empty-action,
.organization-store__product-action,
.organization-store__product-card {
    transition-duration: 0.01ms;
  }
  /* line 521, app/assets/stylesheets/organization_store.scss */
  .organization-store__hero-action:hover,
.organization-store__empty-action:hover,
.organization-store__product-action:hover,
.organization-store__product-card:hover {
    transform: none;
  }
}
