
.page-shell[data-v-016bd2ec] {
  --catalog-surface-radius: 12px;
}
.catalog-layout[data-v-016bd2ec] {
  gap: 24px;
}
.catalog-filter-column[data-v-016bd2ec] {
  flex: 0 0 clamp(200px, 22vw, 300px);
  min-width: 200px;
  max-width: 300px;
}
.catalog-main-column[data-v-016bd2ec] {
  flex: 1 1 0;
  min-width: 0;
}
.product-grid-wrap[data-v-016bd2ec] {
  width: 100%;
}
.product-grid[data-v-016bd2ec] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: stretch;
  justify-items: start;
  gap: 22px;
}
.sort-select[data-v-016bd2ec] .q-field__control,
.topbar-filter-select[data-v-016bd2ec] .q-field__control,
.toolbar-search-input[data-v-016bd2ec] .q-field__control {
  border-radius: var(--catalog-surface-radius);
  min-height: 40px;
  height: 40px;
}
.toolbar-search-input[data-v-016bd2ec] .q-field__native,
.toolbar-search-input[data-v-016bd2ec] .q-field__input,
.sort-select[data-v-016bd2ec] .q-field__native,
.sort-select[data-v-016bd2ec] .q-field__input,
.topbar-filter-select[data-v-016bd2ec] .q-field__native,
.topbar-filter-select[data-v-016bd2ec] .q-field__input {
  min-height: 40px;
}
.toolbar-search-input[data-v-016bd2ec] .q-field__label {
  display: none;
}
.catalog-toolbar-row[data-v-016bd2ec] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
}
.toolbar-search-wrap[data-v-016bd2ec] {
  flex: 1 1 320px;
  min-width: 220px;
}
.catalog-toolbar-controls[data-v-016bd2ec] {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.catalog-toolbar-controls[data-v-016bd2ec] > * {
  flex: 1 1 190px;
  min-width: 150px;
}
[data-v-016bd2ec] .q-btn-toggle .q-btn {
  white-space: nowrap;
}
.sort-select[data-v-016bd2ec] {
  margin-left: auto;
}
.catalog-toolbar-card[data-v-016bd2ec],
.filter-sidebar[data-v-016bd2ec] {
  border-radius: var(--catalog-surface-radius);
  overflow: hidden;
}
.filter-sidebar[data-v-016bd2ec] {
  cursor: pointer;
}
.filter-sidebar--disabled[data-v-016bd2ec] {
  opacity: 0.6;
  cursor: not-allowed;
}
.filter-sidebar[data-v-016bd2ec]:not(.filter-sidebar--disabled) .q-expansion-item__toggle-icon {
  color: #4b5563;
}
.filter-sidebar--disabled[data-v-016bd2ec] .q-expansion-item__toggle-icon {
  color: rgba(75, 85, 99, 0.45);
}
.order-preview-image[data-v-016bd2ec] {
  width: min(100%, 300px);
  max-width: 300px;
  max-height: 300px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}
.order-preview-wrap[data-v-016bd2ec] {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.order-dialog-card[data-v-016bd2ec] {
  display: flex;
  width: min(680px, 94vw);
  max-width: 94vw;
  max-height: min(84vh, 820px);
  flex-direction: column;
}
.cart-confirmation-dialog[data-v-016bd2ec] {
  width: min(440px, 92vw);
  max-width: 92vw;
  border-radius: 8px;
}
.order-dialog-body[data-v-016bd2ec] {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
}
.order-dialog-body--loading[data-v-016bd2ec] {
  min-height: 360px;
}
.order-loading-overlay[data-v-016bd2ec] {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 250, 252, 0.72);
  backdrop-filter: blur(2px);
}
.order-loading-card[data-v-016bd2ec] {
  display: flex;
  width: min(280px, calc(100% - 32px));
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}
.order-loading-text[data-v-016bd2ec] {
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}
.order-loading-progress[data-v-016bd2ec] {
  width: 100%;
  border-radius: 999px;
}
.order-dialog-layout[data-v-016bd2ec] {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(260px, 1fr);
  gap: 28px;
  align-items: start;
}
.order-form[data-v-016bd2ec] {
  min-width: 0;
  padding: 8px 4px;
}
.order-modal-product-name[data-v-016bd2ec] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-total-cost[data-v-016bd2ec] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
}
.order-size-list[data-v-016bd2ec] {
  display: grid;
  gap: 8px;
}
.order-size-row[data-v-016bd2ec] {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(80px, 1fr);
  gap: 8px;
  align-items: center;
}
.product-tile[data-v-016bd2ec] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  width: 100%;
  justify-self: start;
  border-radius: var(--catalog-surface-radius);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}
