.studio3d-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 4%, rgba(188, 213, 195, .38), transparent 25rem),
    #f3f5f1;
  color: #18231c;
}

.studio3d-heading {
  padding: 48px 0 26px;
}

.studio3d-heading-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 52px;
}

.studio3d-heading h1 {
  margin: 8px 0 0;
  color: #17251d;
  font-size: clamp(2.4rem, 4.1vw, 4.3rem);
  letter-spacing: -.052em;
  line-height: .96;
}

.studio3d-heading-copy {
  max-width: 490px;
  padding-bottom: 4px;
}

.studio3d-heading-copy p {
  margin: 0;
  color: #637067;
  font-size: 1rem;
  line-height: 1.65;
}

.studio3d-heading-copy a {
  display: inline-block;
  margin-top: 10px;
  color: #2a6542;
  font-size: .82rem;
  font-weight: 800;
}

.studio3d-workspace {
  padding: 10px 0 84px;
}

.studio3d-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 372px;
  width: min(1580px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(31, 49, 39, .13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(25, 42, 32, .14);
}

.studio3d-stage {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #77766f;
  touch-action: none;
  user-select: none;
}

.studio3d-stage canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
  outline: none;
}

.studio3d-stage canvas:active {
  cursor: grabbing;
}

.studio3d-loading,
.studio3d-error {
  position: absolute;
  z-index: 9;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #304238;
  background:
    radial-gradient(circle at 50% 42%, rgba(236, 237, 232, .94), rgba(193, 201, 195, .92));
  backdrop-filter: blur(8px);
  transition: opacity .45s ease, visibility .45s ease;
}

