.oakln-sale-product-list {
  display: block;
  background: var(--oakln-sale-list-bg);
  color: var(--oakln-sale-list-text);
  font-family: var(--font-body-family, var(--body-font-family, inherit));
  font-style: var(--font-body-style, normal);
  font-weight: var(--font-body-weight, 400);
  letter-spacing: var(--font-body-letter-spacing, 0);
  line-height: var(--font-body-line-height, normal);
}

.oakln-sale-product-list[data-pc-show="false"] {
  display: none;
}

.oakln-sale-product-list :where([class^="oakln-sale-"], [class*=" oakln-sale-"]) {
  box-sizing: border-box;
  font-family: inherit;
  font-style: inherit;
}

.oakln-sale-product-list__inner {
  width: min(100%, var(--oakln-sale-list-max-width));
  margin: 0 auto;
  padding-inline: 24px;
}

.oakln-sale-product-list__eyebrow,
.oakln-sale-product-list__title,
.oakln-sale-product-list__subtitle {
  margin-inline: auto;
  text-align: center;
}

.oakln-sale-product-list__eyebrow {
  margin-block: 0 6px;
  color: var(--oakln-sale-list-muted);
  font-size: 12px;
  font-weight: var(--font-body-weight-bold, 700);
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.oakln-sale-product-list__title {
  max-width: 760px;
  margin-block: 0;
  color: var(--oakln-sale-list-text);
  font-family: var(--font-heading-family, var(--heading-font-family, var(--font-body-family, var(--body-font-family, inherit))));
  font-size: var(--oakln-sale-list-title-size);
  font-style: var(--font-heading-style, normal);
  font-weight: var(--font-heading-weight, 700);
  letter-spacing: var(--font-heading-letter-spacing, 0);
  line-height: var(--font-heading-line-height, 1.25);
  text-transform: var(--font-heading-text-transform, none);
}

.oakln-sale-product-list__subtitle {
  max-width: 720px;
  margin-block: 12px 28px;
  color: var(--oakln-sale-list-muted);
  font-size: 14px;
  line-height: 1.7;
}

.oakln-sale-product-list__toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-block: 28px;
}

.oakln-sale-product-list__mobile-controls,
.oakln-sale-product-list__mobile-filter-backdrop,
.oakln-sale-product-list__mobile-sort-backdrop,
.oakln-sale-product-list__mobile-sort-sheet,
.oakln-sale-product-list__mobile-filter-head {
  display: none;
}

