:root {
  --gray-50: 220 14% 98%;
  --gray-100: 220 14% 95%;
  --gray-125: 220 14% 92%;
  --gray-150: 220 14% 89%;
  --gray-200: 220 14% 86%;
  --gray-250: 220 14% 83%;
  --gray-300: 220 14% 80%;
  --gray-350: 220 14% 75%;
  --gray-400: 220 14% 70%;
  --gray-500: 220 14% 60%;
  --gray-600: 220 14% 50%;
  --gray-700: 220 14% 40%;
  --gray-750: 220 14% 35%;
  --gray-800: 220 14% 30%;
  --gray-850: 220 14% 25%;
  --gray-900: 220 14% 20%;
  --gray-950: 220 14% 10%;
  --gray-1000: 220 14% 5%;
  --background: 0deg 0% 99%;
  --white: 0 0% 100%;
  --black: 0 0% 0%;
  --dark-background: 240 10% 4%;
  --dark-gray-50: 220 14% 5%;
  --dark-gray-100: 220 14% 10%;
  --dark-gray-125: 220 14% 12%;
  --dark-gray-150: 220 14% 15%;
  --dark-gray-200: 220 14% 20%;
  --dark-gray-250: 220 14% 25%;
  --dark-gray-300: 220 14% 30%;
  --dark-gray-350: 220 14% 35%;
  --dark-gray-400: 220 14% 40%;
  --dark-gray-500: 220 14% 50%;
  --dark-gray-600: 220 14% 60%;
  --dark-gray-700: 220 14% 70%;
  --dark-gray-750: 220 14% 75%;
  --dark-gray-800: 220 14% 80%;
  --dark-gray-850: 220 14% 85%;
  --dark-gray-900: 220 14% 90%;
  --dark-gray-950: 220 14% 95%;
  --dark-gray-1000: 220 14% 98%;
  --background-color: hsl(var(--background));
  --alt-background-color: hsl(var(--gray-100));
  --alt-background-color-dark: hsl(var(--gray-200));
  --primary-text-color: hsl(var(--gray-950));
  --content-background-color: hsl(var(--white));
  --alt-text-color: hsl(var(--gray-750));
  --alt-text-color-dark: hsl(var(--gray-850));
  --mention-text-color: #2b689c;
  --mention-background-color: rgba(43, 104, 156, 0.1);
  --unread-indicator-color: #007bff;
  --icon-color: #6c757d;
  --link-color: #2b669a;
  --link-hover-color: #293546;
  --header-link-color: hsl(var(--gray-800));
  --header-link-hover-color: hsl(var(--gray-1000));
  --header-background-color: hsl(var(--white));
  --header-hover-background-color: hsl(var(--gray-200));
  --header-text-color: hsl(var(--gray-950));
  --header-button-background-color: hsl(var(--gray-950));
  --page-header-background-color: hsl(var(--gray-100));
  --page-header-text-color: hsl(var(--gray-950));
  --border-color: hsl(var(--gray-200));
  --border-color-light: hsl(var(--gray-150));
  --border-color-dark: hsl(var(--gray-400));
  --input-background-color: hsl(var(--white));
  --input-border-color: hsl(var(--gray-350));
  --button-background-color: #306da5;
  --button-hover-background-color: #14416a;
  --button-text-color: hsl(var(--white));
  --button-light-background-color: hsl(var(--white));
  --button-light-border-color: hsl(var(--gray-300));
  --button-light-text-color: hsl(var(--gray-950));
  --button-light-hover-background-color: hsl(var(--gray-50));
  --button-light-hover-border-color: hsl(var(--gray-400));
  --button-light-hover-text-color: hsl(var(--gray-1000));
  --notification-active-background-color: #ac170f;
  --badge-background-color: hsl(var(--gray-100));
  --badge-border-color: hsl(var(--gray-300));
  --badge-text-color: hsl(var(--gray-950));
  --badge-bright-background-color: #007bff;
  --badge-bright-text-color: hsl(var(--white));
  --tooltip-background-color: hsl(var(--gray-950));
  --tooltip-text-color: hsl(var(--white));
  --row-hover-color: hsl(var(--gray-100));
  --alternate-row-background-color: hsl(var(--gray-100));
  --font-size-normal: 1rem;
  --border-radius: .25rem;
  --border-radius-sm: .125rem;
  --border-radius-lg: .5rem;
  --default-font: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --max-content-width: 1200px;
  --success-background: #D1E7DD;
  --success-border: #5CB85C;
  --box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
  --box-shadow-sm: 0 1px 2px 0 rgba(0,0,0,.05);
  --dropdown-menu-box-shadow: 0 0 #0000,0 0 #0000,var(--box-shadow);
  --dropdown-menu-background-color: hsl(var(--white));
  --dropdown-button-background-color: hsl(var(--white));
  --modal-background-color: #c1c9d2b3;
  --subscription-background-color: #e8f7fa;
  --subscription-border-color: #bee5eb;
  --subscription-text-color: #444;
  --success-background-color: #e0f2e4;
  --success-border-color: #64ce86;
  --success-text-color: #1d5f2d;
  --error-background-color: #f8d7da;
  --error-border-color: #d19191;
  --error-text-color: #721c24;
  --warning-background-color: #fff3cd;
  --warning-border-color: #dcc277;
  --warning-text-color: #473500;
  --info-background-color: hsla(210, 100%, 95%, 1);
  --info-border-color: hsla(210, 90%, 75%, 1);
  --info-text-color: hsla(210, 90%, 35%, 1);
  --message-background-color-self: #e6f6fe;
  --message-background-color-other: #f9f9f9;
  --mention-background-color: #d3ebff;
  --mention-text-color: var(--primary-text-color);
  --star-color: #ffd700;
  --favorite-color: #ef4444;
  --card-border-radius: .5rem;
  --card-border-color: var(--border-color-light);
  --notification-unread-background-color: hsl(55.56deg 77.14% 93.14%);
  --checklist-background-color: hsl(var(--white));
  --checklist-border-color: hsl(var(--gray-200));
  --checklist-border-hover-color: hsl(var(--gray-300));
  --checklist-complete-background-color: hsl(var(--gray-50));
  --checklist-complete-border-color: var(--success-border-color);
  --checklist-accent-color: var(--button-background-color);
  --checklist-number-background-color: hsl(var(--white));
  --checklist-number-text-color: var(--button-background-color);
  --checklist-complete-number-background-color: var(--success-border-color);
  --checklist-complete-number-text-color: hsl(var(--white));
}

@media (prefers-color-scheme: dark) {
  .dark-mode {
    --background-color: hsl(var(--black));
    --alt-background-color: hsl(var(--dark-gray-100));
    --alt-background-color-dark: hsl(var(--dark-gray-200));
    --primary-text-color: hsl(var(--dark-gray-950));
    --content-background-color: hsl(var(--dark-gray-50));
    --alt-text-color: hsl(var(--dark-gray-750));
    --alt-text-color-dark: hsl(var(--dark-gray-850));
    --border-color: hsl(var(--dark-gray-350));
    --border-color-light: hsl(var(--dark-gray-200));
    --border-color-dark: hsl(var(--dark-gray-500));
    --input-background-color: hsl(var(--dark-gray-50));
    --input-text-color: hsl(var(--dark-gray-950));
    --input-border-color: hsl(var(--dark-gray-500));
    --row-hover-color: hsl(var(--dark-gray-100));
    --alternate-row-background-color: hsl(var(--dark-gray-900));
    --button-light-background-color: hsl(var(--dark-gray-50));
    --button-light-border-color: hsl(var(--dark-gray-500));
    --button-light-text-color: hsl(var(--dark-gray-950));
    --button-light-hover-background-color: hsl(var(--dark-gray-100));
    --button-light-hover-border-color: hsl(var(--dark-gray-500));
    --button-light-hover-text-color: hsl(var(--dark-gray-950));
    --badge-background-color: hsl(var(--dark-gray-100));
    --badge-border-color: hsl(var(--dark-gray-500));
    --badge-text-color: hsl(var(--dark-gray-950));
    --tooltip-background-color: hsl(var(--dark-gray-950));
    --tooltip-text-color: hsl(var(--black));
    --header-background-color: hsl(var(--dark-gray-50));
    --header-text-color: hsl(var(--white));
    --header-hover-background-color: hsl(var(--dark-gray-100));
    --header-link-color: hsl(var(--white));
    --header-link-hover-color: hsl(var(--white));
    --dropdown-button-background-color: hsl(var(--dark-gray-50));
    --dropdown-menu-background-color: hsl(var(--dark-gray-50));
    --dropdown-menu-text-color: hsl(var(--white));
    --dropdown-menu-hover-background-color: hsl(var(--dark-gray-900));
    --dropdown-menu-hover-text-color: hsl(var(--white));
    --modal-background-color: rgb(105 105 105 / 60%);
    --message-background-color-self: rgb(69 85 98);
    --message-background-color-other: hsl(var(--dark-gray-50));
    --error-background-color: #361013;
    --error-border-color: #ff6c79;
    --error-text-color: #ff6c79;
    --link-color: #47a3f5;
    --link-hover-color: #6faade;
    --mention-background-color: #3d576c;
    --mention-text-color: #FFF;
    --favorite-color: #f87171;
    --info-background-color: #23303d;
    --info-border-color: #24679b;
    --info-text-color: #e9fcff;
    --notification-unread-background-color: hsl(220, 30%, 25%);
    --checklist-background-color: hsl(var(--dark-gray-50));
    --checklist-border-color: hsl(var(--dark-gray-300));
    --checklist-border-hover-color: hsl(var(--dark-gray-400));
    --checklist-complete-background-color: hsl(var(--dark-gray-100));
    --checklist-complete-border-color: var(--success-border-color);
    --checklist-accent-color: var(--button-background-color);
    --checklist-number-background-color: hsl(var(--dark-gray-100));
    --checklist-number-text-color: var(--button-background-color);
    --checklist-complete-number-background-color: var(--success-border-color);
    --checklist-complete-number-text-color: hsl(var(--white));
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-padding-top: 68px;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg, iframe, embed, audio {
  max-width: 100%;
  display: block;
}

input, button, textarea, select, .button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: var(--border-radius);
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
}

input, textarea {
  line-height: 1.4;
}

textarea {
  min-height: 10em;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, label {
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.15rem solid var(--border-color-dark);
  outline-offset: 0.1rem;
}

html, body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  background: var(--background-color);
  display: flex;
  flex-direction: column;
  color: var(--primary-text-color);
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: var(--font-size-normal);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  padding-top: 62px;
}
body.noscroll {
  overflow: hidden;
}

.wrapper {
  margin-inline: auto;
  width: min(var(--max-content-width), 100%);
  padding: 0 1rem;
}
.wrapper--small {
  width: min(45ch, 100%);
}
.wrapper--medium {
  width: min(60ch, 100%);
}
.wrapper--full {
  height: 100%;
  width: 100%;
}
.wrapper--full-screen {
  padding: 0;
  width: 100%;
}
.wrapper--full-screen .page-header {
  border-bottom: 1px solid var(--border-color);
}
.wrapper--full-screen .page-header--marketplace {
  background: var(--header-background-color);
  flex-direction: column;
  padding: 1.5rem 0 0;
  margin-bottom: 1.25rem;
}
.wrapper--full-screen .page-header--marketplace.seller-profile-header {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wrapper--full-screen .page-header--marketplace {
    padding: 1rem 0 0;
    padding-bottom: 0rem;
    margin-bottom: 0.5rem;
  }
}
.wrapper--full-screen .page-headers {
  padding: 0;
  margin-inline: auto;
  width: min(var(--max-content-width), 100%);
}
.wrapper--full-screen .body-sidebar-wrapper {
  padding: 0 1rem;
  margin-inline: auto;
  width: min(var(--max-content-width), 100%);
}
.wrapper--full-screen .body-sidebar-wrapper.no-padding {
  padding: 0;
}

.page-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(var(--max-content-width), 100%);
  margin-inline: auto;
  gap: 2rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .page-header-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .page-header-wrapper--nav {
    padding: 0 0.75rem;
  }
}

.header-search-form {
  --form-width: 20rem;
  display: flex;
  position: relative;
  align-items: center;
  width: var(--form-width);
  max-width: var(--form-width);
}
.header-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 2.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  flex: 1 0 auto;
  padding: 1.5rem 0 6rem;
}
main.home-page {
  padding: 0;
}
main.home-page .full-width {
  margin-top: 0;
  height: 26rem;
}
main::after {
  content: "";
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: fixed;
  inset: 0;
}
main.panel-open::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
  position: absolute;
  inset: 0;
  transition: opacity 0.2s ease-in-out;
}
main.full-screen {
  padding: 0;
}
main.full-screen .main-body {
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  main {
    padding: 1.25rem 0;
  }
}