.studio3d-loading.is-ready {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.studio3d-loading strong,
.studio3d-error strong {
  margin-top: 18px;
  font-size: 1rem;
}

.studio3d-loading small,
.studio3d-error span {
  margin-top: 6px;
  color: #758078;
  font-size: .77rem;
}

.studio3d-loading-mark {
  display: flex;
  gap: 5px;
  align-items: end;
  height: 31px;
}

.studio3d-loading-mark span {
  width: 7px;
  border-radius: 5px;
  background: #2f7550;
  animation: studio3d-load .9s ease-in-out infinite alternate;
}

.studio3d-loading-mark span:nth-child(1) { height: 16px; }
.studio3d-loading-mark span:nth-child(2) { height: 30px; animation-delay: -.4s; }
.studio3d-loading-mark span:nth-child(3) { height: 22px; animation-delay: -.7s; }

@keyframes studio3d-load {
  to { height: 8px; opacity: .45; }
}

.studio3d-error[hidden] {
  display: none;
}

.studio3d-error a,
.studio3d-error button {
  margin-top: 18px;
  padding: 10px 16px;
  border: 0;
  border-radius: 9px;
  background: #256541;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: .82rem;
  font-weight: 800;
}

.studio3d-error a {
  margin-top: 9px;
  background: transparent;
  color: #256541;
}

.studio3d-stage-topbar {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.studio3d-status,
.studio3d-surface-pills,
.studio3d-stage-actions {
  pointer-events: auto;
}

.studio3d-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 999px;
  background: rgba(25, 39, 30, .78);
  color: #fff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.studio3d-status-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75dd9e;
  box-shadow: 0 0 0 4px rgba(117, 221, 158, .15);
}

.studio3d-stage-actions {
  display: flex;
  gap: 6px;
  justify-self: end;
}

.studio3d-quality-control {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1px 7px;
  min-height: 38px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 9px;
  background: rgba(255, 255, 255, .88);
  color: #33463a;
  font-size: .62rem;
  font-weight: 850;
  box-shadow: 0 4px 18px rgba(29, 42, 34, .09);
  backdrop-filter: blur(12px);
}

.studio3d-quality-control > span {
  grid-row: 1 / span 2;
}

.studio3d-quality-control select {
  max-width: 98px;
  padding: 0 15px 0 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #1d5e39;
  cursor: pointer;
  font: inherit;
  font-size: .7rem;
}

.studio3d-quality-control small {
  color: #758078;
  font-size: .55rem;
  line-height: 1;
}

.studio3d-stage-actions button {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 9px;
  background: rgba(255, 255, 255, .88);
  color: #33463a;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 800;
  box-shadow: 0 4px 18px rgba(29, 42, 34, .09);
  backdrop-filter: blur(12px);
}

.studio3d-stage-actions button:hover,
.studio3d-stage-actions button:focus-visible {
  background: #fff;
  color: #185e38;
}

.studio3d-lighting-control,
.studio3d-scene-control {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 8px 7px 11px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 11px;
  background: rgba(25, 39, 30, .8);
  color: #fff;
  box-shadow: 0 8px 24px rgba(18, 27, 21, .16);
  backdrop-filter: blur(12px);
}

.studio3d-scene-control {
  right: 18px;
  left: auto;
}

.studio3d-lighting-control > span,
.studio3d-scene-control > span {
  display: grid;
  gap: 1px;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1.1;
  text-transform: uppercase;
}

.studio3d-lighting-control small,
.studio3d-scene-control small {
  color: rgba(255, 255, 255, .68);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.studio3d-lighting-control > div,
.studio3d-scene-control > div {
  display: flex;
  gap: 2px;
  padding: 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}

.studio3d-lighting-control button,
.studio3d-scene-control button {
  min-height: 29px;
  padding: 5px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, .76);
  cursor: pointer;
  font-size: .64rem;
  font-weight: 800;
}

.studio3d-lighting-control button:hover,
.studio3d-lighting-control button:focus-visible,
.studio3d-scene-control button:hover,
.studio3d-scene-control button:focus-visible {
  color: #fff;
}

.studio3d-lighting-control button.is-active,
.studio3d-scene-control button.is-active {
  background: #fff;
  color: #205e3b;
}

.studio3d-surface-pills {
  display: flex;
  min-width: 0;
  justify-self: center;
  gap: 5px;
}

.studio3d-surface-pills button {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 86px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 10px;
  background: rgba(255, 255, 255, .85);
  color: #5f6e64;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.studio3d-surface-pills button.is-active {
  border-color: #276945;
  background: #276945;
  color: #fff;
  box-shadow: 0 8px 22px rgba(24, 72, 44, .22);
}

.studio3d-surface-icon {
  display: block;
  width: 15px;
  height: 15px;
  border: 1.5px solid currentColor;
}

.studio3d-surface-icon-wall {
  background: linear-gradient(90deg, transparent 47%, currentColor 48%, currentColor 53%, transparent 54%);
}

.studio3d-surface-icon-floor {
  transform: perspective(18px) rotateX(58deg);
  background:
    linear-gradient(90deg, transparent 47%, currentColor 48%, currentColor 53%, transparent 54%),
    linear-gradient(0deg, transparent 47%, currentColor 48%, currentColor 53%, transparent 54%);
}

.studio3d-hint {
  position: absolute;
  z-index: 4;
  bottom: 76px;
  left: 50%;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: rgba(22, 34, 27, .67);
  color: rgba(255, 255, 255, .92);
  font-size: .7rem;
  font-weight: 750;
  white-space: nowrap;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
  transition: opacity .35s ease;
}

.studio3d-hint span {
  margin-right: 5px;
  color: #aee4c0;
}

.studio3d-hint.is-dismissed {
  opacity: 0;
  pointer-events: none;
}

.studio3d-panel {
  position: relative;
  z-index: 5;
  min-width: 0;
  padding: 22px;
  border-left: 1px solid #dfe5df;
  background: rgba(255, 255, 255, .98);
}

@media (min-width: 1121px) {
  .studio3d-stage,
  .studio3d-panel {
    height: 842px;
  }

  .studio3d-panel {
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #aeb8b0 transparent;
    scrollbar-width: thin;
  }
}

.studio3d-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.studio3d-panel-head h2 {
  margin: 5px 0 0;
  font-size: 1.35rem;
  letter-spacing: -.025em;
}

.studio3d-count {
  color: #7b857e;
  font-size: .72rem;
  font-weight: 850;
}

.studio3d-segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 17px;
  padding: 4px;
  border: 1px solid #dce2dc;
  border-radius: 10px;
  background: #f1f4f0;
}

.studio3d-material-control {
  margin-top: 17px;
}

