@charset "UTF-8";

/* app/components/frame/footer/styles.scss */
.brand-icon-container {
  display: inline-flex;
  height: 0.9em;
  align-items: baseline;
}
.brand-icon-container .brand-icon {
  height: 100%;
}

/* app/components/blank/frame/styles.scss */
.blank-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  justify-content: space-evenly;
  overflow: auto;
}
.blank-frame .Polaris-Page {
  padding: 0;
}
.blank-frame .Polaris-Page-Header__TitleWrapper {
  width: 100%;
}
.blank-frame .Polaris-Page-Header__Row {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.blank-frame .Polaris-Page-Header__RightAlign {
  align-self: center;
}
.blank-frame-container {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.blank-frame-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* app/components/polaris/breadcrumbs/breadcrumb/styles.scss */
.Polaris-Breadcrumbs__Breadcrumb {
  display: flex;
  align-items: center;
  cursor: default;
}
.Polaris-Breadcrumbs__Breadcrumb a {
  cursor: pointer;
}
.Polaris-Breadcrumbs__Breadcrumb:not(:hover) {
  color: var(--p-color-text);
}
.Polaris-Breadcrumbs__Breadcrumb:hover {
  background-color: transparent;
  --p-color-bg-fill-tertiary-hover: transparent;
}
.Polaris-Breadcrumbs__Breadcrumb::after {
  content: "\203a";
  display: flex;
  align-items: center;
  position: static;
  height: 100%;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 100%;
  border: none;
  color: var(--p-color-text-subdued);
  opacity: 0.5;
}
.Polaris-Breadcrumbs__Breadcrumb:last-child {
  opacity: 0.5;
}
.Polaris-Breadcrumbs__Breadcrumb:last-child:hover {
  cursor: default;
}
.Polaris-Breadcrumbs__Breadcrumb:last-child::after {
  display: none;
}
.Polaris-Breadcrumbs__Breadcrumb:active {
  background-color: transparent;
  --p-color-bg-fill-tertiary-active: transparent;
}
.Polaris-Breadcrumbs__Breadcrumb:focus {
  outline: none !important;
  background-color: transparent !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  --p-color-bg-fill-tertiary-hover: transparent;
}
.Polaris-Breadcrumbs__Breadcrumb:focus::after {
  content: "/" !important;
}

/* app/components/polaris/breadcrumbs/styles.scss */
.Polaris-Breadcrumbs {
  font-size: var(--p-font-size-300);
}
.Polaris-Breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: auto;
  line-height: 100%;
}
.Polaris-Breadcrumbs__BreadcrumbLink {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.Polaris-Breadcrumbs__BreadcrumbLink:not(:hover) {
  color: var(--p-color-text);
}

/* app/components/polaris/checklist/styles.scss */
.Polaris-Checklist {
  display: flex;
  flex-direction: column;
}
.Polaris-Checklist__Item {
  display: inline-flex;
  flex-direction: row;
}
.Polaris-Checklist__Item * {
  margin: 0;
}
.Polaris-Checklist__Item .text {
  margin-left: var(--p-space-100);
}

/* node_modules/choices.js/public/assets/styles/choices.css */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}

/* app/components/polaris/choices/single_select/styles.scss */
.Polaris-Choices .choices.is-disabled .choices__inner,
.Polaris-Choices .choices.is-disabled .choices__input {
  background-color: var(--p-color-bg-surface-disabled);
}
.Polaris-Choices .choices[data-type*=select-one] .choices__input {
  border-bottom-color: var(--p-color-border-secondary);
  background-color: var(--p-color-bg-surface);
  color: var(--p-color-text);
}
.Polaris-Choices .choices[data-type*=select-one]::after {
  border-color: var(--p-color-icon) transparent transparent;
}
.Polaris-Choices .choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent var(--p-color-icon);
}
.Polaris-Choices .choices[data-type*=select-multiple] .choices__button,
.Polaris-Choices .choices[data-type*=text] .choices__button {
  border-left: 1px solid var(--p-color-border-inverse);
  background: none;
}
.Polaris-Choices .choices[data-type*=select-multiple] .choices__button::after,
.Polaris-Choices .choices[data-type*=text] .choices__button::after {
  content: "\d7";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.Polaris-Choices .choices .choices__inner {
  background-color: var(--p-color-input-bg-surface);
  border-radius: var(--p-border-radius-200);
  border-width: var(--p-border-width-0165);
  border-color: var(--p-color-input-border);
}
.Polaris-Choices .choices .is-focused .choices__inner,
.Polaris-Choices .choices .is-open .choices__inner {
  border-color: var(--p-color-input-border-active);
}
.Polaris-Choices .choices__list--multiple .choices__item {
  background-color: var(--p-color-bg-fill-info);
  border-color: var(--p-color-border-info);
  color: var(--p-color-text-info-on-bg-fill);
}
.Polaris-Choices .choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--p-color-bg-fill-info-active);
  border-color: var(--p-color-border-info);
}
.Polaris-Choices .is-disabled .choices__list--multiple .choices__item {
  background-color: var(--p-color-icon-disabled);
  border-color: var(--p-color-border-disabled);
}
.Polaris-Choices .choices__list--dropdown,
.Polaris-Choices .choices__list[aria-expanded] {
  z-index: var(--p-z-index-2);
  background-color: var(--p-color-bg-surface);
  border-color: var(--p-color-border-secondary);
}
.Polaris-Choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
.Polaris-Choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--p-color-bg-surface-hover);
  color: var(--p-color-text-secondary);
}
.Polaris-Choices .choices__list--dropdown .choices__item--selectable[data-select-text],
.Polaris-Choices .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 10px;
}
.Polaris-Choices .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
.Polaris-Choices .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
  display: none;
}
.Polaris-Choices .is-open .choices__list--dropdown,
.Polaris-Choices .is-open .choices__list[aria-expanded] {
  border-color: var(--p-color-input-border);
}
.Polaris-Choices .choices__heading {
  border-bottom-color: var(--p-color-bg-surface-secondary);
  color: var(--p-color-text-secondary);
}
.Polaris-Choices .choices__input {
  background-color: var(--p-color-input-bg-surface);
}

/* app/components/polaris/external_link/styles.scss */
a.Polaris-ExternalLink .Polaris-Icon {
  display: inline-flex;
  height: 1em;
  width: auto;
  overflow: hidden;
}
a.Polaris-ExternalLink .Polaris-Icon svg {
  width: auto;
  height: 125%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  max-width: initial;
  max-height: none;
  max-height: initial;
  fill: currentcolor;
}

/* app/components/polaris/flash_message/styles.scss */
.Polaris-FlashMessage {
  display: flex;
  width: 100%;
  align-content: center;
  flex-direction: row;
  background-color: var(--p-color-flash-message-bg);
  color: var(--p-color-flash-message-text);
  padding: var(--p-space-2);
  gap: var(--p-space-2);
  border-radius: var(--p-border-radius-2);
  position: relative;
  margin-bottom: var(--p-space-4);
  border: 1px solid var(--p-color-flash-message-border);
}
.Polaris-FlashMessage__ContentWrapper {
  display: flex;
  flex-direction: column;
}
.Polaris-FlashMessage__Dismiss {
  position: absolute;
  right: var(--p-space-2);
  top: var(--p-space-2);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.Polaris-FlashMessage__IconContainer svg,
.Polaris-FlashMessage__Dismiss svg {
  fill: var(--p-color-flash-message-text);
}
.Polaris-FlashMessage--success {
  --p-color-flash-message-bg: var(--p-color-bg-success);
  --p-color-flash-message-text: var(--p-color-text-dark-success, var(--p-color-text-success));
  --p-color-flash-message-border: var(--p-color-bg-success-subdued-hover);
}
.Polaris-FlashMessage--critical {
  --p-color-flash-message-bg: var(--p-color-bg-critical);
  --p-color-flash-message-text: var(--p-color-text-dark-critical, var(--p-color-text-critical));
  --p-color-flash-message-border: var(--p-color-bg-critical-subdued-hover);
}
.Polaris-FlashMessage--warning {
  --p-color-flash-message-bg: var(--p-color-bg-warning);
  --p-color-flash-message-text: var(--p-color-text-dark-warning, var(--p-color-text-warning));
  --p-color-flash-message-border: var(--p-color-bg-warning);
}
.Polaris-FlashMessage--info {
  --p-color-flash-message-bg: var(--p-color-bg-info);
  --p-color-flash-message-text: var(--p-color-text-dark-info, var(--p-color-text-info));
  --p-color-flash-message-border: var(--p-color-bg-info-subdued-hover);
}

/* app/components/polaris/pagy/pagination/styles.scss */
.polaris-pagy-pagination {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: var(--p-space-3);
  border-top: 1px solid var(--p-color-border);
}

/* app/components/polaris/rich_text_field/styles.scss */
.Polaris-RichTextField {
  width: 100%;
}
.Polaris-RichTextField .trix-button {
  border-radius: var(--p-border-radius-150);
  border: 1px solid var(--p-color-border);
  background-color: var(--p-color-bg-surface);
}
.Polaris-RichTextField trix-toolbar .trix-button-group {
  border: none;
  gap: var(--p-space-1);
}
.Polaris-RichTextField .trix-content {
  border-radius: var(--p-border-radius-200);
  border-width: var(--p-border-width-0165);
  background-color: var(--p-color-input-bg-surface);
}
.Polaris-RichTextField .trix-content:focus-within {
  border-color: var(--p-color-input-border-active);
  border-width: var(--p-border-width-025);
  background-color: var(--p-color-input-bg-surface-active);
  outline: var(--p-border-width-050) solid var(--p-color-border-focus);
  outline-offset: var(--p-space-025);
}

/* app/components/polaris/switch/styles.scss */
.Polaris-Switch {
  display: inline-flex;
  align-items: center;
  --size: 1rem;
  --handle-size: calc(0.75 * var(--size));
  --width: calc(var(--size) * 1.75);
  --handle-padding: calc(var(--size) * 0.125);
}
.Polaris-Switch:disabled {
  cursor: not-allowed;
}
.Polaris-Switch__Toggle {
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--size);
}
.Polaris-Switch__Label {
  display: inline-block;
  margin-left: calc(var(--size) / 4);
  vertical-align: middle;
  cursor: pointer;
}
.Polaris-Switch__Slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--p-color-bg-fill-tertiary);
  border: var(--p-border-width-0165) solid var(--p-color-input-border);
  border-radius: var(--size);
  transition: 0.2s;
}
.Polaris-Switch__Slider::before {
  position: absolute;
  content: "";
  height: var(--handle-size);
  width: var(--handle-size);
  left: var(--handle-padding);
  bottom: var(--handle-padding);
  background-color: white;
  border-radius: 50%;
  transition: 0.2s;
  border: var(--p-border-width-0165) solid var(--p-color-input-border);
}
.Polaris-Switch__Input {
  opacity: 0;
  width: 0;
  height: 0;
}
.Polaris-Switch__Input:checked + .Polaris-Switch__Slider {
  border-color: var(--p-color-bg-primary);
  background-color: var(--p-color-bg-primary);
  box-shadow: inset 0 0 0 var(--p-space-800) var(--p-color-bg-primary);
}
.Polaris-Switch__Input:checked + .Polaris-Switch__Slider::before {
  transform: translateX(calc(var(--width) - var(--handle-size) - var(--handle-padding) * 2));
}
.Polaris-Switch__Input:focus + .Polaris-Switch__Slider {
  box-shadow: 0 0 1px #2196F3;
}

/* app/components/polaris/tabs/styles.scss */
.Polaris-Tabs__NewTab__Container {
  position: relative;
}
.Polaris-Tabs__NewTab__Container:not(:hover) {
  opacity: 0.5;
}
@media (min-width: 48em) {
  .Polaris-Tabs__NewTab {
    position: static;
    display: flex;
    align-items: center;
  }
}

/* app/components/polaris/tabs/tab/styles.scss */

/* app/components/work_orders/line_items/values/changes/styles.scss */
.workOrders-lineItems-values-changes-list {
  padding-left: 0;
}
.workOrders-lineItems-values-changes-list li {
  overflow: hidden;
  list-style-type: var(--icon);
  color: var(--color);
  position: relative;
  padding-left: 1rem;
}
.workOrders-lineItems-values-changes-list li::before {
  content: var(--icon);
  position: absolute;
  left: 0.25rem;
}
.workOrders-lineItems-values-changes-list li .before,
.workOrders-lineItems-values-changes-list li .after {
  color: var(--color);
}
.workOrders-lineItems-values-changes-list li a {
  color: var(--color);
}
.workOrders-lineItems-values-changes-list li.added {
  --icon: "+";
  --color: var(--p-color-text-success);
}
.workOrders-lineItems-values-changes-list li.removed {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  --icon: "-";
  --color: var(--p-color-text-critical);
}
.workOrders-lineItems-values-changes-list li.changed {
  --icon: circle;
}
.workOrders-lineItems-values-changes-list li.changed .unchanged {
  color: var(--p-color-text-subdued);
}
.workOrders-lineItems-values-changes-list li.changed .before,
.workOrders-lineItems-values-changes-list li.changed .removed {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  --color: var(--p-color-text-critical);
  color: var(--p-color-text-critical);
}
.workOrders-lineItems-values-changes-list li.changed .after,
.workOrders-lineItems-values-changes-list li.changed .added {
  --color: var(--p-color-text-success);
  color: var(--p-color-text-success);
}
.workOrders-lineItems-values-changes-list li.unchanged {
  --icon: circle;
  --color: var(--p-color-text-subdued);
}
.workOrders-lineItems-values-changes-list li.unchanged:not(.blank) {
  --icon: none;
  padding-left: 0;
}
.workOrders-lineItems-values-changes-list.truncated li {
  max-width: max(200px, 26vw);
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* app/components/work_orders/line_items/values/confidence/styles.scss */
.workOrders-lineItems-values-confidence {
  display: inline-flex;
  align-items: center;
}
.workOrders-lineItems-values-confidence-inner {
  display: inline-flex;
  gap: var(--p-space-1);
  align-items: center;
  font-size: var(--p-text-body-xs-font-size);
}
.workOrders-lineItems-values-confidence-inner svg {
  fill: currentcolor;
}
.workOrders-lineItems-values-confidence--unknown {
  opacity: 0.5;
}
.workOrders-lineItems-values-confidence--high,
.workOrders-lineItems-values-confidence--veryHigh {
  color: var(--p-color-text-success);
}
.workOrders-lineItems-values-confidence--medium {
  color: var(--p-color-text-warning);
}
.workOrders-lineItems-values-confidence--low {
  color: var(--p-color-text-critical);
}
@media (max-width: 1599.98px) {
  .workOrders-lineItems-values-confidence-caption:not(.always-show) {
    display: none;
  }
}

/* app/components/work_orders/line_items/values/confidence/group/styles.scss */
span.workOrders-lineItems-values-confidence-group {
  display: inline-flex;
  gap: var(--p-space-1);
}

/* app/components/clients/channels/chooser/styles.scss */
.clients-channels-chooser {
  display: grid;
  width: 100%;
  grid-gap: var(--p-space-400);
  gap: var(--p-space-400);
}
@media (min-width: 500px) {
  .clients-channels-chooser {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .clients-channels-chooser {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  .clients-channels-chooser {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1300px) {
  .clients-channels-chooser {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1700px) {
  .clients-channels-chooser {
    grid-template-columns: repeat(6, 1fr);
  }
}
.clients-channels-chooser .type-option {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  align-items: center;
  gap: var(--p-space-300);
  min-width: 200px;
}
.clients-channels-chooser .type-option .Polaris-LegacyCard__Section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  gap: var(--p-space-300);
  padding-top: 0 !important;
}
.clients-channels-chooser .type-icon {
  display: flex;
  justify-content: center;
}

/* app/components/clients/channels/display/group/styles.scss */
.clients-channels-display-group {
  display: flex;
  align-items: center;
  --item-width: 1.5rem;
}
.clients-channels-display-group-more {
  margin-left: calc(var(--item-width) / 4);
}
.clients-channels-display-group--many .clients-channels-display:first-child,
.clients-channels-display-group--many .clients-channels-display:nth-child(2) {
  width: calc(var(--item-width) / 2);
}

/* app/components/clients/channels/edit/page/styles.scss */

/* app/components/clients/channels/form/styles.scss */

/* app/components/clients/channels/index/page/styles.scss */

/* app/components/clients/channels/listables/price/styles.scss */
.clients-channels-listables-price {
  display: inline-flex;
}
.clients-channels-listables-price .msrp-notice {
  display: inline-block;
}

/* app/components/clients/channels/listables/total_inventory/styles.scss */

/* app/components/clients/channels/listing_variants/display/styles.scss */
.clients-channels-listingVariants-display,
.clients-channels-listingVariants-display-link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: var(--p-space-2);
}
.clients-channels-listingVariants-display .Polaris-Thumbnail,
.clients-channels-listingVariants-display-link .Polaris-Thumbnail {
  background-color: white;
}
@media (max-width: 768px) {
  .clients-channels-listingVariants-display--responsive .clients-channels-listingVariants-display-text {
    display: none;
  }
}

/* app/components/clients/channels/listing_variants/index/page/styles.scss */
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-index-page-base .switchModelTypeLink {
  background-color: transparent !important;
}

/* app/components/clients/channels/listing_variants/table/styles.scss */
.clients-channels-listings-table-base .product-cell {
  width: 100%;
}
.clients-channels-listings-table-base .product-cell a {
  display: flex;
}
.clients-channels-listings-table-base tbody td {
  text-overflow: ellipsis;
  overflow: clip;
}
.clients-channels-listings-table-base .channels-listings-preview-price .current-price-container {
  font-size: var(--p-font-size-325);
}
.clients-channels-listings-table-base .channels-listings-preview-price .msrp {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.clients-channels-listings-table-base .channels-listings-preview-price .msrp-container {
  font-size: var(--p-font-size-75);
}
.clients-channels-listingVariants-table td.Polaris-IndexTable__TableCell > * {
  white-space: normal;
  max-height: 200px;
  overflow: auto;
  max-width: 430px;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  vertical-align: middle;
}
.clients-channels-listingVariants-table .Polaris-IndexTable__TableCell--avatar {
  width: auto;
}

/* app/components/clients/channels/listings/channel_switcher/styles.scss */
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-channelSwitcher {
  margin-right: 0.5rem;
  display: inline-flex;
}
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-channelSwitcher .Polaris-Button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  padding-right: 0.5rem;
  --pc-button-shadow: none;
  --pc-button-shadow-hover: none;
}
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-channelSwitcher .Polaris-Button .Polaris-Thumbnail {
  height: 30px;
  display: flex;
  width: 30px;
}
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-channelSwitcher .Polaris-Button .Polaris-Thumbnail img {
  padding: 4px;
}
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-channelSwitcher .Polaris-Button:hover {
  background-color: white;
}
html[class~=Polaris-Summer-Editions-2023] .Polaris-Thumbnail {
  border: none;
  box-shadow: none;
  background-color: white;
}
html[class~=Polaris-Summer-Editions-2023] .Polaris-Thumbnail img {
  padding: 4px;
  border-radius: 0.5rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* app/components/clients/channels/listings/display/styles.scss */
.clients-channels-listings-display,
.clients-channels-listings-display-link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: var(--p-space-2);
}
.clients-channels-listings-display .Polaris-Thumbnail,
.clients-channels-listings-display-link .Polaris-Thumbnail {
  background-color: white;
}
@media (max-width: 768px) {
  .clients-channels-listings-display--responsive .clients-channels-listings-display-text {
    display: none;
  }
}

/* app/components/clients/channels/listings/display/group/styles.scss */
.clients-channels-listings-display-group {
  display: flex;
  align-items: center;
  --item-width: 1.5rem;
}
.clients-channels-listings-display-group--few {
  gap: calc(var(--item-width) / 4);
}
.clients-channels-listings-display-group-more {
  margin-left: calc(var(--item-width) / 4);
}
.clients-channels-listings-display-group--many .clients-channels-listings-display:first-child,
.clients-channels-listings-display-group--many .clients-channels-listings-display:nth-child(2) {
  width: calc(var(--item-width) / 2);
}

/* app/components/clients/channels/listings/edit/page/styles.scss */

/* app/components/clients/channels/listings/external_id_link/styles.scss */
.clients-channels-listings-externalIdLink .Polaris-Icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 6px;
  right: 4px;
}
.clients-channels-listings-externalIdLink .Polaris-Icon svg {
  fill: currentcolor;
}

/* app/components/clients/channels/listings/filters/styles.scss */
.clients-channels-listings-filters .filter-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.clients-channels-listings-filters .Polaris-Box fieldset:not(:first-child) {
  margin-top: var(--p-space-2);
}
.clients-channels-listings-filters .Polaris-PositionedOverlay {
  min-width: 200px;
}
.clients-channels-listings-filters .Polaris-Choice {
  padding-top: 0;
  padding-bottom: 0;
}

/* app/components/clients/channels/listings/index/page/styles.scss */
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-index-page-base .switchModelTypeLink {
  background-color: transparent !important;
}

/* app/components/clients/channels/listings/index/page/mass_actions/styles.scss */
.clients-channels-listings-index-page-mass-actions {
  margin-bottom: 1rem;
}
.clients-channels-listings-index-page-mass-actions .mass-actions-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.clients-channels-listings-index-page-mass-actions .mass-actions-content .mass-actions-selection {
  font-weight: 500;
}
.clients-channels-listings-index-page-mass-actions .mass-actions-content .mass-actions-links a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: var(--p-color-text-link);
  cursor: pointer;
}
.clients-channels-listings-index-page-mass-actions .mass-actions-content .mass-actions-links a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.clients-channels-listings-index-page-mass-actions .mass-actions-content .mass-actions-buttons {
  margin-left: auto;
}

/* app/components/clients/channels/listings/new/page/styles.scss */
.clients-channels-listings-new-page.groupCode-mode .groupCode-mode--hidden {
  display: none;
}
.clients-channels-listings-new-page.productIds-mode .productIds-mode--hidden {
  display: none;
}
.clients-channels-listings-new-page.configurable-parentType .configurable-parentType--hidden {
  display: none;
}
.clients-channels-listings-new-page.standalone-parentType .standalone-parentType--hidden {
  display: none;
}

/* app/components/clients/channels/listings/preview/styles.scss */
.clients-channels-listings-preview {
  --frame-outer-padding: var(--p-space-3);
  --frame-border-radius: var(--p-border-radius-300);
  --frame-offset: 3.5rem;
  container: clients-channels-listings-preview/inline-size;
}
.clients-channels-listings-preview-controls {
  display: flex;
  width: 100%;
  gap: calc(var(--btn-size) * 0.5);
}
.clients-channels-listings-preview-controls .clients-channels-listings-preview-controls-btn:first-child {
  background-color: #ED6A5E;
}
.clients-channels-listings-preview-controls .clients-channels-listings-preview-controls-btn:nth-child(2) {
  background-color: #F4BF50;
}
.clients-channels-listings-preview-controls .clients-channels-listings-preview-controls-btn:nth-child(3) {
  background-color: #62C655;
}
.clients-channels-listings-preview-controls-btn {
  display: block;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 100%;
}
.clients-channels-listings-preview-top {
  display: flex;
  width: 100%;
  background: var(--p-color-bg-subdued);
  padding: var(--p-space-2) var(--frame-outer-padding);
  border-top-left-radius: var(--frame-border-radius);
  border-top-right-radius: var(--frame-border-radius);
  --btn-size: 10px;
}
.clients-channels-listings-preview-frame,
.clients-channels-listings-preview-frame > *:last-child {
  border-bottom-left-radius: var(--frame-border-radius);
  border-bottom-right-radius: var(--frame-border-radius);
}

/* app/components/clients/channels/listings/show/fields/values/styles.scss */
.clients-channels-listings-show-fields-values dd .featuredImage {
  display: inline-block;
}
.clients-channels-listings-show-fields-values dd .featuredImage img {
  display: inline-block;
}
.clients-channels-listings-show-fields-values .Polaris-DescriptionList__Description ul {
  padding-left: 1rem;
}
.clients-channels-listings-show-fields-values .fallbackMessage {
  color: var(--p-color-text-subdued);
  font-size: 0.875rem;
  margin-bottom: var(--p-space-200);
}
.clients-channels-listings-show-fields-values .channels-listables-price .price {
  font-size: 1rem;
}
.clients-channels-listings-show-fields-values .channels-listables-price .msrp-container {
  color: var(--p-color-text-subdued);
}

/* app/components/clients/custom_instructions/edit/modal/styles.scss */
.clients-customInstructions-edit-modal .top-notice {
  margin-bottom: var(--p-space-6);
}
.clients-customInstructions-edit-modal textarea {
  field-sizing: content;
  max-height: max(min(77vh, 500px), 200px);
  min-height: 4rem !important;
}
.clients-customInstructions-edit-modal.lookAtAllFields .hidden-if--lookAtAllFields {
  display: none;
}
.clients-customInstructions-edit-modal.dontLookAtImages .hidden-if--dontLookAtImages {
  display: none;
}

/* app/components/clients/channels/listings/show/layout/styles.scss */
.clients-channels-listings-show-layout .clients-channels-listings-externalIdLink {
  white-space: nowrap;
  padding-top: 2px;
}
.clients-channels-listings-show-layout .Polaris-Header-Title__SubTitle {
  font-size: var(--p-font-size-275);
}
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-show-layout .Polaris-ActionMenu-SecondaryAction .Polaris-PositionedOverlay {
  min-width: 240px;
}
@media (max-width: 550px) {
  html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-show-layout .Polaris-Page-Header__Row {
    flex-direction: column;
    align-items: start;
    gap: var(--p-space-200);
  }
}
.clients-channels-listings-show-page-variantsDropdown {
  min-width: 300px;
}
.clients-channels-listings-show-page-variantsDropdown .choices__list--dropdown .choices__item--selectable.is-highlighted,
.clients-channels-listings-show-page-variantsDropdown .choices__list--dropdown .choices__item--selectable[data-select-text],
.clients-channels-listings-show-page-variantsDropdown .choices__list[aria-expanded] .choices__item--selectable[data-select-text],
.clients-channels-listings-show-page-variantsDropdown .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  padding-right: 10px;
}
.clients-channels-listings-show-page-variantsDropdown .choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.clients-channels-listings-show-page-variantsDropdown .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
.clients-channels-listings-show-page-variantsDropdown .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after,
.clients-channels-listings-show-page-variantsDropdown .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  display: none;
}