.body-sidebar-wrapper {
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .body-sidebar-wrapper {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.body-sidebar-wrapper--alt {
  grid-template-columns: 1fr 300px;
}
@media screen and (max-width: 768px) {
  .body-sidebar-wrapper--alt {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.body-sidebar-wrapper--profile {
  grid-template-columns: 300px 1fr;
}
@media screen and (max-width: 768px) {
  .body-sidebar-wrapper--profile {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .body-sidebar-wrapper .sidebar {
    order: 2;
  }
  .body-sidebar-wrapper .main-body {
    display: grid;
    order: 1;
    grid-template-columns: 1fr;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
h1 .action-button, h2 .action-button, h3 .action-button, h4 .action-button, h5 .action-button, h6 .action-button {
  position: relative;
  margin-left: auto;
  font-weight: 500;
}

h1 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.75rem;
}
h1.community-category-title {
  font-weight: 500;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1rem;
}
h1.community-category-title .subtitle {
  font-size: 0.925rem;
  font-weight: 400;
  color: var(--alt-text-color-dark);
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.4rem;
  }
}

.badge {
  background: var(--badge-background-color);
  color: var(--primary-text-color);
  font-weight: 500;
  font-size: 0.875rem;
  padding: 2px 6px;
  border-radius: var(--border-radius);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid var(--border-color);
}
.badge--no-border {
  border: 1px solid transparent;
}
.badge--green {
  background: var(--success-background-color);
  color: var(--success-text-color);
  border: 1px solid var(--success-border-color);
}
.badge--blue {
  background: var(--info-background-color);
  color: var(--info-text-color);
  border: 1px solid var(--info-border-color);
}
.badge--red {
  background: var(--error-background-color);
  color: var(--error-text-color);
  border: 1px solid var(--error-border-color);
}
.badge--bright {
  background: var(--badge-bright-background-color);
  color: var(--badge-bright-text-color);
}
.badge--small {
  font-size: 0.8rem;
  padding: 2px 6px;
}
.badge--extra-round {
  border-radius: 9999px;
  padding: 2px 8px;
}
.badge.subscription-status {
  padding: 2px 4px;
  font-size: 11px;
}

.page-header {
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-bottom: 1.5rem;
    column-gap: 0.75rem;
  }
}
.page-header--centered {
  justify-content: center;
  text-align: center;
}
.page-header--community {
  margin-bottom: 12px;
}

.page-header-image {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .page-header-image {
    font-size: 1.75rem;
  }
}
.page-header-image--square {
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-header-image {
    height: 64px;
    width: 64px;
  }
}
.page-header-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.site-notification {
  background: var(--info-background-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 0.875rem;
  width: 100%;
}
.site-notification__text {
  display: flex;
  align-items: center;
}
.site-notification__text a {
  font-weight: 500;
  text-decoration: underline;
}
.site-notification__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--primary-text-color);
  transition: opacity 0.3s ease;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
}
.site-notification__close svg.lucide {
  width: 1.2rem;
  height: 1.2rem;
}
.site-notification .wrapper {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .site-notification .wrapper {
    padding: 6px 8px 10px 16px;
    gap: 8px;
  }
}

.page-headers {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-headers .page-subtitle {
  display: inline-flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
  color: var(--alt-text-color);
}
.page-headers .page-subtitle a:not(.button) {
  text-decoration: underline;
}
.page-headers .page-subtitle--flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.page-headers .page-subtitle .collection-header-link {
  border: 1px solid var(--border-color);
  box-shadow: var(--box-shadow-sm);
  padding: 6px 8px;
  font-size: 0.925em;
  color: var(--primary-text-color);
  font-size: 0.875em;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 6px;
}
.page-headers .page-subtitle .collection-header-link:hover, .page-headers .page-subtitle .collection-header-link:focus {
  background: var(--alt-background-color);
  text-decoration: none;
}
.page-headers .page-subtitle .collection-header-link:hover {
  text-decoration: underline;
}

.page-actions {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-actions--marketplace {
    margin-left: 0;
    width: 100%;
  }
  .page-actions--marketplace .header-search-form {
    width: 100%;
    max-width: 100%;
  }
}
.page-actions .button {
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .page-header--marketplace-admin {
    padding-bottom: 1rem !important;
  }
  .page-header--marketplace-admin .page-actions--marketplace {
    display: none;
  }
  .page-header--marketplace-admin .page-header-wrapper--nav {
    display: none;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.3rem;
  }
}
h2.no-margin {
  margin-bottom: 0;
}
h2.half-margin {
  margin-bottom: 0.75rem;
}
h2.with-border {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
h2.with-breadcrumb .title-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
h2.with-breadcrumb .crumb-text {
  font-size: 0.875rem;
  color: var(--alt-text-color);
  font-weight: 500;
}
h2.with-actions {
  position: relative;
  display: flex;
  gap: 1rem;
}
h2.with-actions .button {
  margin-left: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.85rem;
  height: 2rem;
}
h2.with-actions .button-group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
h2.with-subtitle .titles {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
h2.with-subtitle .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
h2.with-subtitle .subtitle {
  font-size: 0.975rem;
  font-weight: 400;
  color: var(--alt-text-color-dark);
}
h2.with-subtitle .subtitle a {
  text-decoration: underline;
}
h2.with-nav {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.order-details-nav {
  font-size: 1rem;
  display: flex;
  gap: 1rem;
  font-weight: 500;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
  grid-column-start: 1;
  grid-column-end: 3;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .order-details-nav {
    gap: 0.3125rem;
  }
}
.order-details-nav__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.55rem;
  padding-bottom: calc(0.25rem + 3px);
  border-bottom: 3px solid transparent;
  color: var(--alt-text-color);
  word-break: break-word;
  white-space: nowrap;
}
.order-details-nav__item--issue {
  color: var(--error-text-color);
}
@media screen and (max-width: 768px) {
  .order-details-nav__item {
    gap: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .order-details-nav__item svg {
    height: 0.925rem;
    width: 0.925rem;
  }
}
.order-details-nav__item .nav-indicator {
  background: var(--error-text-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.order-details-nav__item:hover {
  text-decoration: none !important;
  background: var(--alt-background-color);
  color: var(--primary-text-color);
  border-bottom: 3px solid var(--border-color);
}
.order-details-nav__item.active {
  border-bottom: 3px solid var(--button-background-color);
  color: var(--primary-text-color);
}

h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
h3.with-border {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.75rem;
}
h3.no-margin {
  margin-bottom: 0;
}
h3.half-margin {
  margin-bottom: 0.5rem;
}

footer.footer {
  flex-shrink: 0;
  padding: 36px 0;
  text-align: center;
  background: var(--alt-background-color);
  border-top: 1px solid var(--border-color);
}
footer.footer--hidden {
  display: none;
}

footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  flex-wrap: wrap;
}
.footer-social ul {
  display: flex;
  column-gap: 1rem;
  row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-social ul a {
  color: var(--link-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
  text-underline-offset: 2px;
}
.footer-social ul a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.footer-social--icons {
  font-size: 1.5rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer-social--icons {
    margin: 0;
  }
}
.footer-social--icons ul {
  gap: 24px;
}

.link {
  color: var(--link-color);
  text-decoration: underline;
}
.link:hover {
  color: var(--link-hover-color);
}

.footer-links {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    row-gap: 1.5rem;
  }
}

.footer-copy {
  text-align: left;
}
@media (max-width: 768px) {
  .footer-copy {
    text-align: center;
  }
}

.intro {
  color: var(--alt-text-color);
  text-align: center;
  margin-bottom: 36px;
}

.avatar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.avatar-link.avatar-link--deleted .avatar-username {
  text-decoration: none !important;
}

.summary-list {
  display: grid;
}
.summary-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}
.summary-list__item:last-child {
  margin-bottom: 0;
}
.summary-list__item--total {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-color);
  font-size: 1.125rem;
}
.summary-list__heading {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.summary-list__label {
  font-weight: 500;
}
.summary-list__divider {
  margin: 0.5rem 0;
  border-top: 1px solid var(--border-color);
}
.summary-list__value {
  white-space: nowrap;
  text-align: right;
}

a:not(.button):hover {
  text-decoration: underline;
}

.box-shadow {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--box-shadow);
}

.box-shadow-sm {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--box-shadow-sm);
}

.subscription-intro {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.2em;
}

.section-title {
  font-size: 1.3em;
  margin-bottom: 0;
  border-bottom: 2px solid var(--primary-text-color);
  padding-bottom: 10px;
}

.subscription-plans {
  margin-bottom: 40px;
}

.subscription-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.premium-features {
  margin-bottom: 40px;
}
.premium-features b {
  font-weight: 500;
}

.feature-list {
  list-style-type: none;
  padding: 0;
  display: grid;
}
.feature-list li {
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
  display: grid;
  gap: 4px;
}
.feature-list li h3 {
  color: var(--link-color);
  font-size: 1.1em;
  font-weight: 500;
}
.feature-list li p {
  color: var(--primary-text-color);
  margin: 0;
  flex: 1;
}

.subscription-cta {
  text-align: center;
  margin-bottom: 40px;
}
.subscription-cta .button.primary {
  background-color: var(--link-color);
  color: var(--content-background-color);
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.subscription-faq {
  margin-bottom: 40px;
}

.faq-list dt {
  font-weight: bold;
  color: var(--link-color);
  margin-bottom: 10px;
}
.faq-list dd {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .feature-list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-list li h3 {
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.hidden {
  display: none;
}

.loading-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.topic-new-reply {
  margin-top: 24px;
}

.ql-editor {
  font-size: 1rem;
}

#editor {
  height: 140px;
}

.ql-container {
  border-radius: 0 0 4px 4px;
  margin-bottom: 16px;
}

.ql-toolbar {
  border-radius: 4px 4px 0 0;
}

.edit-profile-photo {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.account-navigation {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 24px;
  font-size: 0.9rem;
  overflow-y: scroll;
}
.account-navigation ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.account-navigation ul li.current a {
  color: var(--primary-text-color);
  border-bottom: 2px solid var(--link-color);
  font-weight: 500;
  text-decoration: none;
}
.account-navigation ul li a {
  border-bottom: 2px solid transparent;
  display: block;
  font-weight: 500;
  color: var(--alt-text-color);
  padding: 4px 4px;
  text-decoration: none;
}
.account-navigation ul li a:hover {
  text-decoration: none;
}

.terms-block p {
  margin-bottom: 16px;
}
.terms-block h2 {
  margin-bottom: 8px;
}
.terms-block ul {
  margin-bottom: 16px;
  list-style: disc;
  padding-left: 16px;
}

#profile-photo-management {
  position: relative;
  width: 130px;
  height: 130px;
  border: 2px dashed var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
#profile-photo-management.dragover {
  background-color: var(--alt-background-color);
  border: 2px dashed var(--primary-text-color);
}
#profile-photo-management .drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 12px;
  font-size: 0.925em;
}
#profile-photo-management.has-photo {
  border: none;
}
#profile-photo-management #photo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1;
}
#profile-photo-management .spinner {
  margin: auto;
}
#profile-photo-management img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-container-tools {
  display: flex;
  font-size: 0.925em;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.photo-container-tools > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.collection-instructions h3 {
  margin-bottom: 12px;
  font-weight: 600;
}
.collection-instructions strong {
  font-weight: 500 !important;
}

.ql-toolbar {
  display: flex;
  background-color: var(--alt-background-color);
  border: 1px solid var(--border-color);
  padding: 8px;
  gap: 8px;
  border-bottom: 0;
}
.ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 6px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ql-toolbar button:hover {
  background-color: var(--content-background-color);
}
.ql-toolbar button.ql-active {
  background-color: var(--content-background-color);
}

.mention-popup {
  position: fixed;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 250px;
}
.mention-popup .mention-content {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
}
.mention-popup .mention-content button {
  padding: 8px 8px;
  cursor: pointer;
  text-align: left;
  border-radius: 0;
}
@media (max-width: 768px) {
  .mention-popup .mention-content button {
    padding: 10px 8px;
  }
}
.mention-popup .mention-content button:hover, .mention-popup .mention-content button.selected, .mention-popup .mention-content button:focus {
  background-color: var(--mention-background-color);
}

#editor-content {
  min-height: 240px;
  background: var(--input-background-color);
  border-radius: 0 0 8px 8px;
  outline: 1px solid var(--border-color);
  outline-offset: -1px;
}

.ProseMirror {
  background: var(--input-background-color);
  border: 1px solid var(--border-color);
  border-radius: 0 0 8px 8px;
  padding: 12px;
  min-height: 240px;
}
.ProseMirror ul, .ProseMirror ol {
  list-style: revert;
  padding-left: 12px;
}
.ProseMirror img {
  display: block;
  max-width: 50%;
}
.ProseMirror iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.ProseMirror .mention {
  color: var(--mention-text-color);
  font-weight: 500;
  background-color: var(--mention-background-color);
  padding: 2px 4px;
  border-radius: 3px;
  position: relative;
}

.ad-container {
  position: relative;
  margin: 12px auto 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.ad-container * {
  overflow: hidden !important;
}

.ad-callout {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 4px 8px;
  color: var(--primary-text-color);
  font-size: 0.75em;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: 8px 0 0;
  left: -1px;
  top: -1px;
  font-weight: 600;
}

.lucide {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  flex-shrink: 0;
}

.help-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--link-color);
  text-decoration: underline;
  font-weight: 500;
}
.help-link:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.help-link svg.lucide {
  width: 0.875em;
  height: 0.875em;
  flex-shrink: 0;
}

.toggle-admin-sidebar {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .toggle-admin-sidebar {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 6rem;
  z-index: 10000;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top: 1px solid var(--border-color);
  box-shadow: 0 -4px 12px rgba(216, 216, 216, 0.3);
}
@media (max-width: 768px) {
  .fixed-footer {
    height: 5rem;
  }
}
.fixed-footer .backdrop {
  position: absolute;
  inset: 0;
  height: 200%;
  width: 100%;
  z-index: 1;
  backdrop-filter: blur(16px);
  mask-image: linear-gradient(to bottom, black 0% 50%, transparent 50% 100%);
}
.fixed-footer .form-field {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.gslide-desc {
  color: #000;
}

.border-overlay {
  outline-offset: -1px;
  outline: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.button {
  background: var(--button-background-color);
  color: var(--button-text-color);
  font-weight: 500;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  width: auto;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--box-shadow);
  text-decoration: none;
  height: 2.75rem;
}
.button[type=submit]:active {
  transform: scale(0.97);
  transition: transform 0.15s ease;
}
.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button--danger {
  background: var(--error-text-color);
  color: var(--button-text-color);
}
.button--flex-start {
  align-self: flex-start;
}
.button--left {
  justify-content: flex-start;
}
.button:hover {
  background: var(--button-hover-background-color);
  color: var(--button-text-color);
  text-decoration: none;
}
.button--secondary {
  background: var(--button-light-background-color);
  text-decoration: none;
  color: var(--button-light-text-color);
  border: 1px solid var(--button-light-border-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-sm);
  text-decoration: none !important;
  font-weight: 500;
}
.button--secondary:hover, .button--secondary:focus {
  background: var(--button-light-hover-background-color);
  border: 1px solid var(--button-light-hover-border-color);
  color: var(--button-light-hover-text-color);
  text-decoration: none;
}
.button--light {
  background: var(--button-light-background-color);
  text-decoration: none;
  color: var(--button-light-text-color);
  border: 1px solid var(--button-light-border-color);
  border-radius: 4px;
  padding: 0 0.5rem;
  height: 2rem;
  font-size: 0.825rem;
  display: flex;
  align-items: center;
  box-shadow: var(--box-shadow-sm);
  text-decoration: none !important;
  font-weight: 500;
  gap: 8px;
}
.button--light:hover, .button--light:focus {
  background: var(--button-light-hover-background-color);
  border: 1px solid var(--button-light-hover-border-color);
  color: var(--button-light-hover-text-color);
  text-decoration: none;
}
.button--light-alt {
  background: var(--button-light-hover-background-color);
}
.button--light-alt:hover, .button--light-alt:focus {
  background: var(--alt-background-color);
}
.button--inverted {
  background: var(--button-text-color);
  color: var(--button-background-color);
}
.button--inverted:hover {
  color: var(--button-hover-background-color);
  background: var(--button-text-color);
  text-decoration: none;
}
.button--icon {
  gap: 0.75rem;
  padding: 0 1rem;
}
.button--icon svg.lucide {
  width: 1rem;
  height: 1rem;
}
.button--minimal {
  border: none;
  box-shadow: none;
}
.button--minimal:hover, .button--minimal:focus {
  border: none;
}
.button--medium {
  height: 2.75rem;
  gap: 0.5rem;
  font-size: 0.95rem;
}
.button--small {
  height: 2.25rem;
  padding: 0 0.75rem;
  font-size: 0.85rem;
  gap: 0.3125rem;
}
.button--small svg.lucide {
  width: 0.925rem;
  height: 0.925rem;
}
.button--mini {
  height: 2rem;
  padding: 0 0.75rem;
  font-size: 0.85rem;
  gap: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .button--mini {
    padding: 0 0.5rem;
    gap: 0.3125rem;
  }
}
.button--mini svg.lucide {
  width: auto;
  height: 0.925rem;
}
.button--light-delete {
  background: var(--button-light-background-color);
  border: 1px solid var(--error-text-color);
  color: var(--error-text-color);
}
.button--light-delete:hover, .button--light-delete:focus {
  border: 1px solid var(--error-text-color);
  color: var(--error-text-color);
  background: var(--error-background-color);
}
.button--no-border {
  border: none;
}
.button--no-border:hover, .button--no-border:focus {
  border: none;
}
.button--no-background {
  background: none;
  color: default;
  padding: 0;
  box-shadow: none;
}
.button--no-background:hover, .button--no-background:focus {
  background: none;
  padding: 0;
}
.button--no-padding {
  padding: 0;
}
.button--inline {
  background: none;
  color: var(--color-text);
  box-shadow: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  height: auto;
  text-decoration: underline;
  border-radius: 2px;
}
.button--inline:hover {
  background: none;
  color: var(--link-color);
  text-decoration: underline;
}
.button--centered {
  margin: 0 auto;
  display: flex;
}
.button--loader {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  place-content: center;
}
.button--loader .button__text {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.button--loader .button__loading {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.button--loader.loading .button__text {
  opacity: 0;
  visibility: hidden;
}
.button--loader.loading .button__loading {
  opacity: 1;
  visibility: visible;
}
.button--loader.loading .button__loading svg {
  animation: spin 1s linear infinite;
}
.button .loading-icon circle {
  fill: transparent;
}
.button .loading-icon path {
  fill: #CCC;
}

.copy-button {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  align-items: center;
  font-size: 0.925rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 0 8px;
}
.copy-button--success .copy-button__text {
  opacity: 0;
  visibility: hidden;
}
.copy-button--success .copy-button__check_icon {
  opacity: 1;
  visibility: visible;
}
.copy-button__text, .copy-button__check_icon {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.copy-button__text {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  grid-area: 1/1;
}
.copy-button__check_icon {
  grid-area: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

button svg {
  pointer-events: none;
}

.button--google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  background-color: var(--content-background-color);
  color: var(--primary-text-color);
  border: 1px solid var(--border-color);
  box-shadow: var(--box-shadow-sm);
}
.button--google:hover, .button--google:focus {
  background-color: var(--alt-background-color);
  color: var(--primary-text-color);
  border: 1px solid var(--border-color-dark);
}

input[type=checkbox], input[type=radio] {
  appearance: none;
  border: 1px solid var(--border-color-dark);
  background-color: var(--input-background-color);
  border-radius: var(--border-radius);
  color: var(--primary-text-color);
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
  padding: 0;
  cursor: pointer;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: var(--button-background-color);
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 0.1rem solid var(--border-color);
  outline-offset: 0.1rem;
}

input[type=radio] {
  appearance: none;
  position: static;
  opacity: 1;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid var(--border-color-dark);
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 0 0 0 0.5625rem var(--input-background-color);
}
input[type=radio]:checked {
  background-color: var(--button-background-color);
  background-image: none;
  box-shadow: inset 0 0 0 2px var(--input-background-color);
}
input[type=radio]:focus-visible {
  outline: 0.1rem solid var(--border-color-dark);
  outline-offset: 0.05rem;
}

.form-instructions {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 24px;
  line-height: 1.5;
  background: var(--alt-background-color);
}
.form-instructions a {
  text-decoration: underline;
  color: var(--link-color);
}
.form-instructions a:hover {
  color: var(--link-hover-color);
}

.login-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}

.login-form {
  width: 100%;
}

label {
  display: block;
  font-weight: 600;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=url], input[type=date], textarea {
  border: 1px solid var(--input-border-color);
  background-color: var(--input-background-color);
  box-shadow: var(--box-shadow-sm);
  height: 2.5rem;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 0.75rem;
  max-width: 100%;
  width: 100%;
}
input[type=text].field-error, input[type=password].field-error, input[type=email].field-error, input[type=number].field-error, input[type=search].field-error, input[type=tel].field-error, input[type=url].field-error, input[type=date].field-error, textarea.field-error {
  border-color: var(--error-border-color);
  color: var(--error-text-color);
}
input[type=text].field-success, input[type=password].field-success, input[type=email].field-success, input[type=number].field-success, input[type=search].field-success, input[type=tel].field-success, input[type=url].field-success, input[type=date].field-success, textarea.field-success {
  border-color: var(--success-border-color);
}
input[type=text].field-loading, input[type=password].field-loading, input[type=email].field-loading, input[type=number].field-loading, input[type=search].field-loading, input[type=tel].field-loading, input[type=url].field-loading, input[type=date].field-loading, textarea.field-loading {
  border-color: var(--border-color-dark);
}
input[type=text][readonly], input[type=password][readonly], input[type=email][readonly], input[type=number][readonly], input[type=search][readonly], input[type=tel][readonly], input[type=url][readonly], input[type=date][readonly], textarea[readonly] {
  background: var(--alt-background-color);
  opacity: 0.7;
}

input[type=search] {
  padding-right: 2.25rem;
}

.autocomplete-container {
  width: 100%;
}
.autocomplete-container input {
  width: 100%;
}

.autocomplete-input-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-content: center;
}
.autocomplete-input-container input {
  grid-area: 1/1;
}
.autocomplete-input-container .lucide-loader-circle {
  grid-area: 1/1;
  align-self: center;
  justify-self: end;
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  transition: opacity 0.1s;
}
.autocomplete-input-container .lucide-loader-circle.loading {
  opacity: 1;
  animation: spin 1s linear infinite;
}

.autocomplete-dropdown {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  display: none;
  width: 100%;
}
.autocomplete-dropdown > div {
  padding: 4px 8px;
  cursor: pointer;
}
.autocomplete-dropdown > div:hover {
  background: var(--alt-background-color);
}

.selected-items-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.selected-items-container .selected-item {
  background: var(--alt-background-color);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  width: 100%;
}
.selected-items-container .selected-item .label-name, .selected-items-container .selected-item .artist-name {
  flex: 1;
}
.selected-items-container .selected-item .catalog-number-input {
  background: var(--input-background-color);
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius);
  padding: 4px 6px;
  font-size: 1rem;
  width: 100%;
  max-width: 12rem;
  height: 2rem;
}
.selected-items-container .selected-item .catalog-number-input::placeholder {
  color: var(--placeholder-color);
  opacity: 0.6;
}
.selected-items-container .remove-item {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: transparent;
}
.selected-items-container .remove-item:hover {
  background: var(--error-background-color);
  border-color: var(--error-border-color);
}

textarea {
  display: block;
  resize: vertical;
  padding: 0.5rem;
  height: 140px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 40rem;
}
.form-group--compact {
  gap: 1rem;
}
.form-group--borders {
  gap: 1rem;
}
.form-group--borders > * + * {
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

.form-field-radio-group {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.5rem 0;
}
.form-field-radio-group--single-column {
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 0;
}
.form-field-radio-group--bordered .form-field {
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.form-field-radio-group--bordered .form-field--radio {
  gap: 0.25rem;
}
.form-field-radio-group--bordered .form-field:hover, .form-field-radio-group--bordered .form-field:has(input:checked) {
  border-color: var(--border-color-dark);
  background-color: var(--alt-background-color);
}
.form-field-radio-group--bordered .form-field--label {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  gap: 0.5rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.form-field.hidden {
  display: none;
}
.form-field--checkbox-group, .form-field--radio-group {
  display: grid;
  gap: 0.75rem;
  margin: 0.5rem 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-field--checkbox-group--single-column, .form-field--radio-group--single-column {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.form-field__label {
  font-weight: 600;
}
.form-field--radio label, .form-field--checkbox label {
  display: flex;
  word-break: break-word;
  cursor: pointer;
  gap: 0.5rem;
  align-items: center;
  flex-direction: row;
  font-weight: normal;
  padding: 0.125rem 0;
}
.form-field--radio .form-note, .form-field--checkbox .form-note {
  margin-left: 1.625rem;
  margin-top: 0;
}
.form-field .radio-options, .form-field .checkbox-options {
  display: grid;
  gap: 0.5rem;
}
.form-field .disabled-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--alt-text-color);
}
.form-field .disabled-option label {
  opacity: 0.7;
}
.form-field__input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.form-field input[type=number].form-field__prefix-input {
  padding-left: 1.5rem;
  width: 9rem;
}
.form-field input[type=number]::-webkit-inner-spin-button, .form-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-field__prefix {
  position: absolute;
  left: 0.75rem;
  color: var(--primary-text-color);
  pointer-events: none;
}
.form-field--required > label::after, .form-field--required > .form-field__label::after {
  content: " *";
  color: var(--error-text-color);
}
.form-field__inline-label {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.form-field__inline-label.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.form-field__inline-label::after {
  display: none;
}
.form-field__inline-label-text {
  position: absolute;
  right: 0;
  font-size: 1rem;
  border-left: 1px solid var(--input-border-color);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  border: 1px solid var(--input-border-color);
  border-radius: 0 4px 4px 0;
  background: var(--alt-background-color);
  font-weight: 600;
  color: var(--alt-text-color-dark);
}
.form-field--columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form-field--columns {
    grid-template-columns: 1fr;
  }
}
.form-field--column {
  display: grid;
  grid-template-columns: 140px 1fr 36px;
}
.form-field--3-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.form-field__button {
  display: flex;
  align-self: flex-start;
  flex-direction: row;
  gap: 1rem;
}
.form-field__centered-button {
  align-self: center;
  width: 100%;
}
.form-field__centered-button button {
  margin: 0 auto;
  width: 100%;
}

.form-footer a {
  color: var(--link-color);
  text-decoration: underline;
}

.form-note {
  font-size: 0.825em;
  color: var(--alt-text-color);
  margin-top: 1px;
  word-break: break-word;
}
.form-note a {
  text-decoration: underline;
  color: var(--link-color);
}
.form-note a:hover {
  color: var(--link-hover-color);
}
.form-note > svg {
  height: 1lh;
}
.form-note--error {
  color: var(--error-text-color);
}
.form-note--success {
  color: var(--success-text-color);
}
.form-note--warning {
  color: var(--warning-text-color);
  background: var(--warning-background-color);
  padding: 0.5rem;
}
.form-note .highlight {
  font-weight: 500;
}

.login-action a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--link-color);
}

.login-actions {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
}

.form-header-message {
  margin-bottom: 1rem;
}

select {
  appearance: none;
  background: var(--input-background-color);
  border: 1px solid var(--input-border-color);
  box-shadow: var(--box-shadow-sm);
  color: inherit;
  font-size: 1rem;
  height: 2.5rem;
  padding: 0 36px 0 0.75rem;
  font-family: inherit;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2rem;
}
select.field-error {
  border-color: var(--error-border-color);
  color: var(--error-text-color);
}

.password-input-wrapper, .username-input-wrapper, .email-input-wrapper {
  position: relative;
}
.password-input-wrapper input, .username-input-wrapper input, .email-input-wrapper input {
  padding-right: 2.625rem;
}

.password-toggle-btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
  color: var(--primary-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.password-toggle-btn svg.lucide {
  width: 1.2rem;
  height: 1.2rem;
}
.password-toggle-btn[data-password-state=hidden] .password-toggle__icon--show {
  display: inline;
}
.password-toggle-btn[data-password-state=hidden] .password-toggle__icon--hide {
  display: none;
}
.password-toggle-btn[data-password-state=visible] .password-toggle__icon--show {
  display: none;
}
.password-toggle-btn[data-password-state=visible] .password-toggle__icon--hide {
  display: inline;
}
.password-toggle-btn .password-toggle__icon {
  flex-shrink: 0;
}

.signup-options {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.signup-options > * {
  width: 100%;
}

.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin: 1rem 0;
}
.or-divider::before, .or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border-color);
}

.google-icon {
  flex-shrink: 0;
}

.g_id_signin {
  display: none;
}

.forgot-password-wrapper {
  margin-top: 0.25rem;
  font-size: 0.975rem;
  font-weight: 500;
}

.claim-callout {
  width: 100%;
  max-width: 600px;
  border-radius: 0.25rem;
  padding: 0.75rem;
  background-color: var(--alt-background-color);
  margin-top: 2rem;
  font-size: 0.925rem;
  text-align: center;
  margin: 2rem auto;
}
.claim-callout a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--link-color);
}

.username-validation-indicator {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.username-validation-indicator .validation-icon {
  display: none;
  color: var(--alt-text-color);
}
.username-validation-indicator.show-loading .validation-icon--loading {
  display: block;
  animation: spin 1s linear infinite;
  color: var(--border-color-dark);
}
.username-validation-indicator.show-success .validation-icon--success {
  display: block;
  color: var(--success-text-color);
}
.username-validation-indicator.show-error .validation-icon--error {
  display: block;
  color: var(--error-text-color);
}

.email-validation-indicator {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.email-validation-indicator .validation-icon {
  display: none;
  color: var(--alt-text-color);
}
.email-validation-indicator.show-loading .validation-icon--loading {
  display: block;
  animation: spin 1s linear infinite;
  color: var(--border-color-dark);
}
.email-validation-indicator.show-success .validation-icon--success {
  display: block;
  color: var(--success-text-color);
}
.email-validation-indicator.show-error .validation-icon--error {
  display: block;
  color: var(--error-text-color);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flash-message-container {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100vw - 20px);
  max-width: 700px;
  pointer-events: none;
  --flash-stack-offset: 24px;
}

.flash-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: auto;
  margin-bottom: 0.5rem;
}
.flash-message__text {
  flex-grow: 1;
  font-size: 0.95rem;
}
.flash-message__close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  border: none;
  border-radius: var(--border-radius);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.flash-message__close:hover {
  opacity: 1;
}
.flash-message--success {
  background-color: var(--success-background-color);
  border: 1px solid var(--success-border-color);
  color: var(--success-text-color);
}
.flash-message--error {
  background-color: var(--error-background-color);
  border: 1px solid var(--error-border-color);
  color: var(--error-text-color);
}
.flash-message--warning {
  background-color: var(--warning-background-color);
  border: 1px solid var(--warning-border-color);
  color: var(--warning-text-color);
}
.flash-message--info {
  background-color: var(--info-background-color);
  border: 1px solid var(--info-border-color);
  color: var(--info-text-color);
}
.flash-message--visible {
  opacity: 1;
  transform: translateY(0);
}
.flash-message--stacked {
  filter: brightness(0.95);
  cursor: pointer;
}
.flash-message--stacked:hover {
  filter: brightness(1);
}
.flash-message--hiding {
  opacity: 0;
  transform: translateX(100px) !important;
  pointer-events: none;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100000;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--modal-background-color);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  padding: 96px 16px 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
.modal > * {
  margin-bottom: 100px;
}
.modal--wide .modal__content {
  max-width: 800px;
}
.modal--wide .modal__content .form-group {
  max-width: 100%;
}
.modal--capped .modal__content {
  max-height: 65vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .modal--capped .modal__content {
    max-height: 85vh;
  }
}
.modal--capped .modal__body {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.modal__content--large {
  max-width: 900px;
}
@media (max-width: 768px) {
  .modal {
    padding: 24px 16px;
  }
}
.modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  background-color: var(--background-color);
  border: 1px solid var(--card-border-color);
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  touch-action: auto;
}
.modal__notice {
  font-weight: 500;
  border-radius: var(--border-radius);
  font-size: 0.975em;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  text-align: left;
  background: var(--alt-background-color);
}
.modal__notice--small {
  font-size: 0.875em;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--card-border-color);
  background-color: var(--alt-background-color);
  border-radius: 0.5rem 0.5rem 0 0;
}
.modal__header h2 {
  margin: 0;
  font-size: 1.25rem;
}
.modal__close {
  margin-left: auto;
  width: 32px;
  height: 32px;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__message-container:not(:empty) {
  margin-bottom: 0.75rem;
}
.modal__body {
  padding: 1rem;
  padding-bottom: 2rem;
  background: var(--content-background-color);
}
@media (max-width: 768px) {
  .modal__body {
    padding: 0.5rem;
    padding-bottom: 1rem;
  }
}
.modal__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: flex-end;
  border-top: 1px solid var(--card-border-color);
  padding: 1rem;
  background-color: var(--alt-background-color);
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 768px) {
  .modal__footer {
    padding: 0.5rem;
    gap: 0.5rem;
  }
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  background: var(--dropdown-button-background-color);
  border: none;
  cursor: pointer;
  color: var(--primary-text-color);
  transition: opacity 0.3s ease;
  border-radius: 4px;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  padding: 0;
  display: flex;
  font-size: 0.85rem;
  gap: 6px;
  font-weight: 500;
}
.dropdown-toggle--auto-width {
  width: auto;
  min-width: auto;
  padding: 0 0.875rem;
}
.dropdown-toggle--minimal {
  background: none;
  border: none;
  height: auto;
  align-items: normal;
  width: auto;
  justify-content: normal;
  min-width: auto;
  padding: 0;
  font-size: inherit;
}
.dropdown-toggle--minimal:hover {
  text-decoration: underline;
}
.dropdown-toggle--minimal-strong {
  font-weight: 600;
}
.dropdown-toggle--no-border {
  border: none;
}
.dropdown-toggle svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
  background: var(--alt-background-color);
  border-color: var(--border-color-dark);
}
.dropdown-toggle:active {
  transform: scale(0.96);
  transition: transform 0.15s ease;
}
.dropdown-toggle--blue {
  background: var(--button-background-color);
  color: var(--button-text-color);
  border-color: var(--button-background-color);
}
.dropdown-toggle--blue:hover, .dropdown-toggle--blue:focus {
  background: var(--button-hover-background-color);
  border-color: var(--button-hover-background-color);
  color: var(--button-text-color);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  background: var(--dropdown-menu-background-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  color: var(--alt-text-color-dark);
  padding: 0.3125rem !important;
  min-width: 140px;
  max-width: 240px;
  width: 240px;
  font-size: 0.925rem;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  transform: scale(0.95);
  transition: opacity 0.1s ease, transform 0.1s ease, visibility 0.1s;
  box-shadow: var(--dropdown-menu-box-shadow);
  font-weight: 400;
  z-index: 999;
  right: 0;
  transform-origin: top right;
}
.dropdown-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.dropdown-menu--centered {
  left: 50%;
  right: auto;
  transform-origin: top center;
  transform: translateX(-50%) scale(0.95);
}
.dropdown-menu--centered[aria-hidden=false] {
  transform: translateX(-50%) scale(1);
}
.dropdown-menu--left {
  left: 0;
  right: auto;
  transform-origin: top left;
}
.dropdown-menu--above {
  top: auto;
  bottom: calc(100% + 4px);
}
.dropdown-menu--above.dropdown-menu--centered {
  transform-origin: bottom center;
}
.dropdown-menu--above.dropdown-menu--left {
  transform-origin: bottom left;
}
.dropdown-menu--above:not(.dropdown-menu--centered):not(.dropdown-menu--left) {
  transform-origin: bottom right;
}
.dropdown-menu--overflow-adjust.dropdown-menu--centered {
  transform: translateX(calc(-50% + var(--overflow-adjust, 0px))) scale(0.95);
}
.dropdown-menu--overflow-adjust.dropdown-menu--centered[aria-hidden=false] {
  transform: translateX(calc(-50% + var(--overflow-adjust, 0px))) scale(1);
}
.dropdown-menu--overflow-adjust.dropdown-menu--left {
  transform: translateX(var(--overflow-adjust, 0px)) scale(0.95);
}
.dropdown-menu--overflow-adjust.dropdown-menu--left[aria-hidden=false] {
  transform: translateX(var(--overflow-adjust, 0px)) scale(1);
}
.dropdown-menu--overflow-adjust:not(.dropdown-menu--centered):not(.dropdown-menu--left) {
  transform: translateX(var(--overflow-adjust, 0px)) scale(0.95);
}
.dropdown-menu--overflow-adjust:not(.dropdown-menu--centered):not(.dropdown-menu--left)[aria-hidden=false] {
  transform: translateX(var(--overflow-adjust, 0px)) scale(1);
}
.dropdown-menu ul {
  display: grid;
  gap: 1px;
}
.dropdown-menu li {
  color: inherit !important;
  list-style: none !important;
}
.dropdown-menu li svg {
  width: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu li.divider {
  border-bottom: 1px solid var(--border-color);
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.dropdown-menu li.delete {
  color: var(--error-text-color);
}
.dropdown-menu li.delete a svg, .dropdown-menu li.delete button:not(.button) svg {
  color: inherit;
}
.dropdown-menu li.delete a:hover, .dropdown-menu li.delete button:not(.button):hover {
  background-color: var(--error-background-color);
  color: var(--error-text-color);
}
.dropdown-menu .collection-item-added-on {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.6125rem;
  display: block;
  color: var(--alt-text-color-dark);
}
.dropdown-menu a, .dropdown-menu button:not(.button) {
  display: flex;
  gap: 0.5rem;
  color: inherit;
  padding: 0.5rem 0.5rem;
  border-radius: 0.375rem;
  text-align: left;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.dropdown-menu a svg, .dropdown-menu button:not(.button) svg {
  color: var(--alt-text-color);
  transition: color 0.2s ease;
}
.dropdown-menu a:hover, .dropdown-menu button:not(.button):hover {
  background-color: var(--alt-background-color);
  color: var(--primary-text-color);
  text-decoration: none;
}
.dropdown-menu a:hover svg, .dropdown-menu button:not(.button):hover svg {
  color: inherit;
}

#header-account-nav {
  max-height: 90vh;
  overflow-y: scroll;
}

.wrapper {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 1.5rem;
  }
}

.site-main {
  min-height: calc(100vh - 200px);
  padding: 2rem 0;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--border-color);
  background: var(--alt-background-color);
}
.site-footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.site-footer__logo {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--primary-text-color);
}
.site-footer__tagline {
  font-size: 0.9rem;
  color: var(--alt-text-color);
}
.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__nav ul a {
  color: var(--alt-text-color);
  font-size: 0.9rem;
}
.site-footer__nav ul a:hover {
  color: var(--primary-text-color);
}
.site-footer__social {
  display: flex;
  gap: 0.75rem;
}
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--alt-text-color);
  border-radius: var(--border-radius);
  transition: color 0.15s, background-color 0.15s;
}
.site-footer__social a:hover {
  color: var(--primary-text-color);
  background: var(--alt-background-color-dark);
}
.site-footer__social svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
}
.site-footer__bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
  text-align: center;
  font-size: 0.85rem;
  color: var(--alt-text-color);
}