.studio3d-material-control[hidden],
.studio3d-segmented[hidden],
.studio3d-search[hidden] {
  display: none;
}

.studio3d-material-control .studio3d-segmented {
  margin-top: 8px;
}

.studio3d-material-control .studio3d-material-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.studio3d-segmented button {
  min-height: 34px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #6b766e;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 850;
}

.studio3d-segmented button.is-active {
  background: #fff;
  color: #1d5e39;
  box-shadow: 0 2px 8px rgba(32, 52, 40, .1);
}

.studio3d-search {
  position: relative;
  display: block;
  margin-top: 13px;
}

.studio3d-search > span {
  position: absolute;
  top: 50%;
  left: 12px;
  color: #7c877f;
  font-size: 1.1rem;
  transform: translateY(-52%);
}

.studio3d-search input {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px 9px 38px;
  border: 1px solid #dce2dc;
  border-radius: 10px;
  outline: none;
  background: #fafbf9;
  color: #233128;
  font: inherit;
  font-size: .8rem;
}

.studio3d-search input:focus {
  border-color: #67917a;
  box-shadow: 0 0 0 3px rgba(41, 106, 70, .09);
}

.studio3d-filters {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dce2dc;
  border-radius: 10px;
  background: #f7f9f6;
}

.studio3d-filters[hidden] {
  display: none;
}

.studio3d-filter-toolbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.studio3d-filter-dropdown {
  position: relative;
  min-width: 0;
}

.studio3d-filter-dropdown summary {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 6px 8px;
  border: 1px solid #d6ddd7;
  border-radius: 8px;
  background: #fff;
  color: #34473b;
  cursor: pointer;
  font-size: .65rem;
  font-weight: 850;
  list-style: none;
}

.studio3d-filter-dropdown summary::-webkit-details-marker {
  display: none;
}

.studio3d-filter-dropdown summary::after {
  color: #758078;
  content: "⌄";
}

.studio3d-filter-dropdown summary span {
  min-width: 0;
  overflow: hidden;
  color: #647168;
  font-size: .58rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio3d-filter-dropdown[open] summary {
  border-color: #397654;
  box-shadow: 0 0 0 2px rgba(40, 103, 67, .08);
}

.studio3d-filter-dropdown > div {
  position: absolute;
  z-index: 12;
  top: calc(100% + 6px);
  left: 0;
  display: grid;
  width: 210px;
  max-height: 260px;
  gap: 3px;
  padding: 7px;
  overflow-y: auto;
  border: 1px solid #d4ddd6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(25, 42, 32, .2);
}

.studio3d-filter-dropdown:last-child > div {
  right: 0;
  left: auto;
}

.studio3d-filter-chip,
.studio3d-filters-clear {
  min-height: 27px;
  padding: 4px 8px;
  border: 1px solid #d6ddd7;
  border-radius: 999px;
  background: #fff;
  color: #536159;
  cursor: pointer;
  font-size: .63rem;
  font-weight: 800;
}

.studio3d-filter-dropdown .studio3d-filter-chip {
  width: 100%;
  border-color: transparent;
  border-radius: 7px;
  text-align: left;
}

.studio3d-filter-chip:hover,
.studio3d-filter-chip:focus-visible,
.studio3d-filter-chip.is-active {
  border-color: #397654;
  color: #185636;
}

.studio3d-filter-chip.is-active {
  background: #e7f1ea;
}

.studio3d-filter-chip:disabled {
  cursor: not-allowed;
  opacity: .38;
}

.studio3d-filter-chip.is-color::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border: 1px solid rgba(25, 35, 29, .14);
  border-radius: 50%;
  background: var(--filter-colour, #ddd);
  content: "";
  vertical-align: -1px;
}

.studio3d-filters-clear {
  justify-self: start;
  min-height: 25px;
  border-color: transparent;
  background: transparent;
  color: #326b4c;
}

.studio3d-filters-clear:disabled {
  cursor: default;
  opacity: .42;
}

.studio3d-products {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 9px;
  max-height: 292px;
  margin: 13px -3px 18px 0;
  padding: 2px 6px 2px 2px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #aeb8b0 transparent;
  scrollbar-width: thin;
}

.studio3d-tile {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 72px;
  padding: 9px;
  border: 1px solid #dce2dc;
  border-radius: 10px;
  background: #fff;
  color: #243129;
  cursor: pointer;
  text-align: left;
}

.studio3d-tile:hover,
.studio3d-tile:focus-visible {
  border-color: #80a18d;
}

.studio3d-tile.is-active {
  border-color: #286743;
  box-shadow: 0 0 0 2px rgba(40, 103, 67, .09);
}

.studio3d-tile-swatch {
  display: block;
  width: 66px;
  height: 54px;
  border: 1px solid rgba(25, 35, 29, .1);
  border-radius: 6px;
  background-color: #eceeea;
  object-fit: cover;
}

.studio3d-tile-swatch.is-paint {
  width: 46px;
  height: 46px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid rgba(28, 39, 32, .12);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(0, 0, 0, .055));
  background-blend-mode: soft-light;
}