.oakln-sale-product-list__filters {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.oakln-sale-product-list__filter-group {
  display: inline-flex;
  max-width: 100%;
}

.oakln-sale-product-list__filter {
  appearance: none;
  display: inline-flex;
  max-width: 100%;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid var(--oakln-sale-list-border);
  border-radius: 999px;
  background: var(--oakln-sale-list-chip-bg);
  color: var(--oakln-sale-list-text);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.oakln-sale-product-list__filter span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.oakln-sale-product-list__all-count {
  margin-left: 0;
}

.oakln-sale-product-list__keyword-source {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.oakln-sale-product-list__filter svg {
  flex: 0 0 auto;
  width: 9px;
  height: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.oakln-sale-product-list__filter:hover,
.oakln-sale-product-list__filter.is-active {
  border-color: var(--oakln-sale-list-chip-active-bg);
  background: var(--oakln-sale-list-chip-active-bg);
  color: var(--oakln-sale-list-chip-active-text);
}

.oakln-sale-product-list__filter-group.is-open .oakln-sale-product-list__filter svg {
  transform: rotate(180deg);
}

.oakln-sale-product-list__filter-dropdown {
  position: fixed;
  z-index: 1200;
  width: min(460px, calc(100vw - 32px));
  padding: 18px;
  overflow: auto;
  border: 1px solid var(--oakln-sale-list-border);
  background: var(--oakln-sale-list-bg);
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.16);
  color: var(--oakln-sale-list-text);
}

.oakln-sale-product-list__filter-dropdown[hidden] {
  display: none;
}

.oakln-sale-product-list__filter-dropdown-title {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: var(--font-body-weight-bold, 700);
  line-height: 1.3;
}

.oakln-sale-product-list__filter-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.oakln-sale-product-list__filter-option {
  appearance: none;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: var(--oakln-sale-list-text);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.35;
  text-align: start;
}

.oakln-sale-product-list__filter-option-mark {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 1px solid var(--oakln-sale-list-border);
  border-radius: 50%;
  background: var(--oakln-sale-list-bg);
  box-shadow: inset 0 0 0 4px var(--oakln-sale-list-bg);
}

.oakln-sale-product-list__filter-option.is-active .oakln-sale-product-list__filter-option-mark {
  border-color: var(--oakln-sale-list-text);
  background: var(--oakln-sale-list-text);
}

.oakln-sale-product-list__filter-option:disabled,
.oakln-sale-product-list__filter-option.is-disabled {
  cursor: not-allowed;
  opacity: 0.36;
}

.oakln-sale-product-list__filter-option:disabled .oakln-sale-product-list__filter-option-mark,
.oakln-sale-product-list__filter-option.is-disabled .oakln-sale-product-list__filter-option-mark {
  border-color: var(--oakln-sale-list-border);
  background: var(--oakln-sale-list-bg);
}

.oakln-sale-product-list__filter-option-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.oakln-sale-product-list__sort {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--oakln-sale-list-text);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.oakln-sale-product-list__sort select {
  appearance: none;
  min-height: 32px;
  padding: 7px 30px 7px 12px;
  border: 1px solid var(--oakln-sale-list-border);
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) right 14px center / 5px 5px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) right 9px center / 5px 5px no-repeat,
    var(--oakln-sale-list-chip-bg);
  color: var(--oakln-sale-list-text);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.oakln-sale-product-list__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  color: var(--oakln-sale-list-text);
  font-size: 13px;
  line-height: 1.2;
}

.oakln-sale-product-list__grid {
  display: grid;
  grid-template-columns: repeat(var(--oakln-sale-list-columns), minmax(0, 1fr));
  gap: calc(var(--oakln-sale-list-gap) + 16px) var(--oakln-sale-list-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.oakln-sale-product-list__item {
  min-width: 0;
}

.oakln-sale-card {
  min-width: 0;
}

.oakln-sale-card__link,
.oakln-sale-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.oakln-sale-card__media {
  position: relative;
  aspect-ratio: var(--oakln-sale-list-image-ratio);
  overflow: hidden;
  background: #f5f5f5;
}

.oakln-sale-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--oakln-sale-list-image-fit, cover);
  transition: transform 0.28s ease;
}

.oakln-sale-card:hover .oakln-sale-card__image {
  transform: scale(1.018);
}

.oakln-sale-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--oakln-sale-list-border);
  color: var(--oakln-sale-list-muted);
  font-size: 13px;
  line-height: 1;
}