.site-header {
  padding: 1rem 0;
  background: var(--header-background-color);
  border-bottom: 1px solid var(--border-color);
}
.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .site-header__container {
    padding: 0 1.5rem;
  }
}
.site-header__menu-toggle {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--primary-text-color);
}
@media (min-width: 768px) {
  .site-header__menu-toggle {
    display: none;
  }
}
.site-header__menu-toggle svg.lucide {
  width: 1.5rem;
  height: 1.5rem;
}
.site-header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.site-header__logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-text-color);
}
.site-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .site-header__nav {
    display: block;
  }
}
.site-header__nav-list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav-list a {
  color: var(--header-link-color);
  font-weight: 500;
}
.site-header__nav-list a:hover {
  color: var(--header-link-hover-color);
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--border-radius);
  color: var(--primary-text-color);
  transition: background-color 0.15s;
}
.site-header__cart:hover {
  background: var(--alt-background-color);
}
.site-header__cart svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
}
.site-header__cart-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  background: var(--button-background-color);
  color: var(--button-text-color);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__cart-count--hidden {
  display: none;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s;
}
.mobile-nav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
}
.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-nav__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  max-width: 80vw;
  background: var(--content-background-color);
  padding: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.mobile-nav[aria-hidden=false] .mobile-nav__panel {
  transform: translateX(0);
}
.mobile-nav__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--alt-text-color);
}
.mobile-nav__close:hover {
  color: var(--primary-text-color);
}
.mobile-nav__close svg.lucide {
  width: 1.5rem;
  height: 1.5rem;
}
.mobile-nav__list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.mobile-nav__list li + li {
  border-top: 1px solid var(--border-color);
}
.mobile-nav__list a {
  display: block;
  padding: 1rem 0;
  font-size: 1.1rem;
  color: var(--primary-text-color);
}
.mobile-nav__list a:hover {
  color: var(--link-color);
}