/* app/components/clients/channels/listings/show/layout/tabs/styles.scss */
.clients-channels-listings-show-layout-tabs .clients-page-tabs-rightSide {
  display: flex;
  align-items: center;
  gap: var(--p-space-2);
  width: auto;
}
.clients-channels-listings-show-layout-tabs .clients-page-tabs-rightSide .Polaris-Choices .choices .choices__inner {
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 34px;
}

/* app/components/clients/channels/listings/show/page/variants_dropdown/styles.scss */
.clients-channels-listings-show-page-variantsDropdown [data-value="Disabled Variants:"] {
  cursor: default;
  border-top: 1px solid var(--p-color-border);
}
.clients-channels-listings-show-page-variantsDropdown [data-value="Disabled Variants:"].choices__group ~ * {
  padding: 5px 10px !important;
  font-size: var(--p-font-size-75) !important;
  color: var(--p-color-text-subdued);
}
.clients-channels-listings-show-page-variantsDropdown [data-value="Disabled Variants:"] .choices__heading {
  padding-bottom: 7.5px;
  padding-top: 15px;
  border-bottom: none;
}

/* app/components/clients/channels/listings/variants/index/page/styles.scss */
.clients-channels-listings-variants-index-page .taxonomies-fields-alternateImages-clients-values-output .Polaris-Thumbnail {
  --pc-thumbnail-medium-size: 4rem;
}

/* app/components/clients/channels/listings/variants/show/fields/values/styles.scss */
.clients-channels-listings-variants-show-fields-values dd .featuredImage {
  display: inline-block;
}
.clients-channels-listings-variants-show-fields-values dd .featuredImage img {
  display: inline-block;
}
.clients-channels-listings-variants-show-fields-values .Polaris-DescriptionList__Description ul {
  padding-left: 1rem;
}
.clients-channels-listings-variants-show-fields-values .fallbackMessage {
  color: var(--p-color-text-subdued);
  font-size: 0.875rem;
  margin-bottom: var(--p-space-200);
}
.clients-channels-listings-variants-show-fields-values .channels-listables-price .price {
  font-size: 1rem;
}
.clients-channels-listings-variants-show-fields-values .channels-listables-price .msrp-container {
  color: var(--p-color-text-subdued);
}

/* app/components/clients/channels/listings/variants/show/layout/styles.scss */
.clients-channels-listings-variants-show-layout .clients-channels-listings-externalIdLink {
  white-space: nowrap;
  padding-top: 2px;
}
.clients-channels-listings-variants-show-layout .Polaris-Header-Title__SubTitle {
  font-size: var(--p-font-size-275);
}
html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-variants-show-layout .Polaris-ActionMenu-SecondaryAction .Polaris-PositionedOverlay {
  min-width: 240px;
}
@media (max-width: 550px) {
  html[class~=Polaris-Summer-Editions-2023] .clients-channels-listings-variants-show-layout .Polaris-Page-Header__Row {
    flex-direction: column;
    align-items: start;
    gap: var(--p-space-200);
  }
}

/* app/components/clients/channels/listings/variants/show/layout/tabs/styles.scss */
.clients-channels-listings-variants-show-layout-tabs .clients-page-tabs-rightSide {
  display: flex;
  align-items: center;
  gap: var(--p-space-2);
  width: auto;
}
.clients-channels-listings-variants-show-layout-tabs .clients-page-tabs-rightSide .Polaris-Choices .choices .choices__inner {
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 34px;
}

/* app/components/clients/channels/messages/display/styles.scss */
.Polaris-DescriptionList__Description .clients-channels-messages-display {
  margin-bottom: var(--p-space-3);
  width: calc(100% - 102px);
}

/* app/components/clients/channels/messages/display/group/styles.scss */
.clients-channels-messages-display-group {
  display: flex;
  gap: var(--p-space-4);
  flex-direction: column;
}
.clients-channels-messages-display-group:not(.showDismissedMessages) .dismissed {
  display: none;
}

/* app/components/clients/channels/show/channel_disconnected_banner/styles.scss */
.clients-channels-show-channelDisconnectedBanner {
  margin-bottom: var(--p-space-300);
}

/* app/components/clients/channels/show/page/styles.scss */

