:root {
  --fd: var(--mgk-font);
  --fs: var(--mgk-font);

  --g: #165DFF;
  --g-h: #0E3B81;
  --g-d: #0A2A5C;
  --g-t: #EEF2FF;
  --g-t2: #F5F8FF;
  --ink: #191817;
  --ink-2: #54524D;
  --ink-3: #8A8780;
  --line: rgba(25, 24, 23, 0.13);
  --line-2: rgba(25, 24, 23, 0.06);
  --line-d: rgba(25, 24, 23, 0.22);
  --red: #D0342C;
  --red-t: #FCEBE9;
  --amb: #D9962A;
  --amb-t: #FCF2DE;
  --green: #15774A;
  --green-t: #E7F1E9;
  --paper: #FFFFFF;
  --wash: #FAF9F7;
  --warm: #FCF2DE;
  --r: 8px;
  --r-b: 8px;
  --r-s: 5px;
  --wrap: 1600px;

  --gut: 24px;
  --e: cubic-bezier(0.25, 0.8, 0.35, 1);
  --t1: 150ms;
  --t2: 260ms;
}

.dealpage {
  background: var(--wash);
  min-height: 100vh;
  font-family: var(--fs);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 60px;
}

.dealpage *,
.dealpage *::before,
.dealpage *::after {
  box-sizing: border-box;
}

.dealpage .wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gut);
}

.dealpage .wrap.pg {
  max-width: none;
  padding-top: 24px;
  padding-bottom: 40px;
}

.dealpage .num {
  font-variant-numeric: tabular-nums;
}

.dealpage .mut {
  color: var(--ink-3);
}

.dealpage .eb {
  font-size: 11.5px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: 4px;
}

.dealpage .fd-crumb-wrap {
  padding-top: 24px;
}

.dealpage .crumb {
  font-size: 13px;
  color: var(--ink-3);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dealpage .crumb a {
  color: inherit;
  text-decoration: none;
  transition: color var(--t1);
}

.dealpage .crumb a:hover {
  color: var(--g);
}

.dealpage .crumb span {
  color: var(--ink);
  font-weight: 600;
}

.fd-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: var(--gut);
  align-items: start;
  margin: 12px 0 24px;
}

.fd-layout--full {
  display: block;
}

.fd-side {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-b);
  padding: 20px;
  box-sizing: border-box;
  position: sticky;
  top: 24px;
}

#fd-sheet-filters .mgk-catmenu__head,
#fd-sheet-filters .mgk-catmenu__backdrop,
#fd-sheet-filters .fd-sheet__foot,
#fd-sheet-sort,
.fd-filter-bar,
.fd-deal-count,
.fd-filter-pill {
  display: none;
}

#fd-sheet-filters {
  display: block;
}

.fd-side input[type="checkbox"],
.fd-side input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.fd-side__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
}

.fd-side__head h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}

.fd-side__clear {
  border: 0;
  background: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--g);
  text-decoration: none;
}

.fd-side__clear:hover {
  text-decoration: underline;
}

.fd-side .fgroup {
  border-top: 1px solid var(--line-2);
  padding-top: 14px;
  margin-top: 14px;
}

.fd-side .fgroup:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.fd-side .fgroup__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
}

.fd-side .fitem-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fd-side .fitem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  text-decoration: none;
}

.fd-side .fitem__box {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1.5px solid var(--line-d);
  background: var(--paper);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.fd-side .fitem__box svg {
  opacity: 0;
  color: #FFFFFF;
}

.fd-side .fitem.is-on .fitem__box {
  background: var(--g);
  border-color: var(--g);
}

.fd-side .fitem.is-on .fitem__box svg {
  opacity: 1;
}

.fd-side .fitem__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  flex: 1;
}

.fd-side .fitem__n {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
}

.fd-side .fitem:hover .fitem__label {
  color: var(--g);
}