header {
  background-color: var(--header-background-color);
  border-bottom: 1px solid var(--border-color);
  height: 64px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  box-shadow: var(--box-shadow-sm);
}
header a {
  color: var(--header-link-color);
  outline-offset: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.975rem;
}
header a:hover {
  text-decoration: underline;
}
header a:hover, header a:focus {
  color: var(--header-link-hover-color);
}
header .wrapper {
  display: flex;
  align-items: center;
  max-width: var(--max-content-width);
  width: 100%;
  gap: 1.5rem;
}
@media (max-width: 920px) {
  header .wrapper {
    gap: 0.5rem;
    margin-left: -0.5rem;
    width: calc(100% + 1rem);
  }
}

.header-logo-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-logo-link .badge {
  font-size: 0.75rem;
  background: goldenrod;
  color: var(--button-text-color);
}

button.header-avatar {
  border-radius: 100%;
  font-weight: 600;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
button.header-avatar .message-notification-count {
  position: absolute;
}
button.header-avatar img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
@media (max-width: 920px) {
  button.header-avatar {
    height: 36px;
    width: 36px;
  }
}

.user-avatar {
  flex-shrink: 0;
}

.avatar-img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  outline-offset: -1px;
  outline: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.avatar-name {
  border-radius: 50%;
  background: var(--button-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--button-text-color);
  flex-shrink: 0;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  outline-offset: -1px;
  outline: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.avatar-name--gradient {
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  font-size: inherit;
  aspect-ratio: 1/1;
}

.header-logo {
  display: block;
  fill: var(--button-background-color);
  height: 1.25rem;
}
@media screen and (max-width: 920px) {
  .header-logo {
    height: 1rem;
  }
}

.header-open-mobile-nav {
  background: none;
  padding: 0;
  border-radius: var(--border-radius);
  height: auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--header-link-color);
  position: relative;
}
.header-open-mobile-nav svg {
  display: block;
  fill: currentColor;
  width: 1.5rem;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .header-open-mobile-nav {
    display: flex;
  }
}

@media (max-width: 920px) {
  .header-nav {
    background: var(--header-background-color);
    width: 100%;
    left: 0;
    position: absolute;
    top: 64px;
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--box-shadow);
    font-size: 1.1rem;
  }
  .header-nav.visible {
    opacity: 1;
    visibility: visible;
  }
  .header-nav .header-nav-items {
    flex-direction: column;
  }
}