/* app/components/clients/channels/type_chooser/styles.scss */
.clients-channels-typeChooser {
  display: grid;
  width: 100%;
  grid-gap: var(--p-space-400);
  gap: var(--p-space-400);
}
@media (min-width: 500px) {
  .clients-channels-typeChooser {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .clients-channels-typeChooser {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  .clients-channels-typeChooser {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1300px) {
  .clients-channels-typeChooser {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1700px) {
  .clients-channels-typeChooser {
    grid-template-columns: repeat(6, 1fr);
  }
}
.clients-channels-typeChooser .type-option {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  align-items: center;
  gap: var(--p-space-200);
  min-width: 200px;
}
.clients-channels-typeChooser .type-option .Polaris-LegacyCard__Section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  gap: var(--p-space-300);
}
.clients-channels-typeChooser .type-icon {
  display: flex;
  justify-content: center;
}

/* app/components/clients/custom_instructions/display/styles.scss */
.clients-customInstructions-display {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.clients-customInstructions-display > * {
  display: flex;
  align-items: center;
}
.clients-customInstructions-display .Polaris-Thumbnail {
  background-color: white;
}
@media (max-width: 768px) {
  .clients-customInstructions-display--responsive .clients-customInstructions-display-text {
    display: none;
  }
}

/* app/components/clients/custom_instructions/display/group/styles.scss */
.clients-customInstructions-display-group {
  display: flex;
  align-items: center;
  --item-width: 1.5rem;
}
.clients-customInstructions-display-group-more {
  margin-left: calc(var(--item-width) / 4);
}
.clients-customInstructions-display-group--many .clients-customInstructions-display:first-child,
.clients-customInstructions-display-group--many .clients-customInstructions-display:nth-child(2) {
  width: calc(var(--item-width) / 2);
}

/* app/components/clients/custom_instructions/edit/page/styles.scss */

/* app/components/clients/custom_instructions/form/styles.scss */

/* app/components/clients/custom_instructions/index/page/styles.scss */

/* app/components/clients/custom_instructions/show/page/styles.scss */

/* app/components/clients/dashboard/channel_events/styles.scss */

/* app/components/clients/dashboard/fields_checked/styles.scss */

/* app/components/clients/dashboard/onboarding/styles.scss */

/* app/components/clients/dashboard/page/styles.scss */

/* app/components/clients/dashboard/summary/styles.scss */
.clients-dashboard-summary {
  display: grid;
  width: 100%;
  grid-gap: var(--p-space-4);
  gap: var(--p-space-4);
  justify-items: stretch;
  align-content: stretch;
  grid-template-columns: repeat(1, 2fr);
}
@media (min-width: 551px) {
  .clients-dashboard-summary {
    grid-template-columns: repeat(3, 2fr);
  }
}
.clients-dashboard-summary > .Polaris-LegacyCard {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.clients-dashboard-summary .metric {
  font-size: var(--p-font-size-1000);
  line-height: 100%;
  margin-bottom: 0.25rem;
  font-weight: 300;
}

/* app/components/clients/frame/styles.scss */
:root {
  --pc-footer-help-align: center;
}
.clients-frame {
  --p-nav-max-width: 17rem;
  --p-nav-min-width: 12rem;
  --p-nav-desktop-width: var(--p-nav-min-width);
}
.clients-frame .Polaris-Frame__Main {
  flex-direction: column;
}
.clients-frame .Polaris-TopBar-Menu__ActivatorWrapper .Polaris-Avatar {
  background: white;
}
.clients-frame .Polaris-Navigation {
  min-width: var(--p-nav-min-width);
  max-width: var(--p-nav-max-width);
}
.clients-frame .Polaris-Navigation__Badge .Polaris-Spinner svg {
  height: 1em;
}
.clients-frame .Polaris-VerticalStack > .Polaris-LegacyCard + .Polaris-LegacyCard {
  margin-top: 0;
}
@media (min-width: 48em) {
  .clients-frame .Polaris-Navigation {
    min-width: var(--p-nav-desktop-width);
    max-width: var(--p-nav-desktop-width);
  }
  .clients-frame .Polaris-Frame--hasNav .Polaris-Frame__Main {
    padding-left: var(--p-nav-desktop-width);
    padding-left: calc(var(--p-nav-desktop-width) + constant(safe-area-inset-left));
    padding-left: calc(var(--p-nav-desktop-width) + env(safe-area-inset-left));
  }
}

/* app/components/clients/image_asset_transformations/grid/styles.scss */
.clients-imageAssetTransformations-grid .clients-imageAssets-display img {
  -o-object-fit: contain;
  object-fit: contain;
}
.clients-imageAssetTransformations-grid-item-placeholder {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--p-color-bg-surface-secondary);
  border-radius: var(--p-border-radius-200);
}
.clients-imageAssetTransformations-grid-item-placeholder svg {
  width: 60px;
  height: 60px;
  fill: var(--p-color-text-secondary);
}

/* app/components/clients/image_asset_transformations/image_selector/styles.scss */
.clients-imageAssetTransformations-imageSelector {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
.clients-imageAssetTransformations-imageSelector-item {
  position: relative;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: var(--p-border-radius-200);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.clients-imageAssetTransformations-imageSelector-item:hover {
  border-color: var(--p-color-border-hover);
  box-shadow: var(--p-shadow-100);
}
.clients-imageAssetTransformations-imageSelector-item.selected {
  border-color: var(--p-color-border-brand);
  box-shadow: 0 0 0 1px var(--p-color-border-brand);
}
.clients-imageAssetTransformations-imageSelector-item input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.clients-imageAssetTransformations-imageSelector-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* app/components/clients/image_asset_transformations/show/page/styles.scss */
.clients-imageAssetTransformations-show-placeholder,
.clients-imageAssetTransformations-show-processing {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: var(--p-color-bg-surface-secondary);
  border-radius: var(--p-border-radius-200);
  padding: 2rem;
}
.clients-imageAssetTransformations-show-placeholder svg,
.clients-imageAssetTransformations-show-processing svg {
  width: 80px;
  height: 80px;
  fill: var(--p-color-text-secondary);
}
.clients-imageAssetTransformations-show-placeholder p,
.clients-imageAssetTransformations-show-processing p {
  color: var(--p-color-text-secondary);
  font-size: var(--p-font-size-300);
}

/* app/components/clients/image_assets/display/styles.scss */
.clients-imageAssets-display {
  display: inline-flex;
  --size: 350px;
}
.clients-imageAssets-display img {
  width: auto;
  height: var(--size);
}
.clients-imageAssets-display.thumb {
  --size: 40px;
}
.clients-imageAssets-display.small {
  --size: 80px;
}
.clients-imageAssets-display.medium {
  --size: 160px;
}
.clients-imageAssets-display.square img {
  width: var(--size);
  -o-object-fit: cover;
  object-fit: cover;
}
.clients-imageAssets-display.bordered img {
  padding: 4px;
  border-radius: var(--p-border-radius-200);
  box-shadow: var(--p-shadow-border-inset-experimental);
}
.clients-imageAssets-displaya {
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* app/components/clients/image_assets/display/plus/styles.scss */
.clients-imageAssets-display {
  display: inline-flex;
  --size: 350px;
}
.clients-imageAssets-display img {
  width: auto;
  height: var(--size);
}
.clients-imageAssets-display.thumb {
  --size: 40px;
}
.clients-imageAssets-display.small {
  --size: 80px;
}
.clients-imageAssets-display.medium {
  --size: 160px;
}
.clients-imageAssets-display.square img {
  width: var(--size);
  -o-object-fit: cover;
  object-fit: cover;
}
.clients-imageAssets-display.bordered img {
  padding: 4px;
  border-radius: var(--p-border-radius-200);
  box-shadow: var(--p-shadow-border-inset-experimental);
}
.clients-imageAssets-displaya {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.clients-imageAssets-display-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  width: var(--size, 350px);
  height: 350px;
  height: var(--size, 350px);
  border-width: var(--p-border-width-0165);
  border: var(--p-border-width-025) dashed var(--p-color-border-tertiary);
  border-radius: var(--p-border-radius-200);
  background-color: var(--p-color-bg-surface-secondary);
  padding: var(--p-space-200);
  aspect-ratio: 1;
}

/* app/components/clients/image_assets/grid/styles.scss */
.clients-imageAssets-grid {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  justify-content: center;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 501px) and (max-width: 750px) {
  .clients-imageAssets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .clients-imageAssets-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1001px) and (max-width: 1500px) {
  .clients-imageAssets-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1501px) and (max-width: 2500px) {
  .clients-imageAssets-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 2501px) {
  .clients-imageAssets-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.clients-imageAssets-grid .clients-imageAssets-display {
  max-width: 500px;
  width: 100%;
  justify-self: center;
  box-sizing: border-box;
}
.clients-imageAssets-grid .clients-imageAssets-display img {
  width: 100%;
  height: auto;
}

/* app/components/clients/image_assets/show/page/details/styles.scss */
.clients-imageAssets-show-page-details .Polaris-DescriptionList__Term {
  width: 100%;
  padding: var(--p-space-400) 0 var(--p-space-200);
  flex: initial;
}
.clients-imageAssets-show-page-details .Polaris-DescriptionList__Description {
  flex: initial;
  padding: 0 0 var(--p-space-400);
}
.clients-imageAssets-show-page-details .Polaris-DescriptionList__Description + .Polaris-DescriptionList__Term + .Polaris-DescriptionList__Description {
  border-top: none;
}
.clients-imageAssets-show-page-details .Polaris-DescriptionList__Description > ul {
  padding-left: var(--p-space-400);
}
.clients-imageAssets-show-page-details .toggleDivider {
  margin-top: var(--p-space-300);
  margin-bottom: var(--p-space-200);
}
.clients-imageAssets-show-page-details .otherViews,
.clients-imageAssets-show-page-details .transformations {
  display: flex;
  flex-wrap: wrap;
  gap: var(--p-space-200);
}
.clients-imageAssets-show-page-details .otherViews .otherView,
.clients-imageAssets-show-page-details .transformations .otherView {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--p-space-100);
}
.clients-imageAssets-show-page-details:not(.showMore) .more {
  display: none;
}
.clients-imageAssets-show-page-details.showMore .less {
  display: none;
}

/* app/components/clients/image_assets/show/page/image/styles.scss */
.clients-imageAssets-show-page-image .clients-imageAssets-display {
  width: 100%;
  height: auto;
  --size: auto;
}
.clients-imageAssets-show-page-image .clients-imageAssets-display img {
  width: 100%;
}

/* app/components/clients/image_assets/show/page/processing/styles.scss */

/* app/components/clients/index_tables/filters/styles.scss */

/* app/components/clients/page/styles.scss */
html[class~=Polaris-Summer-Editions-2023] .Polaris-Header-Title .Polaris-Text--headingLg {
  font-size: var(--p-text-heading-lg-font-size);
  font-weight: var(--p-text-heading-lg-font-weight);
  letter-spacing: var(--p-text-heading-lg-font-letter-spacing);
  line-height: var(--p-text-heading-lg-font-line-height);
}
html[class~=Polaris-Summer-Editions-2023] .Polaris-Header-Title__TitleWithMetadataWrapper .Polaris-Header-Title__TitleMetadata {
  display: inline-flex;
  gap: var(--p-space-2);
}
html[class~=Polaris-Summer-Editions-2023] .Polaris-Page-Header__Actions .Polaris-Popover__Content {
  text-align: left;
}
html[class~=Polaris-Summer-Editions-2023] .Polaris-ActionMenu-SecondaryAction .Polaris-ActionList .Polaris-ActionList__Item .Polaris-HorizontalStack {
  --pc-horizontal-stack-wrap: none !important;
}
@media (min-width: 991px) {
  html[class~=Polaris-Summer-Editions-2023] .Polaris-Layout__Section.clients-page-component-subNav {
    max-width: var(--max-subNav-width);
  }
}

/* app/components/clients/page/tabs/styles.scss */
.clients-page-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 780px) {
  .clients-page-tabs {
    flex-direction: column;
    gap: var(--p-space-3);
  }
}
.clients-page-tabs .Polaris-Tabs__Tab .Polaris-Inline {
  display: flex;
  gap: var(--p-space-1);
}
.clients-page-tabs .Polaris-Tabs__Tab .Polaris-Inline .Polaris-Text--root {
  display: flex;
  align-items: center;
  gap: var(--p-space-1);
}
.clients-page-tabs .Polaris-Tabs__Tab .Polaris-Switch {
  --size: 1em;
  font-size: 11px;
}
@media (min-width: 48em) {
  .clients-page-tabs .Polaris-Tabs {
    padding-left: 0;
    padding-right: 0;
  }
}
.clients-page-tabs-rightSide {
  display: flex;
  align-items: center;
  gap: var(--p-space-400);
}

/* app/components/clients/processable/failure_banner/styles.scss */

/* app/components/clients/products/chooser/styles.scss */

/* app/components/clients/products/display/styles.scss */
.clients-products-display,
.clients-products-display-link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: var(--p-space-2);
  vertical-align: middle;
}
.clients-products-display .Polaris-Thumbnail,
.clients-products-display-link .Polaris-Thumbnail {
  background-color: white;
}
@media (max-width: 768px) {
  .clients-products-display--responsive .clients-products-display-text {
    display: none;
  }
}

/* app/components/clients/products/display/group/styles.scss */
.clients-products-display-group {
  display: flex;
  align-items: center;
  --item-width: 1.5rem;
}
.clients-products-display-group--few {
  gap: calc(var(--item-width) / 4);
}
.clients-products-display-group-more {
  margin-left: calc(var(--item-width) / 4);
}
.clients-products-display-group--many .clients-products-display:first-child,
.clients-products-display-group--many .clients-products-display:nth-child(2) {
  width: calc(var(--item-width) / 2);
}

/* app/components/clients/products/form/identifiers/styles.scss */
.clients-products-form-identifiers:not(.showMore) .more:not(.filled) {
  display: none;
}
.clients-products-form-identifiers.showMore .less {
  display: none;
}
.clients-products-form-identifiers .toggleDivider {
  margin-top: var(--p-space-300);
  margin-bottom: var(--p-space-200);
}

/* app/components/clients/products/form/images/add_modal/styles.scss */

/* app/components/clients/products/form/images/add_modal/existing_tab/styles.scss */
.clients-products-form-images-addModal-existingTab .pagination {
  text-align: center;
}
.clients-products-form-images-addModal-existingTab .selection {
  position: relative;
}
.clients-products-form-images-addModal-existingTab .selection input {
  position: absolute;
  left: var(--p-space-50);
  top: var(--p-space-50);
}
.clients-products-form-images-addModal-existingTab:not(.has-more) .pagination {
  display: none;
}

/* app/components/clients/products/form/images/add_modal/tab/styles.scss */
.clients-products-form-images-addModal-tab .tab-content {
  padding: 0 var(--p-space-200);
}
.clients-products-form-images-addModal-tab:not(.active) {
  display: none;
}

/* app/components/clients/products/form/images/styles.scss */
.clients-products-form-images .input-container {
  gap: var(--p-space-200);
  flex-wrap: wrap;
}
.clients-products-form-images .input-container .selections {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: var(--p-space-300);
}
.clients-products-form-images .input-container .selection {
  cursor: pointer;
  position: relative;
}
.clients-products-form-images .input-container .selection input[type=checkbox] {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  display: none;
}
.clients-products-form-images .input-container .selection input[type=checkbox]:checked {
  display: block;
}
.clients-products-form-images .input-container .selection:first-child {
  --size: 160px;
}
.clients-products-form-images .actions {
  display: flex;
  align-items: center;
  gap: var(--p-space-100);
}
.clients-products-form-images.none-checked .actions {
  display: none;
}

/* app/components/clients/products/images/display/styles.scss */
span.clients-products-images-display {
  display: inline-flex;
}

/* app/components/clients/products/images/show/page/styles.scss */

/* app/components/clients/products/index/page/styles.scss */
.clients-products-index-page tbody td {
  text-overflow: ellipsis;
  overflow: clip;
}

/* app/components/clients/products/price/styles.scss */
.clients-products-price {
  display: inline-flex;
}
.clients-products-price .msrp-notice {
  display: inline-block;
}

/* app/components/clients/products/show/identifiers/styles.scss */
.clients-products-show-identifiers dt {
  flex-basis: 48%;
}
.clients-products-show-identifiers dd {
  flex-basis: 48%;
}
.clients-products-show-identifiers .clients-products-show-identifiers-externalLink {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: var(--p-space-100);
  font-size: var(--p-font-size-75);
}
.clients-products-show-identifiers .clients-products-show-identifiers-externalLink .Polaris-Icon {
  display: inline-flex;
  width: auto;
  margin: 0;
  margin-left: 2px;
  fill: currentcolor;
  height: 1.5em;
}
.clients-products-show-identifiers:not(.showMore) .toggleField:not(.filled),
.clients-products-show-identifiers:not(.showMore) .showLessLink {
  display: none;
}
.clients-products-show-identifiers.showMore .showMoreLink {
  display: none;
}
.clients-products-show-identifiers .toggleDivider {
  margin-top: var(--p-space-300);
  margin-bottom: var(--p-space-200);
}
@media (min-width: 1800px) {
  .clients-products-show-identifiers dt {
    flex-basis: 35%;
  }
  .clients-products-show-identifiers dd {
    flex-basis: 65%;
  }
}

/* app/components/clients/products/show/page/styles.scss */

/* app/components/clients/products/show/page/details/styles.scss */

/* app/components/clients/products/show/page/sub_nav/styles.scss */

/* app/components/clients/products/table/styles.scss */
.clients-products-table .skus {
  font-size: var(--p-font-size-75);
}

/* app/components/clients/products/variants/display/styles.scss */
.clients-products-variants-display,
.clients-products-variants-display-link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: var(--p-space-2);
  vertical-align: middle;
}
.clients-products-variants-display .Polaris-Thumbnail,
.clients-products-variants-display-link .Polaris-Thumbnail {
  background-color: white;
}
@media (max-width: 768px) {
  .clients-products-variants-display--responsive .clients-products-variants-display-text {
    display: none;
  }
}

/* app/components/clients/products/variants/display/group/styles.scss */
.clients-products-variants-display-group {
  display: flex;
  align-items: center;
  --item-width: 1.5rem;
}
.clients-products-variants-display-group--few {
  gap: calc(var(--item-width) / 4);
}
.clients-products-variants-display-group-more {
  margin-left: calc(var(--item-width) / 4);
}
.clients-products-variants-display-group--many .clients-products-variants-display:first-child,
.clients-products-variants-display-group--many .clients-products-variants-display:nth-child(2) {
  width: calc(var(--item-width) / 2);
}

/* app/components/clients/products/variants/index/page/styles.scss */
.clients-products-variants-index-page tbody td {
  text-overflow: ellipsis;
  overflow: clip;
}

/* app/components/clients/products/variants/show/page/styles.scss */

/* app/components/clients/stores/form/styles.scss */
.clients-stores-form {
  margin-top: var(--p-space-3);
}
.clients-stores-form .topNote {
  margin-bottom: var(--p-space-6);
}
.clients-stores-form .sizeRebuildNotice,
.clients-stores-form .colorRebuildNotice {
  margin-top: var(--p-space-1);
}
.clients-stores-form:not(.colorAliasesChanged) .colorRebuildNotice {
  display: none;
}
.clients-stores-form:not(.sizeAliasesChanged) .sizeRebuildNotice {
  display: none;
}

/* app/components/clients/taxonomies/categories/form/styles.scss */

/* app/components/clients/taxonomies/categories/index_table/styles.scss */

/* app/components/clients/taxonomies/categories/show/page/styles.scss */

/* app/components/clients/taxonomies/display/styles.scss */
.clients-taxonomies-display {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.clients-taxonomies-display > * {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .clients-taxonomies-display--responsive .clients-taxonomies-display-text {
    display: none;
  }
}

/* app/components/clients/taxonomies/fields/edit/page/styles.scss */

/* app/components/clients/taxonomies/fields/form/styles.scss */
.clients-taxonomies-fields-form:not(.appliesToParents) option[value=parent] {
  display: none;
}
.clients-taxonomies-fields-form .checkboxGroup {
  display: flex;
  flex-direction: row;
  gap: var(--p-space-4);
}
.clients-taxonomies-fields-form .checkboxGroup > * {
  width: 50%;
}
@media (max-width: 550px) {
  .clients-taxonomies-fields-form .checkboxGroup {
    flex-direction: column;
  }
}
.clients-taxonomies-fields-form .soft-disabled {
  pointer-events: none;
}
.clients-taxonomies-fields-form .soft-disabled .Polaris-Choice__Control {
  opacity: 0.5;
  cursor: not-allowed;
}
.clients-taxonomies-fields-form [name="taxonomy_field[instructions]"].Polaris-TextField__Input {
  min-height: min(15vh, 5em);
  field-sizing: content;
}

/* app/components/clients/taxonomies/fields/index/page/styles.scss */

/* app/components/clients/taxonomies/fields/new/page/styles.scss */

/* app/components/clients/taxonomies/fields/options/edit/page/styles.scss */

/* app/components/clients/taxonomies/fields/options/form/styles.scss */

/* app/components/clients/taxonomies/fields/options/new/page/styles.scss */

/* app/components/clients/taxonomies/fields/options/show/page/styles.scss */

/* app/components/clients/taxonomies/fields/show/page/styles.scss */
.clients-taxonomies-fields-show-page .Polaris-VerticalStack > .Polaris-LegacyCard {
  margin-top: 0;
}

/* app/components/clients/taxonomies/fields/table/styles.scss */
.clients-taxonomies-fields-table .table-filters .Polaris-Box {
  display: flex;
  flex-direction: column;
  gap: var(--p-space-4);
}

/* app/components/clients/taxonomies/show/page/styles.scss */

/* app/components/clients/taxonomies/sub_nav/styles.scss */
html[class~=Polaris-Summer-Editions-2023] .clients-taxonomies-subNav .Polaris-Navigation__SecondaryNavigation .Polaris-Navigation__Item {
  margin-left: calc(max(0, 2 - 2) * (var(--p-space-800)));
  margin-left: calc(max(0, var(--level, 2) - 2) * (var(--p-space-800)));
}
html[class~=Polaris-Summer-Editions-2023] .clients-taxonomies-subNav-categories .Polaris-Navigation__Icon {
  display: none;
}

/* app/components/clients/channels/display/styles.scss */
.clients-channels-display {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.clients-channels-display > * {
  display: flex;
  align-items: center;
}
.clients-channels-display .Polaris-Thumbnail {
  background-color: white;
}
.Polaris-IndexTable__TableRow .clients-channels-display {
  display: flex;
}
@media (max-width: 768px) {
  .clients-channels-display--responsive .clients-channels-display-text {
    display: none;
  }
}

/* app/field_types/taxonomies/fields/alternate_images/clients/values/changes/styles.scss */
.taxonomies-fields-alternateImages-clients-values-changes {
  display: inline-flex;
}
.taxonomies-fields-alternateImages-clients-values-changes .taxonomies-fields-alternateImages-clients-values-output {
  display: inline-flex;
}
.taxonomies-fields-alternateImages-clients-values-changes .added .Polaris-Thumbnail,
.taxonomies-fields-alternateImages-clients-values-changes .changed .after .Polaris-Thumbnail {
  border: 2px solid var(--p-color-bg-success);
}
.taxonomies-fields-alternateImages-clients-values-changes .removed .Polaris-Thumbnail,
.taxonomies-fields-alternateImages-clients-values-changes .changed .before .Polaris-Thumbnail {
  border: 2px solid var(--p-color-bg-critical);
}
.taxonomies-fields-alternateImages-clients-values-changes .unchanged {
  color: var(--p-color-text-subdued);
}
.taxonomies-fields-alternateImages-clients-values-changes .unchanged img {
  opacity: 0.75;
}
.taxonomies-fields-alternateImages-clients-values-changes .changed {
  display: inline-flex;
}
.taxonomies-fields-alternateImages-clients-values-changes .changed::after {
  content: "~";
  color: var(--p-color-text-warning);
}
.taxonomies-fields-alternateImages-clients-values-changes .changed .before {
  margin-right: -30px;
}
.taxonomies-fields-alternateImages-clients-values-changes .added::after,
.taxonomies-fields-alternateImages-clients-values-changes .changed .after::after {
  content: "+";
  color: var(--p-color-text-success);
}
.taxonomies-fields-alternateImages-clients-values-changes .removed::after,
.taxonomies-fields-alternateImages-clients-values-changes .changed .before::after {
  content: "-";
  color: var(--p-color-text-critical);
}
.taxonomies-fields-alternateImages-clients-values-changes .added,
.taxonomies-fields-alternateImages-clients-values-changes .changed,
.taxonomies-fields-alternateImages-clients-values-changes .changed .after,
.taxonomies-fields-alternateImages-clients-values-changes .changed .before,
.taxonomies-fields-alternateImages-clients-values-changes .removed {
  position: relative;
}
.taxonomies-fields-alternateImages-clients-values-changes .added::after,
.taxonomies-fields-alternateImages-clients-values-changes .after::after,
.taxonomies-fields-alternateImages-clients-values-changes .removed::after,
.taxonomies-fields-alternateImages-clients-values-changes .changed::after,
.taxonomies-fields-alternateImages-clients-values-changes .before::after {
  position: absolute;
  left: 2px;
  bottom: 6px;
  background-color: var(--p-color-bg);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* app/field_types/taxonomies/fields/alternate_images/clients/values/input/styles.scss */
.productImages-chooser {
  display: flex;
  flex-flow: row wrap;
  gap: var(--p-space-300);
}
.productImages-chooser .option {
  cursor: pointer;
}
.productImages-chooser .option .clients-imageAssets-display img {
  width: auto;
  aspect-ratio: var(--image-aspect-ratio);
  -o-object-fit: contain;
  object-fit: contain;
}
.productImages-chooser .option :checked + .option-image img {
  border: 1px solid var(--p-color-text);
}
.productImages-chooser .option :not(:checked) + .option-image img {
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: 2px 2px 1px color-mix(in srgb, var(--p-color-bg-app) 50%, transparent);
  border: 1px solid var(--p-color-bg);
}

/* app/field_types/taxonomies/fields/alternate_images/clients/values/output/styles.scss */
.taxonomies-fields-alternateImages-clients-values-output .Polaris-Thumbnail,
.taxonomies-fields-alternateImages-clients-values-output .Polaris-Thumbnail img {
  --pc-thumbnail-medium-size: 8rem;
  --pc-thumbnail-large-size: 16rem;
  --pc-thumbnail-small-size: 4rem;
  --pc-thumbnail-extra-small-size: 2rem;
  aspect-ratio: 1/1;
  aspect-ratio: var(--image-aspect-ratio, 1/1);
  -o-object-fit: contain;
  object-fit: contain;
}

/* app/field_types/taxonomies/fields/base/measurement/clients/types/input/styles.scss */
.taxonomies-fields-base-measurement-clients-types-input:not(.exportQuantityOnly) .exportQuantityUnit-section {
  display: none;
}

/* app/field_types/taxonomies/fields/base/product_image/clients/values/changes/styles.scss */
.taxonomies-fields-base-productImage-clients-values-changes {
  display: inline-flex;
}
.taxonomies-fields-base-productImage-clients-values-changes .taxonomies-fields-base-productImage-clients-values-output {
  display: inline-flex;
}
.taxonomies-fields-base-productImage-clients-values-changes .added .Polaris-Thumbnail,
.taxonomies-fields-base-productImage-clients-values-changes .changed .after .Polaris-Thumbnail {
  border: 2px solid var(--p-color-bg-success);
}
.taxonomies-fields-base-productImage-clients-values-changes .removed .Polaris-Thumbnail,
.taxonomies-fields-base-productImage-clients-values-changes .changed .before .Polaris-Thumbnail {
  border: 2px solid var(--p-color-bg-critical);
}
.taxonomies-fields-base-productImage-clients-values-changes .unchanged {
  color: var(--p-color-text-subdued);
}
.taxonomies-fields-base-productImage-clients-values-changes .changed {
  display: inline-flex;
}
.taxonomies-fields-base-productImage-clients-values-changes .changed .before {
  margin-right: -30px;
}
.taxonomies-fields-base-productImage-clients-values-changes .added::after,
.taxonomies-fields-base-productImage-clients-values-changes .changed .after::after {
  content: "+";
  color: var(--p-color-text-success);
}
.taxonomies-fields-base-productImage-clients-values-changes .removed::after,
.taxonomies-fields-base-productImage-clients-values-changes .changed .before::after {
  content: "-";
  color: var(--p-color-text-critical);
}
.taxonomies-fields-base-productImage-clients-values-changes .added,
.taxonomies-fields-base-productImage-clients-values-changes .changed .after,
.taxonomies-fields-base-productImage-clients-values-changes .changed .before,
.taxonomies-fields-base-productImage-clients-values-changes .removed {
  position: relative;
}
.taxonomies-fields-base-productImage-clients-values-changes .added::after,
.taxonomies-fields-base-productImage-clients-values-changes .after::after,
.taxonomies-fields-base-productImage-clients-values-changes .removed::after,
.taxonomies-fields-base-productImage-clients-values-changes .before::after {
  position: absolute;
  left: 2px;
  bottom: 6px;
  background-color: var(--p-color-bg);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* app/field_types/taxonomies/fields/base/product_image/clients/values/input/styles.scss */
.taxonomies-fields-base-productImage-clients-values-input select,
.taxonomies-fields-base-productImage-clients-values-input ::picker(select) {
  -webkit-appearance: base-select;
  -moz-appearance: base-select;
  appearance: base-select;
}
.taxonomies-fields-base-productImage-clients-values-input .Polaris-Thumbnail img,
.taxonomies-fields-base-productImage-clients-values-input .Polaris-Thumbnail {
  aspect-ratio: 1/1;
  aspect-ratio: var(--image-aspect-ratio, 1/1);
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.taxonomies-fields-base-productImage-clients-values-input selectedcontent {
  display: inline-flex;
  align-items: center;
  gap: var(--p-space-200);
}
.taxonomies-fields-base-productImage-clients-values-input selectedcontent .Polaris-Thumbnail img,
.taxonomies-fields-base-productImage-clients-values-input selectedcontent .Polaris-Thumbnail {
  aspect-ratio: 1/1;
  aspect-ratio: var(--image-aspect-ratio, 1/1);
  -o-object-fit: contain;
  object-fit: contain;
}

/* app/field_types/taxonomies/fields/base/product_image/clients/values/output/styles.scss */
.taxonomies-fields-base-productImage-clients-values-output .Polaris-Thumbnail,
.taxonomies-fields-base-productImage-clients-values-output .Polaris-Thumbnail img {
  --pc-thumbnail-medium-size: 8rem;
  --pc-thumbnail-large-size: 16rem;
  --pc-thumbnail-small-size: 4rem;
  --pc-thumbnail-extra-small-size: 2rem;
  aspect-ratio: 1/1;
  aspect-ratio: var(--image-aspect-ratio, 1/1);
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

/* app/field_types/taxonomies/fields/conditional_text/clients/values/input/styles.scss */
.taxonomies-fields-conditionalText-clients-values-input:not(:has([name="listing_field_value[boolean_value]"][type=radio][value="1"]:checked)) .textValue-section {
  display: none;
}

/* app/field_types/taxonomies/fields/materials/clients/input/styles.scss */
.taxonomies-fields-materials-clients-input {
  display: flex;
  flex-direction: column;
  gap: var(--p-space-300);
}
.taxonomies-fields-materials-clients-input .items {
  display: flex;
  flex-direction: column;
  gap: var(--p-space-200);
}
.taxonomies-fields-materials-clients-input .empty-caption {
  display: none;
  opacity: 0.75;
}
.taxonomies-fields-materials-clients-input .items--empty ~ .empty-caption {
  display: block;
}

/* app/field_types/taxonomies/fields/rich_text/clients/types/input/styles.scss */
.taxonomies-fields-richText-clients-types-input:not(.htmlAllowed) .htmlOption {
  display: none;
}

/* app/field_types/taxonomies/fields/rich_text/clients/values/input/styles.scss */
.taxonomies-fields-richText-clients-values-input {
  line-height: 130%;
}
.taxonomies-fields-richText-clients-values-input p {
  margin-bottom: var(--p-space-3);
}
.taxonomies-fields-richText-clients-values-input ul {
  margin-top: var(--p-space-3);
}
.taxonomies-fields-richText-clients-values-input textarea {
  field-sizing: content;
}

/* app/field_types/taxonomies/fields/select/clients/values/changes/styles.scss */
.taxonomies-fields-select-clients-values-changes {
  display: inline-flex;
}
.taxonomies-fields-select-clients-values-changes .unchanged {
  color: var(--p-color-text-subdued);
}
.taxonomies-fields-select-clients-values-changes .added,
.taxonomies-fields-select-clients-values-changes .changed .after {
  color: var(--p-color-text-success);
}
.taxonomies-fields-select-clients-values-changes .removed::after,
.taxonomies-fields-select-clients-values-changes .changed .before::after {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: var(--p-color-text-critical);
}

/* app/field_types/taxonomies/fields/taxonomy_category/clients/values/changes/styles.scss */
.taxonomies-fields-taxonomyCategory-clients-values-changes {
  display: inline-flex;
}
.taxonomies-fields-taxonomyCategory-clients-values-changes .unchanged {
  color: var(--p-color-text-subdued);
}
.taxonomies-fields-taxonomyCategory-clients-values-changes .added,
.taxonomies-fields-taxonomyCategory-clients-values-changes .changed .after {
  color: var(--p-color-text-success);
}
.taxonomies-fields-taxonomyCategory-clients-values-changes .removed::after,
.taxonomies-fields-taxonomyCategory-clients-values-changes .changed .before::after {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: var(--p-color-text-critical);
}

/* app/field_types/taxonomies/fields/text/clients/values/changes/styles.scss */
.taxonomies-fields-text-clients-values-changes .unchanged {
  color: var(--p-color-text-subdued);
}
.taxonomies-fields-text-clients-values-changes .added {
  color: var(--p-color-text-success);
}
.taxonomies-fields-text-clients-values-changes .removed {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: var(--p-color-text-critical);
}

/* app/field_types/taxonomies/fields/text_list/clients/values/input/styles.scss */
.taxonomies-fields-textList-clients-values-input textarea {
  field-sizing: content;
  max-height: max(min(77vh, 500px), 200px);
  min-height: 4rem !important;
}

/* app/channels/amazon/clients/channels/form/card/styles.scss */
.amazon-clients-channels-form-card {
  margin-top: var(--p-space-3);
}
.amazon-clients-channels-form-card .topNote {
  margin-bottom: var(--p-space-6);
}
.amazon-clients-channels-form-card .sizeRebuildNotice,
.amazon-clients-channels-form-card .colorRebuildNotice {
  margin-top: var(--p-space-1);
}
.amazon-clients-channels-form-card:not(.colorAliasesChanged) .colorRebuildNotice {
  display: none;
}
.amazon-clients-channels-form-card:not(.sizeAliasesChanged) .sizeRebuildNotice {
  display: none;
}

/* app/channels/amazon/listings/preview/body/average_rating/styles.scss */

/* app/channels/amazon/listings/preview/body/styles.scss */
.amazon-listings-preview-body {
  --main-product-details-spacing: var(--space-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--section-gap);
}
.amazon-listings-preview-body .breadcrumb {
  display: flex;
  color: var(--amazon-secondary-text);
  font-size: 12px;
  justify-content: flex-start;
  width: var(--section-width);
  max-width: var(--outer-max-width);
  line-height: 100%;
}
.amazon-listings-preview-body .breadcrumb-item:not(:last-child)::after {
  content: "\203a";
  margin: 0 var(--space-xs);
}
.amazon-listings-preview-body .product-main {
  display: flex;
  gap: var(--inner-padding);
}
.amazon-listings-preview-body .product-images {
  display: flex;
  min-width: 308px;
  width: 50%;
  max-width: 580px;
}
.amazon-listings-preview-body .thumbnail-column {
  display: flex;
  flex-direction: column;
  padding-right: var(--space-sm);
}
.amazon-listings-preview-body .thumbnail {
  width: 50px;
  height: 50px;
  border: 1px solid var(--amazon-border);
  margin-bottom: var(--space-xs);
}
.amazon-listings-preview-body .thumbnail:not(.active) {
  cursor: pointer;
}
.amazon-listings-preview-body .thumbnail img {
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f7f7f7;
}
.amazon-listings-preview-body .thumbnail.active {
  border-color: var(--amazon-orange);
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.amazon-listings-preview-body .main-image-container {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  place-content: flex-start center;
  min-width: 265px;
  max-height: 550px;
  height: 100%;
  align-items: flex-start;
}
.amazon-listings-preview-body .main-image {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 4/3;
  display: flex;
  width: 100%;
  height: 100%;
  align-content: flex-start;
  align-items: flex-start;
  background-color: #f7f7f7;
}
.amazon-listings-preview-body .product-details {
  width: 50%;
  display: flex;
  flex-direction: row;
  gap: var(--inner-padding);
  align-items: flex-start;
}
.amazon-listings-preview-body .main-product-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--main-product-details-spacing);
}
.amazon-listings-preview-body .main-product-details h3 {
  margin-top: calc(var(--main-product-details-spacing) * 0.5);
}
.amazon-listings-preview-body .product-title-section {
  border-bottom: 1px solid var(--amazon-border);
  padding-bottom: calc(var(--main-product-details-spacing) * 1.5);
  display: flex;
  flex-direction: column;
  gap: var(--main-product-details-spacing);
}
.amazon-listings-preview-body .product-title-section h1 {
  font-size: 24px;
  font-weight: 500;
  color: var(--amazon-secondary-text);
  text-rendering: optimizelegibility;
  line-height: 100%;
  margin: 0;
}
.amazon-listings-preview-body .product-specs {
  border-bottom: 1px solid var(--amazon-border);
  padding-bottom: var(--main-product-details-spacing);
}
.amazon-listings-preview-body .spec-row {
  display: flex;
  margin-bottom: var(--space-xs);
}
.amazon-listings-preview-body .spec-row:last-child {
  margin-bottom: 0;
}
.amazon-listings-preview-body .spec-name {
  width: 150px;
  font-weight: bold;
}
.amazon-listings-preview-body .spec-value {
  flex-grow: 1;
}
.amazon-listings-preview-body .feature-list {
  padding-left: var(--space-md);
}
.amazon-listings-preview-body .feature-item {
  margin-bottom: var(--space-sm);
  position: relative;
  padding-left: var(--space-md);
}
.amazon-listings-preview-body .feature-item::before {
  content: "\2022";
  position: absolute;
  left: 0;
}
.amazon-listings-preview-body .see-more {
  color: var(--amazon-link);
  display: flex;
  align-items: center;
}
.amazon-listings-preview-body .see-more i {
  margin-right: var(--space-xs);
}
.amazon-listings-preview-body .buy-box {
  border: 1px solid var(--amazon-border);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  margin-bottom: var(--space-lg);
  min-width: 180px;
}
.amazon-listings-preview-body .buy-header {
  font-size: 16px;
  margin-bottom: var(--space-md);
  text-align: center;
}
.amazon-listings-preview-body .add-to-cart-btn {
  background-color: var(--amazon-button);
  border: none;
  border-radius: 20px;
  padding: var(--space-xs) 0;
  width: 100%;
  font-size: 14px;
  margin-bottom: var(--space-sm);
}
.amazon-listings-preview-body .add-to-list-btn {
  border: 1px solid var(--amazon-border);
  background-color: white;
  border-radius: var(--radius-sm);
  padding: var(--space-xs) 0;
  width: 100%;
  font-size: 14px;
}
.amazon-listings-preview-body .search-container {
  position: relative;
}
.amazon-listings-preview-body .product-search {
  width: 100%;
  padding: var(--space-sm) var(--space-md);
  border: 1px solid var(--amazon-border);
  border-radius: var(--radius-sm);
  padding-left: 30px;
}
.amazon-listings-preview-body .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-position: -271px -86px;
  display: inline-flex;
  opacity: 0.5;
}
.amazon-listings-preview-body .details-table {
  width: 100%;
  border-collapse: collapse;
}
.amazon-listings-preview-body .details-table tbody {
  display: flex;
  flex-direction: column;
  gap: var(--space-xxs);
}
.amazon-listings-preview-body .details-table .detail-label {
  font-weight: bold;
  min-width: 150px;
  vertical-align: top;
}
.amazon-listings-preview-body .details-table .detail-value {
  width: 100%;
}

/* app/channels/amazon/listings/preview/body/from_the_brand/styles.scss */

/* app/channels/amazon/listings/preview/body/options/styles.scss */
.channels-listings-preview-body-options {
  display: flex;
  flex-direction: column;
  gap: var(--inner-padding);
}
.channels-listings-preview-body-options .option-top {
  margin-bottom: var(--space-xs);
}
.channels-listings-preview-body-options .option-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: var(--option-value-spacing, var(--space-xs));
}
.channels-listings-preview-body-options .option-value {
  border: 1px solid var(--option-value-border-color);
  padding: var(--option-value-padding);
  border-radius: 0;
}
.channels-listings-preview-body-options .option-value:not(.selected) {
  cursor: pointer;
}
.channels-listings-preview-body-options .option-value.selected {
  border: var(--option-value-selected-border);
  box-shadow: var(--option-value-selected-box-shadow);
}
.channels-listings-preview-body-options .option--color .option-value {
  position: relative;
  overflow: hidden;
}
.channels-listings-preview-body-options .option--color .option-value::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--background-image-url);
  background-size: 500%;
  filter: blur(8px);
  background-position: center;
  width: 60px;
  height: 60px;
  margin-left: -10px;
  margin-top: -10px;
}
.channels-listings-preview-body-options .size-chart {
  color: var(--size-chart-link-color);
  display: flex;
  align-items: center;
}
.channels-listings-preview-body-options .size-chart i {
  margin-left: var(--space-xs);
}
.amazon-listings-preview-body-options {
  --option-value-border-color: var(--amazon-border);
  --option-value-padding: var(--space-xs) var(--space-md);
  --option-value-border-radius: var(--radius-sm);
  --option-value-selected-border: 2px solid var(--amazon-orange);
  --size-chart-link-color: var(--amazon-link);
  --option-value-selected-box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.amazon-listings-preview-body-options .option-label {
  font-weight: normal;
}
.amazon-listings-preview-body-options .option-current-value {
  font-weight: bold;
}

/* app/channels/amazon/listings/preview/styles.scss */
.amazon-listings-preview {
  --amazon-dark: #131921;
  --amazon-blue: #37475A;
  --amazon-dark-blue: #23303e;
  --amazon-orange: #f90;
  --amazon-yellow: #febd69;
  --amazon-button: #ffd814;
  --amazon-button-hover: #f7ca00;
  --amazon-link: #007185;
  --amazon-text: #0F1111;
  --amazon-secondary-text: #565959;
  --amazon-success: #007600;
  --amazon-price-red: #B12704;
  --amazon-border: #ddd;
  --amazon-light-grey: #f8f8f8;
  --amazon-rating-star: #FFA41C;
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --outer-padding: var(--space-md);
  --outer-max-width: 1464px;
  --inner-padding: var(--space-md);
  --section-gap: var(--space-xl);
  --section-width: calc(100% - var(--outer-padding) * 2);
  --radius-sm: 3px;
  --radius-md: 8px;
  --font-size: 14px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    "Amazon Ember",
    Arial,
    sans-serif;
  color: #0F1111;
  color: var(--amazon-text);
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 32px;
  gap: var(--section-gap);
  font-size: 14px;
  font-size: var(--font-size);
  font-weight: normal;
}
.amazon-listings-preview a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--amazon-link);
}
.amazon-listings-preview a:not(.allow-clicks) {
  pointer-events: none;
  cursor: default;
}
.amazon-listings-preview ul {
  list-style: none;
}
.amazon-listings-preview h2,
.amazon-listings-preview h3 {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family:
    "Amazon Ember",
    Arial,
    sans-serif;
  font-weight: 700;
  white-space-collapse: collapse;
  color: var(--amazon-text);
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.amazon-listings-preview h2 {
  font-size: 24px !important;
  line-height: 32px;
}
.amazon-listings-preview h3 {
  font-size: 18px !important;
  line-height: 24px;
}
.amazon-listings-preview .sprite-image {
  background-image: url(https://app-cdn.osello.com/channels/amazon/listings/preview/images/sprite.png);
  background-size: 350px;
}
.amazon-listings-preview .sprite-icon {
  background-image: url(https://app-cdn.osello.com/channels/amazon/listings/preview/images/icons-sprite.png);
  background-size: 400px 900px;
}
.amazon-listings-preview section {
  width: var(--section-width);
  max-width: var(--outer-max-width);
  border-bottom: 1px solid var(--amazon-border);
  padding-bottom: var(--section-gap);
}
.amazon-listings-preview section > h1,
.amazon-listings-preview section > h2 {
  margin-top: 0;
}

/* app/channels/amazon/listings/preview/footer/styles.scss */
.amazon-listings-preview-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--section-gap);
}
.amazon-listings-preview-footer .videos-description {
  margin-bottom: var(--space-md);
}
.amazon-listings-preview-footer .upload-video-btn {
  border: 1px solid var(--amazon-border);
  background-color: #f7f7f7;
  padding: var(--space-xs) var(--space-md);
  border-radius: var(--radius-sm);
}
.amazon-listings-preview-footer .brand-highlights {
  display: flex;
  gap: var(--space-md);
}
.amazon-listings-preview-footer .brand-highlight-card {
  flex: 1;
  border: 1px solid var(--amazon-border);
  padding: var(--space-md);
  background-color: #f9f9f9;
}
.amazon-listings-preview-footer .highlight-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: var(--space-xs);
}
.amazon-listings-preview-footer .highlight-description {
  font-size: 14px;
  color: var(--amazon-secondary-text);
}
.amazon-listings-preview-footer .back-to-top {
  background-color: var(--amazon-blue);
  color: white;
  text-align: center;
  padding: var(--space-sm);
}
.amazon-listings-preview-footer .top-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.amazon-listings-preview-footer .amazon-footer {
  background-color: var(--amazon-dark-blue);
  color: white;
  width: 100%;
}
.amazon-listings-preview-footer .footer-nav {
  display: flex;
  justify-content: space-around;
  padding: var(--space-lg) var(--space-lg) var(--space-xl);
  max-width: 1200px;
  margin: 0 auto;
}
.amazon-listings-preview-footer .footer-column {
  width: 20%;
}
.amazon-listings-preview-footer .footer-heading {
  font-size: 16px !important;
  margin-bottom: var(--space-md);
  font-weight: bold;
  color: white;
}
.amazon-listings-preview-footer .footer-links {
  list-style-type: none;
  padding: 0;
}
.amazon-listings-preview-footer .footer-links li {
  margin-bottom: var(--space-xs);
}
.amazon-listings-preview-footer .footer-links a {
  color: #ddd;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
}
.amazon-listings-preview-footer .footer-locale {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--space-lg) 0;
  border-top: 1px solid #3a4553;
  border-bottom: 1px solid #3a4553;
}
.amazon-listings-preview-footer .amazon-logo-footer {
  margin-right: var(--space-xl);
}
.amazon-listings-preview-footer .amazon-logo-footer .sprite-image {
  background-position: -10px -90px;
  width: 76px;
  height: 27px;
}
.amazon-listings-preview-footer .locale-selectors {
  display: flex;
  gap: var(--space-sm);
}
.amazon-listings-preview-footer .locale-btn {
  background-color: transparent;
  border: 1px solid #848688;
  border-radius: var(--radius-sm);
  color: white;
  padding: var(--space-xs) var(--space-sm);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.amazon-listings-preview-footer .globe-icon,
.amazon-listings-preview-footer .currency-icon,
.amazon-listings-preview-footer .flag-icon {
  margin-right: var(--space-xs);
}
.amazon-listings-preview-footer .dropdown-arrow {
  font-size: 10px;
  margin-left: var(--space-xs);
}
.amazon-listings-preview-footer .footer-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: var(--space-lg);
  background-color: var(--amazon-dark);
}
.amazon-listings-preview-footer .service-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--space-md);
  max-width: 1200px;
  justify-content: center;
}
.amazon-listings-preview-footer .service-item {
  width: 14.2857142857%;
  padding: var(--space-xs);
}
.amazon-listings-preview-footer .service-title {
  font-size: 12px;
  margin-bottom: var(--space-xxs);
  color: white;
}
.amazon-listings-preview-footer .service-description {
  font-size: 12px;
  color: #ddd;
  line-height: 1.3;
}
.amazon-listings-preview-footer .legal-footer {
  text-align: center;
  padding: var(--space-lg);
  font-size: 12px;
  color: #ddd;
  background-color: var(--amazon-dark);
}
.amazon-listings-preview-footer .legal-links {
  margin-bottom: var(--space-sm);
}
.amazon-listings-preview-footer .legal-link {
  color: #ddd;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin: 0 var(--space-sm);
}
.amazon-listings-preview-footer .toggle-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #0066c0;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: var(--space-xxs);
}
.amazon-listings-preview-footer .copyright {
  color: #ddd;
}