.studio3d-paint-family {
  margin: 9px 2px 1px;
  color: #69736c;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.studio3d-paint-family:first-child {
  margin-top: 1px;
}

.studio3d-tile > strong,
.studio3d-tile-copy strong {
  display: block;
  overflow: hidden;
  font-size: .88rem;
  line-height: 1.28;
  text-overflow: ellipsis;
}

.studio3d-tile-copy {
  min-width: 0;
}

.studio3d-tile-copy small {
  display: block;
  margin-top: 4px;
  color: #778078;
  font-size: .72rem;
}

.studio3d-tile-swatch.is-decoration {
  height: 66px;
  background: #ebece7;
  object-fit: contain;
}

.studio3d-decoration {
  min-height: 84px;
}

.studio3d-decoration-none {
  display: grid;
  place-items: center;
  color: #7b857e;
  font-size: .65rem;
  font-weight: 800;
}

.studio3d-tile-check {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid #d7ddd8;
  border-radius: 50%;
  color: transparent;
  font-size: .72rem;
}

.studio3d-tile.is-active .studio3d-tile-check {
  border-color: #286743;
  background: #286743;
  color: #fff;
  display: grid;
}

.studio3d-products-empty {
  grid-column: 1 / -1;
  padding: 36px 12px;
  color: #778179;
  font-size: .78rem;
  text-align: center;
}

.studio3d-selection {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid #e2e6e2;
  border-bottom: 1px solid #e2e6e2;
}

.studio3d-selection img {
  width: 58px;
  height: 58px;
  border: 1px solid #d9ded9;
  border-radius: 8px;
  background: #f2f2ed;
  object-fit: cover;
}