.fd-side .cert {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fd-side .cert__btn {
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.fd-side .cert__btn:hover {
  border-color: var(--line-d);
  color: var(--ink);
}

.fd-side .cert__btn.is-on {
  background: var(--g);
  border-color: var(--g);
  color: #FFFFFF;
}

.fd-side .switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
  text-decoration: none;
}

.fd-side .switch__t {
  width: 38px;
  height: 22px;
  border-radius: 11px;
  background: var(--line-2);
  position: relative;
  transition: background var(--t1);
  flex: 0 0 auto;
}

.fd-side .switch__t::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: left var(--t1);
}

.fd-side .switch.is-on .switch__t {
  background: var(--g);
}

.fd-side .switch.is-on .switch__t::after {
  left: 19px;
}

.dband {

  --dband-fg: var(--ink);
  --dband-fg-2: var(--ink-2);
  --dband-accent: var(--g);

  position: relative;
  overflow: hidden;
  margin-top: 38px;
  height: 176px;
  min-height: 176px;
  max-height: 176px;
  background: var(--g-t);
  border-top: 1px solid rgba(22, 93, 255, 0.14);
  border-bottom: 1px solid rgba(22, 93, 255, 0.14);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 0 20px;
}

.dband__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.dband__scrim {
  position: absolute;
  inset: 0;

  background: linear-gradient(90deg,
    rgba(6, 25, 55, .82) 0%,
    rgba(6, 25, 55, .70) 55%,
    rgba(6, 25, 55, .78) 100%);
  z-index: 1;
}

.dband:not(.dband--photo) .dband__bg,
.dband:not(.dband--photo) .dband__scrim {
  display: none;
}

.dband .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gut);
  box-sizing: border-box;
}

.dband-in {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 64px;
}

.dband-lock {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: none;
}

.dband-mall {
  background: var(--g);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 6px;
}

.dband-lock b {
  font-size: 22px;
  font-weight: 800;
  color: var(--g);
  letter-spacing: -0.01em;
}

.dband-lock em {
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  color: var(--g);
}

.dband-m {
  flex: 1;
  min-width: 280px;
}

.dband-m .dband-eyebrow {
  margin: 0 0 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dband-accent);
}

.dband-m h1 {
  font-family: var(--fd);
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--dband-fg);
  margin: 0;
}

.dband-m h1 b {
  color: var(--dband-accent);
}

.dband-m p {
  margin: 4px 0 0;
  font-size: 12.5px;
  color: var(--dband-fg-2);
}

.dband-r {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  margin-left: auto;
}

.dband-lbl {
  font-size: 8.5px;
  font-weight: 800;
  color: var(--dband-accent);
  letter-spacing: 0.08em;
  text-align: right;
  line-height: 1.25;
  width: 34px;
}

.dband-clock {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dband-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.dband-cell b {
  min-width: 42px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #B3CBFF;
  border-radius: 7px;
  color: var(--g);
  font-size: 15px;
  font-weight: 800;
}

.dband-cell.solid b {
  background: var(--g);
  border-color: var(--g);
  color: #FFFFFF;
}

.dband-cell em {
  font-style: normal;
  font-size: 7px;
  font-weight: 800;
  color: var(--g);
  letter-spacing: 0.06em;
}

.dband-col {
  color: var(--dband-accent);
  font-weight: 800;
  font-size: 15px;
  margin-top: -10px;
}

.dband-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 40px;
}

.dband-btn {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--g);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  transition: background var(--t1);
}

.dband-btn:hover {
  background: var(--g-h);
  color: #FFFFFF;
}

.dband-save {
  font-size: 12.5px;
  color: var(--ink-2);
}

.dband-save b {
  color: var(--ink);
}

.dband.dband--photo {
  --dband-fg: #FFFFFF;
  --dband-fg-2: rgba(255, 255, 255, 0.85);
  --dband-accent: #FFFFFF;

  height: auto;
  min-height: 320px;
  max-height: none;
  margin: 38px var(--gut) 0;
  border-radius: 12px;
  padding: 40px 0;

  justify-content: center;
}

