/** Shopify CDN: Minification failed

Line 361:4 Unexpected ".5"
Line 379:11 Unexpected ".5"

**/
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.relative {
  position: relative;
}

.items-center {
  align-items: center;
}

.gap-2 {
  gap: 0.5rem; /* 8px */
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-lg {
  border-radius: 0.5rem; /* 8px */
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.px-4 {
  padding-left: 1rem; /* 16px */
  padding-right: 1rem; /* 16px */
}

.py-2 {
  padding-top: 0.5rem; /* 8px */
  padding-bottom: 0.5rem; /* 8px */
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-shadow);
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.fixed {
  position: fixed;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-1000 {
  z-index: 10000;
}

.overflow-y-auto {
  overflow-y: auto;
}

.bg-black\/25 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-96 {
  min-width: 24rem; /* 384px */
}

.max-w-xl {
  max-width: 36rem; /* 576px */
}

.rounded-xl {
  border-radius: 0.75rem; /* 12px */
}

.p-6 {
  padding: 1.5rem; /* 24px */
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-shadow);
}

.absolute {
  position: absolute;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.mr-4 {
  margin-right: 1rem; /* 16px */
}

.mt-4 {
  margin-top: 1rem; /* 16px */
}

.inline-flex {
  display: inline-flex;
}

.bg-transparent {
  background-color: transparent;
}

.p-1\.5 {
  padding: 0.375rem; /* 6px */
}

.font-medium {
  font-weight: 500;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:bg-gray-800\/10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 0.1);
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.size-5 {
  width: 1.25rem; /* 20px */
  height: 1.25rem; /* 20px */
}

.font-medium {
  font-weight: 500;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.mt-2 {
  margin-top: 0.5rem; /* 8px */
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.max-w-xs {
  max-width: 20rem; /* 320px */
}

.mt-6 {
  margin-top: 1.5rem; /* 24px */
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.border-transparent {
  border-color: transparent;
}

.hover\:bg-gray-800\/10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 0.1);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}


/* dropdown: */
/* .relative */
.relative {
  position: relative;
}

/* .flex */
.flex {
  display: flex;
}

/* .items-center */
.items-center {
  align-items: center;
}

/* .whitespace-nowrap */
.whitespace-nowrap {
  white-space: nowrap;
}

/* .justify-center */
.justify-center {
  justify-content: center;
}

/* .gap-2 */
.gap-2 {
  gap: 0.5rem; /* 8px */
}

/* .py-2 */
.py-2 {
  padding-top: 0.5rem; /* 8px */
  padding-bottom: 0.5rem; /* 8px */
}

/* .rounded-lg */
.rounded-lg {
  border-radius: 0.5rem; /* 8px */
}

/* .shadow-sm */
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* .bg-white */
.bg-white {
  background-color: #ffffff;
}

/* .hover\:bg-gray-50:hover */
.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

/* .text-gray-800 */
.text-gray-800 {
  color: #1f2937;
}

/* .border */
.border {
  border-width: 1px;
}

/* .border-gray-200 */
.border-gray-200 {
  border-color: #e5e7eb;
}

/* .hover\:border-gray-200:hover */
.hover\:border-gray-200:hover {
  border-color: #e5e7eb;
}

/* .px-4 */
.px-4 {
  padding-left: 1rem; /* 16px */
  padding-right: 1rem; /* 16px */
}

/* .size-4 */
.size-4 {
  width: 1rem; /* 16px */
  height: 1rem; /* 16px */
}

/* .absolute */
.absolute {
  position: absolute;
}

/* .left-0 */
.left-0 {
  left: 0;
}

/* .min-w-48 */
.min-w-48 {
  min-width: 12rem; /* 192px */
}

/* .mt-2 */
.mt-2 {
  margin-top: 0.5rem; /* 8px */
}

/* .z-10 */
.z-10 {
  z-index: 10;
}

/* .origin-top-left */
.origin-top-left {
  transform-origin: top left;
}

/* .p-1.5 */
.p-1.5 {
  padding: 0.375rem; /* 6px */
}

/* .outline-none */
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* .px-2 */
.px-2 {
  padding-left: 0.5rem; /* 8px */
  padding-right: 0.5rem; /* 8px */
}

/* .lg\:py-1.5 */
@media (min-width: 1024px) {
  .lg\:py-1.5 {
    padding-top: 0.375rem; /* 6px */
    padding-bottom: 0.375rem; /* 6px */
  }
}

/* .py-2 */
.py-2 {
  padding-top: 0.5rem; /* 8px */
  padding-bottom: 0.5rem; /* 8px */
}

/* .w-full */
.w-full {
  width: 100%;
}

/* .rounded-md */
.rounded-md {
  border-radius: 0.375rem; /* 6px */
}

/* .transition-colors */
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* .text-left */
.text-left {
  text-align: left;
}

/* .hover\:bg-red-50:hover */
.hover\:bg-red-50:hover {
  background-color: #fef2f2;
}

/* .hover\:text-red-600:hover */
.hover\:text-red-600:hover {
  color: #dc2626;
}

/* .focus-visible\:bg-red-50:focus-visible */
.focus-visible\:bg-red-50:focus-visible {
  background-color: #fef2f2;
}

/* .focus-visible\:text-red-600:focus-visible */
.focus-visible\:text-red-600:focus-visible {
  color: #dc2626;
}

/* .disabled\:opacity-50:disabled */
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

/* .disabled\:cursor-not-allowed:disabled */
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}