/* Generated from the approved visual pilot. Do not edit generated sections manually. */
@import url("/assets/common/css/font.min.css");

/* Product detail */
.product-page {
  min-height: 70vh;
  padding: 26px clamp(20px, 3vw, 56px) 96px;
  background: var(--pilot-canvas);
}

.product-breadcrumbs {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--pilot-text-tertiary);
  font-size: 12px;
}

.product-breadcrumbs a {
  color: var(--pilot-text-secondary);
}

.product-breadcrumbs a:hover,
.product-breadcrumbs a:focus-visible {
  color: var(--pilot-brand-strong);
}

.product-breadcrumbs i {
  font-size: 8px;
}

.product-overview {
  min-height: 460px;
  margin-top: 12px;
  padding: 22px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 26px;
  display: grid;
  grid-template-columns: minmax(420px, 0.75fr) minmax(0, 1.35fr);
  gap: 40px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--pilot-card-shadow);
}

.product-visual-stage {
  min-width: 0;
  min-height: 416px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(247, 249, 253, 0.96);
}

.product-main-image {
  width: min(52%, 310px);
  height: auto;
  max-height: 310px;
  object-fit: contain;
}

.product-visual-stage > span {
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(79, 104, 156, 0.12);
  border-radius: 999px;
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  color: var(--pilot-text-secondary);
  font-size: 12px;
  font-weight: 600;
}

.product-summary-panel {
  min-width: 0;
  padding: 18px 16px 8px;
}

.product-eyebrow {
  margin: 0 0 10px;
  color: var(--pilot-brand-strong);
  font-size: 12px;
  font-weight: 700;
}

.product-summary-panel h1 {
  max-width: 920px;
  margin: 0;
  color: var(--pilot-text);
  font-size: clamp(27px, 2vw, 35px);
  line-height: 1.34;
  letter-spacing: -0.025em;
}

.product-status-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-status-row > span {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--pilot-text-secondary);
  font-size: 12px;
  font-weight: 500;
}

.product-status-row > span > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  background: #35c79a;
  box-shadow: 0 0 0 4px rgba(53, 199, 154, 0.1);
}

.product-status-row strong {
  color: var(--pilot-text);
  font-weight: 700;
}

.product-purchase-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
  gap: 14px;
}

.product-quantity-field,
.product-total {
  min-height: 88px;
  padding: 14px 16px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.product-quantity-field label,
.product-total > span {
  display: block;
  color: var(--pilot-text-tertiary);
  font-size: 12px;
  font-weight: 500;
}

.product-quantity-field > div {
  width: 170px;
  height: 40px;
  margin-top: 7px;
  border: 1px solid rgba(79, 104, 156, 0.14);
  border-radius: 999px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  background: #ffffff;
}

.product-quantity-field button {
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--pilot-brand);
  cursor: pointer;
}

.product-quantity-field button:first-child {
  border-right: 1px solid rgba(79, 104, 156, 0.12);
}

.product-quantity-field button:last-child {
  border-left: 1px solid rgba(79, 104, 156, 0.12);
}

.product-quantity-field button:disabled {
  color: var(--pilot-text-tertiary);
  cursor: not-allowed;
  opacity: 0.7;
}

.product-quantity-field input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pilot-text);
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.product-quantity-field input::-webkit-inner-spin-button,
.product-quantity-field input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.product-total {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-total strong {
  margin-top: 5px;
  color: var(--pilot-brand-strong);
  font-size: 24px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.product-total small {
  font-size: 13px;
}

.product-payment-row {
  min-height: 62px;
  margin-top: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(246, 248, 252, 0.82);
}

.product-payment-row > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.product-payment-row > div > i {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--pilot-brand-soft);
  color: var(--pilot-brand-strong);
  font-size: 14px;
}

.product-payment-row > div > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-payment-row strong {
  color: var(--pilot-text);
  font-size: 13px;
}

.product-payment-row small {
  color: var(--pilot-text-tertiary);
  font-size: 12px;
}

.product-payment-row > span {
  color: var(--pilot-text-secondary);
  font-size: 12px;
  white-space: nowrap;
}

.product-buy-panel {
  margin-top: 18px;
  padding: 15px 16px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.product-buy-panel > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-buy-panel > div strong {
  color: var(--pilot-text);
  font-size: 15px;
}

.product-buy-panel > div span {
  color: var(--pilot-text-tertiary);
  font-size: 12px;
}

.product-buy-panel > a {
  min-width: 152px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--pilot-brand);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(79, 104, 255, 0.19);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-buy-panel > a:hover,
.product-buy-panel > a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 13px 28px rgba(79, 104, 255, 0.24);
}

.product-policy-note {
  margin: 12px 0 0;
  padding: 10px 13px;
  border: 1px solid #f2dca8;
  border-radius: 10px;
  background: #fff9ea;
  color: #946f24;
  font-size: 12px;
  line-height: 19px;
}

.product-policy-note a {
  color: var(--pilot-brand-strong);
  font-weight: 600;
}

.product-policy-note a:hover,
.product-policy-note a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#product-information {
  scroll-margin-top: 96px;
}