.dband--photo .dband-lock,
.dband--photo .dband-cta {
  display: none;
}

.dband--photo .dband-in {
  flex-direction: column;
  max-width: 660px;
  height: auto;
  gap: 10px;

  margin: 0;
}

.dband--photo .dband-r {
  margin-left: 0;
}

.dband--photo .dband-m h1 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
}

.dband--photo .dband-cell b {
  min-width: 48px;
  height: 42px;
  border-radius: 10px;
  font-size: 19px;
  background: var(--red);
  border-color: var(--red);
  color: #FFFFFF;
}

.dband--photo .dband-cell.solid b {
  background: var(--red);
  border-color: var(--red);
}

.dband--photo .dband-cell em {
  color: rgba(255, 255, 255, 0.85);
}

.sh {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 32px 0 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.sh h2 {
  font-family: var(--fd);
  font-size: 22px;
  font-weight: 800 !important;
  color: var(--mgk-text);
  margin: 0;
}

.sh p {
  font-size: 13px;
  color: var(--ink-2);
  margin: 4px 0 0;
}

.sh-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--g);
  text-decoration: none;
  transition: color var(--t1);
  white-space: nowrap;
}

.sh-link:hover {
  color: var(--g-h);
  text-decoration: underline;
}

.sh .mgk-sale__sort {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.sh .mgk-sale__sort-label {
  font-size: 13.5px;
  color: var(--ink-2);
  font-weight: 500;
}

.sh .mgk-sale__sort-select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 38px;
  line-height: 20px;
  border: 1px solid var(--line-d);
  color: var(--ink);
  background-color: var(--paper);
  border-radius: 999px;
  padding: 0 36px 0 14px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23191817' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px;
  transition: border-color var(--t1);
}

.sh .mgk-sale__sort-select:hover,
.sh .mgk-sale__sort-select:focus {
  border-color: var(--g);
  outline: none;
}

.grid {
  display: grid;
  gap: 20px;
}

.fd-empty {
  padding: 48px 24px;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-b);
}

.fd-empty b {
  display: block;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 6px;
}

.fd-empty p {
  margin: 0;
  font-size: 13.5px;
  color: var(--ink-2);
}

.grid.g4 {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  width: 100%;
}

.mgk-sale__deal-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mgk-sale__deal-wrap .mgk-flashcard {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 367px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.mgk-sale__deal-wrap .mgk-prod {
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  background: var(--paper);

  border-radius: var(--r);
  transition: transform var(--t2) var(--e), border-color var(--t1), box-shadow var(--t2);
}

.mgk-sale__progress {
  border-top: none !important;
  border-bottom: none !important;
  padding: 4px 0 6px !important;
}

.pc-img {
  position: relative;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-s);
  overflow: hidden;
  margin-bottom: 10px;
  background: #F8F7F4;
}

.pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t2) var(--e);
}

.pc:hover .pc-img img {
  transform: scale(1.05);
}

.wish {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);

  color: var(--ink-3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all var(--t1);
}

.wish:hover {
  background: #FFFFFF;
  color: var(--red);
  transform: scale(1.1);
}

.bgs {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}