/* app/channels/amazon/listings/preview/header/styles.scss */
.amazon-listings-preview-header {
}
.amazon-listings-preview-header .header {
  background-color: var(--amazon-dark);
  color: white;
  padding: var(--space-sm) var(--outer-padding);
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: row nowrap;
}
.amazon-listings-preview-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.amazon-listings-preview-header .logo-delivery {
  display: flex;
  align-items: center;
}
.amazon-listings-preview-header .amazon-logo {
  background-position: -9px -125px;
  width: 98px;
  height: 34px;
  margin-right: var(--space-sm);
}
.amazon-listings-preview-header .delivery {
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 120%;
}
.amazon-listings-preview-header .delivery i {
  margin-right: var(--space-xxs);
  background-position: -71px -378px;
  width: 15px;
  height: 18px;
}
.amazon-listings-preview-header .search-bar {
  flex-grow: 1;
  display: flex;
  margin: 0 var(--space-md);
}
.amazon-listings-preview-header .search-dropdown {
  background-color: #f3f3f3;
  border: none;
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  padding: 0 var(--space-xs);
  color: var(--amazon-text);
}
.amazon-listings-preview-header .search-input {
  flex-grow: 1;
  padding: var(--space-xs);
  border: none;
  height: 40px;
}
.amazon-listings-preview-header .search-button {
  background-color: var(--amazon-yellow);
  border: none;
  width: 45px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amazon-listings-preview-header .search-button i {
  background-position: -10px -290px;
  width: 21px;
  height: 21px;
}
.amazon-listings-preview-header .right-menu {
  display: flex;
  align-items: center;
}
.amazon-listings-preview-header .language-selector,
.amazon-listings-preview-header .account-lists,
.amazon-listings-preview-header .returns-orders,
.amazon-listings-preview-header .cart {
  padding: 0 var(--space-xs);
  white-space: nowrap;
}
.amazon-listings-preview-header .small-text {
  font-size: 12px;
  color: #ccc;
}
.amazon-listings-preview-header .bold-text {
  font-weight: bold;
}
.amazon-listings-preview-header .cart {
  display: flex;
  align-items: center;
}
.amazon-listings-preview-header .cart-count {
  color: var(--amazon-orange);
  font-weight: bold;
  margin-right: var(--space-xxs);
  background-position: -10px -340px;
  width: 38px;
  height: 26px;
  text-align: center;
  line-height: 12px;
  padding-left: 5px;
  font-size: 15px;
}
.amazon-listings-preview-header .nav {
  background-color: var(--amazon-dark-blue);
  color: white;
  padding: var(--space-xs) var(--outer-padding);
  display: flex;
  align-items: center;
}
.amazon-listings-preview-header .nav-item {
  padding: var(--space-xs) var(--space-sm);
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}
.amazon-listings-preview-header .nav-item i {
  width: 17px;
  height: 14px;
  background-position: -172px -255px;
  display: inline-flex;
  gap: var(--space-xs);
}
.amazon-listings-preview-header .nav-item:first-child {
  padding-left: 0;
}

/* app/channels/channels/listings/preview/price/styles.scss */
.channels-listings-preview-price .current-price-container {
  font-size: 1.5rem;
}
.channels-listings-preview-price .msrp {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

/* app/channels/macys/listings/preview/styles.scss */
.macys-listings-preview {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
.macys-listings-preview * {
  box-sizing: border-box;
}
.macys-listings-preview .header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.macys-listings-preview .header .header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.macys-listings-preview .header .header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1352px;
  width: 100%;
  gap: 24px;
}
.macys-listings-preview .header .logo-image {
  width: 106px;
}
.macys-listings-preview .header .header-logo {
  display: flex;
}
.macys-listings-preview .header .menu-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.macys-listings-preview .header .menu-button svg {
  width: 16px;
  height: 16px;
}
.macys-listings-preview .header .menu-button:hover {
  opacity: 0.7;
}
.macys-listings-preview .header .header-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px 16px;
}
.macys-listings-preview .header .header-search .search-icon {
  flex-shrink: 0;
  color: #666;
}
.macys-listings-preview .header .header-search .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}
.macys-listings-preview .header .header-search .search-input::-moz-placeholder {
  color: #999;
}
.macys-listings-preview .header .header-search .search-input::placeholder {
  color: #999;
}
.macys-listings-preview .header .header-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.macys-listings-preview .header .header-icons .icon-button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #333;
}
.macys-listings-preview .header .header-icons .icon-button svg {
  width: 20px;
  height: 20px;
}
.macys-listings-preview .header .header-icons .icon-button:hover {
  opacity: 0.7;
}
.macys-listings-preview .header .header-icons .icon-button.cart-button span {
  display: none;
}
.macys-listings-preview .header .nav-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.macys-listings-preview .header .nav-menu {
  display: flex;
  gap: 20px;
  padding: 10px 24px;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
}
.macys-listings-preview .header .nav-menu .nav-item {
  font-size: 13px;
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
}
.macys-listings-preview .header .nav-menu .nav-item:hover {
  color: #000;
}
.macys-listings-preview .header .nav-menu .nav-item.sale-item {
  color: #e21a23;
}
.macys-listings-preview .breadcrumbs {
  padding: 12px 24px;
  font-size: 12px;
  color: #666;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
}
.macys-listings-preview .breadcrumbs .breadcrumbs-inner {
  max-width: 1352px;
  width: 100%;
}
.macys-listings-preview .breadcrumbs a {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.macys-listings-preview .breadcrumbs a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.macys-listings-preview .breadcrumbs span {
  margin: 0 6px;
}
.macys-listings-preview .product-section {
  display: grid;
  grid-template-columns: 600px 1fr;
  grid-gap: 40px;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
}
.macys-listings-preview .product-images {
  display: flex;
  gap: 12px;
}
.macys-listings-preview .product-images .thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.macys-listings-preview .product-images .thumbnails .thumbnail {
  width: 60px;
  height: 80px;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
}
.macys-listings-preview .product-images .thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.macys-listings-preview .product-images .thumbnails .thumbnail:hover {
  border-color: #ccc;
}
.macys-listings-preview .product-images .thumbnails .thumbnail.active {
  border-color: #333;
}
.macys-listings-preview .product-images .main-image-container {
  flex: 1;
}
.macys-listings-preview .product-images .main-image-container .main-image {
  width: 100%;
  height: auto;
  display: block;
}
.macys-listings-preview .product-info .product-brand {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #000;
}
.macys-listings-preview .product-info .product-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #333;
  line-height: 1.4;
}
.macys-listings-preview .product-info .product-subtitle {
  font-size: 13px;
  color: #666;
  margin: 0 0 16px;
}
.macys-listings-preview .product-info .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.macys-listings-preview .product-info .rating .stars {
  display: flex;
  gap: 2px;
}
.macys-listings-preview .product-info .rating .stars .star {
  width: 14px;
  height: 14px;
}
.macys-listings-preview .product-info .rating .rating-text {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.macys-listings-preview .product-info .channels-listings-preview-price {
  margin-bottom: 20px;
}
.macys-listings-preview .product-info .channels-listings-preview-price .current-price-container {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-right: 8px;
}
.macys-listings-preview .product-info .color-section,
.macys-listings-preview .product-info .size-section {
  margin-bottom: 20px;
}
.macys-listings-preview .product-info .color-section .section-label,
.macys-listings-preview .product-info .size-section .section-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  display: block;
}
.macys-listings-preview .product-info .color-section .section-label strong,
.macys-listings-preview .product-info .size-section .section-label strong {
  font-weight: 600;
}
.macys-listings-preview .product-info .color-section .section-header,
.macys-listings-preview .product-info .size-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.macys-listings-preview .product-info .color-section .section-header .size-chart-link,
.macys-listings-preview .product-info .size-section .section-header .size-chart-link {
  font-size: 13px;
  color: #333;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.macys-listings-preview .product-info .color-section .section-header .size-chart-link:hover,
.macys-listings-preview .product-info .size-section .section-header .size-chart-link:hover {
  color: #000;
}
.macys-listings-preview .product-info .color-section .color-swatches,
.macys-listings-preview .product-info .size-section .color-swatches {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.macys-listings-preview .product-info .color-section .color-swatches .color-swatch,
.macys-listings-preview .product-info .size-section .color-swatches .color-swatch {
  width: 48px;
  height: 48px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s;
}
.macys-listings-preview .product-info .color-section .color-swatches .color-swatch img,
.macys-listings-preview .product-info .size-section .color-swatches .color-swatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.macys-listings-preview .product-info .color-section .color-swatches .color-swatch:hover,
.macys-listings-preview .product-info .size-section .color-swatches .color-swatch:hover {
  border-color: #999;
}
.macys-listings-preview .product-info .color-section .color-swatches .color-swatch.selected,
.macys-listings-preview .product-info .size-section .color-swatches .color-swatch.selected {
  border-color: #000;
  border-width: 3px;
}
.macys-listings-preview .product-info .color-section .size-buttons,
.macys-listings-preview .product-info .size-section .size-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.macys-listings-preview .product-info .color-section .size-buttons .size-button,
.macys-listings-preview .product-info .size-section .size-buttons .size-button {
  padding: 10px 16px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.macys-listings-preview .product-info .color-section .size-buttons .size-button:hover,
.macys-listings-preview .product-info .size-section .size-buttons .size-button:hover {
  background: #f5f5f5;
}
.macys-listings-preview .product-info .color-section .size-buttons .size-button.selected,
.macys-listings-preview .product-info .size-section .size-buttons .size-button.selected {
  background: #333;
  color: #fff;
}
.macys-listings-preview .product-info .action-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.macys-listings-preview .product-info .action-buttons .add-to-bag-button,
.macys-listings-preview .product-info .action-buttons .buy-now-button {
  flex: 1;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.macys-listings-preview .product-info .action-buttons .add-to-bag-button:hover,
.macys-listings-preview .product-info .action-buttons .buy-now-button:hover {
  opacity: 0.9;
}
.macys-listings-preview .product-info .action-buttons .add-to-bag-button {
  background: #e21a23;
  color: #fff;
}
.macys-listings-preview .product-info .action-buttons .buy-now-button {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.macys-listings-preview .product-info .add-to-registry {
  text-align: center;
  margin-bottom: 24px;
}
.macys-listings-preview .product-info .add-to-registry a {
  font-size: 13px;
  color: #333;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.macys-listings-preview .product-info .add-to-registry a:hover {
  color: #000;
}
.macys-listings-preview .product-info .delivery-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 24px;
}
.macys-listings-preview .product-info .delivery-section .delivery-option {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.macys-listings-preview .product-info .delivery-section .delivery-option input[type=radio] {
  margin-top: 4px;
  flex-shrink: 0;
}
.macys-listings-preview .product-info .delivery-section .delivery-option label {
  flex: 1;
  cursor: pointer;
}
.macys-listings-preview .product-info .delivery-section .delivery-option label strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.macys-listings-preview .product-info .delivery-section .delivery-option label p {
  font-size: 13px;
  color: #666;
  margin: 0 0 4px;
  line-height: 1.5;
}
.macys-listings-preview .product-info .delivery-section .delivery-option label p a.underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #333;
}
.macys-listings-preview .product-info .product-details-preview {
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
}
.macys-listings-preview .product-info .product-details-preview h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #000;
}
.macys-listings-preview .product-info .product-details-preview .details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 16px;
}
.macys-listings-preview .product-info .product-details-preview .details-grid .detail-column h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #000;
}
.macys-listings-preview .product-info .product-details-preview .details-grid .detail-column p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.macys-listings-preview .product-info .product-details-preview .details-grid .detail-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.macys-listings-preview .product-info .product-details-preview .details-grid .detail-column ul li {
  font-size: 13px;
  color: #666;
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
}
.macys-listings-preview .product-info .product-details-preview .details-grid .detail-column ul li::before {
  content: "\2022";
  position: absolute;
  left: 0;
}
.macys-listings-preview .product-info .product-details-preview .view-more-button {
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.macys-listings-preview .product-info .product-details-preview .view-more-button:hover {
  color: #000;
}
.macys-listings-preview .details-aside {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
}
.macys-listings-preview .details-aside.active {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
.macys-listings-preview .details-aside.active .aside-panel {
  transform: translateX(0);
}
.macys-listings-preview .details-aside .aside-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.macys-listings-preview .details-aside .aside-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  max-width: 600px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.macys-listings-preview .details-aside .aside-panel .aside-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}
.macys-listings-preview .details-aside .aside-panel .aside-header h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.macys-listings-preview .details-aside .aside-panel .aside-header .aside-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.macys-listings-preview .details-aside .aside-panel .aside-header .aside-close:hover {
  color: #000;
}
.macys-listings-preview .details-aside .aside-panel .aside-content {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  -webkit-overflow-scrolling: touch;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section {
  margin-bottom: 32px;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section:last-child {
  margin-bottom: 0;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #000;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 12px;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section p:last-child {
  margin-bottom: 0;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section ul li {
  font-size: 14px;
  color: #666;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section ul li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.macys-listings-preview .details-aside .aside-panel .aside-content .aside-section ul li strong {
  color: #333;
}
.macys-listings-preview .footer {
  background: #222;
  color: #fff;
  padding: 40px 24px 24px;
  margin-top: 60px;
}
.macys-listings-preview .footer .footer-content {
  max-width: 1400px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
.macys-listings-preview .footer .footer-content .footer-section h4 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.macys-listings-preview .footer .footer-content .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.macys-listings-preview .footer .footer-content .footer-section ul li {
  margin-bottom: 8px;
}
.macys-listings-preview .footer .footer-content .footer-section ul li a {
  font-size: 13px;
  color: #ccc;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.macys-listings-preview .footer .footer-content .footer-section ul li a:hover {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.macys-listings-preview .footer .footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #444;
  text-align: center;
}
.macys-listings-preview .footer .footer-bottom p {
  font-size: 11px;
  color: #999;
  margin: 0;
}
@media (max-width: 768px) {
  .macys-listings-preview .product-section {
    grid-template-columns: 1fr;
  }
  .macys-listings-preview .product-images {
    flex-direction: column-reverse;
  }
  .macys-listings-preview .product-images .thumbnails {
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .macys-listings-preview .product-info .product-details-preview .details-grid {
    grid-template-columns: 1fr;
  }
  .macys-listings-preview .footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* app/channels/mirakl/clients/form/card/styles.scss */
.mirakl-clients-form-card .topNote {
  margin-bottom: var(--p-space-6);
}
.mirakl-clients-form-card .fieldBanner {
  margin-top: var(--p-space-2);
}

/* app/channels/nordstrom/listings/preview/body/styles.scss */
.nordstrom-listings-preview-body {
  padding: 20px 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.nordstrom-listings-preview-body .body-content-with-images {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 40px;
}
.nordstrom-listings-preview-body .product-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
}
.nordstrom-listings-preview-body .product-images .featured-image-container {
  width: 100%;
  position: relative;
  max-width: calc(50% - 10px);
}
.nordstrom-listings-preview-body .product-images .featured-image-container .main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  aspect-ratio: 2/3;
  -o-object-fit: contain;
  object-fit: contain;
}
.nordstrom-listings-preview-body .product-images.single-image .featured-image-container {
  max-width: calc(100% - 10px);
}
.nordstrom-listings-preview-body .product-info .store-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}
.nordstrom-listings-preview-body .product-info .product-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #000;
}
.nordstrom-listings-preview-body .product-info .product-info-sections {
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item:last-child {
  margin-bottom: 0;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item i {
  font-size: 18px;
  color: #000;
  margin-top: 2px;
  flex-shrink: 0;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item .info-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item .info-content strong {
  font-weight: 600;
  color: #000;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item .info-content .info-subtext {
  font-size: 13px;
  color: #666;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item .info-content .info-subtext a {
  color: #000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin-left: 4px;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item .info-content .info-subtext a:hover {
  opacity: 0.7;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item .info-content a {
  color: #000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.nordstrom-listings-preview-body .product-info .product-info-sections .info-item .info-content a:hover {
  opacity: 0.7;
}
.nordstrom-listings-preview-body .product-info .add-to-bag-section {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.nordstrom-listings-preview-body .product-info .add-to-bag-section .add-to-bag-button {
  flex: 1;
  padding: 14px 24px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: background 0.2s;
}
.nordstrom-listings-preview-body .product-info .add-to-bag-section .add-to-bag-button:hover {
  background: #333;
}
.nordstrom-listings-preview-body .product-info .add-to-bag-section .wishlist-button {
  padding: 14px 24px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nordstrom-listings-preview-body .product-info .add-to-bag-section .wishlist-button i {
  font-size: 16px;
}
.nordstrom-listings-preview-body .product-info .add-to-bag-section .wishlist-button .wishlist-text {
  font-size: 14px;
}
.nordstrom-listings-preview-body .product-info .add-to-bag-section .wishlist-button:hover {
  background: #f5f5f5;
}
.nordstrom-listings-preview-body .product-details {
  margin-top: 30px;
}
.nordstrom-listings-preview-body .product-details .details-section,
.nordstrom-listings-preview-body .product-details .description-section,
.nordstrom-listings-preview-body .product-details .specifications-section {
  margin-bottom: 30px;
}
.nordstrom-listings-preview-body .product-details .details-section h2,
.nordstrom-listings-preview-body .product-details .description-section h2,
.nordstrom-listings-preview-body .product-details .specifications-section h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nordstrom-listings-preview-body .product-details .details-section .details-list,
.nordstrom-listings-preview-body .product-details .description-section .details-list,
.nordstrom-listings-preview-body .product-details .specifications-section .details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nordstrom-listings-preview-body .product-details .details-section .details-list .details-item,
.nordstrom-listings-preview-body .product-details .description-section .details-list .details-item,
.nordstrom-listings-preview-body .product-details .specifications-section .details-list .details-item {
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
}
.nordstrom-listings-preview-body .product-details .details-section .details-list .details-item::before,
.nordstrom-listings-preview-body .product-details .description-section .details-list .details-item::before,
.nordstrom-listings-preview-body .product-details .specifications-section .details-list .details-item::before {
  content: "\2022";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.nordstrom-listings-preview-body .product-details .details-section .product-description,
.nordstrom-listings-preview-body .product-details .description-section .product-description,
.nordstrom-listings-preview-body .product-details .specifications-section .product-description {
  color: #666;
  line-height: 1.6;
}
.nordstrom-listings-preview-body .product-details .details-section .specifications-list .specification-item,
.nordstrom-listings-preview-body .product-details .description-section .specifications-list .specification-item,
.nordstrom-listings-preview-body .product-details .specifications-section .specifications-list .specification-item {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}
.nordstrom-listings-preview-body .product-details .details-section .specifications-list .specification-item .specification-label,
.nordstrom-listings-preview-body .product-details .description-section .specifications-list .specification-item .specification-label,
.nordstrom-listings-preview-body .product-details .specifications-section .specifications-list .specification-item .specification-label {
  font-weight: 600;
  min-width: 150px;
}
.nordstrom-listings-preview-body .product-details .details-section .specifications-list .specification-item .specification-value,
.nordstrom-listings-preview-body .product-details .description-section .specifications-list .specification-item .specification-value,
.nordstrom-listings-preview-body .product-details .specifications-section .specifications-list .specification-item .specification-value {
  color: #666;
}
.nordstrom-listings-preview-body .product-details .shipping-returns-section {
  margin-bottom: 30px;
}
.nordstrom-listings-preview-body .product-details .shipping-returns-section h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nordstrom-listings-preview-body .product-details .shipping-returns-section .shipping-description {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}
.nordstrom-listings-preview-body .product-details .shipping-returns-section .shipping-description a {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nordstrom-listings-preview-body .product-details .shipping-returns-section .shipping-description a .underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.nordstrom-listings-preview-body .product-details .shipping-returns-section .shipping-description a:hover {
  color: #000;
}
@container clients-channels-listings-show-preview (min-width: 768px) and (max-width: 1200px) {
  .nordstrom-listings-preview-body .body-content-with-images {
    display: flex;
    flex-direction: row;
  }
  .nordstrom-listings-preview-body .body-content-with-images .product-details {
    min-width: 300px;
  }
}
@container clients-channels-listings-show-preview (max-width: 767px) {
  .nordstrom-listings-preview-body .body-content-with-images {
    flex-direction: column;
  }
}

/* app/channels/nordstrom/listings/preview/body/options/styles.scss */
.nordstrom-listings-preview-body-options {
  margin: 20px 0;
}
.nordstrom-listings-preview-body-options .option {
  margin-bottom: 20px;
}
.nordstrom-listings-preview-body-options .option .option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.nordstrom-listings-preview-body-options .option .option-header .option-label {
  font-size: 14px;
  color: #000000;
}
.nordstrom-listings-preview-body-options .option .option-header .option-label strong {
  font-weight: 600;
}
.nordstrom-listings-preview-body-options .option .option-header .size-guide-link {
  font-size: 13px;
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.nordstrom-listings-preview-body-options .option .option-header .size-guide-link:hover {
  color: #666666;
}
.nordstrom-listings-preview-body-options .option.option--color .option-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nordstrom-listings-preview-body-options .option.option--color .option-swatches .swatch-wrapper {
  width: 60px;
  height: 60px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}
.nordstrom-listings-preview-body-options .option.option--color .option-swatches .swatch-wrapper:hover {
  border-color: #666666;
}
.nordstrom-listings-preview-body-options .option.option--color .option-swatches .swatch-wrapper.selected {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}
.nordstrom-listings-preview-body-options .option.option--color .option-swatches .swatch-wrapper .swatch-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.nordstrom-listings-preview-body-options .option.option--size .size-dropdown-wrapper {
  position: relative;
  width: 100%;
}
.nordstrom-listings-preview-body-options .option.option--size .size-dropdown-wrapper .size-select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s;
}
.nordstrom-listings-preview-body-options .option.option--size .size-dropdown-wrapper .size-select:hover {
  border-color: #666666;
}
.nordstrom-listings-preview-body-options .option.option--size .size-dropdown-wrapper .size-select:focus {
  outline: none;
  border-color: #000000;
}
.nordstrom-listings-preview-body-options .option.option--size .size-dropdown-wrapper .dropdown-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #666666;
}

/* app/channels/nordstrom/listings/preview/breadcrumbs/styles.scss */
.nordstrom-listings-preview-breadcrumbs {
  padding: 16px 40px;
  background: #fafafa;
}
.nordstrom-listings-preview-breadcrumbs .breadcrumbs-nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.nordstrom-listings-preview-breadcrumbs .breadcrumbs-nav ol li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.nordstrom-listings-preview-breadcrumbs .breadcrumbs-nav ol li a {
  color: #666666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nordstrom-listings-preview-breadcrumbs .breadcrumbs-nav ol li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #000000;
}
.nordstrom-listings-preview-breadcrumbs .breadcrumbs-nav ol li span {
  color: #cccccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* app/channels/nordstrom/listings/preview/styles.scss */
.nordstrom-listings-preview {
  font-family:
    "BrandonText",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}
.nordstrom-listings-preview * {
  box-sizing: border-box;
}
.nordstrom-listings-preview a {
  color: #000000;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nordstrom-listings-preview a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.nordstrom-listings-preview button {
  cursor: pointer;
  font-family: inherit;
}
.nordstrom-listings-preview hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
}

/* app/channels/nordstrom/listings/preview/footer/styles.scss */
.nordstrom-listings-preview-footer {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  padding: 40px 40px 20px;
}
.nordstrom-listings-preview-footer .footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto 40px;
}
.nordstrom-listings-preview-footer .footer-content .footer-section h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: #000000;
}
.nordstrom-listings-preview-footer .footer-content .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nordstrom-listings-preview-footer .footer-content .footer-section ul li {
  margin-bottom: 10px;
}
.nordstrom-listings-preview-footer .footer-content .footer-section ul li a {
  font-size: 13px;
  color: #666666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nordstrom-listings-preview-footer .footer-content .footer-section ul li a:hover {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.nordstrom-listings-preview-footer .footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
}
.nordstrom-listings-preview-footer .footer-bottom .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.nordstrom-listings-preview-footer .footer-bottom .social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s;
}
.nordstrom-listings-preview-footer .footer-bottom .social-links a:hover {
  background: #000000;
  color: #ffffff;
}
.nordstrom-listings-preview-footer .footer-bottom .footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.nordstrom-listings-preview-footer .footer-bottom .footer-links a {
  font-size: 12px;
  color: #666666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nordstrom-listings-preview-footer .footer-bottom .footer-links a:hover {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.nordstrom-listings-preview-footer .footer-bottom .copyright {
  font-size: 12px;
  color: #999999;
  margin: 0;
}

/* app/channels/nordstrom/listings/preview/header/styles.scss */
.nordstrom-listings-preview-header {
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}
.nordstrom-listings-preview-header .header {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  align-items: center;
  padding: 16px 40px;
  grid-gap: 40px;
  gap: 40px;
}
.nordstrom-listings-preview-header .header .header-left .logo {
  display: block;
}
.nordstrom-listings-preview-header .header .header-center .search-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.nordstrom-listings-preview-header .header .header-center .search-container .search-input {
  width: 100%;
  padding: 10px 40px 10px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
}
.nordstrom-listings-preview-header .header .header-center .search-container .search-input:focus {
  outline: none;
  border-color: #000000;
}
.nordstrom-listings-preview-header .header .header-center .search-container .search-input::-moz-placeholder {
  color: #999999;
}
.nordstrom-listings-preview-header .header .header-center .search-container .search-input::placeholder {
  color: #999999;
}
.nordstrom-listings-preview-header .header .header-center .search-container .search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.nordstrom-listings-preview-header .header .header-center .search-container .search-button:hover {
  color: #000000;
}
.nordstrom-listings-preview-header .header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.nordstrom-listings-preview-header .header .header-right .header-right-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
}
.nordstrom-listings-preview-header .header .header-right .header-right-item .header-icon {
  font-size: 18px;
}
.nordstrom-listings-preview-header .header .header-right .header-right-item:hover {
  opacity: 0.7;
}
.nordstrom-listings-preview-header .nav-menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 12px 40px;
  border-top: 1px solid #e5e5e5;
  overflow-x: auto;
}
.nordstrom-listings-preview-header .nav-menu .nav-item {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000000;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nordstrom-listings-preview-header .nav-menu .nav-item:hover {
  opacity: 0.7;
}
.nordstrom-listings-preview-header .nav-menu .nav-item.sale-item {
  color: #d32f2f;
}

/* app/channels/shein/listings/preview/styles.scss */
.shein-listings-preview {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  margin: 0;
  padding: 0;
}
.shein-listings-preview * {
  box-sizing: border-box;
}
.shein-listings-preview .header {
  border-bottom: 1px solid #e5e5e5;
}
.shein-listings-preview .header .header-top {
  display: flex;
  align-items: center;
  padding: 12px 40px;
  gap: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.shein-listings-preview .header .header-logo svg {
  display: block;
}
.shein-listings-preview .header .header-search {
  flex: 1;
  max-width: 600px;
  position: relative;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.shein-listings-preview .header .header-search .search-input {
  flex: 1;
  padding: 8px 12px;
  border: none;
  outline: none;
  font-size: 14px;
}
.shein-listings-preview .header .header-search .search-input::-moz-placeholder {
  color: #999;
}
.shein-listings-preview .header .header-search .search-input::placeholder {
  color: #999;
}
.shein-listings-preview .header .header-search .search-button {
  padding: 8px 16px;
  background: #222;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shein-listings-preview .header .header-search .search-button:hover {
  background: #000;
}
.shein-listings-preview .header .header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shein-listings-preview .header .header-icons .icon-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #222;
  padding: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shein-listings-preview .header .header-icons .icon-button:hover {
  color: #000;
}
.shein-listings-preview .header .header-icons .icon-button.cart-icon {
  position: relative;
}
.shein-listings-preview .header .header-icons .icon-button.cart-icon .cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #f44;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
}
.shein-listings-preview .header .header-nav {
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 24px;
  overflow-x: auto;
  white-space: nowrap;
}
.shein-listings-preview .header .header-nav .nav-item {
  padding: 12px 0;
  font-size: 13px;
  color: #222;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shein-listings-preview .header .header-nav .nav-item:hover {
  color: #000;
  font-weight: 500;
}
.shein-listings-preview .header .header-nav .nav-item svg {
  margin-left: 4px;
}
.shein-listings-preview .header .header-nav .nav-arrow {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  padding: 4px 8px;
  color: #666;
}
.shein-listings-preview .header .header-nav .nav-arrow:hover {
  color: #000;
}
.shein-listings-preview .breadcrumbs {
  padding: 12px 40px;
  font-size: 12px;
  color: #666;
  background: #f9f9f9;
}
.shein-listings-preview .breadcrumbs a {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.shein-listings-preview .breadcrumbs a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.shein-listings-preview .breadcrumbs span {
  color: #222;
}
.shein-listings-preview .product-section {
  display: flex;
  padding: 24px 40px;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.shein-listings-preview .product-images {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}
.shein-listings-preview .product-images .thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shein-listings-preview .product-images .thumbnails .thumbnail {
  width: 60px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s;
  overflow: hidden;
}
.shein-listings-preview .product-images .thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.shein-listings-preview .product-images .thumbnails .thumbnail:hover {
  border-color: #ccc;
}
.shein-listings-preview .product-images .thumbnails .thumbnail.active {
  border-color: #222;
}
.shein-listings-preview .product-images .main-image-container {
  position: relative;
  width: 500px;
  height: 700px;
}
.shein-listings-preview .product-images .main-image-container .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.shein-listings-preview .product-images .main-image-container .brand-overlay {
  position: absolute;
  top: 3%;
  left: 5%;
  font-family: Georgia, serif;
  font-size: 200%;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  pointer-events: none;
  line-height: 100%;
}
.shein-listings-preview .product-details {
  flex: 1;
  max-width: 600px;
}
.shein-listings-preview .product-details .product-header {
  margin-bottom: 24px;
}
.shein-listings-preview .product-details .title-section {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.shein-listings-preview .product-details .title-section .product-title {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #222;
}
.shein-listings-preview .product-details .title-section .product-title.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shein-listings-preview .product-details .title-section .title-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #666;
  flex-shrink: 0;
}
.shein-listings-preview .product-details .title-section .title-toggle svg {
  transition: transform 0.3s;
}
.shein-listings-preview .product-details .title-section .title-toggle:hover {
  color: #222;
}
.shein-listings-preview .product-details .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.shein-listings-preview .product-details .rating .stars {
  display: flex;
  gap: 2px;
}
.shein-listings-preview .product-details .rating .rating-count {
  font-size: 13px;
  color: #666;
}
.shein-listings-preview .product-details .price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.shein-listings-preview .product-details .price .sale-price {
  font-size: 24px;
  font-weight: bold;
  color: #f44;
}
.shein-listings-preview .product-details .price .sale-badge {
  background: #f44;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.shein-listings-preview .product-details .price .original-price {
  font-size: 16px;
  color: #999;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.shein-listings-preview .color-section {
  margin-bottom: 20px;
}
.shein-listings-preview .color-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.shein-listings-preview .color-section .section-header .label {
  font-size: 14px;
  color: #666;
}
.shein-listings-preview .color-section .section-header .label strong {
  color: #222;
  font-weight: 500;
}
.shein-listings-preview .color-section .section-header .link {
  font-size: 12px;
  color: #666;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.shein-listings-preview .color-section .section-header .link:hover {
  color: #222;
}
.shein-listings-preview .color-section .color-swatches {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.shein-listings-preview .color-section .color-swatches .color-swatch {
  width: 46px;
  height: 58px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
}
.shein-listings-preview .color-section .color-swatches .color-swatch:hover {
  border-color: #999;
}
.shein-listings-preview .color-section .color-swatches .color-swatch.selected {
  border-color: #222;
  border-width: 3px;
}
.shein-listings-preview .color-section .color-swatches .color-swatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shein-listings-preview .size-section {
  margin-bottom: 20px;
}
.shein-listings-preview .size-section .section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.shein-listings-preview .size-section .section-header .label {
  font-size: 14px;
  color: #666;
}
.shein-listings-preview .size-section .section-header .size-dropdown {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shein-listings-preview .size-section .size-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 12px;
}
.shein-listings-preview .size-section .size-options .size-option {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s;
}
.shein-listings-preview .size-section .size-options .size-option:hover {
  border-color: #999;
  background: #f9f9f9;
}
.shein-listings-preview .size-section .size-options .size-option.selected {
  border-color: #222;
  border-width: 2px;
  background: #f9f9f9;
  font-weight: 500;
}
.shein-listings-preview .size-section .size-guide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 8px;
}
.shein-listings-preview .size-section .size-guide:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.shein-listings-preview .size-section .size-note {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shein-listings-preview .actions {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.shein-listings-preview .actions .add-to-cart-button {
  flex: 1;
  padding: 14px 24px;
  background: #222;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.shein-listings-preview .actions .add-to-cart-button:hover {
  background: #000;
}
.shein-listings-preview .actions .wishlist-button {
  padding: 14px 16px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.shein-listings-preview .actions .wishlist-button:hover {
  border-color: #222;
  background: #f9f9f9;
}
.shein-listings-preview .shipping-info {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.shein-listings-preview .shipping-info .info-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.shein-listings-preview .shipping-info .info-header strong {
  font-size: 14px;
  color: #222;
}
.shein-listings-preview .shipping-info .shipping-option {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}
.shein-listings-preview .shipping-info .shipping-option:last-child {
  border-bottom: none;
}
.shein-listings-preview .shipping-info .shipping-option svg {
  flex-shrink: 0;
  color: #666;
}
.shein-listings-preview .shipping-info .shipping-option div {
  flex: 1;
}
.shein-listings-preview .shipping-info .shipping-option div strong {
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
  color: #222;
}
.shein-listings-preview .shipping-info .shipping-option div p {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.shein-listings-preview .accordion-section {
  margin-bottom: 16px;
}
.shein-listings-preview .accordion-section .accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #f9f9f9;
  cursor: pointer;
  transition: background 0.2s;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-header:hover {
  background: #f5f5f5;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-header .accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #666;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-header .accordion-toggle svg {
  display: block;
  transition: transform 0.3s;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 16px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .specs-table tr {
  border-bottom: 1px solid #f5f5f5;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .specs-table tr:last-child {
  border-bottom: none;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .specs-table td {
  padding: 10px 8px;
  vertical-align: top;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .specs-table td:first-child {
  color: #666;
  width: 140px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .specs-table td:last-child {
  color: #222;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-tabs .size-tab {
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: white;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-tabs .size-tab.active {
  background: #222;
  color: white;
  border-color: #222;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-tabs .size-tab:hover:not(.active) {
  border-color: #999;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-toggle {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-toggle .toggle-option {
  flex: 1;
  padding: 10px;
  border: none;
  background: white;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-toggle .toggle-option.active {
  background: #222;
  color: white;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-toggle .toggle-option:not(.active):hover {
  background: #f5f5f5;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 12px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-table thead {
  background: #f9f9f9;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-table thead th {
  padding: 10px 8px;
  text-align: left;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-table tbody tr {
  border-bottom: 1px solid #f5f5f5;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-table tbody tr:hover {
  background: #f9f9f9;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-table tbody td {
  padding: 10px 8px;
  color: #222;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .size-note-small {
  font-size: 12px;
  color: #999;
  margin: 8px 0;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .view-more-link {
  font-size: 13px;
  color: #666;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 8px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .view-more-link:hover {
  color: #222;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info {
  padding: 8px 0;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info .store-header {
  margin-bottom: 12px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info .store-header strong {
  font-size: 15px;
  color: #222;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 16px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info .store-actions {
  display: flex;
  gap: 12px;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info .store-actions .store-button {
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: white;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info .store-actions .store-button:hover {
  border-color: #999;
  background: #f9f9f9;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info .store-actions .store-button.primary {
  background: #222;
  color: white;
  border-color: #222;
}
.shein-listings-preview .accordion-section .accordion-item .accordion-content .store-info .store-actions .store-button.primary:hover {
  background: #000;
}
.shein-listings-preview .accordion-section .accordion-item.expanded .accordion-content {
  max-height: 2000px;
  padding: 16px;
  transition: max-height 0.5s ease-in;
}
.shein-listings-preview .footer {
  background: #f9f9f9;
  padding: 40px;
  border-top: 1px solid #e5e5e5;
  margin-top: 64px;
}
.shein-listings-preview .footer .footer-content {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
.shein-listings-preview .footer .footer-content .footer-section h4 {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}
.shein-listings-preview .footer .footer-content .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shein-listings-preview .footer .footer-content .footer-section ul li a {
  font-size: 13px;
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.shein-listings-preview .footer .footer-content .footer-section ul li a:hover {
  color: #222;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.shein-listings-preview .footer .footer-content .footer-section .social-icons {
  display: flex;
  gap: 12px;
}
.shein-listings-preview .footer .footer-content .footer-section .social-icons a {
  color: #666;
  transition: color 0.2s;
}
.shein-listings-preview .footer .footer-content .footer-section .social-icons a:hover {
  color: #222;
}
.shein-listings-preview .footer .footer-content .footer-section .app-downloads {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shein-listings-preview .footer .footer-content .footer-section .app-downloads img {
  width: 120px;
  height: auto;
}
.shein-listings-preview .footer .footer-newsletter {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.shein-listings-preview .footer .footer-newsletter h4 {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}
.shein-listings-preview .footer .footer-newsletter .newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 500px;
}
.shein-listings-preview .footer .footer-newsletter .newsletter-form .newsletter-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.shein-listings-preview .footer .footer-newsletter .newsletter-form .newsletter-input:focus {
  border-color: #222;
}
.shein-listings-preview .footer .footer-newsletter .newsletter-form .newsletter-input::-moz-placeholder {
  color: #999;
}
.shein-listings-preview .footer .footer-newsletter .newsletter-form .newsletter-input::placeholder {
  color: #999;
}
.shein-listings-preview .footer .footer-newsletter .newsletter-form .newsletter-button {
  padding: 12px 24px;
  background: #222;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.shein-listings-preview .footer .footer-newsletter .newsletter-form .newsletter-button:hover {
  background: #000;
}
.shein-listings-preview .footer .footer-legal {
  max-width: 1200px;
  margin: 0 auto 24px;
  font-size: 12px;
  color: #999;
}
.shein-listings-preview .footer .footer-legal p {
  margin: 0 0 12px;
  line-height: 1.6;
}
.shein-listings-preview .footer .footer-legal p a {
  color: #666;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.shein-listings-preview .footer .footer-legal p a:hover {
  color: #222;
}
.shein-listings-preview .footer .footer-payment {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.shein-listings-preview .footer .footer-payment h4 {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  margin: 0 0 12px;
}
.shein-listings-preview .footer .footer-payment .payment-methods {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.shein-listings-preview .footer .footer-payment .payment-methods img {
  width: 40px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
.shein-listings-preview .footer .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.shein-listings-preview .footer .footer-bottom p {
  margin: 0 0 12px;
  font-size: 12px;
  color: #999;
}
.shein-listings-preview .footer .footer-bottom .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
}
.shein-listings-preview .footer .footer-bottom .footer-links a,
.shein-listings-preview .footer .footer-bottom .footer-links span {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.shein-listings-preview .footer .footer-bottom .footer-links a:hover,
.shein-listings-preview .footer .footer-bottom .footer-links span:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.shein-listings-preview .mobile-action-bar {
  display: none;
}
.shein-listings-preview .accordion-aside {
  display: none;
}
@container (max-width: 998px) {
  .shein-listings-preview .header .header-top {
    padding: 12px 16px;
    gap: 12px;
  }
  .shein-listings-preview .header .header-logo svg {
    width: 60px;
    height: 18px;
  }
  .shein-listings-preview .header .header-search {
    max-width: none;
  }
  .shein-listings-preview .header .header-icons {
    gap: 12px;
  }
  .shein-listings-preview .header .header-icons .icon-button svg {
    width: 18px;
    height: 18px;
  }
  .shein-listings-preview .header .header-nav {
    padding: 0 16px;
    gap: 16px;
  }
  .shein-listings-preview .header .header-nav .nav-item {
    font-size: 12px;
    padding: 10px 0;
  }
  .shein-listings-preview .breadcrumbs {
    padding: 8px 16px;
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .shein-listings-preview .product-section {
    flex-direction: column;
    padding: 16px;
    gap: 20px;
  }
  .shein-listings-preview .product-images {
    flex-direction: column-reverse;
    width: 100%;
  }
  .shein-listings-preview .product-images .thumbnails {
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    gap: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .shein-listings-preview .product-images .thumbnails .thumbnail {
    flex-shrink: 0;
    width: 60px;
    height: 80px;
  }
  .shein-listings-preview .product-images .main-image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 5/7;
  }
  .shein-listings-preview .product-images .main-image-container .main-image {
    width: 100%;
    height: 100%;
  }
  .shein-listings-preview .product-images .main-image-container .brand-overlay {
    font-size: 36px;
    top: 20px;
    left: 20px;
  }
  .shein-listings-preview .product-details {
    max-width: none;
    width: 100%;
  }
  .shein-listings-preview .product-details .actions {
    display: none;
  }
  .shein-listings-preview .accordion-section .accordion-item.expanded .accordion-content {
    max-height: 0;
    padding: 0;
  }
  .shein-listings-preview .customer-reviews {
    padding: 0 16px;
    margin: 24px auto;
  }
  .shein-listings-preview .customer-reviews .reviews-summary {
    flex-direction: column;
    gap: 20px;
  }
  .shein-listings-preview .customer-reviews .reviews-list .review-item {
    padding: 16px;
  }
  .shein-listings-preview .footer {
    padding: 24px 16px;
  }
  .shein-listings-preview .footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .shein-listings-preview .footer .footer-bottom .footer-links {
    font-size: 10px;
    gap: 12px;
  }
  .shein-listings-preview .mobile-action-bar {
    display: flex;
    position: sticky;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    border-top: 1px solid #e5e5e5;
    padding: 12px 16px;
    gap: 12px;
    z-index: 100;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }
  .shein-listings-preview .mobile-action-bar .mobile-wishlist-button {
    width: 48px;
    height: 48px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .shein-listings-preview .mobile-action-bar .mobile-wishlist-button:active {
    background: #f9f9f9;
  }
  .shein-listings-preview .mobile-action-bar .mobile-wishlist-button svg {
    color: #222;
  }
  .shein-listings-preview .mobile-action-bar .mobile-buy-now-button,
  .shein-listings-preview .mobile-action-bar .mobile-add-to-cart-button {
    flex: 1;
    height: 48px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  .shein-listings-preview .mobile-action-bar .mobile-buy-now-button:active,
  .shein-listings-preview .mobile-action-bar .mobile-add-to-cart-button:active {
    opacity: 0.8;
  }
  .shein-listings-preview .mobile-action-bar .mobile-buy-now-button {
    background: white;
    color: #222;
    border: 1px solid #222;
  }
  .shein-listings-preview .mobile-action-bar .mobile-add-to-cart-button {
    background: #222;
    color: white;
  }
  .shein-listings-preview .accordion-aside {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .shein-listings-preview .accordion-aside.active {
    pointer-events: auto;
    opacity: 1;
  }
  .shein-listings-preview .accordion-aside.active .aside-panel {
    transform: translateX(0);
  }
  .shein-listings-preview .accordion-aside .aside-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .shein-listings-preview .accordion-aside .aside-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: 400px;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .shein-listings-preview .accordion-aside .aside-panel .aside-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
  }
  .shein-listings-preview .accordion-aside .aside-panel .aside-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #222;
  }
  .shein-listings-preview .accordion-aside .aside-panel .aside-header .aside-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shein-listings-preview .accordion-aside .aside-panel .aside-header .aside-close:active {
    color: #222;
  }
  .shein-listings-preview .accordion-aside .aside-panel .aside-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .shein-listings-preview .accordion-aside .aside-panel .aside-content .accordion-content {
    max-height: none !important;
    overflow: visible !important;
    padding: 16px !important;
  }
}

/* app/channels/target/clients/channels/form/card/styles.scss */
.target-clients-channels-form-card .topNote {
  margin-bottom: var(--p-space-6);
}
.target-clients-channels-form-card .fieldBanner {
  margin-top: var(--p-space-2);
}

/* app/channels/target/listings/preview/styles.scss */
.target-listings-preview {
  --target-brand-black: rgb(51, 51, 51);
  --target-brand-white: rgb(255, 255, 255);
  --target-brand-red: rgb(204, 0, 0);
  --target-brand-very-light-gray: rgb(247, 247, 247);
  --target-brand-light-gray: #d6d6d6;
  --target-brand-dark-gray: rgb(51, 51, 51);
  --target-brand-gray: rgb(102, 102, 102);
  --target-brand-blue: #93b9d8;
  --target-brand-light-blue: #dff1fb;
  --target-brand-success: #00a200;
  --target-brand-light-success: rgb(247, 247, 247);
  --max-width: 1400px;
  --padding--xs: 0.25rem;
  --padding--sm: 0.5rem;
  --padding--md: 1rem;
  --padding--lg: 1.25rem;
  --padding--xl: 2rem;
  --border-radius--md: 0.5rem;
  --border-radius--sm: 0.25rem;
  --font-size: 16px;
  --font-size--sm: 14px;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.4285;
  font-size: 16px;
  font-size: var(--font-size);
  background-color: rgb(255, 255, 255);
  background-color: var(--target-brand-white);
  color: rgb(51, 51, 51);
  color: var(--target-brand-black);
}
.target-listings-preview a {
  color: var(--target-brand-gray);
}
.target-listings-preview h1 {
  font-family:
    "Helvetica for Target",
    HelveticaForTarget,
    Targetica,
    "HelveticaNeue for Target",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: normal;
  color: var(--target-brand-dark-gray);
  font-weight: bold;
  line-height: 1.25;
  font-size: 23px;
  margin: 0;
}
.target-listings-preview button {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  height: 44px;
  padding: 0 12px;
  font-family:
    "Helvetica for Target",
    HelveticaForTarget,
    Targetica,
    "HelveticaNeue for Target",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  line-height: 1;
  font-size: var(--font-size);
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  background-color: var(--target-brand-red);
  border-color: var(--target-brand-red);
  color: var(--target-brand-white);
  font-weight: bold;
  border-radius: 9999px;
}
.pp-innerSection {
  width: 100%;
  max-width: var(--max-width);
  padding-left: var(--padding--lg);
  padding-right: var(--padding--lg);
  margin-left: auto;
  margin-right: auto;
}
.pp-top-bar {
  height: 10px;
  background-color: var(--target-brand-red);
}
.pp-header {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  box-shadow:
    rgba(0, 0, 0, 0.04) 0 -1px 2px,
    rgba(0, 0, 0, 0.04) 0 1px 2px,
    rgba(0, 0, 0, 0.04) 0 3px 4px;
}
@media (min-width: 768px) {
  .pp-header {
    height: 80px;
  }
}
.pp-header-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-around;
}
.pp-header-brand svg {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  width: 40px;
}
.pp-header-nav svg {
  height: 24px;
}
.pp-header-account {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}
.pp-header-account svg {
  width: 24px;
}
.pp-header-search {
  width: 100%;
}
.pp-header-search input {
  cursor: text;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 16px;
  box-sizing: border-box !important;
  padding: 0 85px 0 12px !important;
  background-color: var(--target-brand-very-light-gray);
  border-radius: 9999px;
  display: flex;
  height: 44px;
  margin: 0;
  position: relative;
  width: 100%;
}
.pp-header-cart svg {
  width: 24px;
}
.pp-breadcrumbs {
  margin: var(--padding--lg) 0;
  font-size: 14px;
}
.pp-breadcrumbs ol {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.pp-breadcrumbs li {
  display: flex;
  align-items: center;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
.pp-breadcrumbs li:not(:hover) {
  color: var(--target-brand-gray);
}
.pp-breadcrumbs li:hover {
  background-color: transparent;
  --p-color-bg-fill-tertiary-hover: transparent;
}
.pp-breadcrumbs li::after {
  content: "/";
  display: flex;
  align-items: center;
  position: static;
  height: 100%;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 100%;
  border: none;
  color: var(--p-color-text-subdued);
  opacity: 0.5;
}
.pp-breadcrumbs li:last-child::after {
  display: none;
}
.pp-breadcrumbs li:active {
  background-color: transparent;
  --p-color-bg-fill-tertiary-active: transparent;
}
.pp-breadcrumbs li:focus {
  outline: none !important;
  background-color: transparent !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  --p-color-bg-fill-tertiary-hover: transparent;
}
.pp-breadcrumbs li:focus::after {
  content: "/" !important;
}
.pp-pd {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--padding--lg);
}
.pp-pd-images-col {
  max-width: 440px;
}
.pp-pd-images-col,
.pp-pd-info {
  width: 100%;
}
.pp-pd-info {
  display: flex;
  flex-direction: column;
  gap: var(--padding--md);
  --info-padding: calc(var(--padding--lg) / 2);
  --max-btn-width: min(max(380px, 100%), 550px);
}
.pp-pd-info-vendorBanner-right svg {
  width: 24px;
}
.pp-pd-info-vendorBanner-middle {
  width: 100%;
}
.pp-pd-info-vendorBanner-middle-top {
  box-shadow: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  border: 0;
  overflow: visible;
  vertical-align: baseline;
  position: relative;
  cursor: pointer;
  color: var(--target-brand-black);
  font-weight: bold;
}
.pp-pd-info-vendorBanner-left svg {
  width: 32px;
}
.pp-pd-info-vendorBanner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--padding--md);
  width: 100%;
  background-color: var(--target-brand-very-light-gray);
  padding: var(--padding--md);
  border-radius: var(--border-radius--md);
  max-width: var(--max-btn-width);
}
.pp-pd-info-atc-btn button {
  max-width: var(--max-btn-width);
}
.pp-pd-info-highlights h2 {
  font-family:
    "Helvetica for Target",
    HelveticaForTarget,
    Targetica,
    "HelveticaNeue for Target",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px !important;
  font-style: normal;
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  vertical-align: initial;
  white-space: normal;
  color: #333;
  margin-top: 16px !important;
  font-weight: 700;
  line-height: 1.25;
}
.pp-pd-info-highlights ul {
  margin: 0;
  padding: 0;
  margin-bottom: 16px !important;
  margin-top: 8px !important;
}
.pp-pd-info-highlights li {
  box-sizing: border-box;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 14px;
  padding-top: 8px;
  padding-right: 12px;
}
.pp-pd-info-options {
  display: flex;
  flex-direction: column;
  gap: var(--padding--sm);
  border: 1px solid var(--target-brand-light-gray);
  border-left: none;
  border-right: none;
  padding: var(--padding--md);
  padding-left: 0;
  padding-right: 0;
}
.pp-pd-info-option {
  display: flex;
  gap: var(--padding--sm);
  flex-direction: column;
}
.pp-pd-info-option-value {
  font-weight: bold;
}
.pp-pd-info-option-top {
  display: inline-flex;
  gap: var(--padding--sm);
}
.pp-pd-info-option-link {
  font-size: var(--font-size--sm);
}
.pp-pd-info-option-bottom {
  display: flex;
  flex-flow: row wrap;
  gap: var(--padding--sm);
  width: 100%;
  justify-content: flex-start;
}
.pp-pd-info-option-swatch {
  display: inline-flex;
  height: 42px;
  min-width: 42px;
  border-radius: var(--border-radius--md);
  border-style: solid;
  border-width: 1px;
  border-color: var(--target-brand-gray);
  align-items: center;
  justify-content: center;
  padding: var(--padding--sm);
  position: relative;
  overflow: hidden;
}
.pp-pd-info-option-swatch:hover {
  border-color: var(--target-brand-success);
  cursor: pointer;
  color: var(--target-brand-success);
  background-color: var(--target-brand-light-success);
}
.pp-pd-info-option-swatch.selected {
  border-color: var(--target-brand-success);
  border-width: 2px;
  color: var(--target-brand-success);
  font-weight: bold;
  background-color: var(--target-brand-light-success);
}
.pp-pd-info-option--color .pp-pd-info-option-swatch {
  width: 42px;
  background-color: var(--color);
}
.pp-pd-info-option--color .pp-pd-info-option-swatch.selected,
.pp-pd-info-option--color .pp-pd-info-option-swatch:hover {
  background-color: var(--color);
}
.pp-pd-info-option--color .pp-pd-info-option-swatch::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--background-image-url);
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pp-pd-images-featuredImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
}
.pp-pd-images-featuredImage img {
  width: 100%;
}
.pp-pd-images-featuredImage .gradientBg {
  background:
    linear-gradient(
      0deg,
      var(--target-brand-light-blue),
      var(--target-brand-blue));
}
.pp-pd-images-otherImages {
  display: inline-flex;
  flex-flow: row wrap;
  gap: var(--padding--md);
  justify-content: start;
}
.pp-pd-images-col {
  display: flex;
  flex-direction: column;
  gap: var(--padding--md);
}
.pp-pd-images-otherImages-image {
  display: flex;
  width: calc(50% - var(--padding--md) / 2);
  height: auto;
}
.pp-pd-images-otherImages-image img {
  width: 100%;
  border-radius: var(--border-radius--md);
  -o-object-fit: contain;
  object-fit: contain;
}
.pp-pd-images-otherImages-image.placeholder {
  background-color: var(--target-brand-very-light-gray);
}
.pp-pd-images-otherImages-image.placeholder img {
  opacity: 0;
}
.pp-pd-images-showMoreImages {
  display: flex;
  justify-content: center;
}
.pp-pd-images-showMoreImages button {
  background-color: white;
  border-color: var(--target-brand-black);
  color: var(--target-brand-black);
  font-weight: normal;
  width: auto;
  padding: 0 1rem;
}
.target-listings-preview:not(.show-more-images) .showFewerBtn {
  display: none;
}
.target-listings-preview:not(.show-more-images) .pp-pd-images-otherImages > *:nth-child(n+5) {
  display: none;
}
.target-listings-preview.show-more-images .showMoreBtn {
  display: none;
}
.pp-about-accordion-item-header svg {
  width: 24px;
}
.pp-about {
  background: var(--target-brand-very-light-gray);
  margin: var(--padding--lg) 0;
}
.pp-about h2 {
  font-style: normal;
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: normal;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.25;
  font-size: 23px !important;
  margin: 0 0 8px;
  text-align: center;
  margin-bottom: 16px;
}
.pp-about-inner {
  padding: var(--padding--xl);
}
.pp-about-accordion {
  background-color: var(--target-brand-white);
  padding: var(--padding--xl);
}
.pp-about-accordion .pp-about-accordion-item:first-child .pp-about-accordion-item-header {
  padding-top: 0;
}
.pp-about-accordion-item-header h3 {
  font-family:
    "Helvetica for Target",
    HelveticaForTarget,
    Targetica,
    "HelveticaNeue for Target",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: normal;
  color: rgb(51, 51, 51);
  font-weight: bold;
  font-size: 19px !important;
  margin: 0;
  line-height: 1;
}
.pp-about-accordion-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.pp-about-accordion-item-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-top: none;
  border-bottom: 1px solid rgb(214, 214, 214);
  margin: 0;
  position: relative;
  padding: 20px 24px;
}
.pp-about-accordion-item.pp-about-accordion-item--open {
  padding-bottom: 12px;
}
.pp-about-accordion-item.pp-about-accordion-item--closed .pp-about-accordion-item-header svg {
  transform: rotate(180deg);
}
.pp-about-accordion-item-content {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  margin-bottom: var(--padding--lg);
  padding: 24px;
}
.pp-about-accordion-item-content dl {
  container: accordion-content/inline-size;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}
.pp-about-accordion-item-content dt,
.pp-about-accordion-item-content dd {
  display: inline-flex;
  margin: 0;
  padding: 0;
}
@container accordion-content (width < 550px) {
  .pp-about-accordion-item-content dt,
  .pp-about-accordion-item-content dd {
    width: 100% !important;
  }
}
.pp-about-accordion-item-content dt {
  width: 25%;
  font-weight: bold;
}
.pp-about-accordion-item-content dd {
  width: 75%;
}
.pp-about-accordion-item-content dd ul {
  margin: 0;
  padding: 0;
}
.pp-about-accordion-item-content dd ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
}
.pp-about-accordion-item-content dd ul li:not(:last-child)::after {
  content: ", ";
}
.pp-about-accordion-item-content dd:not(:last-child) {
  margin-bottom: var(--padding--md);
}
.pp-about-accordion-item-content.description {
  display: block;
}
.pp-about-accordion-item-content.description p {
  margin: 0;
}
.pp-about-accordion-item-content h3 {
  font: var(--typography-body-md-composite);
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  vertical-align: initial;
  white-space: normal;
  line-height: 1.25;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 12px;
}
.pp-about-accordion-item-content p {
  margin-bottom: 12px;
}
.pp-about-accordion-item-content.details {
  display: flex;
  flex-direction: row;
}
.pp-about-accordion-item-content.details .description,
.pp-about-accordion-item-content.details .highlights {
  width: 50%;
}
.pp-about-accordion-item-content.details .highlights ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  padding-left: 16px;
}
.pp-about-accordion-item-content.details .description {
  font-size: 14px;
  line-height: 140%;
}
.pp-about-accordion-item-content.details .description p {
  margin-bottom: 0;
  display: inline;
}
.pp-about-accordion-item-content.details .description ul {
  margin: 0;
}
.pp-about-accordion-item-content.details .description ul li {
  margin: 0;
}
.pp-about-accordion-item-content.details.no-highlights .highlights {
  display: none;
}
.pp-about-accordion-item-content.details.no-highlights .description {
  width: 100%;
}
.pp-footer-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-footer {
  position: relative;
  background-color: var(--target-brand-very-light-gray);
  padding-top: var(--padding--xl);
}
.pp-footer .pp-innerSection {
  position: relative;
}
.pp-footer h3 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px !important;
}
.pp-footer-cols {
  display: flex;
  justify-content: space-around;
}
.pp-absolute-footer {
  background-color: var(--target-brand-black);
  color: var(--target-brand-white);
  padding: var(--padding--md);
  text-align: center;
  font-size: 11px;
}
.pp-footer-col ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--padding--sm);
  margin-bottom: var(--padding--xl);
}
.pp-footer-col li {
  list-style: none;
}

/* app/channels/walmart/listings/preview/body/add_to_cart_panel/styles.scss */
.walmart-listings-preview-body-addToCartPanel {
  width: 25%;
  background-color: var(--color-core-gray-5);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--inner-padding);
  border-radius: var(--border-radius-md);
  position: sticky;
  top: var(--frame-offset);
  height: -moz-fit-content;
  height: fit-content;
}
.walmart-listings-preview-body-addToCartPanel .add-to-cart-section {
  display: flex;
}
.walmart-listings-preview-body-addToCartPanel .add-to-cart-button {
  background: var(--color-core-blue-100);
  border: none;
  padding: var(--spacing-md) var(--spacing-xl);
  font-size: 16px;
  cursor: pointer;
  flex: 1;
  color: var(--color-core-white);
  font-weight: 700;
  border-radius: 9999px;
}
.walmart-listings-preview-body-addToCartPanel .icon-left {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--inner-padding);
  font-size: 12px;
}
.walmart-listings-preview-body-addToCartPanel .icon-left .text {
  display: flex;
  flex-direction: column;
  gap: calc(var(--inner-padding) / 2);
}
.walmart-listings-preview-body-addToCartPanel .icon--with-bg {
  background-color: var(--color-core-blue-100);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: 2px;
}
.walmart-listings-preview-body-addToCartPanel .fulfilled-by {
  font-size: 11px;
}
.walmart-listings-preview-body-addToCartPanel .free-returns {
  font-weight: bold;
}
.walmart-listings-preview-body-addToCartPanel .free-returns a {
  font-weight: normal;
  margin-left: 6px;
  font-size: 12px;
}
.walmart-listings-preview-body-addToCartPanel .bottom-actions {
  display: flex;
  justify-content: space-evenly;
}
.walmart-listings-preview-body-addToCartPanel .bottom-actions .action {
  padding: 4px;
  display: flex;
  gap: 1em;
  font-size: 12px;
}

/* app/channels/walmart/listings/preview/body/styles.scss */
.walmart-listings-preview-body .body-content {
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
  width: 75%;
}
.walmart-listings-preview-body .body-content h2 {
  font-weight: bold;
  font-size: var(--font-size-24) !important;
  margin-top: var(--inner-padding);
  margin-bottom: 0.5em;
}
.walmart-listings-preview-body .body-content-with-images {
  display: flex;
  flex-direction: row;
  gap: var(--outer-padding);
}
.walmart-listings-preview-body .body-content-with-images h2 {
  font-size: 14px !important;
}
.walmart-listings-preview-body hr {
  border: 0;
  border-bottom: 0.0625rem solid #e3e4e5;
  border-bottom: 0.0625rem solid var(--color-core-gray-20, #e3e4e5);
  margin: 0;
  width: 100%;
}
.walmart-listings-preview-body .product-images {
  width: 56%;
  display: flex;
  gap: var(--inner-padding);
  position: sticky;
  top: var(--frame-offset);
  height: -moz-fit-content;
  height: fit-content;
}
.walmart-listings-preview-body .product-images img {
  border-radius: var(--border-radius-100);
}
.walmart-listings-preview-body .featured-image-container {
  width: 100%;
}
.walmart-listings-preview-body .main-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
.walmart-listings-preview-body .thumbnail-container {
  display: flex;
  flex-direction: column;
  width: 84px;
  gap: var(--inner-padding);
  min-width: 84px;
}
.walmart-listings-preview-body .thumbnail {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: flex;
}
.walmart-listings-preview-body .thumbnail img {
  width: 84px;
  height: 84px;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}
.walmart-listings-preview-body .thumbnail-view-more {
  position: relative;
}
.walmart-listings-preview-body .thumbnail-view-more .view-more-mask {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-core-white);
  background-color: rgba(0, 0, 0, 0.7019607843);
  border-radius: var(--border-radius-100);
  gap: 6px;
  line-height: 1;
  font-weight: bold;
}
.walmart-listings-preview-body .thumbnail-view-more .view-more-mask-count {
  font-size: 24px;
}
.walmart-listings-preview-body .product-info {
  display: flex;
  flex-direction: column;
  gap: var(--inner-padding);
  width: 44%;
}
.walmart-listings-preview-body .product-header,
.walmart-listings-preview-body .product-details {
  gap: var(--inner-padding);
  display: flex;
  flex-direction: column;
}
.walmart-listings-preview-body .store-link {
  font-size: 12px;
  color: var(--color-core-gray-140);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
}
.walmart-listings-preview-body .product-title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 150%;
}
.walmart-listings-preview-body .about-this-item {
  display: flex;
  gap: var(--inner-padding);
  flex-direction: column;
}
.walmart-listings-preview-body .details-section--collapsed .hidden-collapsed {
  display: none;
}
.walmart-listings-preview-body .details-section--expanded .hidden-expanded {
  display: none;
}
.walmart-listings-preview-body .details-list {
  list-style-type: none;
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 130%;
  font-size: 13px;
  margin: 0;
}
.walmart-listings-preview-body .details-list .details-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.walmart-listings-preview-body .details-list .details-item::before {
  content: "\2022";
  margin-right: var(--inner-padding);
  font-weight: bold;
}
.walmart-listings-preview-body .details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-md) 0;
  border-top: 1px solid var(--border-color);
  cursor: pointer;
}
.walmart-listings-preview-body .details-header h3 {
  font-size: 16px;
}
.walmart-listings-preview-body .at-a-glance {
  display: flex;
  gap: var(--inner-padding);
  flex-direction: column;
}
.walmart-listings-preview-body .at-a-glance .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--inner-padding);
  gap: var(--inner-padding);
}
@container clients-channels-listings-show-preview (width < 1050px) {
  .walmart-listings-preview-body .at-a-glance .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container clients-channels-listings-show-preview (width < 800px) {
  .walmart-listings-preview-body .at-a-glance .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.walmart-listings-preview-body .glance-item {
  background-color: var(--color-core-blue-10);
  padding: var(--spacing-md);
  border-radius: var(--border-radius-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-align: center;
  justify-content: center;
}
.walmart-listings-preview-body .glance-title {
  font-weight: bold;
}
.walmart-listings-preview-body .glance-value ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.walmart-listings-preview-body .glance-value ul li {
  list-style-type: none;
}
.walmart-listings-preview-body .glance-value ul li:not(:last-child)::after {
  content: ", ";
  margin-right: 0.2em;
}
.walmart-listings-preview-body .product-details-accordion {
  display: flex;
  flex-direction: column;
  gap: var(--inner-padding);
}
.walmart-listings-preview-body .product-details-accordion h2 {
  font-size: 19px !important;
}
.walmart-listings-preview-body .accordion {
  display: flex;
  flex-direction: column;
}
.walmart-listings-preview-body .accordion-item {
  display: flex;
  flex-direction: column;
  border-bottom: 0.0625rem solid var(--color-core-gray-20);
}
.walmart-listings-preview-body .accordion-item:first-child {
  border-top: 0.0625rem solid var(--color-core-gray-20);
}
.walmart-listings-preview-body .accordion-item-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: calc(1.5 * var(--inner-padding)) var(--inner-padding);
  font-size: 20px;
}
.walmart-listings-preview-body .accordion-item-header h3 {
  font-size: 14px !important;
}
.walmart-listings-preview-body .accordion-item-body {
  padding: calc(var(--inner-padding) * 2) var(--inner-padding);
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: var(--inner-padding);
}
.walmart-listings-preview-body .accordion-item-body h4 {
  font-size: 14px !important;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.walmart-listings-preview-body .accordion-item-specifications {
  display: flex;
  flex-direction: column;
  gap: var(--inner-padding);
}
.walmart-listings-preview-body .accordion-item-specifications .specification-value {
  font-size: 12px;
}
.walmart-listings-preview-body .accordion-item--collapsed .accordion-item-body {
  display: none;
}
.walmart-listings-preview-body .accordion-item--collapsed .accordion-item-header-icon {
  transform: rotate(180deg);
}
.walmart-listings-preview-body .details-alert {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: var(--space-sm);
}

/* app/channels/walmart/listings/preview/body/options/styles.scss */
.channels-listings-preview-body-options {
  display: flex;
  flex-direction: column;
  gap: var(--inner-padding);
}
.channels-listings-preview-body-options .option-top {
  margin-bottom: var(--space-xs);
}
.channels-listings-preview-body-options .option-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: var(--option-value-spacing, var(--space-xs));
}
.channels-listings-preview-body-options .option-value {
  border: 1px solid var(--option-value-border-color);
  padding: var(--option-value-padding);
  border-radius: 0;
}
.channels-listings-preview-body-options .option-value:not(.selected) {
  cursor: pointer;
}
.channels-listings-preview-body-options .option-value.selected {
  border: var(--option-value-selected-border);
  box-shadow: var(--option-value-selected-box-shadow);
}
.channels-listings-preview-body-options .option--color .option-value {
  position: relative;
  overflow: hidden;
}
.channels-listings-preview-body-options .option--color .option-value::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--background-image-url);
  background-size: 500%;
  filter: blur(8px);
  background-position: center;
  width: 60px;
  height: 60px;
  margin-left: -10px;
  margin-top: -10px;
}
.channels-listings-preview-body-options .size-chart {
  color: var(--size-chart-link-color);
  display: flex;
  align-items: center;
}
.channels-listings-preview-body-options .size-chart i {
  margin-left: var(--space-xs);
}
.walmart-listings-preview-body-options {
  --option-value-border-color: var(--color-core-gray-80);
  --option-value-padding: 0.5rem;
  --option-value-border-radius: 0.5rem;
  --option-value-selected-border: 3px solid var(--color-core-black);
  --size-chart-link-color: var(--color-core-black);
  --option-value-selected-box-shadow: none;
  --option-value-spacing: var(--spacing-sm);
}
.walmart-listings-preview-body-options .option-value {
  display: flex;
  align-items: center;
}
.walmart-listings-preview-body-options .option-label {
  font-weight: bold;
}
.walmart-listings-preview-body-options .option-top {
  margin-bottom: var(--space-sm);
}
.walmart-listings-preview-body-options .option-top a {
  margin-left: 1.5em;
  font-size: 12px;
}
.walmart-listings-preview-body-options .option:not(.option--color) .option-bottom {
  flex-wrap: wrap;
}
.walmart-listings-preview-body-options .option:not(.option--color) .option-bottom .option-value {
  width: calc(25% - var(--option-value-spacing, var(--space-xs)) * 0.75);
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.walmart-listings-preview-body-options .option.option--color .option-value {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  padding: 8px;
}
.walmart-listings-preview-body-options .option.option--color .option-value::before {
  filter: none;
  background-size: contain;
  margin: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  background-position: center center;
  border: 3px solid white;
  border-radius: 100%;
  overflow: hidden;
}

/* app/channels/walmart/listings/preview/body/related_pages/styles.scss */
.walmart-listings-preview-body-relatedPages {
  margin-top: var(--spacing-xl);
}
.walmart-listings-preview-body-relatedPages .related-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: var(--spacing-md);
}
.walmart-listings-preview-body-relatedPages .related-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-lg);
  gap: var(--spacing-lg);
}
.walmart-listings-preview-body-relatedPages .related-category {
  margin-bottom: var(--spacing-md);
}
.walmart-listings-preview-body-relatedPages .related-link {
  display: block;
  font-size: 14px;
  color: var(--secondary-blue);
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: var(--spacing-sm);
}

/* app/channels/walmart/listings/preview/breadcrumbs/styles.scss */
.walmart-listings-preview-breadcrumbs ol {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  line-height: 100%;
  font-size: 12px;
}
.walmart-listings-preview-breadcrumbs li {
  display: flex;
  align-items: center;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
.walmart-listings-preview-breadcrumbs li a {
  color: var(--color-core-gray-100);
}
.walmart-listings-preview-breadcrumbs li::after {
  content: "/";
  display: flex;
  align-items: center;
  position: static;
  height: 100%;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 100%;
  border: none;
  color: var(--p-color-text-subdued);
  opacity: 0.5;
}
.walmart-listings-preview-breadcrumbs li:last-child a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--color-core-black);
}
.walmart-listings-preview-breadcrumbs li:last-child::after {
  display: none;
}
.walmart-listings-preview-breadcrumbs li:active {
  background-color: transparent;
  --p-color-bg-fill-tertiary-active: transparent;
}
.walmart-listings-preview-breadcrumbs li:focus {
  outline: none !important;
  background-color: transparent !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  --p-color-bg-fill-tertiary-hover: transparent;
}
.walmart-listings-preview-breadcrumbs li:focus::after {
  content: "/" !important;
}

/* app/channels/walmart/listings/preview/styles.scss */
.walmart-listings-preview {
  --color-core-black: #000;
  --color-core-transparent: rgba(0,0,0,0);
  --color-core-white: #fff;
  --color-core-cyan-5: #f0f9fb;
  --color-core-cyan-10: #e1f3f8;
  --color-core-cyan-20: #c3e7ef;
  --color-core-cyan-30: #a3dbe9;
  --color-core-cyan-40: #82cfe1;
  --color-core-cyan-50: #5dc3da;
  --color-core-cyan-60: #25b6d3;
  --color-core-cyan-70: #00a9c6;
  --color-core-cyan-80: #009ab7;
  --color-core-cyan-90: #008daa;
  --color-core-cyan-100: #00809e;
  --color-core-cyan-110: #00748f;
  --color-core-cyan-120: #00667f;
  --color-core-cyan-130: #005a6f;
  --color-core-cyan-140: #004d5f;
  --color-core-cyan-150: #00404f;
  --color-core-cyan-160: #00333f;
  --color-core-cyan-170: #00262f;
  --color-core-cyan-180: #001a1f;
  --color-core-gray-5: #f8f8f8;
  --color-core-gray-10: #f1f1f2;
  --color-core-gray-20: #e3e4e5;
  --color-core-gray-30: #d5d6d8;
  --color-core-gray-40: #c7c8cb;
  --color-core-gray-50: #babbbe;
  --color-core-gray-60: #acadb0;
  --color-core-gray-70: #9e9fa3;
  --color-core-gray-80: #909196;
  --color-core-gray-90: #828489;
  --color-core-gray-100: #74767c;
  --color-core-gray-110: #686a70;
  --color-core-gray-120: #5d5e63;
  --color-core-gray-130: #515357;
  --color-core-gray-140: #46474a;
  --color-core-gray-150: #3a3b3e;
  --color-core-gray-160: #2e2f32;
  --color-core-gray-170: #232325;
  --color-core-gray-180: #171819;
  --color-core-green-5: #f4f9f2;
  --color-core-green-10: #eaf3e6;
  --color-core-green-20: #d4e7cd;
  --color-core-green-30: #bfdbb3;
  --color-core-green-40: #aacf9a;
  --color-core-green-50: #95c381;
  --color-core-green-60: #7fb768;
  --color-core-green-70: #6aab4f;
  --color-core-green-80: #559f35;
  --color-core-green-90: #3f931c;
  --color-core-green-100: #2a8703;
  --color-core-green-110: #267a03;
  --color-core-green-120: #226c02;
  --color-core-green-130: #1d5f02;
  --color-core-green-140: #195102;
  --color-core-green-150: #154402;
  --color-core-green-160: #113601;
  --color-core-green-170: #0d2901;
  --color-core-green-180: #081b01;
  --color-core-orange-5: #fff7f2;
  --color-core-orange-10: #fff0e6;
  --color-core-orange-20: #fee0cc;
  --color-core-orange-30: #fed1b3;
  --color-core-orange-40: #fdc199;
  --color-core-orange-50: #fdb280;
  --color-core-orange-60: #fca266;
  --color-core-orange-70: #fc934d;
  --color-core-orange-80: #fb8333;
  --color-core-orange-90: #fb741a;
  --color-core-orange-100: #fa6400;
  --color-core-orange-110: #e15300;
  --color-core-orange-120: #c83c00;
  --color-core-orange-130: #af2f00;
  --color-core-orange-140: #962300;
  --color-core-orange-150: #7d1900;
  --color-core-orange-160: #641100;
  --color-core-orange-170: #4b0a00;
  --color-core-orange-180: #320500;
  --color-core-spark-5: #fffcf4;
  --color-core-spark-10: #fef6de;
  --color-core-spark-20: #fff3d2;
  --color-core-spark-30: #ffedbc;
  --color-core-spark-40: #ffe7a6;
  --color-core-spark-50: #fbe298;
  --color-core-spark-60: #ffda79;
  --color-core-spark-70: #ffd463;
  --color-core-spark-80: #ffce4d;
  --color-core-spark-90: #ffc836;
  --color-core-spark-100: #ffc220;
  --color-core-spark-110: #e6a31d;
  --color-core-spark-120: #cc851a;
  --color-core-spark-130: #b36a16;
  --color-core-spark-140: #995213;
  --color-core-spark-150: #803d10;
  --color-core-spark-160: #662b0d;
  --color-core-spark-170: #4d1c0a;
  --color-core-spark-180: #330f06;
  --color-core-yellow-5: #fffef2;
  --color-core-yellow-10: #fffee6;
  --color-core-yellow-20: #fffccc;
  --color-core-yellow-30: #fffbb3;
  --color-core-yellow-40: #fffa99;
  --color-core-yellow-50: #fff980;
  --color-core-yellow-60: #fff766;
  --color-core-yellow-70: #fff64d;
  --color-core-yellow-80: #fff533;
  --color-core-yellow-90: #fff31a;
  --color-core-yellow-100: #fff200;
  --color-core-yellow-110: #e6cb00;
  --color-core-yellow-120: #cca700;
  --color-core-yellow-130: #b38600;
  --color-core-yellow-140: #996900;
  --color-core-yellow-150: #804f00;
  --color-core-yellow-160: #663800;
  --color-core-yellow-170: #4d2500;
  --color-core-yellow-180: #331500;
  --color-positive-min: #eaf3e6;
  --color-positive-low: #95c381;
  --color-positive-base: #2a8703;
  --color-positive-high: #1d5f02;
  --color-positive-max: #113601;
  --color-primary-min: #e6f1fc;
  --color-primary-low: #80b8ee;
  --color-primary-base: #0071dc;
  --color-primary-high: #004f9a;
  --color-primary-max: #002d58;
  --color-negative-min: #fce8e9;
  --color-negative-low: #ef8e92;
  --color-negative-base: #de1c24;
  --color-negative-high: #9b1419;
  --color-negative-max: #590b0e;
  --color-warning-min: #fff9e9;
  --color-warning-low: #ffe190;
  --color-warning-base: #ffc220;
  --color-warning-high: #b36a16;
  --color-warning-max: #662b0d;
  --color-separator-100: #e3e4e5;
  --color-core-blue-5: #f0f5ff;
  --color-core-blue-10: #e9f1fe;
  --color-core-blue-20: #c9dcfd;
  --color-core-blue-30: #acc8fb;
  --color-core-blue-40: #90b5f9;
  --color-core-blue-50: #7aa5f6;
  --color-core-blue-60: #5e93f3;
  --color-core-blue-70: #4380ef;
  --color-core-blue-80: #2e70eb;
  --color-core-blue-90: #175ee2;
  --color-core-blue-100: #0053e2;
  --color-core-blue-110: #114ab6;
  --color-core-blue-120: #003fb2;
  --color-core-blue-130: #002e99;
  --color-core-blue-140: #002185;
  --color-core-blue-150: #001270;
  --color-core-blue-160: #001e60;
  --color-core-blue-170: #080042;
  --color-core-blue-180: #0e002e;
  --color-core-pink-5: #fef6fb;
  --color-core-pink-10: #fce9f5;
  --color-core-pink-20: #f8d2e3;
  --color-core-pink-30: #f4bdd3;
  --color-core-pink-40: #f0adcc;
  --color-core-pink-50: #ea9ac3;
  --color-core-pink-60: #e587ba;
  --color-core-pink-70: #df74b1;
  --color-core-pink-80: #d95fa7;
  --color-core-pink-90: #d3479d;
  --color-core-pink-100: #cb2c90;
  --color-core-pink-110: #b62781;
  --color-core-pink-120: #b1267d;
  --color-core-pink-130: #8c1e64;
  --color-core-pink-140: #781a55;
  --color-core-pink-150: #651648;
  --color-core-pink-160: #51123a;
  --color-core-pink-170: #3e0e2c;
  --color-core-pink-180: #2e0a21;
  --color-core-purple-5: #fcf8fb;
  --color-core-purple-10: #f3e8f2;
  --color-core-purple-20: #ead6e8;
  --color-core-purple-30: #e1c4df;
  --color-core-purple-40: #d8b3d5;
  --color-core-purple-50: #d0a3cd;
  --color-core-purple-60: #c790c2;
  --color-core-purple-70: #be80b9;
  --color-core-purple-80: #b66eb0;
  --color-core-purple-90: #ad5da6;
  --color-core-purple-100: #a6509f;
  --color-core-purple-110: #8e4488;
  --color-core-purple-120: #7b3b76;
  --color-core-purple-130: #693364;
  --color-core-purple-140: #582a54;
  --color-core-purple-150: #482245;
  --color-core-purple-160: #371a35;
  --color-core-purple-170: #271325;
  --color-core-purple-180: #160a15;
  --color-core-red-5: #fef2f1;
  --color-core-red-10: #fde9e8;
  --color-core-red-20: #fbd0cc;
  --color-core-red-30: #f9bdb8;
  --color-core-red-40: #f8aca6;
  --color-core-red-50: #f69991;
  --color-core-red-60: #f4857c;
  --color-core-red-70: #f27066;
  --color-core-red-80: #f0594d;
  --color-core-red-90: #ee392b;
  --color-core-red-100: #ea1100;
  --color-core-red-110: #ce0f00;
  --color-core-red-120: #b70d00;
  --color-core-red-130: #a20c00;
  --color-core-red-140: #8d0a00;
  --color-core-red-150: #780900;
  --color-core-red-160: #630700;
  --color-core-red-170: #500600;
  --color-core-red-180: #3d0400;
  --color-core-teal-5: #f0faff;
  --color-core-teal-10: #e7f6fe;
  --color-core-teal-20: #c9ebfd;
  --color-core-teal-30: #a9ddf7;
  --color-core-teal-40: #90d6f9;
  --color-core-teal-50: #79cdf6;
  --color-core-teal-60: #4dbdf5;
  --color-core-teal-70: #42b7f0;
  --color-core-teal-80: #2eacea;
  --color-core-teal-90: #189ee2;
  --color-core-teal-100: #0092db;
  --color-core-teal-110: #0083c7;
  --color-core-teal-120: #0076b3;
  --color-core-teal-130: #006599;
  --color-core-teal-140: #005985;
  --color-core-teal-150: #004a70;
  --color-core-teal-160: #003857;
  --color-core-teal-170: #002e42;
  --color-core-teal-180: #001e2e;
  --primary-blue: var(--color-primary-base);
  --secondary-blue: var(--color-primary-high);
  --yellow: var(--color-core-spark-100);
  --black: var(--color-core-black);
  --white: var(--color-core-white);
  --light-gray: var(--color-core-gray-10);
  --medium-gray: var(--color-core-gray-50);
  --dark-gray: var(--color-core-gray-100);
  --border-color: var(--color-core-gray-20);
  --green: var(--color-core-green-100);
}
.walmart-listings-preview {
  --font-family-default:
    "Everyday Sans Web",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  --font-family-monospace: "Everyday Sans Web", monospace;
  --font-size-12: 0.75rem;
  --font-size-14: 0.875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: 1.5rem;
  --font-size-25: 0.75rem;
  --font-size-28: 1.75rem;
  --font-size-32: 2rem;
  --font-size-36: 2.25rem;
  --font-size-42: 2.625rem;
  --font-size-50: 0.875rem;
  --font-size-100: 1rem;
  --font-size-150: 1.125rem;
  --font-size-200: 1.25rem;
  --font-size-300: 1.5rem;
  --font-size-400: 1.75rem;
  --font-size-500: 2rem;
  --font-size-600: 2.25rem;
  --font-size-700: 2.625rem;
  --font-weight-400: 400;
  --font-weight-700: 700;
}
.walmart-listings-preview {
  --border-radius-0: 0;
  --border-radius-25: 0.125rem;
  --border-radius-50: 0.25rem;
  --border-radius-100: 0.5rem;
  --border-radius-200: 1rem;
  --border-radius-round: 62.5rem;
  --duration-100: 0.1s;
  --duration-200: 0.2s;
  --duration-300: 0.3s;
  --duration-400: 0.4s;
  --duration-500: 0.5s;
  --duration-600: 0.6s;
  --duration-700: 0.7s;
  --duration-900: 0.9s;
  --elevation-100: 0 0.0625rem 0.125rem 0.0625rem rgba(0,0,0,0.14902), 0 -0.0625rem 0.125rem 0 rgba(0,0,0,0.10196);
  --elevation-200: 0 0.1875rem 0.3125rem 0.125rem rgba(0,0,0,0.14902), 0 -0.0625rem 0.1875rem 0 rgba(0,0,0,0.10196);
  --elevation-300: 0 0.3125rem 0.625rem 0.1875rem rgba(0,0,0,0.14902), 0 -0.0625rem 0.25rem 0 rgba(0,0,0,0.10196);
  --size-breakpoint-small: 0;
  --size-breakpoint-medium: 37.5rem;
  --size-breakpoint-large: 56.25rem;
  --size-breakpoint-xlarge: 75rem;
  --size-breakpoint-xxlarge: 120rem;
  --size-icon-small: 1rem;
  --size-icon-medium: 1.5rem;
  --size-icon-large: 2rem;
  --size-space-50: 0.25rem;
  --size-space-100: 0.5rem;
  --size-space-150: 0.75rem;
  --size-space-200: 1rem;
  --size-space-250: 1.25rem;
  --size-space-300: 1.5rem;
  --size-space-400: 2rem;
  --size-space-500: 2.5rem;
  --size-space-600: 3rem;
  --timing-ease-in-100: cubic-bezier(0.55,0.055,0.675,0.19);
  --timing-ease-in-out-100: cubic-bezier(0.77,0,0.175,1);
  --timing-ease-out-100: cubic-bezier(0.165,0.84,0.44,1);
  --timing-linear-100: linear;
  --z-index-100: 100;
  --z-index-200: 200;
  --z-index-300: 300;
  --z-index-400: 400;
  --z-index-500: 500;
  --z-index-600: 600;
  --spacing-xs: var(--size-space-50);
  --spacing-sm: var(--size-space-100);
  --spacing-md: var(--size-space-200);
  --spacing-lg: var(--size-space-300);
  --spacing-xl: var(--size-space-400);
  --space-xs: var(--spacing-xs);
  --space-sm: var(--spacing-sm);
  --space-md: var(--spacing-md);
  --space-lg: var(--spacing-lg);
  --space-xl: var(--spacing-xl);
  --section-gap: var(--size-space-400);
  --inner-padding: 0.75rem;
  --outer-padding: var(--spacing-lg);
  --outer-max-width: 1660px;
  --border-radius-xs: var(--border-radius-25);
  --border-radius-sm: var(--border-radius-50);
  --border-radius-md: var(--border-radius-100);
  --border-radius-lg: var(--border-radius-200);
  --border-radius-circle: 50%;
}
.walmart-listings-preview {
  font-weight: normal;
  font-family: var(--font-family-default), serif;
  margin: 0;
  padding: 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
  color: var(--color-core-black);
}
.walmart-listings-preview a {
  color: var(--color-core-gray-140);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.walmart-listings-preview a:not(.allow-clicks) {
  pointer-events: none;
  cursor: default;
}
.walmart-listings-preview .section-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: calc(var(--outer-max-width) - var(--outer-padding) * 2);
  width: calc(100% - var(--outer-padding) * 2);
  gap: var(--section-gap);
  margin: 0 auto;
}
.walmart-listings-preview .Polaris-InlineError {
  align-items: center;
}

/* app/channels/walmart/listings/preview/footer/styles.scss */
.walmart-listings-preview-footer {
  text-align: center;
  margin-top: var(--outer-padding);
}
.walmart-listings-preview-footer .feedback-section {
  background-color: var(--color-core-blue-10);
  padding: calc(var(--outer-padding) * 1.25) var(--outer-padding);
}
.walmart-listings-preview-footer .feedback-section p {
  font-weight: 400;
  margin-bottom: var(--inner-padding);
}
.walmart-listings-preview-footer .feedback-button {
  background-color: var(--white);
  border: 1px solid var(--color-core-gray-160);
  border-radius: 99999px;
  padding: 0 1.5rem;
  font-size: 14px;
  cursor: pointer;
  color: var(--color-core-gray-160);
  font-weight: 700;
  height: 2.5rem;
}
.walmart-listings-preview-footer .footer {
  background-color: var(--color-core-blue-130);
  color: var(--white);
  padding: var(--spacing-lg);
}
.walmart-listings-preview-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-xs) var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}
.walmart-listings-preview-footer .footer-link {
  color: var(--white);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 12px;
}
.walmart-listings-preview-footer .footer-copyright {
  text-align: center;
  font-size: 11px;
  margin-top: var(--spacing-lg);
}

/* app/channels/walmart/listings/preview/header/styles.scss */
.walmart-listings-preview-header {
}
.walmart-listings-preview-header .header {
  background-color: #0071dc;
  background-color: var(--color-core-blue-100, #0071dc);
  padding: var(--spacing-md) var(--spacing-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  gap: var(--spacing-lg);
}
.walmart-listings-preview-header .header-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.walmart-listings-preview-header .logo {
  width: 32px;
  height: 32px;
}
.walmart-listings-preview-header .how-do-you {
  display: flex;
  align-items: center;
  background-color: var(--color-core-blue-130);
  gap: 13px;
  border-radius: 9999px;
  padding: 6px 14px;
  height: 52px;
}
.walmart-listings-preview-header .how-do-you-top {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.walmart-listings-preview-header .how-do-you-bottom {
  font-size: 12px;
  line-height: 1;
}
.walmart-listings-preview-header .how-do-you-center {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.walmart-listings-preview-header .how-do-you-left,
.walmart-listings-preview-header .how-do-you-right {
  display: flex;
  align-items: center;
}
.walmart-listings-preview-header .how-do-you-left img {
  width: auto;
  height: 32px;
}
.walmart-listings-preview-header .search-container {
  flex: 1;
}
.walmart-listings-preview-header .search-bar {
  display: flex;
  width: 100%;
  height: 52px;
  background-color: var(--white);
  padding: 0 var(--spacing-lg);
  align-items: center;
  border-radius: 9999px;
}
.walmart-listings-preview-header .search-input {
  flex: 1;
  border: none;
  outline: none;
  line-height: 1;
  height: auto;
}
.walmart-listings-preview-header .search-input::-moz-placeholder {
  font-size: 14px;
  color: var(--color-core-blue-130);
}
.walmart-listings-preview-header .search-input::placeholder {
  font-size: 14px;
  color: var(--color-core-blue-130);
}
.walmart-listings-preview-header .search-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-core-blue-130);
  color: var(--color-core-white);
  height: 32px;
  width: 32px;
  position: relative;
  right: -12px;
  border-radius: 100%;
  font-size: 18px;
}
.walmart-listings-preview-header .header-right {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
}
.walmart-listings-preview-header .header-right-item {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  cursor: pointer;
  align-items: center;
  gap: var(--spacing-sm);
  line-height: 1.25;
  position: relative;
}
.walmart-listings-preview-header .header-right-item b {
  font-size: 14px;
}
.walmart-listings-preview-header .header-right-item .header-icon {
  font-size: 15px;
}
.walmart-listings-preview-header .header-right-item--cart {
  flex-direction: column;
  gap: var(--spacing-xs);
  justify-content: center;
}
.walmart-listings-preview-header .header-right-item--cart .header-icon {
  font-size: 19px;
}
.walmart-listings-preview-header .header-right-item-badge {
  border-radius: 62.5rem;
  font-family:
    Bogle,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-family: var(--font-family-default, Bogle, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 0.625rem;
  font-weight: 700;
  height: auto;
  line-height: 1rem;
  min-width: 1rem;
  text-align: center;
  white-space: nowrap;
  width: auto;
  position: absolute;
  right: -3px;
  top: -7px;
  background: #ffc220;
  box-shadow: inset 0 0 0 0.0625rem #803d10;
  color: #2e2f32;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.walmart-listings-preview-header .nav {
  display: flex;
  padding: var(--spacing-sm) var(--outer-padding);
  overflow-x: auto;
  white-space: nowrap;
  background-color: var(--color-core-blue-5);
  gap: var(--spacing-md);
  height: 48px;
  align-items: center;
}
.walmart-listings-preview-header .nav-item {
  padding: var(--spacing-xs);
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  color: var(--color-core-blue-160);
}
.walmart-listings-preview-header .nav-item i:first-child {
  font-size: 16px;
}
.walmart-listings-preview-header .nav-item--dropdown {
  font-weight: bold;
  font-size: 14px;
}
.walmart-listings-preview-header .nav-item--border-right {
  color: #0071dc;
  color: var(--color-core-blue-100, #0071dc);
}

/* app/integrations/net_suite/clients/integrations/form/card/styles.scss */
.newSuite-clients-integrations-form-card .topNote {
  margin-bottom: var(--p-space-6);
}
.newSuite-clients-integrations-form-card .fieldBanner {
  margin-top: var(--p-space-2);
}

/* app/integrations/shopify/clients/integrations/form/card/styles.scss */
.shopify-clients-integrations-form-card .topNote {
  margin-bottom: var(--p-space-6);
}
.shopify-clients-integrations-form-card .fieldBanner {
  margin-top: var(--p-space-2);
}
.shopify-clients-integrations-form-card.oauth-mode .oauth-mode--hidden {
  display: none;
}
.shopify-clients-integrations-form-card.customPrivateApp-mode .customPrivateApp-mode--hidden {
  display: none;
}
/*# sourceMappingURL=/assets/clients-8b48ab80.css.map */