.product-grid--single-item .product-tile[data-v-016bd2ec] {
  max-width: 300px;
}
.product-tile-checkbox[data-v-016bd2ec] {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 2px;
}
.product-tile-image-wrap[data-v-016bd2ec] {
  position: relative;
  display: block;
  width: 100%;
}
.product-tile-img[data-v-016bd2ec] {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  background: #f8fafc;
}
.variation-badge[data-v-016bd2ec] {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}
.product-tile-image-button[data-v-016bd2ec] {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.product-tile-image-button[data-v-016bd2ec]:focus-visible {
  outline: 3px solid var(--q-primary);
  outline-offset: -3px;
}
.image-preview-dialog[data-v-016bd2ec] {
  width: min(92vw, 900px);
  max-width: 92vw;
  border-radius: 8px;
}
.variations-dialog[data-v-016bd2ec] {
  width: min(94vw, 1180px);
  max-width: 94vw;
}
.variations-modal-body[data-v-016bd2ec] {
  max-height: min(72vh, 760px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #f8fafc;
}
.variations-grid[data-v-016bd2ec] {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  align-items: stretch;
  justify-items: start;
  justify-content: start;
  gap: 12px;
  width: min(100%, 600px);
  max-width: 100%;
}
.variations-grid--two-items[data-v-016bd2ec] {
  grid-template-columns: repeat(2, minmax(180px, 220px));
  width: fit-content;
  max-width: 100%;
}
.variations-grid .product-tile[data-v-016bd2ec] {
  width: 100%;
  max-width: 220px;
  justify-self: start;
}
@media (max-width: 649px) {
.variations-grid[data-v-016bd2ec] {
    grid-template-columns: 1fr;
    width: 100%;
}
.variations-grid .product-tile[data-v-016bd2ec] {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
}
}
.image-preview-header[data-v-016bd2ec] {
  min-height: 56px;
}
.image-preview-body[data-v-016bd2ec] {
  height: min(78vh, 760px);
  padding: 16px;
  overflow: hidden;
  background: #f8fafc;
}
.variations-modal-body[data-v-016bd2ec] {
  height: auto;
  max-height: min(72vh, 760px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #f8fafc;
}
.image-preview-image[data-v-016bd2ec] {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.product-tile .product-tile-content[data-v-016bd2ec] {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 12px 12px 15px;
}
.product-tile-copy[data-v-016bd2ec] {
  flex: 1 1 auto;
}
.product-tile-actions[data-v-016bd2ec] {
  margin-top: auto;
}
.product-tile-action[data-v-016bd2ec] {
  margin-top: 20px;
}
.product-grid-pagination[data-v-016bd2ec] {
  display: flex;
  justify-content: center;
}
@media (max-width: 479px) {
.product-grid[data-v-016bd2ec] {
    gap: 14px;
}
.product-grid--single-item .product-tile[data-v-016bd2ec] {
    width: 100%;
    max-width: 300px;
}
}
@media (max-width: 767px) {
.order-dialog-layout[data-v-016bd2ec] {
    grid-template-columns: 1fr;
    gap: 20px;
}
}
