/** Shopify CDN: Minification failed

Line 2474:0 Unexpected "{"
Line 2474:1 Unexpected "{"
Line 2474:3 Expected identifier but found "'feature-carousel.css'"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:betopper-flash-deals-v1 (INDEX:14) */
.bfd {
  display: block;
  background: linear-gradient(135deg, #fff 0%, var(--bfd-bg) 60%, #fff 100%);
  color: #071a37;
  padding: var(--bfd-space) 24px;
  font-family: var(--font-body-family, Arial, sans-serif);
  font-size: 15px;
  line-height: 1.5;
  isolation: isolate;
}

.bfd *, .bfd *::before, .bfd *::after {
  box-sizing: border-box;
}

.bfd [hidden] {
  display: none !important;
}

.bfd button, .bfd input, .bfd a {
  -webkit-tap-highlight-color: transparent;
}

.bfd button, .bfd input {
  font: inherit;
}

.bfd button {
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
}

.bfd a {
  color: inherit;
  text-decoration: none;
}

.bfd button:focus-visible, .bfd a:focus-visible, .bfd input:focus-visible, .bfd [tabindex]:focus-visible {
  outline: 3px solid var(--bfd-accent);
  outline-offset: 4px;
}

.bfd button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.bfd__anchor {
  display: block;
  width: 0;
  height: 0;
  scroll-margin-top: var(--bfd-anchor-offset);
}

.bfd__inner {
  width: var(--bfd-width-percent);
  max-width: var(--bfd-width);
  margin: auto;
}

.bfd__heading {
  margin-bottom: 18px;
  text-align: center;
}

.bfd h2, .bfd h3, .bfd p {
  margin: 0;
  color: inherit;
}

.bfd__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--bfd-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bfd__heading h2 {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 0 8px;
  font-family: var(--font-heading-family, var(--font-body-family, Arial, sans-serif));
  font-size: var(--bfd-heading-size);
  font-weight: 900;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.bfd .bfd__eyebrow {
  color: var(--bfd-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0 0 10px;
}

.bfd__eyebrow span {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 6px;
}

.bfd .bfd__subtitle {
  margin: 12px auto 0;
  max-width: 720px;
  color: #52617a;
  font-size: 14px;
}

.bfd__urgency {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 58px;
  margin-bottom: 18px;
  padding: 7px 22px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(100deg, var(--bfd-accent), var(--bfd-accent-end));
  box-shadow: 0 8px 24px color-mix(in srgb, var(--bfd-accent) 18%, transparent);
}

.bfd__urgency-title, .bfd__refresh-copy {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bfd__refresh-copy {
  justify-self: end;
  padding-left: 24px;
  border-left: 1px solid #ffffff66;
  font-size: 11px;
}

.bfd__countdown {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 7px;
}

.bfd__countdown > span {
  display: grid;
  place-items: center;
  align-content: center;
  width: 64px;
  min-height: 44px;
  padding: 4px 5px;
  border: 1px solid #ffffff80;
  border-radius: 5px;
  color: #071a37;
  background: #fff;
  box-shadow: 0 2px 8px #071a3720;
  font-variant-numeric: tabular-nums;
}

.bfd__countdown b {
  font-size: 19px;
  line-height: 1;
}

.bfd__countdown small {
  margin-top: 3px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

.bfd__carousel {
  position: relative;
}

.bfd__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  padding: 2px 2px 6px;
  scrollbar-width: none;
  direction: ltr;
}

.bfd__grid::-webkit-scrollbar {
  display: none;
}

.bfd__card {
  flex: 0 0 calc((100% - 60px)/5.5);
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid #dbe5f4;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .8);
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.bfd__carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}

.bfd .bfd__arrow {
  position: absolute;
  top: calc((100% - 46px)/2);
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #d6e3f5;
  border-radius: 50%;
  background: #fff;
  color: #173865;
  font-size: 19px;
  box-shadow: 0 3px 12px #17386514;
}

.bfd__arrow[data-prev] {
  left: -18px;
}

.bfd__arrow[data-next] {
  right: -18px;
}

.bfd__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1px;
}

.bfd .bfd__dot {
  display: grid;
  place-items: center;
  width: 28px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
}

.bfd__dot::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0ccde;
  transition: background .18s, transform .18s;
}

.bfd__dot[aria-current="true"]::after {
  background: var(--bfd-accent);
  transform: scale(1.3);
}

.bfd .bfd__editor-note {
  color: #79530b;
  background: #fff7de;
  font-size: 11px;
  padding: 7px;
  margin-top: 8px;
}

.bfd__card.is-selected {
  border-color: var(--bfd-accent);
  box-shadow: 0 0 0 1px var(--bfd-accent);
}

.bfd__media {
  aspect-ratio: 1/1;
  position: relative;
  background: radial-gradient(ellipse at 50% 90%, #c9d9ed 0, transparent 55%), linear-gradient(130deg, #f6faff, #e5eefb);
  overflow: hidden;
}

.bfd__photo, .bfd__video {
  position: absolute;
  inset: 0;
}

.bfd__photo {
  padding: 10px;
  display: grid;
  place-items: center;
}

.bfd__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(var(--bfd-image-scale));
  transition: transform .28s ease;
}

.bfd__placeholder {
  width: 100%;
  height: 100%;
  max-height: 300px;
  fill: #91a4bd;
}

.bfd__video {
  background: #071226;
}

.bfd__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bfd__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-width: 78px;
  padding: 6px 13px 6px 10px;
  color: #fff;
  background: linear-gradient(100deg, var(--bfd-accent), var(--bfd-accent-end));
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  border-radius: 3px 0 0 3px;
  box-shadow: 0 4px 10px #0755f52b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.bfd .bfd__watch, .bfd .bfd__video-close {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #ffffff55;
  background: #071226cc;
  color: #fff;
  box-shadow: 0 2px 8px #07122620;
}

.bfd .bfd__watch {
  right: 7px;
  bottom: 7px;
  min-height: 34px;
  max-width: calc(100% - 14px);
  padding: 6px 9px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.bfd .bfd__video-close {
  right: 7px;
  top: 7px;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}

.bfd__card.is-playing .bfd__badge {
  display: none;
}

.bfd:not([data-ready]) .bfd__js {
  display: none;
}

.bfd__body {
  padding: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.bfd .bfd__deal-label {
  margin-bottom: 6px;
  color: var(--bfd-accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
  line-height: 1.2;
}

.bfd .bfd__name {
  font-size: var(--bfd-card-title-size);
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.bfd .bfd__category {
  font-size: 11px;
  line-height: 1.45;
  min-height: 32px;
  color: #56657d;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bfd__purchase {
  margin-top: auto;
  padding-top: 8px;
}

.bfd__pricing {
  display: flex;
  gap: 7px 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

.bfd__prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.bfd__price {
  font-size: clamp(20px, 1.8vw, 29px);
  color: var(--bfd-accent);
  font-weight: 800;
  line-height: 1.2;
}

.bfd__prices s {
  font-size: 12px;
  color: #67758b;
}

.bfd__saving {
  background: #e8f1ff;
  color: #07459e;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 7px;
  border-radius: 4px;
}

.bfd__card .bfd__pricing {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 5px;
  min-height: 65px;
  margin-bottom: 8px;
}

.bfd__card .bfd__prices {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 2px;
}

.bfd__card .bfd__price {
  font-size: var(--bfd-sale-price-size);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.bfd__card .bfd__prices s {
  font-size: var(--bfd-compare-price-size);
  line-height: 1.3;
}

.bfd__card .bfd__saving {
  font-size: 9px;
  line-height: 1.4;
  padding: 3px 5px;
}

.bfd .bfd__card .bfd__button {
  min-height: 38px;
  padding: 9px 6px;
  font-size: 11px;
  gap: 8px;
  border-radius: 5px;
}

.bfd__card .bfd__button span {
  font-size: 17px;
}

.bfd__card .bfd__compare {
  font-size: 11px;
  padding-top: 5px;
  min-height: 34px;
  gap: 6px;
}

.bfd .bfd__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: #fff;
  background: var(--bfd-accent);
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.bfd__button span {
  font-size: 21px;
  line-height: 1;
}

.bfd__button:hover {
  filter: brightness(.94);
  transform: translateY(-1px);
  box-shadow: 0 5px 12px color-mix(in srgb, var(--bfd-accent) 28%, transparent);
}

/* Hover feedback is limited to mouse/trackpad devices so touch scrolling stays stable. */
@media (hover: hover) and (pointer: fine) {
  .bfd__card:not(.is-playing):hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--bfd-accent) 58%, #dbe5f4);
    box-shadow: 0 12px 26px #17386524;
  }

  .bfd__card:not(.is-playing):hover .bfd__photo img {
    transform: scale(calc(var(--bfd-image-scale) + .035));
  }

  .bfd__card:not(.is-playing):hover .bfd__name a {
    color: var(--bfd-accent);
  }

  .bfd .bfd__arrow:hover {
    border-color: var(--bfd-accent);
    color: var(--bfd-accent);
    box-shadow: 0 6px 16px #17386522;
  }
}

.bfd .bfd__button--disabled {
  background: #e1e6ee;
  color: #68748a;
}

.bfd__compare {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  padding-top: 14px;
  min-height: 42px;
}

.bfd input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  position: static;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--bfd-accent);
  flex-shrink: 0;
}

.bfd__tray {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid #dbe7f9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 25px #15488e12;
}

.bfd__count {
  font-size: 13px;
  white-space: nowrap;
}

.bfd__chips {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 4px;
  scrollbar-width: thin;
}

.bfd__chip {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 3px 6px;
  background: #f5f8ff;
  border: 1px solid #d4e1f5;
  border-radius: 7px;
  min-width: 0;
}

.bfd__chip img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.bfd__chip span {
  font-size: 12px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bfd__chip button {
  background: none;
  border: 0;
  color: #263b5d;
  width: 30px;
  height: 32px;
  font-size: 20px;
}

.bfd__tray > .bfd__button {
  width: auto;
  white-space: nowrap;
}

.bfd .bfd__text-button {
  border: 0;
  background: transparent;
  color: var(--bfd-accent);
  padding: 8px 0;
  font-size: 13px;
}

.bfd__dialog {
  padding: 0;
  border: 1px solid #dce5f2;
  border-radius: 16px;
  background: #fff;
  color: #071a37;
  width: min(1280px, calc(100vw - 48px));
  max-width: none;
  max-height: 90vh;
  max-height: 90dvh;
  margin: auto;
  overflow: auto;
  box-shadow: 0 24px 100px #00123140;
  font-family: inherit;
}

.bfd__dialog::backdrop {
  background: rgba(5, 20, 44, .67);
  backdrop-filter: blur(3px);
}

.bfd__dialog-header {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 25px 28px 18px;
  background: #fff;
  border-bottom: 1px solid #e3eaf5;
}

.bfd__dialog-header h2 {
  padding-right: 32px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.bfd .bfd__close {
  position: absolute;
  right: 17px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  font-size: 29px;
  line-height: 1;
  background: #f0f5fc;
  color: #152b4d;
}

.bfd__dialog-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.bfd__dialog-tools p {
  font-size: 13px;
  color: #63718a;
}

.bfd__differences {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  min-height: 32px;
}

.bfd__table-scroll {
  margin: 20px 28px 25px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid #dce5f3;
  border-radius: 10px;
}

.bfd__table {
  width: 100%;
  min-width: var(--bfd-table-min, 600px);
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  font-size: 13px;
  box-shadow: none;
}

.bfd__label-col {
  width: 160px;
}

.bfd__table th, .bfd__table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border: 0;
  border-right: 1px solid #e0e8f4;
  border-bottom: 1px solid #e0e8f4;
  color: #263953;
  overflow-wrap: anywhere;
  font-weight: 400;
}

.bfd__table td.bfd__cell--multiline {
  white-space: pre-line;
}

.bfd__table tr > :last-child {
  border-right: 0;
}

.bfd__table tfoot tr:last-child > * {
  border-bottom: 0;
}

.bfd__table thead th {
  padding: 0;
  background: #fff;
}

.bfd__table thead th:first-child {
  vertical-align: bottom;
  padding: 18px;
  font-size: 12px;
  color: #68768a;
}

.bfd__table tbody th {
  font-weight: 600;
  background: #fafcff;
}

.bfd__table tr.is-different > * {
  background: #eff5ff;
}

.bfd__table tr > :first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f7faff;
  box-shadow: 2px 0 4px #17335409;
}

.bfd__table thead tr > :first-child {
  z-index: 3;
}

.bfd__comparison-photo {
  height: 125px;
  background: linear-gradient(135deg, #f6faff, #e9f0fc);
  padding: 12px;
}

.bfd__comparison-photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}

.bfd .bfd__comparison-product h3 {
  font-size: 16px;
  line-height: 1.25;
  margin: 10px 14px 4px;
  font-weight: 800;
}

.bfd__comparison-product p {
  margin: 0 20px;
  font-size: 12px;
  color: #56677d;
}

.bfd__comparison-product button {
  margin: 4px 20px 10px;
}

.bfd__table .bfd__pricing {
  margin: 0;
}

.bfd__table .bfd__price {
  font-size: 18px;
}

.bfd__details {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  text-decoration: underline !important;
  color: var(--bfd-accent) !important;
}

.bfd .bfd__empty {
  padding: 0 28px 24px;
  color: #61718a;
  font-size: 13px;
}

.bfd .bfd__mobile-hint {
  margin: 12px 28px 0;
  font-size: 12px;
  color: #5c6f8a;
}

.bfd__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bfd__setup p {
  margin-top: 12px;
  font-size: 13px;
}

@media (min-width:1440px) {
  .bfd__card {
    flex-basis: calc((100% - 72px)/6.2);
  }
}

@media (min-width:750px) and (max-width:1099px) {
  .bfd__card {
    flex-basis: calc((100% - 36px)/3.5);
  }
}

@media (max-width:1099px) {
  .bfd__tray {
    flex-wrap: wrap;
  }
}

@media (max-width:749px) {
  .bfd {
    padding: calc(var(--bfd-space) * .7) 14px;
  }
  .bfd__inner {
    width: var(--bfd-mobile-width-percent);
  }
  .bfd__heading {
    margin-bottom: 16px;
  }
  .bfd__heading h2 {
    font-size: var(--bfd-heading-mobile-size);
    padding-inline: 4px;
  }
  .bfd__subtitle {
    font-size: 12px;
  }
  .bfd__urgency {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    margin-bottom: 14px;
    padding: 11px 10px;
    text-align: center;
  }
  .bfd__urgency-title {
    font-size: 11px;
  }
  .bfd__refresh-copy {
    display: none;
  }
  .bfd__countdown {
    gap: 5px;
  }
  .bfd__countdown > span {
    width: calc((100% - 15px)/4);
    max-width: 62px;
    min-height: 42px;
  }
  .bfd__countdown b {
    font-size: 17px;
  }
  .bfd__grid {
    gap: 10px;
  }
  .bfd__card {
    flex-basis: calc((100% - 10px)/1.9);
    border-radius: 9px;
  }
  .bfd .bfd__arrow {
    display: none;
  }
  .bfd__carousel-nav {
    margin-top: 8px;
  }
  .bfd__photo {
    padding: 8px;
  }
  .bfd__badge {
    top: 8px;
    left: 8px;
    min-width: 70px;
    padding: 5px 11px 5px 8px;
    font-size: 10px;
  }
  .bfd .bfd__watch {
    min-height: 44px;
    font-size: 10px;
    padding: 6px 8px;
  }
  .bfd .bfd__video-close {
    width: 44px;
    height: 44px;
  }
  .bfd__body {
    padding: 10px 8px;
  }
  .bfd .bfd__name {
    font-size: var(--bfd-card-title-mobile-size);
  }
  .bfd .bfd__category {
    font-size: 11px;
  }
  .bfd__purchase {
    padding-top: 7px;
  }
  .bfd__card .bfd__price {
    font-size: var(--bfd-sale-price-mobile-size);
  }
  .bfd__card .bfd__prices s {
    font-size: var(--bfd-compare-price-mobile-size);
  }
  .bfd .bfd__card .bfd__button {
    min-height: 44px;
    font-size: 10px;
    gap: 5px;
  }
  .bfd__card .bfd__compare {
    min-height: 44px;
  }
  .bfd__pricing {
    gap: 6px;
    margin-bottom: 12px;
  }
  .bfd__price {
    font-size: 20px;
  }
  .bfd__prices s {
    font-size: var(--bfd-compare-price-mobile-size);
  }
  .bfd__saving {
    font-size: 10px;
  }
  .bfd .bfd__button {
    padding: 11px 7px;
    min-height: 44px;
    font-size: 11px;
    gap: 8px;
  }
  .bfd__compare {
    font-size: 12px;
  }
  .bfd__tray {
    gap: 8px;
    padding: 10px;
  }
  .bfd__count {
    flex: 1;
    font-size: 12px;
  }
  .bfd__chips {
    order: 3;
    flex-basis: 100%;
  }
  .bfd__tray > .bfd__button {
    order: 0;
    width: auto;
    min-height: 44px;
    padding: 10px;
  }
  .bfd__chip {
    flex: 0 0 auto;
  }
  .bfd__chip button {
    min-width: 44px;
    min-height: 44px;
  }
  .bfd__chip img {
    width: 25px;
    height: 25px;
  }
  .bfd__chip span {
    max-width: 85px;
  }
  .bfd__dialog {
    width: calc(100vw - 16px);
    max-height: 94vh;
    max-height: 94dvh;
    border-radius: 13px;
  }
  .bfd__dialog-header {
    padding: 20px 15px 14px;
  }
  .bfd__dialog-header h2 {
    font-size: 18px;
  }
  .bfd__dialog-tools p {
    font-size: 12px;
  }
  .bfd .bfd__eyebrow {
    font-size: 11px;
  }
  .bfd__close {
    right: 9px;
    top: 9px;
  }
  .bfd__table-scroll {
    margin: 10px 12px 20px;
  }
  .bfd__table {
    min-width: var(--bfd-table-mobile-min, 392px);
    font-size: 12px;
  }
  .bfd__label-col {
    width: 96px;
  }
  .bfd__table th, .bfd__table td {
    padding: 10px 8px;
  }
  .bfd__table tr > :first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #f7faff;
    box-shadow: 2px 0 4px #17335409;
  }
  .bfd__table thead tr > :first-child {
    z-index: 3;
  }
  .bfd__comparison-photo {
    height: 105px;
  }
  .bfd .bfd__comparison-product h3 {
    margin: 10px 12px 4px;
    font-size: 14px;
  }
  .bfd__comparison-product p {
    margin-left: 12px;
    margin-right: 12px;
  }
  .bfd__comparison-product button {
    margin-left: 12px;
  }
  .bfd__table .bfd__price {
    font-size: 16px;
  }
  .bfd .bfd__mobile-hint {
    display: block;
    margin: 10px 16px 0;
    font-size: 11px;
    color: #5c6f8a;
  }
}

@media (prefers-reduced-motion:reduce) {
  .bfd *, .bfd *::before, .bfd *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* END_SECTION:betopper-flash-deals-v1 */

/* START_SECTION:betopper-sale-nav-v2 (INDEX:15) */
.bsc {
    display: block;
    color: var(--bsc-ink);
    background: var(--bsc-bg);
  }

  .bsc *,
  .bsc *::before,
  .bsc *::after {
    box-sizing: border-box;
  }

  .bsc button,
  .bsc a {
    -webkit-tap-highlight-color: transparent;
  }

  .bsc__section {
    padding-block: var(--bsc-top) var(--bsc-bottom);
    overflow: hidden;
  }

  .bsc__inner {
    width: min(calc(100% - (var(--bsc-side-space) * 2)), var(--bsc-max-width));
    margin-inline: auto;
  }

  .bsc__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: 24px;
  }

  .bsc__eyebrow {
    margin: 0 0 8px;
    color: var(--bsc-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .bsc__heading {
    max-width: 960px;
    margin: 0;
    color: var(--bsc-ink);
    font-size: clamp(34px, 4vw, var(--bsc-heading-size));
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .98;
    text-transform: uppercase;
  }

  .bsc__subtitle {
    margin: 10px 0 0;
    color: var(--bsc-muted);
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.45;
  }

  .bsc__offer-wrap {
    display: flex;
    align-items: center;
    gap: 26px;
    padding-bottom: 2px;
  }

  .bsc__ticket {
    position: relative;
    display: grid;
    min-width: 190px;
    min-height: 92px;
    place-content: center;
    padding: 14px 30px;
    border: 1.5px solid var(--bsc-accent);
    border-radius: 3px;
    color: var(--bsc-accent);
    text-align: center;
    background: var(--bsc-bg);
    clip-path: polygon(7% 0,93% 0,93% 9%,100% 9%,100% 91%,93% 91%,93% 100%,7% 100%,7% 91%,0 91%,0 9%,7% 9%);
  }

  .bsc__ticket strong,
  .bsc__ticket span {
    display: block;
    text-transform: uppercase;
  }

  .bsc__ticket strong {
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
  }

  .bsc__ticket span {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
  }

  .bsc__text-link,
  .bsc__view-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--bsc-accent);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .bsc__text-link span,
  .bsc__view-link span {
    font-size: 19px;
    transition: transform .2s ease;
  }

  .bsc__text-link:hover span,
  .bsc__view-link:hover span {
    transform: translateX(4px);
  }

  .bsc__discovery {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 18%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, var(--bsc-soft) 58%, var(--bsc-bg));
    box-shadow: 0 10px 34px color-mix(in srgb, var(--bsc-ink) 5%, transparent);
  }

  .bsc__mode-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(132px, 1fr));
    padding: 7px;
    border-right: 1px solid color-mix(in srgb, var(--bsc-accent) 14%, transparent);
  }

  .bsc__mode-button,
  .bsc__collection-button {
    min-height: 54px;
    border: 0;
    color: var(--bsc-ink);
    font: inherit;
    cursor: pointer;
  }

  .bsc__mode-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    background: transparent;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
  }

  .bsc__mode-button svg,
  .bsc__cart-button svg,
  .bsc__arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
  }

  .bsc__mode-button.is-active {
    color: #fff;
    background: var(--bsc-accent);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--bsc-accent) 24%, transparent);
  }

  .bsc__collection-groups {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    min-width: 0;
    overflow: hidden;
  }

  .bsc__collection-tabs {
    display: flex;
    height: 100%;
    overflow-x: auto;
    padding-inline: 42px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .bsc__collection-tabs.is-centered {
    justify-content: center;
    padding-inline: 0;
  }

  .bsc__collection-groups.is-navigation-fitted .bsc__nav-arrow {
    display: none;
  }

  .bsc__collection-groups.is-navigation-fitted {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .bsc__collection-tabs::-webkit-scrollbar,
  .bsc__products::-webkit-scrollbar {
    display: none;
  }

  .bsc__collection-tabs[hidden],
  .bsc__panel[hidden],
  .bsc__mode-source[hidden],
  .bsc__editor-empty[hidden] {
    display: none !important;
  }

  .bsc__mode-source,
  .bsc__collection-source,
  .bsc__theme-block {
    display: contents;
  }

  .bsc__mode-source[data-mode-source="scene"] {
    display: none !important;
  }

  .bsc__collection-button {
    position: relative;
    display: flex;
    width: 142px;
    min-height: 96px;
    flex: 0 0 142px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 12px;
    border-right: 1px solid color-mix(in srgb, var(--bsc-accent) 12%, transparent);
    background: transparent;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    scroll-snap-align: start;
    transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
  }

  .bsc__collection-button::after {
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    background: var(--bsc-category-active);
    content: '';
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .2s ease, transform .2s ease;
  }

  .bsc__collection-button.is-active {
    color: var(--bsc-category-active);
    background: color-mix(in srgb, var(--bsc-category-active) 4%, transparent);
  }

  .bsc__collection-button.is-active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  @media (hover: hover) and (pointer: fine) {
    .bsc__collection-button:not(.is-active):hover {
      z-index: 1;
      border-right-color: transparent;
      color: #fff;
      background: linear-gradient(145deg, color-mix(in srgb, var(--bsc-category-hover) 90%, #fff), var(--bsc-category-hover));
      box-shadow: 0 8px 14px color-mix(in srgb, var(--bsc-category-hover) 24%, transparent);
      transform: translateY(-3px);
    }

  }

  .bsc__collection-visual {
    display: flex;
    width: 58px;
    height: 52px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .bsc__collection-label {
   display: flex;
   width: 100%;
   min-height: 24px;
   align-items: center;
   justify-content: center;
   text-align: center;
  }

  .bsc__collection-visual svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
  }

  .bsc__collection-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .bsc__nav-arrow {
    position: absolute;
    z-index: 6;
    top: 50%;
    display: grid;
    width: 36px;
    height: 52px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 18%, transparent);
    border-radius: 8px;
    color: var(--bsc-accent);
    background: color-mix(in srgb, var(--bsc-bg) 42%, transparent);
    box-shadow: 0 4px 18px color-mix(in srgb, var(--bsc-ink) 6%, transparent);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .2s ease;
  }

  .bsc__nav-arrow svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .bsc__nav-arrow--prev {
    left: 4px;
  }

  .bsc__nav-arrow--next {
    right: 4px;
  }

  .bsc__nav-arrow:disabled {
    pointer-events: none;
    opacity: 0;
  }

  .bsc__panels {
    margin-top: 26px;
  }

  .bsc__panel {
    width: 100%;
    max-width: 100%;
    padding: 20px 18px 14px;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 14%, transparent);
    border-radius: 12px;
    background: var(--bsc-product-area);
    view-transition-name: bsc-panel;
  }

  .bsc__shelf-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
  }

  .bsc__shelf-title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 18px;
  }

  .bsc__shelf-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .bsc__shelf-title h3 {
    margin: 0;
    color: var(--bsc-ink);
    font-size: clamp(22px, 2vw, 31px);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1;
    text-transform: uppercase;
  }

  .bsc__shelf-meta > span {
    color: var(--bsc-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .bsc__shelf-title .bsc__view-link {
    min-height: 28px;
    padding: 6px 10px;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 42%, transparent);
    border-radius: 999px;
    color: var(--bsc-accent);
    background: color-mix(in srgb, var(--bsc-accent) 7%, #fff);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .05em;
    line-height: 1;
  }

  .bsc__shelf-title .bsc__view-link span {
    color: currentColor;
    font-size: 14px;
  }

  .bsc__slider-shell {
    position: relative;
  }

  .bsc__products {
    display: grid;
    grid-auto-columns: var(--bsc-desktop-card-width);
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .bsc__product {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    flex-direction: column;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 16%, transparent);
    border-radius: 10px;
    background: var(--bsc-card);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--bsc-ink) 5%, transparent);
    scroll-snap-align: start;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }

  .bsc__product:hover,
  .bsc__product:focus-within {
    border-color: color-mix(in srgb, var(--bsc-accent) 42%, transparent);
    box-shadow: 0 16px 34px color-mix(in srgb, var(--bsc-ink) 12%, transparent);
    transform: translateY(-2px);
  }

  .bsc__product-overlay-link {
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: inherit;
  }

  .bsc__product-media {
    position: relative;
    display: flex;
    height: 232px;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    background: var(--bsc-card);
  }

  .bsc__product-media::after {
    display: none;
  }

  .bsc__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 16px 16px color-mix(in srgb, var(--bsc-ink) 16%, transparent));
    transform: scale(var(--bsc-product-scale));
  }

  .bsc__channel {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: color-mix(in srgb, var(--bsc-accent) 78%, #fff);
    font-size: 10px;
    letter-spacing: .26em;
  }

  .bsc__channel::before,
  .bsc__channel::after {
    width: 34%;
    border-top: 1px dotted color-mix(in srgb, var(--bsc-accent) 60%, transparent);
    content: '';
  }

  .bsc__channel span {
    padding-inline: 11px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
  }

  .bsc__product-info {
    position: relative;
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    margin: 0;
    padding: 15px 16px 14px;
    border: 0;
    border-radius: 0;
    background: var(--bsc-card);
    box-shadow: none;
    clip-path: none;
  }

  .bsc__product:hover .bsc__product-info {
    transform: none;
    box-shadow: none;
  }

  .bsc__product-title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 0;
    margin: 0;
    color: var(--bsc-ink);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .bsc__price-row {
    display: block;
    margin-top: 9px;
  }

  .bsc__prices {
    display: grid;
    gap: 3px;
  }

  .bsc__prices s {
    color: var(--bsc-compare-price);
    font-size: 11px;
  }

  .bsc__prices strong {
    color: var(--bsc-sale-price);
    font-size: clamp(17px, 1.5vw, 23px);
    font-weight: 900;
    line-height: 1;
  }

  .bsc__quick-form {
    flex: 0 0 auto;
    margin: 0;
  }

  .bsc__cart-button {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 34%, transparent);
    border-radius: 8px;
    color: var(--bsc-accent);
    background: color-mix(in srgb, var(--bsc-accent) 15%, transparent);
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
  }

  .bsc__cart-button:hover,
  .bsc__cart-button:focus-visible,
  .bsc__cart-button:active,
  .bsc__cart-button.is-added {
    border-color: var(--bsc-accent);
    color: #fff;
    background: var(--bsc-accent);
  }

  .bsc__cart-button:disabled {
    cursor: not-allowed;
    opacity: .35;
  }

  .bsc__cart-state {
    position: absolute;
    display: none;
    font-size: 20px;
    font-weight: 800;
  }

  .bsc__cart-button.is-added svg {
    display: none;
  }

  .bsc__cart-button.is-added .bsc__cart-state {
    display: block;
  }

  .bsc__meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    margin-top: 8px;
  }

  .bsc__saving,
  .bsc__sold-out {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 4px 9px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
  }

  .bsc__saving {
    color: var(--bsc-accent);
    background: color-mix(in srgb, var(--bsc-accent) 10%, transparent);
  }

  .bsc__action-row {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
  }

  .bsc__shop-button {
    display: inline-flex;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-inline: 12px;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 34%, transparent);
    border-radius: 7px;
    color: var(--bsc-accent);
    background: color-mix(in srgb, var(--bsc-accent) 15%, transparent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
  }

  .bsc__shop-button:hover,
  .bsc__shop-button:focus-visible,
  .bsc__shop-button:active {
    border-color: var(--bsc-accent);
    color: #fff;
    background: var(--bsc-accent);
  }

  .bsc__shop-button span {
    font-size: 17px;
    line-height: 1;
  }

  .bsc__sold-out {
    color: var(--bsc-muted);
    background: color-mix(in srgb, var(--bsc-muted) 10%, transparent);
  }

  .bsc__arrow {
    position: absolute;
    z-index: 5;
    top: 44%;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 14%, transparent);
    border-radius: 50%;
    color: var(--bsc-accent);
    background: color-mix(in srgb, var(--bsc-card) 42%, transparent);
    box-shadow: 0 8px 22px color-mix(in srgb, var(--bsc-ink) 7%, transparent);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transform: translateY(-50%);
  }

  .bsc__arrow--prev {
    left: -18px;
  }

  .bsc__arrow--next {
    right: -18px;
  }

  .bsc__arrow:disabled {
    pointer-events: none;
    opacity: 0;
  }

  .bsc__progress {
    height: 3px;
    margin: 8px 16px 0;
    overflow: hidden;
    border-radius: 99px;
    background: color-mix(in srgb, var(--bsc-accent) 13%, transparent);
  }

  .bsc__progress span {
    display: block;
    width: 24%;
    height: 100%;
    border-radius: inherit;
    background: var(--bsc-accent);
    transform-origin: left center;
    transition: transform .15s linear;
  }

  .bsc__empty,
  .bsc__editor-empty {
    padding: 30px;
    border: 1px dashed color-mix(in srgb, var(--bsc-accent) 30%, transparent);
    border-radius: 10px;
    color: var(--bsc-muted);
    background: var(--bsc-soft);
  }

  .bsc__editor-empty {
    display: grid;
    gap: 4px;
  }

  .bsc__collection-source--empty {
    padding: 18px;
    border: 1px dashed color-mix(in srgb, var(--bsc-accent) 28%, transparent);
    border-radius: 10px;
    color: var(--bsc-muted);
  }

  .bsc__variant-dialog {
    width: min(560px, calc(100vw - 32px));
    max-width: none;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 16px;
    color: var(--bsc-ink);
    background: transparent;
  }

  .bsc__variant-dialog::backdrop {
    background: rgba(2, 14, 42, .58);
    backdrop-filter: blur(4px);
  }

  .bsc__variant-sheet {
    position: relative;
    padding: 24px;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 18%, transparent);
    border-radius: 16px;
    background: var(--bsc-card);
    box-shadow: 0 26px 80px rgba(2, 14, 42, .28);
  }

  .bsc__variant-close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 18%, transparent);
    border-radius: 50%;
    color: var(--bsc-ink);
    background: color-mix(in srgb, var(--bsc-card) 70%, transparent);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .bsc__variant-summary {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding-right: 34px;
  }

  .bsc__variant-image {
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 10px;
    object-fit: contain;
    background: color-mix(in srgb, var(--bsc-soft) 65%, var(--bsc-card));
  }

  .bsc__variant-kicker {
    margin: 0 0 6px;
    color: var(--bsc-accent);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .bsc__variant-summary h3 {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.12;
  }

  .bsc__variant-summary s {
    display: block;
    color: var(--bsc-compare-price);
    font-size: 12px;
  }

  .bsc__variant-summary strong {
    display: block;
    margin-top: 2px;
    color: var(--bsc-sale-price);
    font-size: 24px;
    font-weight: 900;
  }

  .bsc__variant-options {
    display: grid;
    gap: 18px;
    margin-top: 22px;
  }

  .bsc__variant-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .bsc__variant-fieldset legend {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 850;
  }

  .bsc__variant-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .bsc__variant-value {
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid color-mix(in srgb, var(--bsc-accent) 24%, transparent);
    border-radius: 7px;
    color: var(--bsc-ink);
    background: color-mix(in srgb, var(--bsc-accent) 5%, var(--bsc-card));
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
  }

  .bsc__variant-value.is-selected {
    border-color: var(--bsc-accent);
    color: #fff;
    background: var(--bsc-accent);
  }

  .bsc__variant-value:disabled {
    cursor: not-allowed;
    opacity: .32;
    text-decoration: line-through;
  }

  .bsc__variant-message {
    min-height: 18px;
    margin: 12px 0 0;
    color: var(--bsc-muted);
    font-size: 11px;
  }

  .bsc__variant-submit {
    width: 100%;
    min-height: 48px;
    margin-top: 4px;
    border: 1px solid var(--bsc-accent);
    border-radius: 8px;
    color: #fff !important;
    background: var(--bsc-accent) !important;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    cursor: pointer;
    text-transform: uppercase;
  }

  .bsc__variant-submit:disabled {
    cursor: not-allowed;
    color: var(--bsc-ink) !important;
    background: var(--bsc-soft) !important;
    opacity: 1;
  }

  .bsc__status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

  .bsc :focus-visible {
    outline: 3px solid color-mix(in srgb, var(--bsc-accent) 35%, transparent);
    outline-offset: 3px;
  }

  @media (max-width: 989px) {
    .bsc__header {
      align-items: center;
    }

    .bsc__offer-wrap {
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
    }

    .bsc__discovery {
      grid-template-columns: 1fr;
    }

    .bsc__mode-switch {
      border-right: 0;
      border-bottom: 1px solid color-mix(in srgb, var(--bsc-accent) 14%, transparent);
    }

    .bsc__products {
      grid-auto-columns: calc((100% - 24px) / 3);
    }

    .bsc__panel {
      width: 100%;
    }
  }

  @media (max-width: 749px) {
    .bsc__variant-dialog {
      width: 100%;
      max-height: 88dvh;
      margin: auto 0 0;
      overflow: visible;
      border-radius: 18px 18px 0 0;
    }

    .bsc__variant-sheet {
      max-height: 88dvh;
      padding: 20px 16px calc(18px + env(safe-area-inset-bottom));
      overflow-y: auto;
      border-radius: 18px 18px 0 0;
    }

    .bsc__variant-summary {
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 12px;
    }

    .bsc__variant-image {
      width: 82px;
      height: 82px;
    }

    .bsc__variant-summary h3 {
      font-size: 17px;
    }

    .bsc__variant-summary strong {
      font-size: 20px;
    }

    .bsc__inner {
      width: min(calc(100% - min(28px, var(--bsc-side-space) * 2)), var(--bsc-max-width));
    }

    .bsc__header {
      position: relative;
      display: block;
      min-height: 108px;
      margin-bottom: 10px;
      padding-right: 112px;
    }

    .bsc__eyebrow {
      margin-bottom: 7px;
      font-size: 10px;
    }

    .bsc__heading {
      font-size: var(--bsc-heading-mobile-size);
      line-height: .94;
    }

    .bsc__subtitle {
      display: -webkit-box;
      margin-top: 9px;
      overflow: hidden;
      font-size: 12px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }

    .bsc__offer-wrap {
      position: static;
      display: block;
    }

    .bsc__ticket {
      position: absolute;
      top: 8px;
      right: 0;
      min-width: 102px;
      min-height: 68px;
      padding: 10px 12px;
    }

    .bsc__ticket strong {
      font-size: 20px;
    }

    .bsc__ticket span {
      margin-top: 4px;
      font-size: 8px;
    }

    .bsc__text-link {
      margin-top: 14px;
      font-size: 11px;
    }

    .bsc__discovery {
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    .bsc__mode-switch {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding: 4px;
      border: 1px solid color-mix(in srgb, var(--bsc-accent) 18%, transparent);
      border-radius: 10px;
      background: var(--bsc-soft);
    }

    .bsc__mode-button {
      min-height: 50px;
      padding-inline: 8px;
      font-size: 11px;
    }

    .bsc__collection-groups {
      margin-top: 4px;
      overflow: hidden;
    }

    .bsc__collection-tabs {
      gap: 8px;
      margin-inline: -14px;
      padding-inline: 34px;
    }

    .bsc__collection-tabs.is-centered {
      margin-inline: 0;
      padding-inline: 0;
    }

    .bsc__collection-button {
      width: 112px;
      min-height: 90px;
      flex: 0 0 112px;
      padding: 6px 8px;
      border: 1px solid color-mix(in srgb, var(--bsc-accent) 15%, transparent);
      border-radius: 8px;
      background: var(--bsc-bg);
      font-size: 9px;
    }

    .bsc__collection-button::after {
      display: none;
    }

    .bsc__collection-button.is-active {
      border-color: var(--bsc-accent);
      background: color-mix(in srgb, var(--bsc-accent) 6%, var(--bsc-bg));
    }

    .bsc__collection-visual {
      width: 50px;
      height: 45px;
    }

    .bsc__nav-arrow {
      width: 30px;
      height: 44px;
    }

    .bsc__panels {
      margin-top: 24px;
    }

    .bsc__shelf-head {
      gap: 12px;
      margin-bottom: 8px;
    }

    .bsc__shelf-title {
      display: grid;
      gap: 4px;
    }

    .bsc__shelf-title h3 {
      max-width: 200px;
      overflow: hidden;
      font-size: 24px;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .bsc__shelf-meta > span,
    .bsc__shelf-title .bsc__view-link {
      font-size: 10px;
    }

    .bsc__products {
      grid-auto-columns: calc((100% - 10px) / 2);
      gap: 10px;
      margin-inline: -8px;
      padding-inline: 8px;
      scroll-padding-inline: 8px;
    }

    .bsc__product {
      padding-inline: 0;
      overflow: hidden;
      border: 1px solid color-mix(in srgb, var(--bsc-accent) 13%, transparent);
      border-radius: 10px;
      background: var(--bsc-card);
    }

    .bsc__product-media {
      height: clamp(160px, 45vw, 220px);
      padding: 0;
      border: 0;
      border-radius: 0;
    }

    .bsc__product-info {
      min-height: 0;
      margin: 0;
      padding: 12px 10px 10px;
    }

    .bsc__product-title {
      min-height: 0;
      font-size: 16px;
      line-height: 1.2;
    }

    .bsc__price-row {
      margin-top: 7px;
    }

    .bsc__prices strong {
      font-size: 17px;
    }

    .bsc__saving,
    .bsc__sold-out {
      padding-inline: 7px;
      font-size: 9px;
    }

    .bsc__action-row {
      grid-template-columns: minmax(0, 1fr) 38px;
      gap: 6px;
      padding-top: 9px;
    }

    .bsc__shop-button {
      min-height: 38px;
      gap: 6px;
      padding-inline: 7px;
      font-size: 10px;
    }

    .bsc__cart-button {
      width: 38px;
      height: 38px;
    }

    .bsc__arrow {
      display: none;
    }

    .bsc__progress {
      margin-top: 12px;
      margin-inline: 2px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .bsc *,
    .bsc *::before,
    .bsc *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
    }
  }
/* END_SECTION:betopper-sale-nav-v2 */

/* START_SECTION:tuwenlunbo (INDEX:115) */
{{ 'feature-carousel.css' | asset_url | stylesheet_tag }}
/* END_SECTION:tuwenlunbo */