.product-information {
  margin-top: 24px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.product-detail-tabs {
  --product-tab-left: 22px;
  --product-tab-width: 116px;
  min-height: 62px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(79, 104, 156, 0.11);
  display: flex;
  align-items: stretch;
  gap: 8px;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-detail-tabs::-webkit-scrollbar {
  display: none;
}

.product-detail-tabs button {
  min-width: max-content;
  padding: 0 14px;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--pilot-text-secondary);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.product-detail-tabs button:hover,
.product-detail-tabs button:focus-visible {
  background: rgba(79, 104, 255, 0.045);
  color: var(--pilot-brand-strong);
}

.product-detail-tabs button.is-active {
  color: var(--pilot-brand-strong);
}

.product-tab-indicator {
  width: var(--product-tab-width);
  height: 3px;
  border-radius: 999px 999px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: var(--pilot-brand);
  transform: translateX(var(--product-tab-left));
  transition: width 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.product-detail-tabs button i {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #f1f3f7;
  color: var(--pilot-text-tertiary);
  font-size: 12px;
}

.product-detail-tabs button.is-active i {
  background: var(--pilot-brand);
  color: #ffffff;
}

.product-detail-panel {
  min-height: 250px;
  padding: 28px 34px 34px;
  outline: 0;
  overflow: hidden;
}

.product-tab-slide.from-right {
  animation: product-tab-slide-from-right 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.product-tab-slide.from-left {
  animation: product-tab-slide-from-left 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes product-tab-slide-from-right {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes product-tab-slide-from-left {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}

.product-rich-content {
  color: var(--pilot-text-secondary);
  font-size: 13px;
  line-height: 1.85;
}

.product-rich-content p {
  margin: 0;
}

.product-rich-content p + p,
.product-rich-content figure {
  margin-top: 14px;
}

.product-rich-content figure {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.product-rich-content img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 14px;
  display: block;
}

.product-rich-content figcaption {
  margin-top: 7px;
  color: var(--pilot-text-tertiary);
  font-size: 12px;
  text-align: center;
}

.product-tab-notes {
  margin: 0;
  padding-left: 22px;
  color: var(--pilot-text-secondary);
  font-size: 13px;
  line-height: 1.85;
}

.product-tab-notes li + li {
  margin-top: 8px;
}

.product-related header h2 {
  margin: 0;
  color: var(--pilot-text);
  font-size: 24px;
  line-height: 1.25;
}

.product-related {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.product-related > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.product-related > header > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pilot-brand-strong);
  font-size: 13px;
  font-weight: 600;
}

.product-related-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-related-grid > a {
  min-width: 0;
  min-height: 96px;
  padding: 15px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.82);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.product-related-grid > a:hover,
.product-related-grid > a:focus-visible {
  border-color: rgba(79, 104, 255, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(42, 67, 112, 0.08);
}

.product-related-grid > a > span {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: rgba(244, 248, 255, 0.92);
}

.product-related-grid img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.product-related-grid h3 {
  margin: 0;
  overflow: hidden;
  color: var(--pilot-text);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-related-grid p {
  margin: 5px 0 0;
  color: var(--pilot-text-tertiary);
  font-size: 11px;
}

.product-related-grid > a > strong {
  color: var(--pilot-brand-strong);
  font-size: 17px;
  font-variant-numeric: tabular-nums;
}

.product-related-grid > a > strong small {
  margin-right: 2px;
  font-size: 11px;
}

.product-unavailable {
  min-height: 520px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.product-unavailable > i {
  color: var(--pilot-brand);
  font-size: 34px;
}

.product-unavailable h1 {
  margin: 18px 0 8px;
  color: var(--pilot-text);
}

.product-unavailable p {
  margin: 0 0 20px;
  color: var(--pilot-text-secondary);
}

.product-unavailable a {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: var(--pilot-brand);
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .product-overview {
    grid-template-columns: minmax(320px, 0.75fr) minmax(440px, 1.25fr);
    gap: 24px;
  }

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

@media (max-width: 860px) {
  .product-page {
    padding-top: 22px;
    padding-bottom: 72px;
  }

  .product-overview {
    grid-template-columns: 1fr;
  }

  .product-visual-stage {
    min-height: 340px;
  }

  .product-summary-panel {
    padding: 8px 4px 4px;
  }

}

@media (max-width: 600px) {
  .product-page {
    padding: 18px 12px 60px;
  }

  .product-breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }

  .product-breadcrumbs span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-overview {
    min-height: 0;
    margin-top: 8px;
    padding: 16px;
    border-radius: 22px;
    gap: 20px;
  }

  .product-visual-stage {
    min-height: 250px;
    border-radius: 16px;
  }

  .product-main-image {
    width: min(64%, 180px);
    height: auto;
    max-height: 180px;
  }

  .product-visual-stage > span {
    left: 14px;
    bottom: 13px;
    min-height: 30px;
  }

  .product-summary-panel h1 {
    font-size: 25px;
    line-height: 1.38;
  }

  .product-status-row {
    flex-wrap: wrap;
  }

  .product-purchase-grid {
    grid-template-columns: 1fr;
  }

  .product-payment-row {
    align-items: flex-start;
  }

  .product-buy-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .product-buy-panel > a {
    width: 100%;
  }

  .product-information {
    border-radius: 20px;
  }

  .product-detail-tabs {
    min-height: 56px;
    padding: 0 10px;
    gap: 2px;
  }

  .product-detail-tabs button {
    min-height: 56px;
    padding: 0 6px;
    gap: 4px;
    font-size: 12px;
  }

  .product-detail-tabs button i {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 10px;
  }

  .product-detail-panel {
    min-height: 280px;
    padding: 24px;
  }

  .product-related {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .product-related header h2 {
    font-size: 21px;
  }

  .product-related-grid {
    grid-template-columns: 1fr;
  }

  .product-related > header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .product-detail-tabs button i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-tab-indicator {
    transition-duration: 140ms;
  }

  .product-tab-slide.from-right,
  .product-tab-slide.from-left {
    animation-duration: 140ms;
  }

  @keyframes product-tab-slide-from-right {
    from { opacity: 0.72; transform: translateX(7px); }
    to { opacity: 1; transform: translateX(0); }
  }

  @keyframes product-tab-slide-from-left {
    from { opacity: 0.72; transform: translateX(-7px); }
    to { opacity: 1; transform: translateX(0); }
  }
}

/* Independent product catalog: structure follows the selected reference; styling stays within the Pilot. */
.catalog-page {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: 30px var(--pilot-content-inset) 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 4%, rgba(133, 196, 255, 0.09), transparent 26%),
    radial-gradient(circle at 12% 72%, rgba(145, 128, 255, 0.055), transparent 30%),
    var(--pilot-canvas);
}

.catalog-page-heading,
.catalog-layout {
  position: relative;
  z-index: 1;
}

.catalog-page-heading {
  min-height: 94px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.catalog-page-heading > div:first-child > p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pilot-text-tertiary);
  font-size: 13px;
  font-weight: 500;
}

.catalog-page-heading > div:first-child > p a {
  transition: color 160ms ease;
}

.catalog-page-heading > div:first-child > p a:hover,
.catalog-page-heading > div:first-child > p a:focus-visible {
  color: var(--pilot-brand-strong);
}

.catalog-page-heading > div:first-child > p i {
  font-size: 9px;
}

.catalog-page-heading h1 {
  margin: 0;
  color: var(--pilot-text);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.catalog-page-heading > div:first-child > span {
  margin-top: 10px;
  display: block;
  color: var(--pilot-text-secondary);
  font-size: 15px;
}

.catalog-heading-note {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(79, 104, 156, 0.12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--pilot-text-secondary);
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(42, 67, 112, 0.04);
}

.catalog-heading-note i {
  color: var(--pilot-brand);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 296px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.catalog-sidebar,
.catalog-toolbar,
.catalog-product-panel {
  border: 1px solid var(--pilot-border);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 40px rgba(42, 67, 112, 0.055);
}

.catalog-sidebar {
  position: sticky;
  top: 18px;
  max-height: calc(100vh - 36px);
  padding: 12px;
  border-radius: 24px;
  overflow: auto;
  scrollbar-width: thin;
}

.catalog-sidebar-header {
  min-height: 66px;
  padding: 4px 8px 12px 10px;
  border-bottom: 1px solid rgba(79, 104, 156, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-sidebar-header p {
  margin: 0;
  color: var(--pilot-text);
  font-size: 18px;
  font-weight: 700;
}

.catalog-sidebar-header span {
  margin-top: 4px;
  display: block;
  color: var(--pilot-text-tertiary);
  font-size: 12px;
}

.catalog-sidebar-header > i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--pilot-brand-soft);
  color: var(--pilot-brand);
  font-size: 16px;
}

.catalog-tree-list {
  padding-top: 8px;
}

.catalog-recommend,
.catalog-tree-parent {
  width: 100%;
  min-height: 52px;
  padding: 5px 10px 5px 7px;
  border: 0;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 9px;
  background: transparent;
  color: var(--pilot-text);
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.catalog-recommend:hover,
.catalog-recommend:focus-visible,
.catalog-tree-parent:hover,
.catalog-tree-parent:focus-visible {
  background: rgba(237, 242, 255, 0.72);
  color: var(--pilot-brand-strong);
}

.catalog-recommend.is-active,
.catalog-tree-group.is-active > .catalog-tree-parent {
  background: linear-gradient(100deg, rgba(230, 237, 255, 0.96), rgba(247, 250, 255, 0.74));
  color: var(--pilot-brand-strong);
}

.catalog-tree-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(79, 104, 156, 0.1);
  border-radius: 13px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
}

.catalog-tree-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.catalog-tree-icon i {
  color: var(--pilot-brand);
  font-size: 14px;
}

.catalog-recommend strong,
.catalog-tree-parent strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-recommend > i,
.catalog-tree-parent > i {
  justify-self: center;
  color: var(--pilot-text-tertiary);
  font-size: 10px;
  transition: transform 180ms ease;
}

.catalog-tree-parent[aria-expanded="true"] > i {
  color: var(--pilot-brand);
  transform: rotate(180deg);
}

.catalog-sublist {
  margin: 3px 8px 8px 25px;
  padding: 3px 0 3px 25px;
  border-left: 1px solid rgba(79, 104, 156, 0.14);
  display: grid;
  gap: 2px;
}

.catalog-sublist button {
  min-height: 34px;
  padding: 5px 9px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  color: var(--pilot-text-secondary);
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.catalog-sublist button:hover,
.catalog-sublist button:focus-visible,
.catalog-sublist button.is-active {
  background: rgba(237, 242, 255, 0.9);
  color: var(--pilot-brand-strong);
}

.catalog-mobile-categories {
  display: none;
}

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

.catalog-toolbar {
  min-height: 116px;
  padding: 22px 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.catalog-current-category {
  min-width: 230px;
}

.catalog-current-category p {
  margin: 0 0 4px;
  color: var(--pilot-brand-strong);
  font-size: 12px;
  font-weight: 600;
}

.catalog-current-category h2 {
  margin: 0;
  color: var(--pilot-text);
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.catalog-current-category span {
  margin-top: 4px;
  display: block;
  color: var(--pilot-text-tertiary);
  font-size: 12px;
}

.catalog-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.catalog-sort-trigger,
.catalog-search {
  height: 48px;
  border: 1px solid rgba(79, 104, 156, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  background: rgba(249, 251, 255, 0.9);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.catalog-sort-trigger:hover,
.catalog-search:hover {
  background: #ffffff;
  border-color: rgba(79, 104, 255, 0.25);
}

.catalog-sort-trigger:focus-visible,
.catalog-search:focus-within {
  border-color: rgba(79, 104, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(79, 104, 255, 0.1);
}

.catalog-sort-menu {
  position: relative;
  width: 174px;
}

.catalog-sort-trigger {
  width: 100%;
  padding: 0 13px;
  border: 1px solid rgba(79, 104, 156, 0.15);
  gap: 8px;
  color: var(--pilot-text-secondary);
  cursor: pointer;
}

.catalog-sort-trigger > span {
  color: var(--pilot-text-tertiary);
  font-size: 11px;
  font-weight: 600;
}

.catalog-sort-trigger > strong {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: var(--pilot-text);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-sort-trigger > i {
  font-size: 9px;
  transition: transform 160ms ease;
}

.catalog-sort-trigger[aria-expanded="true"] > i {
  color: var(--pilot-brand);
  transform: rotate(180deg);
}

.catalog-sort-popover {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  width: 190px;
  padding: 7px;
  border: 1px solid rgba(79, 104, 156, 0.14);
  border-radius: 17px;
  display: grid;
  gap: 3px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(37, 57, 96, 0.14);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.catalog-sort-popover button {
  min-height: 40px;
  padding: 0 11px;
  border: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: transparent;
  color: var(--pilot-text-secondary);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.catalog-sort-popover button:hover,
.catalog-sort-popover button:focus-visible,
.catalog-sort-popover button.is-active {
  background: var(--pilot-brand-soft);
  color: var(--pilot-brand-strong);
}

.catalog-sort-popover button i {
  color: var(--pilot-brand);
  font-size: 11px;
}

.catalog-search {
  width: min(340px, 28vw);
  padding: 0 12px 0 15px;
  gap: 10px;
}

.catalog-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pilot-text);
  font-size: 13px;
}

.catalog-search input::placeholder {
  color: var(--pilot-text-tertiary);
}

.catalog-search button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--pilot-brand-soft);
  color: var(--pilot-brand-strong);
  cursor: pointer;
}

.catalog-product-panel {
  margin-top: 16px;
  border-radius: 24px;
  overflow: hidden;
}

.catalog-table-head,
.catalog-product-row {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 96px 110px 118px;
  align-items: center;
  column-gap: 18px;
}

.catalog-table-head {
  min-height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(79, 104, 156, 0.1);
  background: rgba(245, 248, 253, 0.8);
  color: var(--pilot-text-tertiary);
  font-size: 12px;
  font-weight: 500;
}

.catalog-table-head span:first-child {
  padding-left: 68px;
}

.catalog-table-head span:nth-child(n + 2) {
  text-align: center;
}

.catalog-product-row {
  min-height: 92px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(79, 104, 156, 0.09);
  background: rgba(255, 255, 255, 0.72);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.catalog-product-row:last-child {
  border-bottom: 0;
}

.catalog-product-row:hover {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(42, 67, 112, 0.055);
}

.catalog-product-info {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.catalog-product-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(79, 104, 156, 0.11);
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(241, 246, 255, 0.95), #ffffff);
}

.catalog-product-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.catalog-product-info h3 {
  margin: 0 0 5px;
  overflow: hidden;
  color: var(--pilot-text);
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-delivery-meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--pilot-text-secondary);
  font-size: 12px;
  line-height: 18px;
}

.catalog-delivery-meta > span {
  color: var(--pilot-text-tertiary);
}

.catalog-delivery-meta > strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #218365;
  font-weight: 600;
  white-space: nowrap;
}

.catalog-delivery-meta i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #34b786;
  box-shadow: 0 0 0 3px rgba(52, 183, 134, 0.1);
}

.catalog-stock {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: var(--pilot-text);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.catalog-stock small {
  display: none;
}

.catalog-stock strong {
  font-weight: 700;
}

.catalog-stock.is-empty {
  color: var(--pilot-text-tertiary);
}

.catalog-price {
  color: var(--pilot-brand-strong);
  font-size: 20px;
  text-align: center;
}

.catalog-price small {
  margin-right: 2px;
  font-size: 13px;
}

.catalog-buy,
.catalog-empty a,
.catalog-empty button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(79, 104, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--pilot-brand);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(79, 104, 255, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.catalog-buy:hover,
.catalog-buy:focus-visible,
.catalog-empty a:hover,
.catalog-empty a:focus-visible,
.catalog-empty button:hover,
.catalog-empty button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 11px 22px rgba(79, 104, 255, 0.2);
}

.catalog-buy i,
.catalog-empty a i {
  font-size: 10px;
}

.catalog-empty {
  min-height: 420px;
  padding: 54px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.catalog-empty > span {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: var(--pilot-brand-soft);
  color: var(--pilot-brand);
  font-size: 22px;
}

.catalog-empty h3 {
  margin: 18px 0 7px;
  color: var(--pilot-text);
  font-size: 18px;
}

.catalog-empty p {
  max-width: 390px;
  margin: 0 0 20px;
  color: var(--pilot-text-secondary);
  font-size: 13px;
  line-height: 21px;
}

@media (max-width: 1280px) {
  .catalog-layout {
    grid-template-columns: 264px minmax(0, 1fr);
    gap: 16px;
  }

  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .catalog-tools {
    width: 100%;
  }

  .catalog-search {
    width: min(440px, 48vw);
  }

  .catalog-table-head,
  .catalog-product-row {
    grid-template-columns: minmax(300px, 1fr) 72px 82px 104px;
    column-gap: 12px;
  }
}

@media (max-width: 860px) {
  .catalog-page {
    padding-top: 24px;
    padding-bottom: 72px;
  }

  .catalog-page-heading {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-heading-note {
    min-height: 40px;
  }

  .catalog-layout {
    display: block;
  }

  .catalog-sidebar {
    position: static;
    max-height: none;
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 20px;
    overflow: hidden;
  }

  .catalog-sidebar-header,
  .catalog-tree-list {
    display: none;
  }

  .catalog-mobile-categories {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .catalog-mobile-categories::-webkit-scrollbar {
    display: none;
  }

  .catalog-mobile-categories button {
    min-height: 42px;
    padding: 0 13px 0 8px;
    border: 1px solid rgba(79, 104, 156, 0.12);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--pilot-text-secondary);
    font-size: 12px;
    font-weight: 600;
  }

  .catalog-mobile-categories button.is-active {
    border-color: rgba(79, 104, 255, 0.25);
    background: var(--pilot-brand-soft);
    color: var(--pilot-brand-strong);
  }

  .catalog-mobile-categories img {
    width: 30px;
    height: 30px;
  }

  .catalog-table-head,
  .catalog-product-row {
    grid-template-columns: minmax(0, 1fr) 68px 76px 96px;
    column-gap: 10px;
  }

}

@media (max-width: 600px) {
  .catalog-page {
    padding-top: 20px;
  }

  .catalog-page-heading {
    margin-bottom: 18px;
    gap: 16px;
  }

  .catalog-page-heading h1 {
    font-size: 34px;
  }

  .catalog-heading-note {
    width: 100%;
    min-height: auto;
    padding: 11px 13px;
    border-radius: 16px;
    align-items: flex-start;
    line-height: 19px;
  }

  .catalog-toolbar {
    padding: 18px;
    border-radius: 20px;
  }

  .catalog-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-sort-menu,
  .catalog-search {
    width: 100%;
  }

  .catalog-product-panel {
    border-radius: 20px;
  }

  .catalog-table-head {
    display: none;
  }

  .catalog-product-row {
    min-height: 154px;
    padding: 15px;
    grid-template-columns: minmax(70px, 0.7fr) minmax(70px, 0.7fr) auto;
    grid-template-rows: auto auto;
    gap: 12px;
  }

  .catalog-product-info {
    grid-column: 1 / -1;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
  }

  .catalog-product-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .catalog-product-icon img {
    width: 42px;
    height: 42px;
  }

  .catalog-product-info h3 {
    font-size: 14px;
  }

  .catalog-price {
    justify-self: start;
    font-size: 19px;
  }

  .catalog-stock {
    justify-self: start;
    gap: 6px;
    color: var(--pilot-text-secondary);
    font-size: 13px;
  }

  .catalog-stock small {
    display: inline;
    color: var(--pilot-text-tertiary);
    font-size: 11px;
    font-weight: 500;
  }

  .catalog-buy {
    min-height: 38px;
  }

.catalog-empty {
    min-height: 340px;
  }
}
body.storefront-shell-page {
  --pilot-canvas: #f7f9fc;
  --pilot-surface: #ffffff;
  --pilot-surface-muted: #f2f6fc;
  --pilot-text: #0f1f3d;
  --pilot-text-secondary: #64748b;
  --pilot-text-tertiary: #8795ad;
  --pilot-brand: #4f68ff;
  --pilot-brand-strong: #4056e8;
  --pilot-brand-soft: #edf2ff;
  --pilot-border: rgba(79, 104, 156, 0.14);
  --pilot-shadow: 0 18px 52px rgba(42, 67, 112, 0.08);
  --pilot-card-shadow: 0 10px 30px rgba(42, 67, 112, 0.055);
  --pilot-content-inset: clamp(20px, 2vw, 40px);
  --pilot-content: 1440px;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--pilot-canvas) !important;
  color: var(--pilot-text);
  font-family: var(--site-font-sans, "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif);
}

.storefront-site-header {
  position: relative;
  z-index: 100;
  padding: 22px 0 0;
}

.storefront-nav-shell {
  width: calc(100% - 24px);
  min-height: 60px;
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(205, 218, 236, 0.82);
  border-radius: 32px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  background: linear-gradient(120deg, rgba(255,255,255,.9), rgba(247,250,255,.78));
  box-shadow: 0 16px 42px rgba(51, 71, 108, 0.08), inset 0 1px rgba(255,255,255,.96);
}

.storefront-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pilot-brand-strong) !important;
  text-decoration: none !important;
}

.storefront-brand img {
  width: 42px;
  height: 42px;
  padding: 5px;
  border: 1px solid rgba(79,104,255,.2);
  border-radius: 15px;
  background: linear-gradient(145deg, #f8faff, #ececff);
  box-shadow: inset 0 1px rgba(255,255,255,.96), 0 7px 15px rgba(79,104,255,.14);
}

.storefront-brand strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-main-nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

.storefront-main-nav > a,
.storefront-tools-toggle {
  min-height: 42px;
  padding: 0 13px;
  border: 0;
  border-radius: 13px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #14223d !important;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important;
  cursor: pointer;
}

.storefront-main-nav > a:hover,
.storefront-main-nav > a:focus-visible,
.storefront-tools-toggle:hover,
.storefront-tools-toggle:focus-visible { color: var(--pilot-brand-strong) !important; background: rgba(237,242,255,.74); }
.storefront-main-nav > a.is-active { color: var(--pilot-brand-strong) !important; }
.storefront-main-nav > a.is-active::after { content:""; position:absolute; left:12px; right:12px; bottom:1px; height:2px; border-radius:999px; background:var(--pilot-brand); }

.storefront-tools { position: relative; }
.storefront-tools-menu {
  width: 176px;
  padding: 8px;
  border: 1px solid rgba(205,218,236,.9);
  border-radius: 15px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  gap: 3px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 42px rgba(35,55,90,.14);
}
.storefront-tools-menu[hidden] { display: none; }
.storefront-tools-menu a { min-height: 38px; padding: 0 10px; border-radius: 10px; display:flex; align-items:center; color:var(--pilot-text-secondary); font-size:12px; font-weight:600; text-decoration:none; }
.storefront-tools-menu a:hover,.storefront-tools-menu a:focus-visible { color:var(--pilot-brand-strong); background:var(--pilot-brand-soft); }

.storefront-nav-actions { grid-column:3; display:flex; align-items:center; gap:8px; }
.storefront-auth-link,
.storefront-create-link,
.storefront-user-button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(205,218,236,.92);
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  background:rgba(255,255,255,.84);
  color:var(--pilot-text) !important;
  font-size:13px;
  font-weight:700;
  text-decoration:none !important;
}
.storefront-create-link { border-color:transparent; background:var(--pilot-brand); color:#fff !important; box-shadow:0 9px 20px rgba(79,104,255,.22); }
.storefront-user { position:relative; }
.storefront-user-menu { width:190px; padding:8px; border:1px solid rgba(205,218,236,.9); border-radius:15px; position:absolute; top:calc(100% + 8px); right:0; display:grid; gap:3px; background:#fff; box-shadow:0 18px 42px rgba(35,55,90,.14); }
.storefront-user-menu[hidden] { display:none; }
.storefront-user-menu a { min-height:38px; padding:0 10px; border-radius:10px; display:flex; align-items:center; gap:8px; color:var(--pilot-text-secondary); font-size:12px; font-weight:600; text-decoration:none; }
.storefront-user-menu a:hover,.storefront-user-menu a:focus-visible { color:var(--pilot-brand-strong); background:var(--pilot-brand-soft); }
.storefront-user-balance { color:#138a5b; }

.storefront-menu-toggle { width:40px; height:40px; padding:0; border:1px solid rgba(205,218,236,.92); border-radius:14px; display:none; place-items:center; background:rgba(255,255,255,.86); color:var(--pilot-text); }
.storefront-mobile-nav { width:calc(100% - 24px); margin:8px auto 0; padding:10px; border:1px solid rgba(205,218,236,.88); border-radius:18px; background:rgba(255,255,255,.98); box-shadow:0 18px 42px rgba(35,55,90,.12); }
.storefront-mobile-nav[hidden] { display:none; }
.storefront-mobile-nav a { min-height:42px; padding:0 11px; border-radius:11px; display:flex; align-items:center; color:var(--pilot-text-secondary); font-size:13px; font-weight:650; text-decoration:none; }
.storefront-mobile-nav a:hover,.storefront-mobile-nav a:focus-visible { color:var(--pilot-brand-strong); background:var(--pilot-brand-soft); }

.catalog-page,
.product-page { margin-top: 0; }

.catalog-platform-link,
.catalog-subcategory-link { text-decoration:none !important; }
.catalog-tree-group.is-active > .catalog-sublist { display:grid; }
.catalog-sublist { display:none; }
.catalog-tree-parent { text-decoration:none !important; }
.catalog-sublist .catalog-subcategory-link {
  min-height:34px;
  padding:5px 9px;
  border:0;
  border-radius:10px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:transparent;
  color:var(--pilot-text-secondary);
  font-size:12px;
  font-weight:500;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.catalog-sublist .catalog-subcategory-link:hover,
.catalog-sublist .catalog-subcategory-link:focus-visible,
.catalog-sublist .catalog-subcategory-link.is-active { background:rgba(237,242,255,.9); color:var(--pilot-brand-strong); }
.catalog-mobile-category { min-height:42px; padding:0 13px 0 8px; border:1px solid rgba(79,104,156,.12); border-radius:14px; display:inline-flex; align-items:center; gap:7px; flex:0 0 auto; background:#fff; color:var(--pilot-text-secondary); font-size:12px; font-weight:600; text-decoration:none; }
.catalog-mobile-category:hover,.catalog-mobile-category:focus-visible,.catalog-mobile-category.is-active { border-color:rgba(79,104,255,.25); background:var(--pilot-brand-soft); color:var(--pilot-brand-strong); }
.catalog-mobile-category img { width:30px; height:30px; object-fit:contain; }
.catalog-mobile-category > i { width:30px; height:30px; border-radius:10px; display:grid; place-items:center; background:var(--pilot-brand-soft); color:var(--pilot-brand); }
.catalog-product-row { text-decoration:none !important; }
.catalog-product-row.is-soldout { opacity:.58; }
.catalog-buy.is-disabled { border-color:#dce4ef; background:#eef2f7; color:#8b98ad; box-shadow:none; pointer-events:none; }
.catalog-search button { width:36px; height:36px; padding:0; border:0; display:grid; place-items:center; background:transparent; color:var(--pilot-brand-strong); }
.catalog-sort-native { min-height:48px; padding:0 42px 0 15px; border:1px solid rgba(79,104,156,.14); border-radius:14px; background:#fff; color:var(--pilot-text); font-size:13px; font-weight:650; }
.catalog-product-list > .catalog-empty-state { padding:48px 20px; text-align:center; color:var(--pilot-text-secondary); }
.catalog-support-content { max-width:var(--pilot-content); margin:24px auto 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.catalog-support-card { padding:24px; border:1px solid var(--pilot-border); border-radius:24px; background:rgba(255,255,255,.82); box-shadow:0 14px 40px rgba(42,67,112,.045); color:var(--pilot-text-secondary); }
.catalog-support-card > header { display:flex; align-items:center; gap:12px; margin-bottom:15px; }
.catalog-support-card > header > i { width:40px; height:40px; border-radius:14px; display:grid; place-items:center; background:var(--pilot-brand-soft); color:var(--pilot-brand); }
.catalog-support-card > header p { margin:0 0 2px; color:var(--pilot-brand-strong); font-size:11px; font-weight:700; }
.catalog-support-card > header h2 { margin:0; color:var(--pilot-text); font-size:18px; }
.catalog-support-card > p,.catalog-support-card li,.catalog-support-card details p { font-size:13px; line-height:1.75; }
.catalog-support-card > ul { margin:12px 0 0; padding-left:20px; }
.catalog-support-links { margin-top:16px; display:flex; flex-wrap:wrap; gap:8px; }
.catalog-support-links a { min-height:36px; padding:0 12px; border:1px solid rgba(79,104,255,.14); border-radius:999px; display:inline-flex; align-items:center; gap:7px; color:var(--pilot-brand-strong); font-size:12px; font-weight:600; text-decoration:none; }
.catalog-support-faq details { border-top:1px solid rgba(79,104,156,.1); }
.catalog-support-faq summary { padding:13px 0; color:var(--pilot-text); font-size:13px; font-weight:650; cursor:pointer; }
.catalog-support-faq details p { margin:0 0 14px; }

.product-overview .item-order-form { max-width:none; margin-top:22px; gap:14px !important; }
.product-overview .item-order-form > div:not(.product-purchase-grid):not(.cash-pay) { min-width:0; }
.product-overview .form-label { color:var(--pilot-text-tertiary); font-size:12px; font-weight:600; }
.product-overview .form-control { min-height:42px; border:1px solid rgba(79,104,156,.14); border-radius:12px; background:#fff; box-shadow:none; }
.product-overview .sku-list { display:flex; flex-wrap:wrap; gap:8px; }
.product-overview .sku { min-height:38px; padding:8px 12px; border:1px solid rgba(79,104,156,.14); border-radius:11px; display:inline-flex; align-items:center; gap:7px; background:#fff; color:var(--pilot-text-secondary); text-decoration:none; }
.product-overview .sku.is-primary { border-color:rgba(79,104,255,.45); background:var(--pilot-brand-soft); color:var(--pilot-brand-strong); }
.product-overview .qty-group { width:170px; height:40px; margin-top:7px; padding:0; border:1px solid rgba(79,104,156,.14); border-radius:999px; overflow:hidden; display:grid; grid-template-columns:42px minmax(0,1fr) 42px; background:#fff; box-shadow:none; }
.product-overview .qty-group > button { width:42px; height:40px; border:0; border-radius:0; background:transparent; color:var(--pilot-brand); font-size:18px; }
.product-overview .qty-group > input { width:100%; min-height:40px; padding:0; border:0; border-left:1px solid rgba(79,104,156,.1); border-right:1px solid rgba(79,104,156,.1); border-radius:0; text-align:center; font-weight:700; }
.product-overview .product-total .abacus { margin:7px 0 0 !important; }
.product-overview .product-total .price { color:var(--pilot-brand); font-size:28px; font-weight:800; }
.product-overview .item-login-gate,.product-overview .item-pay-panel { width:100%; max-width:none; margin:0; padding:0 !important; border:0; background:transparent; box-shadow:none; }
.product-overview .item-login-gate-layout { min-height:78px; border:1px solid rgba(79,104,156,.12); border-radius:16px; background:#fff; }
.product-overview .item-login-gate-button.btn-primary { min-width:152px; min-height:46px; border-radius:999px; }
.product-overview .captcha-img { height:42px; border:1px solid rgba(79,104,156,.14); border-left:0; background:#fff; }
.product-visual-stage .product-main-image { width:min(52%,310px) !important; height:auto !important; max-width:310px; max-height:310px; padding:0 !important; position:relative !important; inset:auto !important; align-self:center; justify-self:center; display:block; object-fit:contain !important; background:transparent !important; }
.product-share-button { min-height:34px; padding:0 12px; border:1px solid rgba(79,104,156,.1); border-radius:999px; display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,.72); color:var(--pilot-text-secondary); font-size:12px; font-weight:600; }
.product-share-button:hover,.product-share-button:focus-visible { border-color:rgba(79,104,255,.24); color:var(--pilot-brand-strong); }
.product-detail-panel[hidden] { display:none !important; }
.product-detail-panel .item-description { color:var(--pilot-text-secondary); font-size:14px; line-height:1.9; }
.product-detail-panel .item-description img { max-width:100%; height:auto !important; border-radius:16px; }
.product-related-grid .related-card { text-decoration:none !important; }

@media (max-width: 1080px) {
  .storefront-main-nav { display:none; }
  .storefront-nav-shell { grid-template-columns:auto 1fr auto; }
  .storefront-menu-toggle { display:grid; }
}

@media (max-width: 680px) {
  .storefront-site-header { padding-top:10px; }
  .storefront-nav-shell { min-height:58px; gap:8px; }
  .storefront-brand { max-width:210px; }
  .storefront-brand img { width:38px; height:38px; border-radius:13px; }
  .storefront-brand strong { font-size:13px; }
  .storefront-nav-actions > .storefront-auth-link,
  .storefront-nav-actions > .storefront-create-link,
  .storefront-nav-actions > .storefront-user { display:none; }
  .product-overview .item-login-gate-layout { align-items:stretch; flex-direction:column; }
  .product-overview .item-login-gate-button.btn-primary { width:100%; }
  .product-visual-stage { min-height:320px; }
  .product-visual-stage .product-main-image { width:min(58%,220px) !important; max-width:220px; max-height:220px; }
  .catalog-support-content { grid-template-columns:1fr; }
}