.message-notification-count {
  font-size: 0.65rem;
  background: var(--button-background-color);
  color: var(--button-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  height: 20px;
  border-radius: 50%;
  top: -4px;
  right: -4px;
}
.message-notification-count.has-notifications {
  background: var(--notification-active-background-color);
}

.header-nav-items {
  display: flex;
  column-gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
}
.header-nav-items li > a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 920px) {
  .header-nav-items li > a {
    padding: 0.5rem 0.25rem;
  }
}
@media (max-width: 920px) {
  .header-nav-items li {
    width: 100%;
  }
}
.header-nav-items .mobile-only {
  display: none;
}
@media (max-width: 920px) {
  .header-nav-items .mobile-only {
    display: flex;
  }
}
.header-nav-items .desktop-only {
  display: flex;
}
@media (max-width: 920px) {
  .header-nav-items .desktop-only {
    display: none;
  }
}

.header-account {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  margin-left: auto;
  font-size: 1rem;
}
.header-account .header-nav-items {
  gap: 0.75rem;
}
@media (max-width: 920px) {
  .header-account .header-nav-items {
    gap: 0.5rem;
  }
}
.header-account .header-nav-items .header-log-in, .header-account .header-nav-items .header-register {
  border-radius: var(--border-radius);
  padding: 0.3125rem 0.75rem;
  background: var(--alt-background-color);
  color: var(--primary-text-color);
  font-size: 0.925rem;
}
@media (max-width: 920px) {
  .header-account .header-nav-items .header-log-in, .header-account .header-nav-items .header-register {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
  }
}
.header-account .header-nav-items .header-log-in.header-register, .header-account .header-nav-items .header-register.header-register {
  background: var(--button-background-color);
  color: var(--button-text-color);
}
.header-account .header-nav-items .header-log-in.header-register:hover, .header-account .header-nav-items .header-register.header-register:hover {
  background: var(--button-hover-background-color);
}
.header-account .header-nav-items .header-log-in:hover, .header-account .header-nav-items .header-register:hover {
  background: var(--alt-background-color-dark);
  text-decoration: none;
  box-shadow: var(--box-shadow-sm);
}
@media (max-width: 920px) {
  .header-account {
    gap: 0.5rem;
  }
}
@media (max-width: 920px) {
  .header-account .header-nav-items {
    column-gap: 0.5rem;
    position: relative;
  }
}
.header-account .header-nav-items li {
  width: auto;
}

.header-marketplace-cart, .header-notifications {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  color: var(--header-link-color);
  border: 1px solid var(--border-color);
}
.header-marketplace-cart:hover, .header-marketplace-cart:focus, .header-notifications:hover, .header-notifications:focus {
  background: var(--alt-background-color);
  border: 1px solid var(--border-color-dark);
}
.header-marketplace-cart svg, .header-notifications svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 920px) {
  .header-marketplace-cart svg, .header-notifications svg {
    height: 1.1rem;
    width: 1.1rem;
  }
}
.header-marketplace-cart__count, .header-notifications__count {
  font-weight: 500;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button-background-color);
  color: var(--button-text-color);
  border-radius: 100%;
  padding: 0 0.25rem;
  font-size: 0.75rem;
  min-width: 1.25rem;
  height: 1.25rem;
  text-align: center;
}
@media (max-width: 920px) {
  .header-marketplace-cart__count, .header-notifications__count {
    height: 1rem;
    width: 1rem;
    font-size: 0.6rem;
    min-width: 1rem;
    top: -0.25rem;
    right: -0.25rem;
  }
}

.mobile-nav-container {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-nav-container {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 75vw;
    background: var(--content-background-color);
    z-index: 100;
    border-right: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    pointer-events: none;
  }
  .js-loading .mobile-nav-container {
    transition: none;
  }
  .js-loaded .mobile-nav-container {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0s linear 0.25s;
  }
  .mobile-nav-container.mobile-nav--open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  .js-loaded .mobile-nav-container.mobile-nav--open {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0s;
  }
  .mobile-nav-container .mobile-nav {
    height: 100%;
    padding: 0.75rem 0.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav-container .mobile-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-nav-container .mobile-nav__item {
    margin-bottom: 0.125rem;
  }
  .mobile-nav-container .mobile-nav__item--has-children {
    margin-bottom: 0;
  }
  .mobile-nav-container .mobile-nav__sublist {
    list-style: none;
    padding: 0;
    margin: 0.25rem 0 0.3125rem;
  }
  .mobile-nav-container .mobile-nav__subitem {
    margin: 0;
  }
  .mobile-nav-container .mobile-nav__subitem:first-child .mobile-nav__link {
    padding-top: 0.25rem;
  }
  .mobile-nav-container .mobile-nav__subitem:last-child .mobile-nav__link {
    padding-bottom: 0.25rem;
  }
  .mobile-nav-container .mobile-nav__divider {
    height: 1px;
    background: var(--border-color);
    margin: 1rem 0;
    opacity: 0.5;
  }
  .mobile-nav-container .mobile-nav__link {
    display: flex;
    align-items: center;
    gap: 0.6125rem;
    padding: 0.6125rem 0.5rem;
    border-radius: var(--border-radius);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--primary-text-color);
    text-decoration: none;
    position: relative;
    background: transparent;
    border: none;
    outline-offset: -2px;
  }
  .mobile-nav-container .mobile-nav__link:hover {
    background: var(--alt-background-color);
    text-decoration: none;
  }
  .mobile-nav-container .mobile-nav__link--nested {
    padding-left: 1.5rem;
    font-size: 0.975rem;
    position: relative;
  }
  .mobile-nav-container .mobile-nav__link--nested::before {
    content: "";
    position: absolute;
    left: 0.6125rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--border-color-dark);
    opacity: 0.3;
  }
  .mobile-nav-container .mobile-nav__link--nested:hover::before {
    background: var(--button-background-color);
    opacity: 0.6;
  }
  .mobile-nav-container .mobile-nav__link-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alt-text-color);
  }
  .mobile-nav-container .mobile-nav__link-text {
    flex: 1;
    font-size: 1rem;
    line-height: 1.2;
  }
  .mobile-nav-container .mobile-nav__badge {
    margin-left: auto;
    padding: 0.125rem 0.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .mobile-nav-container .mobile-nav__badge--alert {
    background: var(--notification-active-background-color);
    color: var(--button-text-color);
  }
  .mobile-nav-container .mobile-nav__badge--promo {
    background: goldenrod;
    color: white;
  }
}

.mobile-nav-overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-nav-overlay {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .js-loaded .mobile-nav-overlay {
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  }
  .mobile-nav-overlay.mobile-nav-overlay--visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-loaded .mobile-nav-overlay.mobile-nav-overlay--visible {
    transition: opacity 0.25s ease, visibility 0s;
  }
}

@media screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.store-container {
  max-width: var(--max-content-width);
  margin: 0 auto;
}

