/* Page-specific storefront styles. Loaded by style.css. */

/*-----------------------------------*\
 * #CART PAGE
\*-----------------------------------*/

.cart-page {
  min-height: 60vh;
}

.cart-title {
  margin-bottom: 24px;
}

.cart-empty {
  color: var(--sonic-silver);
  margin-bottom: 24px;
}

.cart-list {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--cultured);
  border-radius: 6px;
}

.cart-item img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--cultured);
}

.cart-item h3 {
  color: var(--eerie-black);
  font-size: var(--fs-7);
  font-weight: var(--fw-600);
  margin-bottom: 6px;
}

.cart-remove-btn {
  color: var(--candy-pink);
  font-weight: var(--fw-600);
  text-align: right;
}

.cart-summary {
  display: grid;
  gap: 14px;
  max-width: 360px;
  margin-left: auto;
  padding-top: 20px;
  border-top: 1px solid var(--cultured);
}

.cart-summary strong {
  color: var(--eerie-black);
  font-size: var(--fs-5);
}

.cart-summary .btn {
  width: 100%;
}

.cart-btn.is-added,
.add-cart-btn.is-added {
  filter: brightness(0.92);
}

@media (max-width: 575px) {
  .cart-item {
    grid-template-columns: 72px 1fr;
  }

  .cart-item img {
    width: 72px;
    height: 72px;
  }

  .cart-remove-btn {
    grid-column: 2;
    text-align: left;
  }

  .cart-summary {
    max-width: none;
  }
}

/*-----------------------------------*\
 * #INFO PAGES
\*-----------------------------------*/

.info-page {
  min-height: 55vh;
}

.info-title {
  margin-bottom: 18px;
}

.info-text {
  max-width: 720px;
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  line-height: 1.7;
  margin-bottom: 26px;
}

.info-action {
  width: max-content;
}

@media (max-width: 575px) {
  .info-action {
    width: 100%;
  }
}