.chip {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.chip-g { background: var(--green-t); color: var(--green); }
.chip-a { background: var(--amb-t); color: var(--amb); }
.chip-r { background: var(--red-t); color: var(--red); }

.pc-cat {
  font-size: 11.5px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.pc h3 {
  font-family: var(--fs);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.32;
  margin: 4px 0 6px;
  letter-spacing: -0.015em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.64em;
}

.pc h3 a {
  color: var(--ink);
  text-decoration: none;
}

.pc h3 a:hover {
  color: var(--g);
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--amb);
  font-size: 11.5px;
  margin-bottom: 6px;
}

.stars svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.stars .count {
  color: var(--ink-3);
  margin-left: 4px;
}

.pc-by {
  font-size: 11.5px;
  color: var(--ink-3);
  margin-bottom: 8px;
}

.pc-by b {
  color: var(--g);
  font-weight: 600;
}

.burn {
  margin-bottom: 12px;
}

.burn-r {
  width: 100%;
  height: 5px;
  background: var(--line-2);
  border-radius: 999px;
  overflow: hidden;
}

.burn-f {
  height: 100%;
  background: var(--green);
  border-radius: 999px;
  transition: width 0.4s var(--e);
}

.burn.hot .burn-f {
  background: var(--red);
}

.burn-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10.5px;
  margin-top: 4px;
}

.burn-t span {
  color: var(--ink-3);
}

.burn-t b {
  color: var(--ink-2);
}

.pc-ft {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line-2);
}

.pz {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
}

.pz.sale {
  color: var(--red);
}

.s {
  font-size: 12px;
  color: var(--ink-3);
  text-decoration: line-through;
  font-weight: 400;
}

.ex {
  font-size: 10.5px;
  color: var(--ink-3);
  display: block;
}

.add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 36px;
  padding: 0 16px;
  border-radius: var(--r-b);
  border: 1px solid var(--line-d);
  background: var(--paper);
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--t1);
  white-space: nowrap;
}

.add:hover {
  background: var(--g);
  border-color: var(--g);
  color: #FFFFFF;
}

.add:active {
  transform: scale(0.97);
}

.add.added {
  background: var(--green) !important;
  border-color: var(--green) !important;
  color: #FFFFFF !important;
}

.add.dis {
  opacity: 0.5;
  pointer-events: none;
  background: var(--wash);
}

.ended {
  margin-top: 48px;
  padding-top: 12px;
}

.ended .pc {
  opacity: 0.85;
}

.ended .pc:hover {
  opacity: 1;
}

.coll-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 16px;
}

.coll {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: var(--mgk-season-banner-ratio);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--ink);
  text-decoration: none;
  transition: transform var(--t2) var(--e), box-shadow var(--t2);
}

.coll:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -12px rgba(25, 24, 23, 0.35);
}

.coll-grid .coll > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--e);
}

.coll:hover > img {
  transform: scale(1.06);
}

.coll::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 20, 12, 0.9) 0%, rgba(12, 20, 12, 0.45) 45%, rgba(12, 20, 12, 0.05) 80%);
}

.coll-c {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #FFFFFF;
}

.coll-c b {
  display: block;
  font-family: var(--fd);
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.01em;
}

.coll-c em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
}

.coll-l {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 1px;
}

.fd-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: currentColor;
  animation: fdSpin 0.6s linear infinite;
}

@keyframes fdSpin {
  to { transform: rotate(360deg); }
}

.fd-pagination {
  margin: 36px 0 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.fd-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fd-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 14px;
  border: none;
  border-radius: var(--r-s);
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  transition: all var(--t1);
  box-sizing: border-box;
}

.fd-pagination a.page-numbers:hover {
  background: var(--paper-2);
  color: var(--g);
}

.fd-pagination .page-numbers.current {
  background: var(--g);
  color: #FFFFFF;
  font-weight: 700;
}

.fd-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  color: var(--ink-3);
}

.fd-pagination-m {
  display: none;
}

@media (max-width: 1200px) {
  .grid.g4 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .grid.g4 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 14px;
  }
  .coll-grid {
    grid-template-columns: 1fr;
  }
  .dband-in {
    gap: 16px;
  }
  .fd-layout {
    grid-template-columns: 1fr;
  }
  .fd-side {
    position: static;
  }
}