.store-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1rem;
}
.store-header__content {
  text-align: center;
  flex: 1;
}
.store-header h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.store-header__subtitle {
  color: var(--alt-text-color);
  font-size: 1.1rem;
}
.store-header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--border-radius);
  color: var(--primary-text-color);
  transition: background-color 0.15s;
}
.store-header__cart:hover {
  background: var(--alt-background-color);
}
.store-header__cart--active {
  background: var(--alt-background-color);
}
.store-header__cart svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
}
.store-header__cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  background: var(--button-background-color);
  color: var(--button-text-color);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.store-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--alt-text-color);
}
.store-breadcrumbs a {
  color: var(--link-color);
}
.store-breadcrumbs a:hover {
  text-decoration: underline;
}
.store-breadcrumbs .separator {
  color: var(--border-color-dark);
}

.store-main {
  min-width: 0;
}

.store-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .store-products {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

.store-product-card {
  display: flex;
  flex-direction: column;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}
.store-product-card:hover {
  box-shadow: var(--box-shadow);
  transform: translateY(-2px);
}
.store-product-card__image {
  aspect-ratio: 1;
  background: var(--alt-background-color);
  overflow: hidden;
}
.store-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.store-product-card__image:hover img {
  transform: scale(1.05);
}
.store-product-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--alt-text-color);
}
.store-product-card__placeholder svg.lucide {
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
}
.store-product-card__info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.store-product-card__name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-text-color);
  line-height: 1.3;
}
.store-product-card__price {
  font-weight: 600;
  color: var(--primary-text-color);
  font-size: 1.1rem;
}
.store-product-card__variants {
  font-size: 0.8rem;
  color: var(--alt-text-color);
}

.store-empty, .store-not-found {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--alt-text-color);
}
.store-empty svg.lucide, .store-not-found svg.lucide {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.store-empty h2, .store-not-found h2 {
  font-size: 1.25rem;
  color: var(--primary-text-color);
  margin-bottom: 0.5rem;
}
.store-empty p, .store-not-found p {
  margin-bottom: 1.5rem;
}
.store-empty p a, .store-not-found p a {
  color: var(--link-color);
}

.store-pagination {
  margin-top: 2rem;
}

.store-product {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .store-product {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .store-product {
    gap: 3rem;
  }
}
.store-product__images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-product__main-image {
  aspect-ratio: 1;
  background: var(--alt-background-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}
.store-product__main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.store-product__thumbnails {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.store-product__thumbnail {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  background: var(--content-background-color);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.15s;
}
.store-product__thumbnail:hover, .store-product__thumbnail.active {
  border-color: var(--button-background-color);
}
.store-product__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-product__no-image {
  aspect-ratio: 1;
  background: var(--alt-background-color);
  border-radius: var(--border-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--alt-text-color);
}
.store-product__no-image svg.lucide {
  width: 4rem;
  height: 4rem;
  opacity: 0.5;
}
.store-product__info {
  display: flex;
  flex-direction: column;
}
.store-product__name {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.store-product__price {
  font-size: 1.5rem;
  font-weight: 600;
}
.store-product__price-base {
  display: inline;
}
.store-product__price-range {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--alt-text-color);
  margin-left: 0.5rem;
}
.store-product__description {
  color: var(--alt-text-color);
  text-align: left;
}
.store-product__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.store-product__options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-product__option-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.store-product__option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.store-product__option-value {
  display: flex;
}
.store-product__option-value input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.store-product__option-value > span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.15s;
}
.store-product__option-value > span:hover {
  border-color: var(--border-color-dark);
}
.store-product__option-value input:checked + span {
  border-color: var(--button-background-color);
  background: var(--button-background-color);
  color: var(--button-text-color);
}
.store-product__option-price-diff {
  font-size: 0.75rem;
  opacity: 0.7;
  font-weight: 400;
}
.store-product__quantity label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.store-product__quantity-control {
  display: inline-flex;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.store-product__quantity-control button {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--alt-background-color);
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background-color 0.15s;
  border-radius: 0;
}
.store-product__quantity-control button:hover {
  background: var(--alt-background-color-dark);
}
.store-product__quantity-control input {
  width: 3rem;
  border-radius: 0;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  background: var(--content-background-color);
  color: var(--primary-text-color);
  font-size: 1rem;
  -moz-appearance: textfield;
}
.store-product__quantity-control input::-webkit-outer-spin-button, .store-product__quantity-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.store-product__stock {
  font-size: 0.9rem;
}
.store-product__stock .in-stock {
  color: var(--success-text-color);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.store-product__stock .low-stock {
  color: var(--warning-text-color);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.store-product__stock .out-of-stock {
  color: var(--error-text-color);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.store-product__stock svg.lucide {
  width: 1rem;
  height: 1rem;
}
.store-product__add-to-cart svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
}
.store-product__sold-out {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--alt-background-color);
  border-radius: var(--border-radius);
  color: var(--alt-text-color);
  font-weight: 500;
}
.store-product__sold-out svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
}
.store-product__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}
.store-product__category-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--alt-background-color);
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--alt-text-color);
  transition: all 0.15s;
}
.store-product__category-tag:hover {
  background: var(--alt-background-color-dark);
  color: var(--primary-text-color);
}

.store-cart {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .store-cart {
    grid-template-columns: 1fr 320px;
  }
}
.store-cart__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.store-cart__messages {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-cart__message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius);
  font-size: 0.9rem;
}
.store-cart__message svg.lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.store-cart__message--warning {
  background: var(--warning-background-color);
  border: 1px solid var(--warning-border-color);
  color: var(--warning-text-color);
}
.store-cart__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-cart__item {
  display: grid;
  grid-template-columns: 80px 1fr auto auto auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
}
@media (max-width: 767px) {
  .store-cart__item {
    grid-template-columns: 60px 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.75rem 0.5rem;
  }
}
.store-cart__item-image {
  width: 80px;
  height: 80px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--alt-background-color);
}
@media (max-width: 767px) {
  .store-cart__item-image {
    width: 60px;
    height: 60px;
  }
}
.store-cart__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-cart__item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--alt-text-color);
}
.store-cart__item-placeholder svg.lucide {
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
}
.store-cart__item-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .store-cart__item-details {
    grid-column: 2/4;
  }
}
.store-cart__item-name {
  font-weight: 500;
  color: var(--primary-text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-cart__item-name:hover {
  text-decoration: underline;
}
.store-cart__item-variant {
  font-size: 0.85rem;
  color: var(--alt-text-color);
}
.store-cart__item-sku {
  font-size: 0.75rem;
  color: var(--alt-text-color);
}
.store-cart__item-price {
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .store-cart__item-price {
    display: none;
  }
}
.store-cart__item-quantity {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}
@media (max-width: 767px) {
  .store-cart__item-quantity {
    grid-column: 1/2;
    grid-row: 2;
  }
}
.store-cart__quantity-control {
  display: inline-flex;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.store-cart__quantity-btn {
  width: 2rem;
  height: 2rem;
  background: var(--alt-background-color);
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.15s;
  flex-shrink: 0;
  height: 100%;
}
.store-cart__quantity-btn:hover {
  background: var(--alt-background-color-dark);
}
.store-cart__quantity-input {
  width: 2.5rem;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  background: var(--content-background-color);
  color: var(--primary-text-color);
  font-size: 0.9rem;
  -moz-appearance: textfield;
}
.store-cart__quantity-input::-webkit-outer-spin-button, .store-cart__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.store-cart__item-stock {
  font-size: 0.75rem;
  color: var(--warning-text-color);
}
.store-cart__item-total {
  font-weight: 600;
  white-space: nowrap;
  min-width: 70px;
  text-align: right;
}
@media (max-width: 767px) {
  .store-cart__item-total {
    grid-column: 2/3;
    grid-row: 2;
  }
}
.store-cart__item-remove {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--alt-text-color);
  transition: color 0.15s;
  border-radius: var(--border-radius);
}
.store-cart__item-remove:hover {
  color: var(--error-text-color);
}
.store-cart__item-remove svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 767px) {
  .store-cart__item-remove {
    grid-column: 3/4;
    grid-row: 2;
    justify-self: end;
  }
}
@media (max-width: 767px) {
  .store-cart__summary {
    order: -1;
  }
}
.store-cart__summary-card {
  position: sticky;
  top: 1rem;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 1.5rem;
}
.store-cart__summary-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}
.store-cart__summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.store-cart__summary-row--muted {
  color: var(--alt-text-color);
  font-size: 0.9rem;
}
.store-cart__summary-row--total {
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  border-top: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
}
.store-cart__checkout-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.store-cart__continue-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--link-color);
}
.store-cart__continue-link svg.lucide {
  width: 1rem;
  height: 1rem;
}
.store-cart__continue-link:hover {
  text-decoration: underline;
}

.store-checkout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .store-checkout {
    grid-template-columns: 1fr 380px;
  }
}
.store-checkout__main {
  min-width: 0;
}
.store-checkout__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-checkout__section {
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}
.store-checkout__section--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.store-checkout__section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--alt-background-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.store-checkout__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: var(--button-background-color);
  color: var(--button-text-color);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 600;
}
.store-checkout__section-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-checkout__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: var(--alt-background-color);
  border-bottom: 1px solid var(--border-color);
}
.store-checkout__section-header .store-checkout__section-title {
  padding: 0;
  background: none;
  border: none;
  flex: 1;
}
.store-checkout__edit-btn {
  padding: 0.35rem 0.75rem;
  background: none;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  color: var(--link-color);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.store-checkout__edit-btn:hover {
  background: var(--alt-background-color-dark);
  border-color: var(--link-color);
}
.store-checkout__section-summary {
  padding: 1rem 1.25rem;
  color: var(--alt-text-color);
  font-size: 0.9rem;
  line-height: 1.5;
}
.store-checkout__section-summary p {
  margin: 0;
}
.store-checkout__section-summary p + p {
  margin-top: 0.25rem;
}
.store-checkout__section--collapsed .store-checkout__section-header {
  border-bottom: none;
}
.store-checkout__section--collapsed .store-checkout__step-number {
  background: var(--success-border-color);
}
.store-checkout__field label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}
.store-checkout__field label .optional {
  font-weight: 400;
  color: var(--alt-text-color);
}
.store-checkout__field input, .store-checkout__field select {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius);
  background: var(--input-background-color);
  color: var(--primary-text-color);
  font-size: 0.95rem;
}
.store-checkout__field input:focus, .store-checkout__field select:focus {
  outline: none;
  border-color: var(--button-background-color);
}
@media (min-width: 600px) {
  .store-checkout__field--small {
    max-width: 140px;
  }
}
.store-checkout__field-help {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--alt-text-color);
}
.store-checkout__field-row {
  display: flex;
  gap: 1rem;
}
@media (max-width: 599px) {
  .store-checkout__field-row {
    flex-direction: column;
    gap: 0;
  }
}
.store-checkout__field-row .store-checkout__field {
  flex: 1;
}
.store-checkout__shipping-rates {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.store-checkout__shipping-rates-placeholder {
  padding: 1.5rem;
  text-align: center;
  color: var(--alt-text-color);
  background: var(--alt-background-color);
  border-radius: var(--border-radius);
}
.store-checkout__shipping-error {
  padding: 1rem;
  text-align: center;
  color: var(--error-text-color);
  background: var(--error-background-color);
  border-radius: var(--border-radius);
}
.store-checkout__shipping-rate {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.15s;
}
.store-checkout__shipping-rate:hover {
  border-color: var(--border-color-dark);
}
.store-checkout__shipping-rate:has(input:checked) {
  border-color: var(--button-background-color);
  background: rgba(var(--button-background-rgb), 0.05);
}
.store-checkout__shipping-rate input[type=radio] {
  margin: 0;
}
.store-checkout__shipping-rate-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.store-checkout__shipping-rate-name {
  font-weight: 500;
}
.store-checkout__shipping-rate-delivery {
  font-size: 0.85rem;
  color: var(--alt-text-color);
}
.store-checkout__shipping-rate-price {
  font-weight: 600;
}
.store-checkout__get-rates, .store-checkout__continue-payment {
  width: 100%;
  justify-content: center;
}
.store-checkout__discount {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-color);
}
.store-checkout__discount-toggle button {
  background: none;
  border: none;
  padding: 0;
  color: var(--link-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.store-checkout__discount-toggle button svg.lucide {
  width: 1rem;
  height: 1rem;
}
.store-checkout__discount-toggle button:hover {
  text-decoration: underline;
}
.store-checkout__discount-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.store-checkout__discount-form input {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius);
  background: var(--input-background-color);
  color: var(--primary-text-color);
  font-size: 0.9rem;
  text-transform: uppercase;
}
.store-checkout__discount-applied {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.store-checkout__discount-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  background: var(--success-background-color);
  color: var(--success-text-color);
  border-radius: var(--border-radius);
  font-size: 0.85rem;
  font-weight: 500;
}
.store-checkout__discount-badge svg.lucide {
  width: 0.9rem;
  height: 0.9rem;
}
.store-checkout__discount-remove {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: var(--alt-text-color);
}
.store-checkout__discount-remove:hover {
  color: var(--error-text-color);
}
.store-checkout__discount-remove svg.lucide {
  width: 1rem;
  height: 1rem;
}
.store-checkout__payment-form {
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: var(--alt-background-color);
  border-radius: var(--border-radius);
}
.store-checkout__error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--error-background-color);
  border: 1px solid var(--error-border-color);
  border-radius: var(--border-radius);
  color: var(--error-text-color);
  font-size: 0.9rem;
}
.store-checkout__error svg.lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.store-checkout__discount-error {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: var(--error-background-color);
  border: 1px solid var(--error-border-color);
  border-radius: var(--border-radius);
  color: var(--error-text-color);
  font-size: 0.85rem;
}
.store-checkout__payment-message {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: var(--border-radius);
  font-size: 0.9rem;
}
.store-checkout__payment-message--error {
  background: var(--error-background-color);
  color: var(--error-text-color);
}
.store-checkout__payment-message--info {
  background: var(--alt-background-color);
  color: var(--alt-text-color);
}
.store-checkout__retry-btn {
  margin-top: 0.5rem;
}
.store-checkout__pay-btn {
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}
.store-checkout__pay-btn svg.lucide {
  width: 1rem;
  height: 1rem;
}
.store-checkout__secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--alt-text-color);
}
.store-checkout__secure-note svg.lucide {
  width: 1rem;
  height: 1rem;
  color: var(--success-text-color);
}
@media (max-width: 767px) {
  .store-checkout__sidebar {
    order: -1;
  }
}
.store-checkout__summary {
  position: sticky;
  top: 1rem;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 1.25rem;
}
.store-checkout__summary h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.store-checkout__items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-color);
  max-height: 300px;
  overflow-y: auto;
}
.store-checkout__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.store-checkout__item-image {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--alt-background-color);
  flex-shrink: 0;
}
.store-checkout__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-checkout__item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--alt-text-color);
}
.store-checkout__item-placeholder svg.lucide {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
}
.store-checkout__item-qty {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--button-background-color);
  color: var(--button-text-color);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-checkout__item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.store-checkout__item-name {
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-checkout__item-variant {
  font-size: 0.8rem;
  color: var(--alt-text-color);
}
.store-checkout__item-price {
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}
.store-checkout__totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-checkout__total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.store-checkout__total-row .muted {
  color: var(--alt-text-color);
}
.store-checkout__total-row--total {
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--border-color);
}
.store-checkout__discount-amount {
  color: var(--success-text-color);
}