/* Final commerce flow */
.cart-page { min-height: 70vh; background: #fafafa; }
.cart-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.cart-eyebrow, .product-kicker { color: var(--candy-pink); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; }
.cart-back-link { color: #222; font-weight: 600; border-bottom: 1px solid #222; }
.cart-list { display: grid; gap: 12px; margin-bottom: 32px; }
.cart-item { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 16px; background: #fff; border: 1px solid #e6e6e6; border-radius: 6px; }
.cart-item img { width: 112px; height: 112px; object-fit: cover; border-radius: 4px; background: #f1f1f1; }
.cart-item h3 { margin-bottom: 5px; color: #171717; font-size: 1rem; }
.cart-item p { color: #666; }
.cart-item-price { display: grid; justify-items: end; gap: 12px; }
.cart-quantity { display: grid; grid-template-columns: 34px 36px 34px; width: max-content; align-items: center; margin-top: 12px; border: 1px solid #d9d9d9; border-radius: 4px; overflow: hidden; }
.cart-quantity button, .cart-quantity span { height: 34px; display: grid; place-items: center; }
.cart-quantity button { background: #f3f3f3; font-size: 1.1rem; }
.cart-remove-btn { color: var(--candy-pink); font-size: 0.84rem; font-weight: 600; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr); gap: 28px; align-items: start; }
.checkout-form, .cart-summary { background: #fff; border: 1px solid #e2e2e2; border-radius: 6px; padding: 26px; }
.checkout-intro { color: #666; margin: 8px 0 22px; }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checkout-fields label, .contact-form label { display: grid; gap: 7px; color: #222; font-size: 0.9rem; font-weight: 600; }
.checkout-fields input, .checkout-fields select, .checkout-fields textarea, .contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d4d4d4; border-radius: 4px; padding: 12px 13px; background: #fff; font: inherit; color: #171717; }
.checkout-fields input:focus, .checkout-fields select:focus, .checkout-fields textarea:focus, .contact-form input:focus, .contact-form textarea:focus { outline: 2px solid #171717; outline-offset: 1px; }
.checkout-full { grid-column: 1 / -1; }
.cart-promo-field { display: grid; margin: 20px 0 4px; padding: 16px; border: 1px dashed #b7b7b7; border-radius: 4px; background: #fafafa; gap: 7px; }
.cart-promo-field > span { color: #222; font-size: .9rem; font-weight: 700; }
.cart-promo-field input { width: 100%; padding: 12px 13px; border: 1px solid #d4d4d4; border-radius: 4px; background: #fff; color: #171717; font: inherit; text-transform: uppercase; }
.cart-promo-field small { color: #6b6b6b; line-height: 1.45; }
.checkout-submit { width: 100%; margin-top: 22px; }
.cart-summary { position: sticky; top: 100px; display: grid; gap: 15px; border-top: 4px solid #171717; }
.cart-summary strong { font-size: 1.55rem; color: #171717; }
.summary-line { display: flex; justify-content: space-between; gap: 16px; padding-top: 15px; border-top: 1px solid #e6e6e6; font-size: 0.86rem; }
.summary-line span:last-child { text-align: right; color: #36745a; font-weight: 600; }
.summary-note { color: #666; font-size: 0.82rem; line-height: 1.5; }
.order-status { margin-top: 24px; padding: 0; font-weight: 600; }
.order-status.success, .order-status.error { padding: 16px 18px; border-radius: 4px; }
.order-status.success { color: #205c45; background: #e7f4ee; border: 1px solid #b9dacb; }
.order-status.error { color: #8d251f; background: #fbeceb; border: 1px solid #edc5c2; }
.product-options { display: grid; grid-template-columns: minmax(150px, 1fr) 110px; gap: 14px; margin: 22px 0 12px; }
.product-options label { display: grid; gap: 7px; font-weight: 600; }
.product-options label[hidden] { display: none; }
.product-options select, .product-options input { min-height: 44px; border: 1px solid #ccc; border-radius: 4px; padding: 8px 10px; font: inherit; }
.stock-status { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #36745a; font-size: 0.88rem; }
.stock-status span { width: 8px; height: 8px; border-radius: 50%; background: #36745a; }
.stock-status.is-low { color: #a15d0a; }
.stock-status.is-low span { background: #a15d0a; }
.stock-status.is-out { color: #8d251f; }
.stock-status.is-out span { background: #8d251f; }

.trust-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e2e2;
}
.trust-badges li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: #444;
}
.trust-badges ion-icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: #36745a;
}
.card-action-btn.is-added { background: #36745a; color: #fff; }
.contact-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: start; }
.contact-copy { color: #666; line-height: 1.7; }
.contact-form { display: grid; gap: 16px; padding: 26px; border: 1px solid #e2e2e2; border-radius: 6px; background: #fff; }
.contact-form .btn { width: 100%; }
@media (max-width: 767px) {
  .cart-heading { align-items: start; flex-direction: column; }
  .cart-item { grid-template-columns: 80px minmax(0, 1fr); gap: 14px; }
  .cart-item img { width: 80px; height: 80px; }
  .cart-item-price { grid-column: 2; justify-items: start; }
  .checkout-layout, .contact-layout { grid-template-columns: 1fr; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-full { grid-column: auto; }
  .cart-summary { position: static; }
  .product-options { grid-template-columns: 1fr 100px; text-align: left; }
}

/* Payment methods and editorial pages */
.section-eyebrow {
  margin-bottom: 8px;
  color: var(--candy-pink);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.payment-brand-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.payment-brand-list img {
  width: auto;
  height: 32px;
}

.payment-availability {
  flex-basis: 100%;
  margin-top: -6px;
  color: #777;
  font-size: .72rem;
  text-align: center;
}

.checkout-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  margin: 22px 0 16px;
  align-items: start;
  color: #505050;
  font-size: .84rem;
  line-height: 1.5;
}

.checkout-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checkout-consent a {
  color: #171717;
  font-weight: 600;
  text-decoration: underline;
}

.payment-methods {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  border: 0;
}

.payment-methods legend {
  margin-bottom: 10px;
  color: #171717;
  font-weight: 700;
}

.payment-method {
  display: grid;
  grid-template-columns: 20px 92px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  cursor: pointer;
}

.payment-method:has(input:checked) {
  border-color: #171717;
  box-shadow: inset 0 0 0 1px #171717;
}

.payment-method > img,
.payment-method .card-pair {
  width: 92px;
}

.payment-method > img {
  height: 38px;
  object-fit: contain;
}

.payment-method .card-pair {
  display: flex;
  gap: 4px;
}

.payment-method .card-pair img {
  width: 44px;
  height: 28px;
}

.payment-method span:last-child {
  display: grid;
}

.payment-method small {
  color: #666;
}

.payment-method.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.payment-instructions {
  max-width: 760px;
  margin: 34px auto 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #dedede;
  border-top: 4px solid #171717;
  border-radius: 6px;
}

.confirmation-waiting {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.confirmation-waiting-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #fff4e0;
  color: #9b6417;
}

.confirmation-waiting-icon ion-icon { font-size: 27px; }
.confirmation-waiting h2 { margin: 4px 0 10px; }
.confirmation-waiting p { margin: 0 0 14px; line-height: 1.6; }
.confirmation-deadline { color: #6c5a3a; }

.payment-result-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.payment-result-heading img {
  width: 130px;
  height: 48px;
  object-fit: contain;
}

.payment-result-heading .cart-eyebrow {
  margin: 0 0 4px;
}
.payment-promotion { margin: 16px 0; padding: 13px 15px; border: 1px solid #b9dacb; border-radius: 4px; color: #205c45; background: #e7f4ee; }

.payment-steps {
  display: grid;
  gap: 12px;
  padding-left: 22px;
  line-height: 1.6;
}

.payout-phone {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 8px;
  color: #fff;
  background: #171717;
  border-radius: 3px;
  letter-spacing: 0;
}

.payout-phone.is-placeholder {
  color: #8a231c;
  background: #fbeceb;
}

.payment-warning {
  margin: 18px 0;
  padding: 12px;
  color: #8a231c;
  background: #fbeceb;
  border-left: 3px solid var(--candy-pink);
}

.payment-proof-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}

.payment-proof-form label,
.track-form label {
  display: grid;
  gap: 7px;
  color: #222;
  font-weight: 600;
}

.payment-proof-form input,
.track-form input {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font: inherit;
}

.payment-proof-form .btn,
.payment-proof-form .order-status {
  grid-column: 1 / -1;
}

.simple-header {
  padding: 18px 0;
  border-bottom: 1px solid #e7e7e7;
}

.simple-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.simple-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #171717;
  font-weight: 600;
}

.simple-header nav a,
.simple-header nav a:visited {
  color: inherit;
}

.content-page,
.editorial-page {
  min-height: 70vh;
}

.content-page .h1,
.editorial-page .h1 {
  margin-bottom: 36px;
  text-align: center;
}

.narrow-content {
  max-width: 760px;
}

.editorial-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 34px 0;
  border-top: 1px solid #e2e2e2;
}

.editorial-story img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.editorial-story h2,
.help-section h2 {
  margin-bottom: 12px;
  color: #171717;
  font-size: 1.65rem;
}

.editorial-story p,
.help-section p {
  color: #555;
  line-height: 1.75;
}

.story-meta {
  margin-bottom: 8px;
  color: var(--candy-pink) !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.help-section {
  padding: 28px 0;
  border-top: 1px solid #e2e2e2;
}

.help-section details {
  padding: 14px 0;
  border-bottom: 1px solid #ededed;
}

.help-section summary {
  color: #171717;
  font-weight: 600;
  cursor: pointer;
}

.help-section details p {
  padding-top: 10px;
}

.track-form {
  display: grid;
  gap: 16px;
  padding: 26px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.track-result {
  display: grid;
  gap: 6px;
  margin-top: 22px;
}

.track-result.success,
.track-result.error {
  padding: 18px;
}

.track-result.success {
  color: #205c45;
  background: #e7f4ee;
}

.track-result.error {
  color: #8d251f;
  background: #fbeceb;
}

.track-hint {
  color: var(--sonic-silver);
  font-size: 0.9rem;
  margin-top: -8px;
  margin-bottom: 20px;
}

.last-order-shortcut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 20px;
  background: #fdeef1;
  border: 1px solid var(--candy-pink);
  border-radius: 6px;
}

.last-order-shortcut p {
  margin: 0;
  font-size: 0.92rem;
}

.track-order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #ddd;
  margin-top: 12px;
}

.track-order-row > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: baseline;
}

.track-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.track-order-items {
  flex-basis: 100%;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.track-order-items li {
  display: grid;
  gap: 6px;
  padding: 10px 0 0;
  border-top: 1px solid #eee;
}

.track-order-items li:first-child {
  border-top: none;
  padding-top: 0;
}

.track-order-items small {
  color: #666;
}

.return-request-form {
  display: grid;
  gap: 8px;
  max-width: 360px;
  margin-top: 6px;
}

.invoice-sheet {
  margin-top: 28px;
  padding: 32px;
  border: 1px solid #ddd;
}

.invoice-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.invoice-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.invoice-brand p {
  margin-top: 8px;
  color: var(--sonic-silver);
  font-size: 0.85rem;
}

.invoice-meta {
  text-align: right;
}

.invoice-meta p {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--sonic-silver);
}

.invoice-parties {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.invoice-parties-title {
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--sonic-silver);
}

.invoice-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.invoice-table th,
.invoice-table td {
  padding: 10px 8px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

.invoice-table th:nth-child(n+3),
.invoice-table td:nth-child(n+3) {
  text-align: right;
}

.invoice-total {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 16px;
  font-size: 1.15rem;
  font-weight: 700;
}

.invoice-legal {
  margin-top: 24px;
  color: var(--sonic-silver);
  font-size: 0.8rem;
}

@media print {
  .header__bar,
  .simple-header,
  .invoice-lookup,
  form.track-form,
  .track-hint,
  .track-result,
  .invoice-actions {
    display: none !important;
  }

  .invoice-sheet {
    margin: 0;
    border: none;
  }
}

.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wishlist-grid li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}

.wishlist-grid img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.wishlist-grid h2 {
  margin-bottom: 6px;
  color: #171717;
  font-size: 1rem;
}

.wishlist-grid .btn {
  width: max-content;
  margin-top: 14px;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 767px) {
  .simple-header .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .simple-header nav {
    gap: 12px 18px;
  }

  .editorial-story,
  .wishlist-grid {
    grid-template-columns: 1fr;
  }

  .payment-proof-form {
    grid-template-columns: 1fr;
  }

  .payment-proof-form .btn,
  .payment-proof-form .order-status {
    grid-column: auto;
  }

  .payment-result-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .payment-method {
    grid-template-columns: 20px 74px minmax(0, 1fr);
    gap: 9px;
  }

  .payment-method > img,
  .payment-method .card-pair {
    width: 74px;
  }

  .wishlist-grid li {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .wishlist-grid img {
    width: 88px;
    height: 88px;
  }
}

/* Accounts, progressive catalog and administration */
.product-list > li[hidden] {
  display: none !important;
}

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

.auth-page,
.account-page {
  min-height: 70vh;
  background: #fafafa;
}

.auth-page > .container > .h1 {
  margin-bottom: 34px;
  font-size: 2.5rem;
  text-align: center;
}

.account-page .h1 {
  font-size: 2.5rem;
}

.auth-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}

.auth-form {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
}

.auth-form h2 {
  color: #171717;
  font-size: 1.45rem;
}

.auth-form > p {
  color: #666;
}

.auth-form label {
  display: grid;
  gap: 7px;
  color: #222;
  font-weight: 600;
}

.auth-form input,
.admin-product-form input,
.admin-product-form select,
.admin-table input,
.admin-table select {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  color: #171717;
  font: inherit;
}

.auth-form input:focus,
.admin-product-form input:focus,
.admin-product-form select:focus,
.admin-table input:focus,
.admin-table select:focus {
  outline: 2px solid #171717;
  outline-offset: 1px;
}

.single-form {
  max-width: 620px;
  margin: 28px auto 0;
}

.form-status {
  min-height: 22px;
  color: #205c45;
  font-weight: 600;
}

.form-status.error {
  color: #9b2821;
}

.admin-access-link {
  margin-top: 24px;
  text-align: center;
  text-decoration: underline;
}

.account-heading,
.section-heading-row,
.admin-panel-heading,
.admin-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.account-heading {
  margin-bottom: 32px;
}

.account-profile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.account-profile > div {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-right: 1px solid #ddd;
}

.account-profile > div:last-child {
  border-right: 0;
}

.account-profile span,
.account-order span {
  color: #777;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.account-orders {
  margin-top: 42px;
}

.section-heading-row {
  margin-bottom: 18px;
}

.section-heading-row a {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
}

.account-order {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.7fr 1fr 1.4fr;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid #e2e2e2;
}

.account-order > div {
  display: grid;
  gap: 5px;
}

.account-order .track-order-items {
  grid-column: 1 / -1;
}

.status-pill {
  width: max-content;
  padding: 4px 8px;
  border-radius: 3px;
  color: #765d00;
  background: #fff6cf;
  font-size: 0.78rem;
}

.status-paid,
.status-preparing,
.status-shipped,
.status-delivered {
  color: #205c45;
  background: #e7f4ee;
}

.status-cancelled {
  color: #8d251f;
  background: #fbeceb;
}

.admin-body {
  color: #303030;
  background: #f5f6f7;
}

.admin-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  padding: 12px 28px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.admin-header > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-main {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.admin-access {
  max-width: 680px;
  padding: 40px 0;
}

.admin-access h1,
.admin-title-row h1 {
  color: #171717;
  font-size: 2rem;
}

.admin-access p {
  margin: 12px 0 24px;
}

.icon-refresh,
.admin-save,
.admin-delete {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 1.1rem;
}

.admin-save.saved {
  color: #fff;
  background: #36745a;
}

.admin-delete {
  color: #a32d26;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #ddd;
}

.admin-metrics > div {
  display: grid;
  gap: 8px;
  min-height: 108px;
  padding: 20px;
  background: #fff;
}

.admin-metrics span {
  color: #6b6b6b;
  font-size: 0.82rem;
}

.admin-metrics strong {
  color: #171717;
  font-size: 1.5rem;
}

.admin-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.admin-tabs button {
  padding: 12px 20px;
  color: #666;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

.admin-tabs button.active {
  color: #171717;
  border-bottom-color: #171717;
}

.admin-panel {
  padding: 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}

.admin-panel-heading {
  margin-bottom: 20px;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}

.admin-table th {
  color: #666;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.admin-table td {
  font-size: 0.88rem;
}

.admin-table td strong,
.admin-table td small {
  display: block;
}

.admin-table td small {
  margin-top: 4px;
  color: #777;
}

.admin-table input {
  min-width: 120px;
}

.admin-actions {
  display: flex;
  gap: 7px;
}

.admin-product-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}

.admin-product-form label {
  display: grid;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 600;
}

.admin-product-form .admin-form-wide {
  grid-column: span 3;
}

.admin-product-form .admin-checkbox {
  display: flex;
  align-items: center;
}

.admin-product-form .admin-checkbox input {
  width: 18px;
  min-height: 18px;
}

@media (max-width: 900px) {
  .admin-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-product-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-product-form .admin-form-wide {
    grid-column: span 2;
  }

  .account-order {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .auth-layout,
  .account-profile,
  .admin-metrics,
  .admin-product-form {
    grid-template-columns: 1fr;
  }

  .account-profile > div {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .account-profile > div:last-child {
    border-bottom: 0;
  }

  .account-heading,
  .section-heading-row,
  .admin-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-order {
    grid-template-columns: 1fr;
  }

  .admin-header {
    padding: 10px 15px;
  }

  .admin-header .logo img {
    width: 160px;
  }

  .admin-main {
    width: min(100% - 20px, 1440px);
  }

  .admin-product-form .admin-form-wide {
    grid-column: auto;
  }
}

.brand-page > .container > .h1 {
  margin: 8px 0 12px;
  color: #171717;
  font-size: 3rem;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border: 1px solid #dedede;
  background: #dedede;
}

.brand-grid a {
  display: grid;
  min-width: 0;
  padding: 22px;
  background: #fff;
  color: #171717;
}

.brand-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  object-fit: contain;
}

.brand-grid strong {
  font-size: 1.25rem;
}

.brand-grid span {
  margin-top: 5px;
  color: #727272;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-page > .container > .h1 {
    font-size: 2.35rem;
  }
}

.site-map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  border: 1px solid #ddd;
  background: #ddd;
}

.site-map-grid section {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  background: #fff;
}

.site-map-grid h2 {
  margin-bottom: 5px;
  color: #171717;
  font-size: 1.15rem;
}

.site-map-grid a {
  color: #595959;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.compact-site-footer {
  margin-top: 52px;
  padding: 30px 0;
  color: #d6d6d6;
  background: #171717;
}

.compact-site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.compact-site-footer nav {
  display: flex;
  max-width: 650px;
  flex-wrap: wrap;
  gap: 9px 20px;
}

.compact-site-footer a {
  color: #fff;
  font-size: .82rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.compact-payments {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.compact-payments > span {
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.compact-payments small {
  color: #a8a8a8;
  font-size: .7rem;
}

.compact-payments .payment-brand-list {
  justify-content: flex-end;
}

@media (max-width: 760px) {
  .compact-site-footer .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .compact-payments {
    justify-items: start;
  }

  .compact-payments .payment-brand-list {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-map-grid {
    grid-template-columns: 1fr;
  }
}

.auth-secondary-link {
  display: inline-block;
  color: #333;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-single {
  max-width: 560px;
}

.storefront-hero {
  margin-bottom: 24px;
}

.storefront-hero-banner {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;
}

.storefront-hero-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.storefront-hero-logo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e2e2e2;
  flex-shrink: 0;
}

.storefront-rating {
  color: #b8860b;
  font-weight: 600;
  font-size: var(--fs-7);
}

.storefront-profile {
  display: grid;
  margin: 0 0 26px;
  padding: 22px 0;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 32px;
  border-bottom: 1px solid #e3e3e3;
}

.storefront-profile h2,
.storefront-collections h2 {
  margin: 5px 0 10px;
  font-size: 1.35rem;
}

.storefront-profile [data-storefront-bio] {
  max-width: 700px;
  margin: 0;
  color: #555b61;
  line-height: 1.65;
  white-space: pre-line;
}

.storefront-profile-details {
  display: grid;
  align-content: start;
  gap: 10px;
}

.storefront-profile-details p,
.storefront-profile-details a {
  margin: 0;
  color: #555b61;
  font-size: var(--fs-7);
  line-height: 1.5;
}

.storefront-profile-details a { color: #111; text-decoration: underline; }

.storefront-collections {
  display: grid;
  margin: 24px 0 28px;
  gap: 15px;
}

.storefront-collections > ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
}

.storefront-collections a {
  display: grid;
  min-width: 210px;
  min-height: 120px;
  padding: 16px;
  align-content: end;
  gap: 6px;
  border: 1px solid #d9dadd;
  color: #111;
  background: #fff;
  text-decoration: none;
}

.storefront-collections a:hover,
.storefront-collections a:focus-visible { border-color: #111; outline: none; }
.storefront-collections strong { font-size: .98rem; }
.storefront-collections span { color: #6b7074; font-size: .76rem; line-height: 1.4; }

.storefront-creators {
  display: flex;
  margin: 22px 0 30px;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-block: 1px solid #e3e3e3;
}

.storefront-creators h2 {
  margin-top: 5px;
  font-size: 1.35rem;
}

.storefront-creators ul {
  display: flex;
  max-width: 760px;
  flex: 1;
  justify-content: flex-end;
  gap: 10px;
  list-style: none;
}

.storefront-creators li {
  min-width: 230px;
}

.storefront-creators a {
  display: grid;
  min-height: 66px;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: #111;
}

.storefront-creators img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.storefront-creators span {
  display: grid;
  min-width: 0;
}

.storefront-creators strong,
.storefront-creators small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-creators small {
  color: #6b7074;
  font-size: .72rem;
}

.review-summary {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 18px 0;
  font-weight: 600;
}

.review-summary .review-stars {
  color: #b8860b;
}

.review-list {
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.review-item {
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.review-item-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  font-size: var(--fs-7);
  color: var(--sonic-silver);
}

.review-item-rating {
  color: #b8860b;
  font-weight: 700;
}

.directory-heading {
  max-width: 640px;
  margin-bottom: 32px;
}

.storefront-directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
}

.storefront-card {
  display: block;
  border: 1px solid var(--cultured);
  border-radius: 8px;
  overflow: hidden;
  color: var(--eerie-black);
  transition: var(--transition-1);
}

.storefront-card:is(:hover, :focus) {
  border-color: var(--candy-pink);
  box-shadow: 0 12px 24px hsla(0, 0%, 0%, 0.08);
}

.storefront-card-banner {
  position: relative;
  height: 110px;
  background-color: var(--cultured);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}

.storefront-card-logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--white);
  background: var(--white);
}

.storefront-card-body {
  padding: 16px;
}

.storefront-card-name {
  margin-bottom: 6px;
}

.storefront-card-city {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  margin-bottom: 4px;
}

.storefront-card-count {
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  margin-bottom: 4px;
}

.storefront-card-rating {
  color: #b8860b;
  font-weight: 600;
  font-size: var(--fs-7);
}

.review-form-toggle summary {
  cursor: pointer;
  font-weight: 700;
  margin: 20px 0 10px;
}

.review-form {
  display: grid;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.review-form label {
  display: grid;
  gap: 7px;
  color: #222;
  font-weight: 600;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font: inherit;
}

.auth-form .reset-dev-link {
  display: inline-block;
  margin-top: 12px;
  color: #171717;
  font-weight: 700;
  text-decoration: underline;
}

/* Creator marketplace */
.creator-directory-page {
  background: #fff;
}

.creator-directory-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.creator-directory-heading h1 {
  margin: 8px 0 14px;
  color: #101010;
  font-size: 3rem;
  line-height: 1.05;
}

.creator-directory-heading > p:last-child {
  max-width: 680px;
  color: #5e6469;
  font-size: 1rem;
  line-height: 1.65;
}

.creator-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.creator-directory-item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
}

.creator-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #eceeef;
}

.creator-card-media-link {
  display: block;
  height: 100%;
}

.creator-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.creator-directory-item:is(:hover, :focus-within) .creator-card-media img {
  transform: scale(1.025);
}

.creator-card-body {
  padding: 16px;
}

.creator-card-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: #111;
}

.creator-card-identity img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  outline: 1px solid #d7d7d7;
}

.creator-card-identity span {
  display: grid;
  min-width: 0;
}

.creator-card-identity strong {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-card-identity small,
.creator-card-partner,
.creator-card-actions > span {
  color: #6c7175;
  font-size: .76rem;
}

.creator-card-partner {
  display: flex;
  min-height: 27px;
  margin: 13px 0 8px;
  align-items: center;
  gap: 5px;
}

.creator-card-partner ion-icon {
  font-size: 1rem;
}

.creator-card-actions {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

.creator-card-actions button,
.creator-profile-follow {
  display: inline-flex;
  min-height: 40px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
}

.creator-card-actions button[aria-pressed="true"],
.creator-profile-follow[aria-pressed="true"] {
  border-color: #d7d7d7;
  background: #fff;
  color: #315c3b;
}

.creator-directory-empty,
.creator-profile-empty {
  max-width: 680px;
  padding-block: 54px;
}

.creator-directory-empty h2,
.creator-profile-empty h1 {
  margin-bottom: 10px;
}

.creator-directory-empty p,
.creator-profile-empty p {
  margin-bottom: 22px;
  color: #64696d;
}

.creator-profile-hero {
  position: relative;
  min-height: min(620px, 72vh);
  overflow: hidden;
  background: #222;
  color: #fff;
}

.creator-profile-cover,
.creator-profile-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.creator-profile-cover {
  object-fit: cover;
  object-position: center 24%;
}

.creator-profile-shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .42) 48%, rgba(0, 0, 0, .1) 100%);
}

.creator-profile-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(620px, 72vh);
  grid-template-columns: 132px minmax(0, 620px) auto;
  align-items: end;
  gap: 24px;
  padding-block: 80px 54px;
}

.creator-profile-avatar {
  width: 132px;
  height: 132px;
  border: 4px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.creator-profile-copy > p:first-child {
  margin-bottom: 5px;
  font-weight: 700;
}

.creator-profile-copy h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
}

.creator-profile-copy > p:nth-of-type(2) {
  max-width: 610px;
  font-size: .98rem;
  line-height: 1.6;
}

.creator-profile-facts {
  display: flex;
  margin-top: 17px;
  align-items: center;
  gap: 17px;
  font-size: .82rem;
  font-weight: 700;
}

.creator-profile-facts span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.creator-profile-follow {
  min-width: 112px;
  align-self: end;
  border-color: #fff;
  background: #fff;
  color: #111;
}

.creator-profile-links {
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
}

.creator-profile-links .container {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.creator-profile-seller,
.creator-profile-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: .84rem;
}

.creator-profile-seller ion-icon,
.creator-profile-socials ion-icon {
  font-size: 1.2rem;
}

.creator-profile-socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.creator-profile-looks {
  padding-block: 72px 96px;
  background: #fff;
}

.creator-look-shop {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(360px, .92fr);
  align-items: start;
  gap: 54px;
}

.creator-look-gallery {
  position: sticky;
  top: 94px;
  display: grid;
  min-width: 0;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
}

.creator-look-thumbnails {
  display: grid;
  align-content: start;
  gap: 12px;
}

.creator-look-thumb {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #eceeef;
}

.creator-look-thumb:is(:hover, :focus-visible),
.creator-look-thumb.is-active {
  border-color: #111;
}

.creator-look-thumb img,
.creator-look-main > img,
.creator-outfit-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-look-main {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #eceeef;
  touch-action: pan-y;
  cursor: grab;
}

.creator-look-main > button {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .14);
  font-size: 1.55rem;
}

.creator-product-hotspots {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.creator-product-hotspot {
  position: absolute;
  top: var(--hotspot-y);
  left: var(--hotspot-x);
  display: flex;
  align-items: center;
  gap: 9px;
  color: #111;
  transform: translate(-10px, -50%);
  pointer-events: auto;
}

.creator-product-hotspot.is-left {
  flex-direction: row-reverse;
  transform: translate(calc(-100% + 10px), -50%);
}

.creator-product-hotspot-dot {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #111;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.creator-product-hotspot-dot::before {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  content: "";
  animation: creator-hotspot-pulse 2.4s ease-out infinite;
}

.creator-product-hotspot-label {
  display: grid;
  min-width: 116px;
  padding: 9px 12px 10px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 5px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .16);
  line-height: 1.1;
  backdrop-filter: blur(8px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.creator-product-hotspot-label small {
  margin-bottom: 4px;
  color: #6d7175;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.creator-product-hotspot-label strong {
  color: #111;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}

.creator-product-hotspot:is(:hover, :focus-visible) .creator-product-hotspot-label {
  box-shadow: 0 7px 24px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

.creator-product-hotspot:focus-visible {
  outline: none;
}

.creator-product-hotspot:focus-visible .creator-product-hotspot-dot {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.creator-product-hotspots.is-compact .creator-product-hotspot {
  gap: 7px;
}

.creator-product-hotspots.is-compact .creator-product-hotspot-dot {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  border-width: 4px;
}

.creator-product-hotspots.is-compact .creator-product-hotspot-label {
  min-width: 102px;
  padding: 7px 9px 8px;
  border-radius: 4px;
}

.creator-product-hotspots.is-compact .creator-product-hotspot-label small {
  margin-bottom: 3px;
  font-size: .55rem;
}

.creator-product-hotspots.is-compact .creator-product-hotspot-label strong {
  font-size: .68rem;
}

.look-card-favorite {
  z-index: 4;
}

@keyframes creator-hotspot-pulse {
  0% { opacity: .95; transform: scale(.7); }
  70%, 100% { opacity: 0; transform: scale(1.65); }
}

@media (prefers-reduced-motion: reduce) {
  .creator-product-hotspot-dot::before {
    animation: none;
  }
}

.creator-look-main > button.is-added,
.creator-outfit-product-favorite.is-added {
  color: var(--candy-pink);
}

.creator-look-products-panel {
  min-width: 0;
}

.creator-shop-identity {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.creator-shop-person {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: #111;
}

.creator-shop-person img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  object-fit: cover;
}

.creator-shop-person span {
  display: grid;
  min-width: 0;
  line-height: 1.2;
}

.creator-shop-person small {
  margin-bottom: 3px;
  color: #666b70;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.creator-shop-person strong {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-shop-person em {
  margin-top: 3px;
  overflow: hidden;
  color: #72777b;
  font-size: .76rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-shop-follow {
  display: inline-flex;
  min-width: 98px;
  min-height: 40px;
  padding: 0 13px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
}

.creator-shop-follow[aria-pressed="true"] {
  border-color: #d7d7d7;
  background: #fff;
  color: #315c3b;
}

.creator-selected-look-copy {
  padding: 26px 0 21px;
}

.creator-selected-look-copy h2 {
  margin: 8px 0 12px;
  color: #111;
  font-size: clamp(1.8rem, 2.7vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.creator-selected-look-copy .section-eyebrow {
  letter-spacing: .065em;
}

.creator-selected-look-copy > p:not(.section-eyebrow) {
  margin-bottom: 13px;
  color: #5f6468;
  font-size: .92rem;
  line-height: 1.6;
}

.creator-selected-look-copy > span {
  color: #202020;
  font-size: .78rem;
  font-weight: 700;
}

.creator-outfit-products {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dadada;
  list-style: none;
}

.creator-outfit-product {
  display: grid;
  min-height: 158px;
  grid-template-columns: 112px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 15px;
  padding-block: 15px;
  border-bottom: 1px solid #dadada;
}

.creator-outfit-product-media {
  display: block;
  width: 112px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  background: #f0f1f1;
}

.creator-outfit-product-copy {
  min-width: 0;
}

.creator-outfit-product-seller {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  color: #111;
  font-size: .75rem;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.creator-outfit-product-copy h3 {
  margin: 0 0 11px;
  color: #1d1d1d;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.35;
}

.creator-outfit-product-copy h3 a {
  color: inherit;
}

.creator-outfit-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  font-size: .8rem;
}

.creator-outfit-product-price strong {
  color: #111;
  font-size: 1rem;
}

.creator-outfit-product-price del {
  color: #73787c;
}

.creator-outfit-product-price span {
  color: var(--candy-pink);
  font-weight: 700;
}

.creator-outfit-product-stock {
  display: block;
  margin-top: 7px;
  color: var(--candy-pink);
  font-size: .72rem;
  font-weight: 700;
}

.creator-outfit-product-favorite {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #111;
  font-size: 1.45rem;
}

.creator-outfit-product-favorite:is(:hover, :focus-visible) {
  background: #f1f1f1;
}

.creator-inspiration {
  margin-top: 94px;
  padding: 58px 0 64px;
  overflow: hidden;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.creator-inspiration-heading {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.creator-inspiration-heading h2 {
  margin: 0;
  color: #111;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
}

.creator-inspiration-heading p {
  margin: 12px 0 0;
  color: #686d71;
  font-size: .95rem;
}

.creator-inspiration-heading p strong {
  color: #111;
  font-weight: 800;
}

.creator-inspiration-navigation {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.creator-inspiration-navigation > span {
  min-width: 62px;
  margin-right: 7px;
  color: #6b7074;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.creator-inspiration-navigation button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #cfd1d2;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 1.25rem;
  transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}

.creator-inspiration-navigation button:is(:hover, :focus-visible) {
  border-color: #111;
  background: #111;
  color: #fff;
}

.creator-inspiration-navigation button:disabled {
  opacity: .32;
  cursor: not-allowed;
}

.creator-inspiration-viewport {
  overflow: visible;
}

.creator-inspiration-track {
  display: flex;
  overflow-x: auto;
  gap: 18px;
  padding: 2px 1px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.creator-inspiration-track::-webkit-scrollbar {
  display: none;
}

.creator-inspiration-track:focus-visible {
  outline: 2px solid #111;
  outline-offset: 5px;
}

.creator-inspiration-track.is-dragging {
  scroll-behavior: auto;
  cursor: grabbing;
  user-select: none;
}

.creator-inspiration-card {
  min-width: 0;
  flex: 0 0 clamp(300px, 41vw, 500px);
  scroll-snap-align: start;
}

.creator-inspiration-media {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
}

.creator-inspiration-card figure {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #eceeef;
}

.creator-inspiration-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.creator-inspiration-media:is(:hover, :focus-visible) img {
  transform: scale(1.035);
}

.creator-inspiration-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 128px;
  padding: 50px 20px 19px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, 0));
}

.creator-inspiration-card figcaption > span {
  padding-bottom: 3px;
  color: rgba(255, 255, 255, .72);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.creator-inspiration-card figcaption div {
  min-width: 0;
}

.creator-inspiration-card h3 {
  margin: 0 0 5px;
  overflow: hidden;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-inspiration-card figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
}

.creator-inspiration-card figcaption ion-icon {
  padding-bottom: 5px;
  font-size: 1.25rem;
}

.creator-inspiration-hint {
  display: flex;
  margin: 4px 0 0;
  align-items: center;
  gap: 7px;
  color: #73787c;
  font-size: .72rem;
  font-weight: 700;
}

.creator-inspiration-hint ion-icon {
  font-size: 1rem;
}

.creator-all-products {
  margin-top: 94px;
  padding-top: 54px;
  border-top: 1px solid #d7d7d7;
}

.creator-all-products-heading h2 {
  margin-top: 8px;
  color: #111;
  font-size: clamp(1.8rem, 2.7vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.creator-all-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px 20px;
  border-top: none;
}

.creator-all-products-grid .creator-outfit-product {
  position: relative;
  display: block;
  min-height: 0;
  padding-block: 0;
  border-bottom: none;
}

.creator-all-products-grid .creator-outfit-product-media {
  width: 100%;
  margin-bottom: 13px;
}

.creator-all-products-grid .creator-outfit-product-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .14);
}

.creator-looks-empty {
  padding-block: 50px;
  color: #64696d;
  text-align: center;
}

@media (max-width: 980px) {
  .creator-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-profile-hero-content {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .creator-profile-avatar {
    width: 112px;
    height: 112px;
  }

  .creator-profile-follow {
    grid-column: 2;
    justify-self: start;
  }

  .creator-look-shop {
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .85fr);
    gap: 34px;
  }

  .creator-look-gallery {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 900px) {
  .creator-look-shop {
    grid-template-columns: 1fr;
  }

  .creator-look-gallery {
    position: static;
    max-width: 680px;
    margin-inline: auto;
  }

  .creator-look-products-panel {
    max-width: 680px;
    margin-inline: auto;
  }

  .creator-inspiration-card {
    flex-basis: min(48vw, 390px);
  }
}

@media (max-width: 700px) {
  .storefront-profile { grid-template-columns: 1fr; gap: 18px; }
  .storefront-creators,
  .storefront-creators ul {
    align-items: stretch;
    flex-direction: column;
  }

  .storefront-creators ul {
    width: 100%;
  }

  .storefront-creators li {
    min-width: 0;
  }

  .creator-directory-heading h1 {
    font-size: 2.25rem;
  }

  .creator-directory-grid {
    grid-template-columns: 1fr;
  }

  .creator-profile-hero,
  .creator-profile-hero-content {
    min-height: 620px;
  }

  .creator-profile-shade {
    background: linear-gradient(0deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .24) 78%, rgba(0, 0, 0, .12) 100%);
  }

  .creator-profile-hero-content {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 15px;
    padding-block: 130px 136px;
  }

  .creator-profile-avatar {
    width: 82px;
    height: 82px;
    align-self: start;
  }

  .creator-profile-copy h1 {
    font-size: 2.35rem;
  }

  .creator-profile-copy > p:nth-of-type(2) {
    font-size: .88rem;
  }

  .creator-profile-facts {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .creator-profile-follow {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .creator-profile-links .container {
    padding-block: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .creator-profile-looks {
    padding-block: 34px 88px;
  }

  .creator-look-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .creator-look-thumbnails {
    grid-auto-columns: 68px;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 2px 1px 7px;
    scrollbar-width: thin;
    cursor: grab;
  }

  .creator-look-thumbnails.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
  }

  .creator-look-main > button {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
  }

  .creator-product-hotspot {
    gap: 7px;
  }

  .creator-product-hotspot-dot {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    border-width: 4px;
  }

  .creator-product-hotspot-label {
    min-width: 105px;
    padding: 8px 10px 9px;
  }

  .creator-product-hotspot-label small {
    font-size: .57rem;
  }

  .creator-product-hotspot-label strong {
    font-size: .7rem;
  }

  .creator-shop-identity {
    align-items: flex-start;
  }

  .creator-shop-person img {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .creator-shop-follow {
    min-width: 88px;
    padding-inline: 10px;
  }

  .creator-selected-look-copy h2 {
    font-size: 1.65rem;
  }

  .creator-outfit-product {
    min-height: 136px;
    grid-template-columns: 88px minmax(0, 1fr) 38px;
    gap: 11px;
  }

  .creator-outfit-product-media {
    width: 88px;
  }

  .creator-outfit-product-copy h3 {
    font-size: .82rem;
  }

  .creator-outfit-product-favorite {
    width: 38px;
    height: 38px;
  }

  .creator-all-products {
    margin-top: 68px;
    padding-top: 38px;
  }

  .creator-inspiration {
    margin-top: 68px;
    padding: 40px 0 44px;
  }

  .creator-inspiration-heading {
    margin-bottom: 22px;
    align-items: flex-start;
  }

  .creator-inspiration-heading h2 {
    max-width: 260px;
    font-size: 2.2rem;
  }

  .creator-inspiration-heading p {
    font-size: .85rem;
  }

  .creator-inspiration-navigation > span {
    display: none;
  }

  .creator-inspiration-navigation button {
    width: 42px;
    height: 42px;
  }

  .creator-inspiration-card {
    flex-basis: min(78vw, 330px);
  }

  .creator-inspiration-card figcaption {
    min-height: 116px;
    padding-inline: 16px;
  }

  .creator-all-products-heading h2 {
    font-size: 1.65rem;
  }

  .creator-all-products-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px 14px;
  }
}