.studio3d-selection h3 {
  margin: 4px 0 3px;
  overflow: hidden;
  font-size: .92rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio3d-selection p:last-child {
  margin: 0;
  color: #747e76;
  font-size: .72rem;
}

.studio3d-decoration-sizes {
  padding: 14px 0;
  border-bottom: 1px solid #e2e6e2;
}

.studio3d-decoration-sizes[hidden] {
  display: none;
}

.studio3d-decoration-sizes > p {
  margin: 0 0 8px;
}

.studio3d-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.studio3d-size-options button {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #d6ddd7;
  border-radius: 8px;
  background: #fff;
  color: #56625a;
  cursor: pointer;
  font: inherit;
  font-size: .73rem;
  font-weight: 750;
}

.studio3d-size-options button:hover,
.studio3d-size-options button:focus-visible {
  border-color: #7f9b88;
}

.studio3d-size-options button.is-active {
  border-color: #286743;
  background: #edf5ef;
  color: #215b3a;
  box-shadow: 0 0 0 2px rgba(40, 103, 67, .08);
}

.studio3d-accuracy {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 10px;
  margin: 16px 0;
}

.studio3d-accuracy p {
  margin: 0;
}

.studio3d-accuracy strong,
.studio3d-accuracy span {
  display: block;
}

.studio3d-accuracy strong {
  color: #33483b;
  font-size: .76rem;
}

.studio3d-accuracy p span {
  margin-top: 3px;
  color: #7a837c;
  font-size: .69rem;
  line-height: 1.42;
}

.studio3d-accuracy-grid {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid #526d5c;
  background:
    linear-gradient(90deg, transparent 47%, #526d5c 48%, #526d5c 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, #526d5c 48%, #526d5c 52%, transparent 53%);
}

.studio3d-product-link {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding-top: 3px;
  color: #185636;
  font-size: .82rem;
  font-weight: 850;
}

.studio3d-credits {
  max-width: 620px;
  font-size: .68rem !important;
  line-height: 1.5;
  opacity: .68;
}

.studio3d-credits a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1120px) {
  .studio3d-heading {
    padding-top: 40px;
  }

  .studio3d-heading-inner {
    display: block;
  }

  .studio3d-heading-copy {
    margin-top: 18px;
  }

  .studio3d-shell {
    grid-template-columns: 1fr;
  }

  .studio3d-stage {
    min-height: clamp(470px, 66vw, 680px);
  }

  .studio3d-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
    gap: 0 24px;
    border-top: 1px solid #dfe5df;
    border-left: 0;
  }

  .studio3d-panel-head,
  .studio3d-material-control,
  .studio3d-segmented,
  .studio3d-search,
  .studio3d-filters,
  .studio3d-products {
    grid-column: 1;
  }

  .studio3d-selection,
  .studio3d-accuracy,
  .studio3d-product-link {
    grid-column: 2;
  }

  .studio3d-selection {
    grid-row: 1 / span 2;
    border-top: 0;
  }

  .studio3d-products {
    max-height: 320px;
  }

  .studio3d-stage-actions button {
    width: 38px;
    padding: 8px;
    justify-content: center;
  }

  .studio3d-stage-actions button span:last-child {
    display: none;
  }
}

@media (max-width: 680px) {
  .studio3d-heading {
    padding: 32px 0 20px;
  }

  .studio3d-heading h1 {
    font-size: 2.55rem;
  }

  .studio3d-heading-copy p {
    font-size: .9rem;
  }

  .studio3d-workspace {
    padding-top: 12px;
  }

  .studio3d-shell {
    width: calc(100% - 18px);
    border-radius: 12px;
  }

  .studio3d-stage {
    min-height: 500px;
  }

  .studio3d-stage-topbar {
    top: 11px;
    right: 11px;
    left: 11px;
    grid-template-columns: auto 1fr;
    gap: 8px;
  }

  .studio3d-status {
    gap: 5px;
    padding-inline: 10px;
    font-size: .62rem;
  }

  .studio3d-stage-actions button {
    width: 38px;
    padding: 8px;
    justify-content: center;
  }

  .studio3d-stage-actions button span:last-child {
    display: none;
  }

  .studio3d-quality-control {
    grid-template-columns: 1fr;
    width: 82px;
    padding: 5px 7px;
  }

  .studio3d-quality-control > span,
  .studio3d-quality-control small {
    display: none;
  }

  .studio3d-quality-control select {
    width: 100%;
    font-size: .64rem;
  }

  .studio3d-surface-pills {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .studio3d-surface-pills::-webkit-scrollbar { display: none; }

  .studio3d-surface-pills button {
    min-width: 0;
    padding: 8px 10px;
    font-size: .68rem;
  }

  .studio3d-lighting-control {
    bottom: 62px;
    left: 11px;
    gap: 0;
    padding: 5px;
  }

  .studio3d-scene-control {
    right: auto;
    bottom: 113px;
    left: 11px;
    gap: 0;
    padding: 5px;
  }

  .studio3d-lighting-control > span,
  .studio3d-scene-control > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .studio3d-lighting-control button,
  .studio3d-scene-control button {
    padding-inline: 8px;
  }

  .studio3d-hint {
    bottom: 11px;
    max-width: calc(100% - 22px);
    overflow: hidden;
    font-size: .64rem;
    text-overflow: ellipsis;
  }

  .studio3d-panel {
    display: block;
    padding: 18px;
  }

  .studio3d-products {
    max-height: 330px;
  }

  .studio3d-selection {
    border-top: 1px solid #e2e6e2;
  }

  .studio3d-filter-dropdown summary {
    padding-inline: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio3d-loading-mark span {
    animation: none;
  }
}