.store-confirmation {
  max-width: 800px;
  margin: 0 auto;
}
.store-confirmation__header {
  text-align: center;
  margin-bottom: 2rem;
}
.store-confirmation__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.store-confirmation__icon svg.lucide {
  width: 4rem;
  height: 4rem;
  color: var(--success-text-color);
}
.store-confirmation h1 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.store-confirmation__subtitle {
  color: var(--alt-text-color);
  font-size: 1.1rem;
}
.store-confirmation__order-info {
  text-align: center;
  padding: 1.5rem;
  background: var(--alt-background-color);
  border-radius: var(--border-radius-lg);
  margin-bottom: 2rem;
}
.store-confirmation__order-number {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.store-confirmation__order-number .label {
  font-size: 0.85rem;
  color: var(--alt-text-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.store-confirmation__order-number .value {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-mono);
}
.store-confirmation__email-note {
  font-size: 0.9rem;
  color: var(--alt-text-color);
}
.store-confirmation__content {
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}
.store-confirmation__details {
  padding: 1.5rem;
}
.store-confirmation__section {
  margin-bottom: 1.5rem;
}
.store-confirmation__section:last-child {
  margin-bottom: 0;
}
.store-confirmation__section h3 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--alt-text-color);
  margin-bottom: 0.75rem;
}
.store-confirmation__columns {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .store-confirmation__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.store-confirmation__items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-color);
}
.store-confirmation__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.store-confirmation__item-image {
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--alt-background-color);
  flex-shrink: 0;
}
.store-confirmation__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-confirmation__item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--alt-text-color);
}
.store-confirmation__item-placeholder svg.lucide {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
}
.store-confirmation__item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.store-confirmation__item-name {
  font-weight: 500;
}
.store-confirmation__item-variant, .store-confirmation__item-qty {
  font-size: 0.85rem;
  color: var(--alt-text-color);
}
.store-confirmation__item-price {
  font-weight: 500;
  white-space: nowrap;
}
.store-confirmation__totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-confirmation__total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.store-confirmation__total-row--discount {
  color: var(--success-text-color);
}
.store-confirmation__total-row--total {
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--border-color);
}
.store-confirmation__address {
  font-style: normal;
  line-height: 1.6;
}
.store-confirmation__shipping-method {
  font-weight: 500;
}
.store-confirmation__tracking {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.store-confirmation__tracking a {
  color: var(--link-color);
  font-family: var(--font-mono);
}
.store-confirmation__tracking a:hover {
  text-decoration: underline;
}
.store-confirmation__tracking-note {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: var(--alt-text-color);
}
.store-confirmation__payment-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--success-text-color);
  font-weight: 500;
}
.store-confirmation__payment-status svg.lucide {
  width: 1rem;
  height: 1rem;
}
.store-confirmation__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.store-confirmation__support {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
  color: var(--alt-text-color);
}
.store-confirmation__support a {
  color: var(--link-color);
}
.store-confirmation__support a:hover {
  text-decoration: underline;
}

.store-order-status {
  max-width: 500px;
  margin: 0 auto;
}
.store-order-status--found {
  max-width: 800px;
}
.store-order-status__header {
  text-align: center;
  margin-bottom: 2rem;
}
.store-order-status__header h1 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.store-order-status__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--link-color);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.store-order-status__back svg.lucide {
  width: 1rem;
  height: 1rem;
}
.store-order-status__back:hover {
  text-decoration: underline;
}
.store-order-status__subtitle {
  color: var(--alt-text-color);
  font-size: 1.1rem;
}
.store-order-status__error {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--danger-background-color);
  border: 1px solid var(--danger-border-color);
  border-radius: var(--border-radius);
  color: var(--danger-text-color);
  margin-bottom: 1.5rem;
}
.store-order-status__error svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.store-order-status__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 1.5rem;
}
.store-order-status__form .form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.store-order-status__form .form-group input {
  width: 100%;
}
.store-order-status__help {
  text-align: center;
  margin-top: 1.5rem;
  color: var(--alt-text-color);
  font-size: 0.9rem;
}
.store-order-status__help a {
  color: var(--link-color);
}
.store-order-status__help a:hover {
  text-decoration: underline;
}
.store-order-status__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: var(--border-radius-lg);
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}
.store-order-status__banner svg.lucide {
  width: 1.5rem;
  height: 1.5rem;
}
.store-order-status__banner--paid, .store-order-status__banner--processing {
  background: var(--info-background-color);
  color: var(--info-text-color);
  border: 1px solid var(--info-border-color);
}
.store-order-status__banner--shipped {
  background: var(--warning-background-color);
  color: var(--warning-text-color);
  border: 1px solid var(--warning-border-color);
}
.store-order-status__banner--delivered, .store-order-status__banner--completed {
  background: var(--success-background-color);
  color: var(--success-text-color);
  border: 1px solid var(--success-border-color);
}
.store-order-status__banner--cancelled, .store-order-status__banner--refunded {
  background: var(--danger-background-color);
  color: var(--danger-text-color);
  border: 1px solid var(--danger-border-color);
}
.store-order-status__tracking {
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.store-order-status__tracking h3 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--alt-text-color);
  margin-bottom: 1rem;
}
.store-order-status__tracking-details {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.store-order-status__tracking-carrier, .store-order-status__tracking-number {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.store-order-status__tracking-carrier .label, .store-order-status__tracking-number .label {
  font-size: 0.8rem;
  color: var(--alt-text-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.store-order-status__tracking-carrier .value, .store-order-status__tracking-number .value {
  font-weight: 600;
  font-family: var(--font-mono);
}
.store-order-status__tracking-carrier a.value, .store-order-status__tracking-number a.value {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--link-color);
}
.store-order-status__tracking-carrier a.value svg.lucide, .store-order-status__tracking-number a.value svg.lucide {
  width: 0.875rem;
  height: 0.875rem;
}
.store-order-status__tracking-carrier a.value:hover, .store-order-status__tracking-number a.value:hover {
  text-decoration: underline;
}
.store-order-status__pending-shipment {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--alt-background-color);
  border-radius: var(--border-radius-lg);
  margin-bottom: 1.5rem;
  color: var(--alt-text-color);
}
.store-order-status__pending-shipment svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.store-order-status__content {
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  padding: 1.5rem;
}
.store-order-status__section {
  margin-bottom: 1.5rem;
}
.store-order-status__section:last-child {
  margin-bottom: 0;
}
.store-order-status__section h3 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--alt-text-color);
  margin-bottom: 0.75rem;
}
.store-order-status__columns {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .store-order-status__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.store-order-status__items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-color);
}
.store-order-status__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.store-order-status__item-image {
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--alt-background-color);
  flex-shrink: 0;
}
.store-order-status__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-order-status__item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--alt-text-color);
}
.store-order-status__item-placeholder svg.lucide {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
}
.store-order-status__item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.store-order-status__item-name {
  font-weight: 500;
}
.store-order-status__item-variant, .store-order-status__item-qty {
  font-size: 0.85rem;
  color: var(--alt-text-color);
}
.store-order-status__item-price {
  font-weight: 500;
  white-space: nowrap;
}
.store-order-status__totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-order-status__total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.store-order-status__total-row--discount {
  color: var(--success-text-color);
}
.store-order-status__total-row--total {
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--border-color);
}
.store-order-status__address {
  font-style: normal;
  line-height: 1.6;
}
.store-order-status__shipping-method {
  font-weight: 500;
}
.store-order-status__date-detail {
  font-size: 0.85rem;
  color: var(--alt-text-color);
  margin-top: 0.25rem;
}
.store-order-status__support {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
  color: var(--alt-text-color);
}
.store-order-status__support a {
  color: var(--link-color);
}
.store-order-status__support a:hover {
  text-decoration: underline;
}

.store-shipping-label__section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}
.store-shipping-label__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.store-shipping-label__subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--alt-text-color-dark);
}
.store-shipping-label__row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.store-shipping-label__field {
  flex: 1;
  min-width: 200px;
}
.store-shipping-label__field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--alt-text-color);
}
.store-shipping-label__inline-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.store-shipping-label__inline-inputs input[type=number] {
  width: 70px;
  text-align: center;
}
.store-shipping-label__x {
  color: var(--alt-text-color);
  font-size: 0.9rem;
}
.store-shipping-label__rates {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-shipping-label__rate {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
.store-shipping-label__rate:hover {
  border-color: var(--border-color-dark);
  background: var(--alt-background-color);
}
.store-shipping-label__rate:has(input:checked) {
  border-color: var(--button-background-color);
  background: var(--alt-background-color);
}
.store-shipping-label__rate input[type=radio] {
  flex-shrink: 0;
}
.store-shipping-label__rate-details {
  flex: 1;
  min-width: 0;
}
.store-shipping-label__rate-name {
  font-weight: 500;
}
.store-shipping-label__rate-delivery {
  font-size: 0.85rem;
  color: var(--alt-text-color);
  margin-top: 0.125rem;
}
.store-shipping-label__rate-price {
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
.store-shipping-label__actions {
  margin-top: 1.5rem;
}

.admin-tracking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: var(--alt-background-color);
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
}
.admin-tracking__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.admin-tracking__carrier {
  font-weight: 600;
}
.admin-tracking__number {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--alt-text-color);
}
.admin-tracking__actions {
  display: flex;
  gap: 0.5rem;
}

.category-nav {
  margin-bottom: 2rem;
}
.category-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-nav__link {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--alt-background-color);
  border-radius: 999px;
  color: var(--alt-text-color);
  font-size: 0.9rem;
  transition: all 0.15s;
}
.category-nav__link:hover {
  background: var(--alt-background-color-dark);
  color: var(--primary-text-color);
}
.category-nav__link--active {
  background: var(--button-background-color);
  color: var(--button-text-color);
}
.category-nav__link--active:hover {
  background: var(--button-hover-background-color);
  color: var(--button-text-color);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}