@media (max-width: 640px) {

  :root {
    --g: #315CF5;
    --ink: #142139;
    --red: #D8543E;
  }
  .dealpage .wrap.pg {
    padding-top: 8px;
  }

  .dband {
    margin: 0 var(--gut) 14px !important;
    color: #fff !important;
    background: #22352f !important;
    border-radius: 16px !important;
    position: relative !important;
    overflow: hidden !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    padding: 15px 16px 12px !important;
    display: block !important;
  }
  .dband__bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 34% !important;
    opacity: .34 !important;
    z-index: 0 !important;
    display: block !important;
  }
  .dband__scrim {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(105deg, #243746df 5%, #24374669 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
    display: block !important;
  }
  .dband-in {
    position: relative !important;
    z-index: 2 !important;
    padding: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
  }
  .dband-lock {
    display: none !important;
  }
  .dband-m {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .dband-m .dband-eyebrow {
    text-transform: uppercase !important;
    letter-spacing: .8px !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    display: flex !important;
    color: #fff !important;
    margin: 0 0 6px !important;
    line-height: 1.2 !important;
  }
  .dband-eyebrow__zap {
    width: 13px !important;
    height: 13px !important;
    fill: currentColor !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
  }
  .dband-m h1 {
    letter-spacing: -.6px !important;
    max-width: 325px !important;
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #fff !important;
  }
  .dband-m h1 b {
    color: #fff !important;
    font-weight: 700 !important;
  }
  .dband-m p:not(.dband-eyebrow),
  .dband-sub {
    display: none !important;
  }
  .dband-r {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .dband-lbl {
    color: #e9eef2 !important;
    max-width: 25px !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    width: auto !important;
  }
  .dband-clock {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dband-col {
    display: none !important;
  }
  .dband-cell {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dband-cell b,
  .dband--photo .dband-cell b,
  .dband-cell.solid b,
  .dband--photo .dband-cell.solid b {
    color: #fff !important;
    background: #dc543e !important;
    border: none !important;
    border-radius: 6px !important;
    min-width: 26px !important;
    height: 28px !important;
    padding: 0 4px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: grid !important;
    place-items: center !important;
    font-variant-numeric: tabular-nums !important;
    box-sizing: border-box !important;
  }
  .dband-cell em {
    color: #e1e7ec !important;
    font-style: normal !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    margin: 0 !important;
  }
  .dband-cta {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    padding: 0 !important;
    margin-top: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
    max-width: none !important;
  }
  .dband-btn {
    display: none !important;
  }
  .dband-save {
    color: #eef1ed !important;
    font-size: 10px !important;
    margin: 0 !important;
    display: block !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
  }
  .dband-save b {
    color: inherit !important;
    font-weight: 700 !important;
  }
  @media (max-width: 380px) {
    .dband {
      padding: 16px 13px 13px !important;
    }
    .dband-m h1 {
      font-size: 25px !important;
    }
    .dband-r {
      margin-top: 12px !important;
      gap: 5px !important;
    }
    .dband-lbl {
      display: none !important;
    }
  }
  .dealpage .grid.g4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 20px)) !important;
  }
  .pc {
    padding: 8px;
  }
  .pc-img {
    height: 120px;
  }
  .pc h3 {
    font-size: 12.5px;
  }
  .add {
    height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .fd-side {
    display: contents;
  }
  #fd-sheet-filters .mgk-catmenu__head {
    display: flex;
  }
  #fd-sheet-filters .mgk-catmenu__backdrop {
    display: block;
  }

  .fd-side .fd-side__head h2 {
    display: none;
  }
  .fd-side .fd-side__head {
    padding-bottom: 10px;
  }

  .fd-filter-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--paper);
    font-family: var(--fd);
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
  }
  .fd-filter-pill:active {
    background: var(--line-2);
  }
  .fd-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .sh.fd-deal-sh {
    display: block !important;
    margin: 14px 0 10px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
  .fd-deal-sh .fd-toolbar-actions {
    display: none !important;
  }
  .fd-deal-heading-wrap .eb {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #cb4b3b;
    display: block;
    margin-bottom: 3px;
  }
  .fd-deal-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 3px 0 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    line-height: 1.3;
    color: var(--ink);
  }
  .fd-deal-count {
    display: inline-block !important;
    color: #87909c !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0;
  }
  .fd-deal-sub {
    display: none !important;
  }

  .fd-filter-bar {
    display: flex !important;
    gap: 10px;
    margin-bottom: 12px !important;
  }
  .fd-filter-pill-m {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid #E4E7EE;
    border-radius: 11px;
    background: #FFFFFF;
    font-family: var(--fd);
    font-size: 12px;
    font-weight: 650;
    color: var(--ink);
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    transition: all var(--t1);
  }
  .fd-filter-pill-m:first-child {
    flex: 1;
  }
  .fd-filter-pill-m:last-child {
    flex: 1.15;
  }
  .fd-filter-pill-m:active {
    background: #F4F6F9;
  }
  .fd-filter-pill-m svg {
    flex-shrink: 0;
    color: var(--ink);
    stroke: currentColor;
  }

  #fd-sheet-sort {
    display: block !important;
  }
  #fd-sheet-sort .mgk-catmenu__head {
    display: flex !important;
  }
  #fd-sheet-sort .mgk-catmenu__backdrop {
    display: block !important;
  }

  .fd-sort-list {
    padding: 10px 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .fd-sort-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-radius: 12px;
    font-family: var(--fd);
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    text-decoration: none;
    transition: background var(--t1);
  }
  .fd-sort-item:active,
  .fd-sort-item:hover {
    background: #F4F6F9;
  }
  .fd-sort-item.is-active {
    font-weight: 700;
    color: var(--g);
    background: #EEF2FF;
  }
  .fd-sort-item.is-active svg {
    stroke: var(--g);
  }

  #fd-sheet-filters .fd-sheet__foot {
    display: flex;
    padding: 14px 20px;
    border-top: 1px solid var(--line-2);
    background: var(--paper);
  }
  .fd-side__apply {
    flex: 1 1 auto;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--g);
    color: #fff;
    font-family: var(--fd);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }
  .fd-side__apply:active {
    background: var(--g-h);
  }

  .dealpage .mgk-pill {
    position: static;
  }
  .dealpage .mgk-pill:has(> .mgk-pill__panel:not([hidden]))::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(20, 33, 57, 0.45);
    z-index: 599;
  }
  .dealpage .mgk-pill__panel {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    max-height: 70vh;
    margin: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
    z-index: 600;
  }

  .dealpage .mgk-sale__deal-wrap {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: auto;
  }
  .dealpage .mgk-flashcard {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: auto !important;
    flex: 1 1 auto !important;
  }

  .dealpage .fd-crumb-wrap {
    display: none;
  }
  .dealpage .sh:has(+ .mgk-sale__herodeal-wrap),
  .dealpage .mgk-sale__herodeal-wrap {
    display: none;
  }
  .dealpage .mgk-prod__badges {
    display: none;
  }
  .dealpage section[aria-label="Seasonal Collections"] {
    display: none;
  }
  body:has(.dealpage) .mgk-footer {
    display: none;
  }

  .fd-pagination {
    display: none !important;
  }
  .fd-pagination-m {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 26px 0 20px;
  }
  .fd-pager-m-btn {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eef2ff;
    color: var(--g);
    text-decoration: none;
    transition: all var(--t1);
    box-sizing: border-box;
  }
  .fd-pager-m-btn:hover {
    background: #e0e7ff;
  }
  .fd-pager-m-btn[aria-disabled="true"] {
    opacity: 0.4;
    pointer-events: none;
  }
  .fd-pager-m-info {
    text-align: center;
    font-family: var(--fd);
    font-size: 13px;
    color: var(--ink);
    line-height: 1.3;
  }
  .fd-pager-m-info strong {
    font-weight: 700;
  }
  .fd-pager-m-info small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 400;
    color: #7c8594;
  }
}