.oakln-sale-card__search-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.oakln-sale-card__badge {
  position: absolute;
  z-index: 2;
  max-width: calc(100% - 10px);
  min-width: 38px;
  padding: 5px 8px;
  overflow: hidden;
  font-size: 11px;
  font-weight: var(--font-body-weight-bold, 700);
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.oakln-sale-card__badge--sale {
  background: var(--oakln-sale-list-sale-badge-bg);
  color: var(--oakln-sale-list-sale-badge-text);
}

.oakln-sale-card__badge--top {
  display: none;
  background: var(--oakln-sale-list-top-badge-bg);
  color: var(--oakln-sale-list-top-badge-text);
}

.oakln-sale-card__badge--top:not([hidden]) {
  display: block;
}

.oakln-sale-card__badge--custom {
  display: none;
  background: var(--oakln-sale-list-custom-badge-bg);
  color: var(--oakln-sale-list-custom-badge-text);
}

.oakln-sale-card__badge--custom:not([hidden]) {
  display: block;
}

.oakln-sale-card[data-sale-badge-position="top-left"] .oakln-sale-card__badge--sale,
.oakln-sale-card__badge[data-badge-position="top-left"] {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.oakln-sale-card[data-sale-badge-position="top-right"] .oakln-sale-card__badge--sale,
.oakln-sale-card__badge[data-badge-position="top-right"] {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.oakln-sale-card[data-sale-badge-position="bottom-left"] .oakln-sale-card__badge--sale,
.oakln-sale-card__badge[data-badge-position="bottom-left"] {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.oakln-sale-card[data-sale-badge-position="bottom-right"] .oakln-sale-card__badge--sale,
.oakln-sale-card__badge[data-badge-position="bottom-right"] {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.oakln-sale-card.has-top-badge[data-top-badge-position="top-left"][data-sale-badge-position="top-left"] .oakln-sale-card__badge--sale,
.oakln-sale-card.has-top-badge[data-top-badge-position="top-right"][data-sale-badge-position="top-right"] .oakln-sale-card__badge--sale {
  top: 28px;
}

.oakln-sale-card.has-top-badge[data-top-badge-position="bottom-left"][data-sale-badge-position="bottom-left"] .oakln-sale-card__badge--sale,
.oakln-sale-card.has-top-badge[data-top-badge-position="bottom-right"][data-sale-badge-position="bottom-right"] .oakln-sale-card__badge--sale {
  bottom: 28px;
}

.oakln-sale-card__quick-add {
  position: absolute;
  z-index: 3;
  display: flex;
}

.oakln-sale-card[data-quick-add-position="top-left"] .oakln-sale-card__quick-add {
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
}

.oakln-sale-card[data-quick-add-position="top-right"] .oakln-sale-card__quick-add {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}

.oakln-sale-card[data-quick-add-position="bottom-left"] .oakln-sale-card__quick-add {
  top: auto;
  right: auto;
  bottom: 10px;
  left: 10px;
}

.oakln-sale-card[data-quick-add-position="bottom-right"] .oakln-sale-card__quick-add {
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
}

.oakln-sale-card__quick-add details {
  margin: 0;
}

.oakln-sale-card__quick-add-button {
  appearance: none;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.12);
  color: var(--oakln-sale-list-text);
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.oakln-sale-card__quick-add-button::-webkit-details-marker {
  display: none;
}

.oakln-sale-card__quick-add-button:hover {
  background: #fff;
  transform: translateY(-1px);
}

.oakln-sale-card__quick-add-button[data-disabled="true"],
.oakln-sale-card__quick-add-button:disabled {
  cursor: default;
  opacity: 0.55;
}

.oakln-sale-card__quick-add-button .icon-loading {
  display: none;
  margin: 8px;
  animation: animation-button-loading linear 1.5s infinite;
}

.oakln-sale-card__quick-add-button.loading {
  pointer-events: none;
}

.oakln-sale-card__quick-add-button.loading .icon-quick-add {
  display: none;
}

.oakln-sale-card__quick-add-button.loading .icon-loading {
  display: block;
}

.oakln-sale-card__quick-add svg {
  width: 18px;
  height: 18px;
}

.oakln-sale-card__info {
  width: 100%;
  padding: var(--oakln-sale-list-info-padding-block) var(--oakln-sale-list-info-padding-inline);
}

.oakln-sale-card__kicker {
  margin: 0 0 5px;
  color: var(--oakln-sale-list-muted);
  font-size: 11px;
  line-height: 1.2;
}

.oakln-sale-card__title {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 0;
  overflow: hidden;
  color: var(--oakln-sale-list-text);
  font-size: 14px;
  font-weight: var(--font-body-weight, 400);
  letter-spacing: 0;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.oakln-sale-card__description {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: var(--oakln-sale-list-text);
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.82;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.oakln-sale-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 7px;
  margin-top: 8px;
  color: var(--oakln-sale-list-text);
  font-size: 16px;
  font-weight: var(--font-body-weight, 400);
  line-height: 1.2;
}

.oakln-sale-card__price--sale .oakln-sale-card__price-current {
  color: var(--oakln-sale-list-sale-price);
}

.oakln-sale-card__compare-price {
  color: var(--oakln-sale-list-muted);
  font-size: 0.8em;
  font-weight: var(--font-body-weight, 400);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.oakln-sale-card__price-suffix {
  color: var(--oakln-sale-list-muted);
  font-size: 0.78em;
  font-weight: var(--font-body-weight, 400);
}

.oakln-sale-card__discount {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
  padding: 4px 8px;
  background: var(--oakln-sale-list-discount-bg);
  color: var(--oakln-sale-list-discount-text);
  font-size: 12px;
  font-weight: var(--font-body-weight-bold, 700);
  letter-spacing: 0;
  line-height: 1.2;
}

.oakln-sale-card__discount span:first-child {
  letter-spacing: 0.3px;
}

.oakln-sale-product-list__empty {
  padding: 36px 18px;
  border: 1px dashed var(--oakln-sale-list-border);
  color: var(--oakln-sale-list-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.oakln-sale-product-list__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 42px;
}

.oakln-sale-product-list__pagination[hidden] {
  display: none;
}

.oakln-sale-product-list__page-button {
  appearance: none;
  position: relative;
  display: inline-flex;
  min-width: 20px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--oakln-sale-list-text);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  line-height: 1;
}

.oakln-sale-product-list__page-button.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
}

.oakln-sale-product-list__page-button--arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--oakln-sale-list-text);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.oakln-sale-product-list__view-all {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.oakln-sale-product-list__view-all-link {
  display: inline-flex;
  min-width: 128px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border: 1px solid var(--oakln-sale-list-text);
  background: transparent;
  color: var(--oakln-sale-list-text);
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.oakln-sale-list-quick-add-modal__dialog {
  overflow: hidden;
  background: #fff;
}

.oakln-sale-list-quick-add-modal__content {
  box-sizing: border-box;
  width: 80vw;
  max-width: 1200px;
  max-height: 80vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
}

.oakln-sale-list-quick-add-modal__content .quick-add-hidden {
  display: none;
}

.oakln-sale-list-quick-add-modal__content footer,
.oakln-sale-list-quick-add-modal__content #footer,
.oakln-sale-list-quick-add-modal__content .footer,
.oakln-sale-list-quick-add-modal__content .site-footer,
.oakln-sale-list-quick-add-modal__content .section-footer,
.oakln-sale-list-quick-add-modal__content .shopline-section-footer,
.oakln-sale-list-quick-add-modal__content [data-section-type="footer"],
.oakln-sale-list-quick-add-modal__content [data-section-id*="footer"],
.oakln-sale-list-quick-add-modal__content [data-section-id*="Footer"] {
  display: none !important;
}

.oakln-sale-list-quick-add-modal__content theme-product-detail {
  --page-padding: 40px;
  --detail-padding-inline-start: 0px !important;
  --detail-padding-inline-end: 0px !important;
  --detail-padding-block-start: 0px !important;
  --detail-padding-block-end: 0px !important;
  padding: var(--page-padding);
  background: #fff;
}

.oakln-sale-list-quick-add-modal__close {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 15px;
  z-index: 5;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 30, 58, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 14px rgba(4, 30, 58, 0.14);
  color: var(--oakln-sale-list-text);
  opacity: 1;
}

.oakln-sale-list-quick-add-modal__close svg {
  width: 15px;
  height: 15px;
  stroke-width: 2;
}

.oakln-sale-list-quick-add-modal__fallback {
  padding: 28px;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
}

.oakln-sale-list-quick-add-modal__fallback a {
  color: #111;
  text-decoration: underline;
}

@media (max-width: 959px) {
  .oakln-sale-product-list[data-mb-show="false"] {
    display: none;
  }

  .oakln-sale-product-list[data-pc-show="false"][data-mb-show="true"] {
    display: block;
  }

  .oakln-sale-product-list__inner {
    padding-inline: 16px;
  }

  .oakln-sale-product-list__title {
    font-size: var(--oakln-sale-list-mobile-title-size);
  }

  .oakln-sale-product-list__subtitle {
    margin-block: 8px 10px;
    font-size: 13px;
  }

  .oakln-sale-product-list__toolbar {
    display: block;
    margin-block: 0;
  }

  .oakln-sale-product-list__mobile-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    margin-block: 6px 8px;
    color: var(--oakln-sale-list-text);
  }

  .oakln-sale-product-list__mobile-filter-button,
  .oakln-sale-product-list__mobile-sort {
    appearance: none;
    display: inline-flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
  }

  .oakln-sale-product-list__mobile-filter-button,
  .oakln-sale-product-list__mobile-sort {
    cursor: pointer;
  }

  .oakln-sale-product-list__mobile-filter-button svg,
  .oakln-sale-product-list__mobile-sort svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .oakln-sale-product-list__mobile-filter-backdrop,
  .oakln-sale-product-list__mobile-sort-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1190;
    display: block;
    background: rgba(17, 17, 17, 0.24);
  }

  .oakln-sale-product-list__mobile-filter-backdrop[hidden],
  .oakln-sale-product-list__mobile-sort-backdrop[hidden] {
    display: none;
  }

  .oakln-sale-product-list__filters {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    display: flex;
    width: min(86vw, 360px);
    max-height: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 20px;
    overflow-y: auto;
    border: 0;
    border-right: 1px solid var(--oakln-sale-list-border);
    background: var(--oakln-sale-list-bg);
    box-shadow: 12px 0 32px rgba(17, 17, 17, 0.18);
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    -webkit-overflow-scrolling: touch;
  }

  .oakln-sale-product-list.is-mobile-filter-open .oakln-sale-product-list__filters {
    pointer-events: auto;
    transform: translateX(0);
  }

  .oakln-sale-product-list__mobile-sort-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    display: block;
    padding: 20px 20px 24px;
    border-radius: 10px 10px 0 0;
    background: var(--oakln-sale-list-bg);
    box-shadow: 0 -14px 40px rgba(17, 17, 17, 0.18);
    color: var(--oakln-sale-list-text);
    transform: translateY(100%);
    transition: transform 0.22s ease;
  }

  .oakln-sale-product-list__mobile-sort-sheet[hidden] {
    display: none;
  }

  .oakln-sale-product-list.is-mobile-sort-open .oakln-sale-product-list__mobile-sort-sheet {
    transform: translateY(0);
  }

  .oakln-sale-product-list__mobile-sort-title {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--oakln-sale-list-border);
    font-size: 13px;
    line-height: 1.3;
  }

  .oakln-sale-product-list__mobile-sort-options {
    display: grid;
    gap: 0;
    padding-top: 10px;
  }

  .oakln-sale-product-list__mobile-sort-option {
    appearance: none;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    min-height: 42px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--oakln-sale-list-text);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    line-height: 1.3;
    text-align: start;
  }

  .oakln-sale-product-list__mobile-sort-check {
    visibility: hidden;
    font-size: 16px;
    line-height: 1;
  }

  .oakln-sale-product-list__mobile-sort-option.is-active .oakln-sale-product-list__mobile-sort-check {
    visibility: visible;
  }

  .oakln-sale-product-list__mobile-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: var(--font-body-weight-bold, 700);
    line-height: 1.3;
  }

  .oakln-sale-product-list__mobile-filter-head button {
    appearance: none;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .oakln-sale-product-list__mobile-filter-head svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .oakln-sale-product-list__filter-group {
    display: block;
  }

  .oakln-sale-product-list__filter {
    width: 100%;
    justify-content: space-between;
    min-height: 31px;
    padding-inline: 12px;
  }

  .oakln-sale-product-list__filter-dropdown {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 8px;
    padding: 16px;
    box-shadow: none;
  }

  .oakln-sale-product-list__filter-options {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .oakln-sale-product-list__sort {
    display: none;
  }

  .oakln-sale-product-list__meta {
    display: none;
  }

  .oakln-sale-product-list__grid {
    grid-template-columns: repeat(var(--oakln-sale-list-mobile-columns), minmax(0, 1fr));
    gap: calc(var(--oakln-sale-list-mobile-gap) + 14px) var(--oakln-sale-list-mobile-gap);
  }

  .oakln-sale-product-list__pagination {
    gap: 16px;
    margin-top: 28px;
  }

  .oakln-sale-product-list__page-button {
    min-height: 30px;
    font-size: 14px;
  }

  .oakln-sale-product-list__page-button--arrow {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .oakln-sale-card__badge {
    min-width: 34px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .oakln-sale-card__quick-add-button {
    width: 32px;
    height: 32px;
  }

  .oakln-sale-card__title {
    font-size: 13px;
  }

  .oakln-sale-card__price {
    font-size: 15px;
  }

  .oakln-sale-card__discount {
    font-size: 11px;
  }

  .oakln-sale-list-quick-add-modal__content {
    width: 100vw;
    max-width: 100vw;
    max-height: 82vh;
    background: #fff;
  }

  .oakln-sale-list-quick-add-modal__content theme-product-detail {
    --page-padding: 20px;
  }

  .oakln-sale-list-quick-add-modal__dialog {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw;
    max-width: 100vw;
    max-height: 82vh;
    margin: 0;
    border-radius: 0;
    background: #fff;
    transform: none !important;
  }

  .oakln-sale-list-quick-add-modal__close {
    inset-block-start: 8px;
    inset-inline-end: 8px;
    width: 32px;
    height: 32px;
  }
}