.product-card:hover {
  box-shadow: var(--box-shadow);
  transform: translateY(-2px);
}
.product-card__image {
  position: relative;
  aspect-ratio: 1;
  background: var(--alt-background-color);
  overflow: hidden;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.product-card:hover .product-card__image img {
  transform: scale(1.05);
}
.product-card__placeholder {
  width: 100%;
  height: 100%;
  background: var(--alt-background-color);
}
.product-card__status {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.75rem;
  background: var(--primary-text-color);
  color: var(--content-background-color);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--border-radius);
  text-transform: uppercase;
}
.product-card__info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.product-card__name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-text-color);
  line-height: 1.3;
  margin: 0;
}
.product-card__price {
  font-weight: 600;
  color: var(--primary-text-color);
  margin: 0;
}
.product-card__variants {
  font-size: 0.8rem;
  color: var(--alt-text-color);
  margin: 0;
}

.home-page__cta {
  margin-top: 2rem;
  text-align: center;
}

.product-page {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .product-page {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .product-page {
    gap: 3rem;
  }
}
.product-page__images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-page__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-page__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
}
.product-page__price {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-page__status {
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius);
}
.product-page__status--sold-out {
  background: var(--error-background-color);
  color: var(--error-text-color);
}
.product-page__description {
  color: var(--alt-text-color);
  line-height: 1.6;
}
.product-page__sold-out-message {
  color: var(--alt-text-color);
}
.product-page__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}
.product-page__category-link {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--alt-background-color);
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--alt-text-color);
  transition: all 0.15s;
}
.product-page__category-link:hover {
  background: var(--alt-background-color-dark);
  color: var(--primary-text-color);
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-gallery__main {
  aspect-ratio: 1;
  background: var(--alt-background-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}
.product-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-gallery__thumbnails {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.product-gallery__thumb {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  background: var(--content-background-color);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.15s;
}
.product-gallery__thumb:hover, .product-gallery__thumb--active {
  border-color: var(--button-background-color);
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery__placeholder {
  aspect-ratio: 1;
  background: var(--alt-background-color);
  border-radius: var(--border-radius-lg);
}

.product-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-form__label {
  font-weight: 500;
  font-size: 0.9rem;
}
.product-form__select {
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius);
  background: var(--input-background-color);
  color: var(--primary-text-color);
  font-size: 0.95rem;
}
.product-form__select:focus {
  outline: none;
  border-color: var(--button-background-color);
}
.product-form__quantity {
  display: inline-flex;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.product-form__qty-btn {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--alt-background-color);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
}
.product-form__qty-btn:hover {
  background: var(--alt-background-color-dark);
}
.product-form__qty-btn svg.lucide {
  width: 1rem;
  height: 1rem;
}
.product-form__qty-input {
  width: 3rem;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  background: var(--content-background-color);
  color: var(--primary-text-color);
  font-size: 1rem;
  -moz-appearance: textfield;
}
.product-form__qty-input::-webkit-outer-spin-button, .product-form__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-form__submit {
  width: 100%;
  justify-content: center;
}

.cart-page {
  max-width: 900px;
}

.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--alt-text-color);
}
.cart-empty a {
  color: var(--link-color);
}

.cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
}
@media (min-width: 640px) {
  .cart-item {
    grid-template-columns: 80px 1fr auto auto;
  }
}
.cart-item__image {
  width: 80px;
  height: 80px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--alt-background-color);
}
.cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-item__placeholder {
  width: 100%;
  height: 100%;
  background: var(--alt-background-color);
}
.cart-item__details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.cart-item__name {
  font-weight: 500;
  color: var(--primary-text-color);
}
.cart-item__name:hover {
  text-decoration: underline;
}
.cart-item__variant {
  font-size: 0.85rem;
  color: var(--alt-text-color);
}
.cart-item__customization {
  margin-top: 0.25rem;
  padding: 0.5rem;
  background: var(--alt-background-color);
  border-radius: var(--border-radius);
  font-size: 0.8rem;
}
.cart-item__customization-field {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.cart-item__customization-field + .cart-item__customization-field {
  margin-top: 0.125rem;
}
.cart-item__customization-label {
  color: var(--alt-text-color);
}
.cart-item__customization-value {
  color: var(--primary-text-color);
  font-style: italic;
}
.cart-item__customization-note {
  font-size: 0.75rem;
  color: var(--alt-text-color);
  font-weight: normal;
}
.cart-item__unit-price {
  font-size: 0.9rem;
  color: var(--alt-text-color);
}
.cart-item__remove-link {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.85rem;
  color: var(--link-color);
  cursor: pointer;
}
.cart-item__remove-link:hover {
  text-decoration: underline;
}
.cart-item__quantity-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-item__quantity {
  display: inline-flex;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.cart-item__qty-btn {
  width: 2rem;
  height: 2rem;
  background: var(--alt-background-color);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
}
.cart-item__qty-btn:hover {
  background: var(--alt-background-color-dark);
}
.cart-item__qty-btn svg.lucide {
  width: 0.875rem;
  height: 0.875rem;
}
.cart-item__qty-input {
  width: 2.5rem;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  background: var(--content-background-color);
  color: var(--primary-text-color);
  font-size: 0.9rem;
  -moz-appearance: textfield;
}
.cart-item__qty-input::-webkit-outer-spin-button, .cart-item__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item__price {
  font-weight: 600;
  white-space: nowrap;
  min-width: 70px;
  text-align: right;
}
.cart-item__remove-btn {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--alt-text-color);
  border-radius: var(--border-radius);
  transition: color 0.15s;
}
.cart-item__remove-btn:hover {
  color: var(--error-text-color);
}
.cart-item__remove-btn svg.lucide {
  width: 1.25rem;
  height: 1.25rem;
}

.cart-footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}
@media (min-width: 640px) {
  .cart-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.cart-totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.cart-subtotal__amount {
  white-space: nowrap;
}

.cart-shipping-note {
  font-size: 0.85rem;
  color: var(--alt-text-color);
  margin: 0;
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .cart-actions {
    align-items: flex-end;
  }
}

.cart-checkout-btn {
  min-width: 200px;
  justify-content: center;
}

.cart-continue-btn {
  justify-content: center;
}

.checkout-page {
  max-width: 1100px;
  margin: 0 auto;
}

.checkout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .checkout {
    grid-template-columns: 1fr 380px;
    gap: 3rem;
  }
}
.checkout__main {
  order: 2;
}
@media (min-width: 900px) {
  .checkout__main {
    order: 1;
  }
}
.checkout__sidebar {
  order: 1;
}
@media (min-width: 900px) {
  .checkout__sidebar {
    order: 2;
  }
}

.checkout__section {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  background: var(--content-background-color);
  overflow: hidden;
}
.checkout__section + .checkout__section {
  margin-top: 1rem;
}
.checkout__section--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.checkout__section--collapsed .checkout__section-content {
  display: none;
}

.checkout__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
}

.checkout__section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.checkout__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--button-text-color);
  background: var(--button-background-color);
  border-radius: 50%;
}

.checkout__edit-btn {
  background: none;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: var(--link-color);
  cursor: pointer;
}
.checkout__edit-btn:hover {
  text-decoration: underline;
}

.checkout__section-summary {
  padding: 0 1.25rem 1rem;
  color: var(--alt-text-color);
  font-size: 0.9rem;
}
.checkout__section-summary p {
  margin: 0;
  line-height: 1.5;
}

.checkout__section-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
}

.checkout__error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--error-background-color);
  border: 1px solid var(--error-border-color);
  border-radius: var(--border-radius);
  color: var(--error-text-color);
  font-size: 0.9rem;
}
.checkout__error svg {
  flex-shrink: 0;
}

.checkout__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.checkout__field label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-text-color);
}
.checkout__field .optional {
  font-weight: normal;
  color: var(--alt-text-color);
}
.checkout__field input, .checkout__field select {
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius);
  background: var(--input-background-color);
  font-size: 1rem;
  color: var(--primary-text-color);
}
.checkout__field input:focus, .checkout__field select:focus {
  outline: 2px solid var(--button-background-color);
  outline-offset: 1px;
}
.checkout__field--small {
  flex: 0 0 auto;
}
@media (min-width: 640px) {
  .checkout__field--small {
    width: 120px;
  }
}

.checkout__field-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .checkout__field-row {
    flex-direction: row;
    align-items: flex-start;
  }
  .checkout__field-row .checkout__field:first-child {
    flex: 1;
  }
}

.checkout__field-help {
  font-size: 0.8rem;
  color: var(--alt-text-color);
  margin: 0;
}

.checkout__continue-btn {
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 640px) {
  .checkout__continue-btn {
    width: auto;
    align-self: flex-start;
  }
}

.checkout__shipping-rates {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout__shipping-rates-placeholder {
  text-align: center;
  padding: 1.5rem;
  color: var(--alt-text-color);
  font-style: italic;
}

.checkout__shipping-error {
  text-align: center;
  padding: 1rem;
  color: var(--error-text-color);
}

.checkout__shipping-rate {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: border-color 0.15s;
}
.checkout__shipping-rate:hover {
  border-color: var(--border-color-dark);
}
.checkout__shipping-rate:has(input:checked) {
  border-color: var(--button-background-color);
  background: rgba(48, 109, 165, 0.05);
}
.checkout__shipping-rate input[type=radio] {
  margin: 0;
  width: 1.1rem;
  height: 1.1rem;
}

.checkout__shipping-rate-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.checkout__shipping-rate-name {
  font-weight: 500;
}

.checkout__shipping-rate-delivery {
  font-size: 0.8rem;
  color: var(--alt-text-color);
}

.checkout__shipping-rate-price {
  font-weight: 600;
}

.checkout__discount {
  padding: 1rem 0;
}

.checkout__discount-toggle button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  color: var(--link-color);
  cursor: pointer;
  font-size: 0.9rem;
}
.checkout__discount-toggle button:hover {
  text-decoration: underline;
}

.checkout__discount-form {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.checkout__discount-form input {
  flex: 1;
  min-width: 150px;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius);
  font-size: 0.9rem;
}

.checkout__discount-error {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.85rem;
  color: var(--error-text-color);
}

.checkout__discount-applied {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout__discount-badge {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.625rem;
  background: var(--success-background-color);
  border: 1px solid var(--success-border-color);
  border-radius: var(--border-radius);
  font-size: 0.85rem;
  color: var(--success-text-color);
}

.checkout__discount-remove {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: var(--alt-text-color);
}
.checkout__discount-remove:hover {
  color: var(--error-text-color);
}

.checkout__payment-form {
  min-height: 200px;
}

.checkout__payment-message {
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius);
  font-size: 0.9rem;
}
.checkout__payment-message--error {
  background: var(--error-background-color);
  border: 1px solid var(--error-border-color);
  color: var(--error-text-color);
}

.checkout__pay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  padding: 0.875rem 1.5rem;
  font-size: 1.1rem;
}

.checkout__secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--alt-text-color);
}
.checkout__secure-note svg {
  color: var(--success-text-color);
}

.checkout__summary {
  position: sticky;
  top: 1rem;
  background: var(--content-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 1.25rem;
}
.checkout__summary h3 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.checkout__items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 1rem;
}

.checkout__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.checkout__item-image {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--alt-background-color);
}
.checkout__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout__item-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--alt-text-color);
}

.checkout__item-qty {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  background: var(--button-background-color);
  color: var(--button-text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout__item-info {
  flex: 1;
  min-width: 0;
}

.checkout__item-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout__item-variant {
  display: block;
  font-size: 0.8rem;
  color: var(--alt-text-color);
}

.checkout__item-price {
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.checkout__totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout__total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.checkout__total-row--total {
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-color);
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.checkout__discount-amount {
  color: var(--success-text-color);
}

.muted {
  color: var(--alt-text-color);
  font-size: 0.85rem;
}

.button--loader {
  position: relative;
}
.button--loader .button__loading {
  display: none;
}
.button--loader.loading .button__text {
  visibility: hidden;
}
.button--loader.loading .button__loading {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
}

.button__spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.custom-page {
  max-width: 800px;
}
.custom-page__content {
  line-height: 1.7;
}
.custom-page__content h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.custom-page__content p + p {
  margin-top: 1rem;
}
.custom-page__content a {
  color: var(--link-color);
}
.custom-page__content a:hover {
  text-decoration: underline;
}

.error-page {
  text-align: center;
  padding: 3rem 1rem;
}
.error-page h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.error-page p {
  color: var(--alt-text-color);
  margin-bottom: 1.5rem;
}

.empty-message {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--alt-text-color);
}
.empty-message a {
  color: var(--link-color);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 500px;
  margin-bottom: 2rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  font-weight: 500;
  font-size: 0.9rem;
}

.form-input,
.form-textarea {
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius);
  background: var(--input-background-color);
  color: var(--primary-text-color);
  font-size: 0.95rem;
  font-family: inherit;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--button-background-color);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
}
.contact-info h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.contact-info p {
  margin-bottom: 0.5rem;
}
.contact-info p a {
  color: var(--link-color);
}
.contact-info p a:hover {
  text-decoration: underline;
}