.gstore-flash-sale-section {
  --gstore-flash-red: #d81818;
  --gstore-flash-gold: #c9ad2a;
  max-width: 1328px;
  margin: 32px auto 20px;
  border: 1px solid rgba(219, 225, 226, .38);
  border-radius: 22px;
  background-color: #0b0d0f;
  background-image: url('../images/flash-sale-panel-texture.png');
  background-position: center;
  background-size: cover;
  padding: 24px;
}

.gstore-flash-sale-upcoming {
  --gstore-flash-upcoming-gold: #ffc438;
  --gstore-flash-sale-progress: 0%;
  max-width: 1328px;
  margin: 32px auto 20px;
  overflow: hidden;
  border: 1px solid rgba(234, 197, 93, .44);
  border-radius: 22px;
  background-color: #090b0d;
  background-image: url('../images/flash-sale-panel-texture.png');
  background-position: center;
  background-size: cover;
  color: #fff;
}

.gstore-flash-sale-upcoming__content {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(350px, 1.1fr) minmax(250px, .85fr);
  align-items: center;
  gap: clamp(22px, 3vw, 56px);
  padding: clamp(24px, 3vw, 42px) clamp(22px, 3.4vw, 54px) 28px;
}

.gstore-flash-sale-upcoming__brand {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 22px);
  min-width: 0;
}

.gstore-flash-sale-upcoming__brand > i {
  flex: 0 0 auto;
  color: var(--gstore-flash-upcoming-gold);
  font-size: clamp(3.2rem, 5.4vw, 5.8rem);
  filter: drop-shadow(0 0 12px rgba(255, 196, 56, .5));
}

.gstore-flash-sale-upcoming__brand h2 {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.8vw, 3.1rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: uppercase;
}

.gstore-flash-sale-upcoming__brand h2 span,
.gstore-flash-sale-upcoming__brand h2 strong {
  display: block;
}

.gstore-flash-sale-upcoming__brand h2 strong {
  color: var(--gstore-flash-upcoming-gold);
}

.gstore-flash-sale-upcoming__countdown {
  min-width: 0;
}

.gstore-flash-sale-upcoming__countdown > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(.92rem, 1.3vw, 1.2rem);
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gstore-flash-sale-upcoming__countdown > p i,
.gstore-flash-sale-upcoming__countdown > p time {
  color: var(--gstore-flash-upcoming-gold);
}

.gstore-flash-sale-upcoming__countdown > p i {
  font-size: 1.25em;
}

.gstore-flash-sale-upcoming__units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gstore-flash-sale-upcoming__units > div {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-width: 0;
  padding: 0 clamp(8px, 1.25vw, 18px);
  border-left: 1px solid rgba(255, 196, 56, .62);
}

.gstore-flash-sale-upcoming__units > div:first-child {
  border-left: 0;
}

.gstore-flash-sale-upcoming__units strong {
  color: var(--gstore-flash-upcoming-gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(2rem, 3.25vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .95;
}

.gstore-flash-sale-upcoming__units span {
  color: #fff;
  font-size: clamp(.72rem, 1vw, .98rem);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gstore-flash-sale-upcoming__previews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gstore-flash-sale-upcoming__previews--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.gstore-flash-sale-upcoming__previews--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gstore-flash-sale-upcoming__product {
  position: relative;
  display: grid;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 56, .56);
  border-radius: 13px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06), 0 8px 20px rgba(0, 0, 0, .28);
}

.gstore-flash-sale-upcoming__product-image {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 10px;
  background: #fff;
}

.gstore-flash-sale-upcoming__product-thumbnail {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  filter: blur(5px) brightness(.54);
  transform: scale(1.07);
}

.gstore-flash-sale-upcoming__product-lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7, 8, 9, .28);
  color: var(--gstore-flash-upcoming-gold);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .85);
}

.gstore-flash-sale-upcoming__progress {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px clamp(22px, 3.4vw, 54px) 19px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: var(--gstore-flash-upcoming-gold);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gstore-flash-sale-upcoming__progress > span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.gstore-flash-sale-upcoming__progress > div {
  position: relative;
  flex: 1 1 auto;
  height: 4px;
  min-width: 100px;
  overflow: visible;
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
}

.gstore-flash-sale-upcoming__progress > div::before,
.gstore-flash-sale-upcoming__progress > div::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid var(--gstore-flash-upcoming-gold);
  border-radius: 50%;
  background: #0a0b0d;
  content: '';
  transform: translateY(-50%);
}

.gstore-flash-sale-upcoming__progress > div::before { left: -1px; }
.gstore-flash-sale-upcoming__progress > div::after { right: -1px; border-color: rgba(255, 255, 255, .45); }

.gstore-flash-sale-upcoming__progress i {
  position: relative;
  display: block;
  width: var(--gstore-flash-sale-progress);
  height: 100%;
  min-width: 0;
  border-radius: inherit;
  background: var(--gstore-flash-upcoming-gold);
  box-shadow: 0 0 10px rgba(255, 196, 56, .8);
}

.gstore-flash-sale-upcoming__progress i::after {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--gstore-flash-upcoming-gold);
  border-radius: 50%;
  background: #151515;
  box-shadow: 0 0 10px rgba(255, 196, 56, .78);
  content: '';
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .gstore-flash-sale-upcoming__content {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 28px;
    padding: 30px clamp(24px, 4vw, 48px) 26px;
  }

  .gstore-flash-sale-upcoming__previews {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .gstore-flash-sale-upcoming__brand {
    gap: 14px;
    padding-right: 24px;
  }

  .gstore-flash-sale-upcoming__brand > i {
    font-size: clamp(3.6rem, 7vw, 5rem);
  }

  .gstore-flash-sale-upcoming__brand h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  }
}

@media (max-width: 700px) {
  .gstore-flash-sale-upcoming {
    margin: 20px 12px;
    border-radius: 16px;
  }

  .gstore-flash-sale-upcoming__content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 18px 20px;
  }

  .gstore-flash-sale-upcoming__brand {
    justify-content: center;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .gstore-flash-sale-upcoming__brand > i {
    font-size: 3.5rem;
  }

  .gstore-flash-sale-upcoming__brand h2 {
    font-size: 2rem;
  }

  .gstore-flash-sale-upcoming__countdown > p {
    margin-bottom: 16px;
    font-size: .78rem;
  }

  .gstore-flash-sale-upcoming__units > div {
    padding: 0 6px;
  }

  .gstore-flash-sale-upcoming__units strong {
    font-size: clamp(1.65rem, 9vw, 2.25rem);
  }

  .gstore-flash-sale-upcoming__units span {
    font-size: .62rem;
  }

  .gstore-flash-sale-upcoming__previews {
    grid-column: auto;
    width: 100%;
  }

  .gstore-flash-sale-upcoming__progress {
    gap: 9px;
    padding: 12px 18px 16px;
    font-size: .58rem;
  }

  .gstore-flash-sale-upcoming__progress > div {
    min-width: 44px;
  }
}

.gstore-flash-sale-section .Gstore-products-grid ul.products,
.gstore-flash-sale-section .Gstore-products-grid .wc-block-product-template,
.gstore-flash-sale-section .Gstore-products-grid ul.wc-block-product-template {
  gap: 12px !important;
}

.gstore-flash-sale-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
}

.gstore-flash-sale-heading__intro {
  min-width: 0;
}

.gstore-flash-sale-heading h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #ffc438;
  font-family: var(--gstore-font-family-base, Arial, sans-serif);
  font-size: clamp(1.65rem, 3.1vw, 3rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .95;
  text-transform: uppercase;
}

.gstore-flash-sale-heading h2 i {
  flex: 0 0 auto;
  font-size: .9em;
}

.gstore-flash-sale-heading p {
  margin: 8px 0 0 1.05em;
  color: rgba(255, 255, 255, .92);
  font-size: 1rem;
  font-weight: 600;
}

.gstore-flash-sale-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 92, 92, .55);
  border-radius: 10px;
  background: #270a0d;
  box-shadow: 0 0 18px rgba(230, 30, 37, .28);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 11px 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.gstore-flash-sale-live i {
  color: #ff2632;
  font-size: .7em;
}

.gstore-flash-sale-clock {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffc438;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gstore-flash-sale-clock time {
  border: 2px solid #e2ae24;
  border-radius: 12px;
  background: #0a0b0d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  padding: 9px 15px;
  color: #ffc438;
  font-family: monospace;
  font-size: clamp(2.2rem, 3.7vw, 3rem);
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.gstore-flash-sale-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 196, 56, .72);
  border-radius: 8px;
  color: #ffc438;
  font-size: .84rem;
  font-weight: 900;
  padding: 11px 14px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.gstore-flash-sale-view-all:hover,
.gstore-flash-sale-view-all:focus-visible {
  background: #ffc438;
  color: #141414;
}

.gstore-flash-sale-view-all i {
  font-size: .9em;
}

.gstore-flash-sale-section__view-all {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.gstore-flash-sale-catalog {
  width: 100%;
}

.gstore-flash-sale-catalog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--gray-border, #e6e6e6);
}

.gstore-flash-sale-catalog__eyebrow {
  margin: 0;
  color: var(--gstore-color-accent, #b5a642);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gstore-flash-sale-catalog__eyebrow i {
  margin-right: 6px;
}

.gstore-flash-sale-catalog__description {
  margin: 5px 0 0;
  color: var(--text-muted, #6b6b6b);
  font-size: .94rem;
}

.gstore-flash-sale-catalog__timer {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text-main, #1a1a1a);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.gstore-flash-sale-catalog__timer time {
  border: 1px solid rgba(181, 166, 66, .54);
  border-radius: 6px;
  color: var(--gstore-color-accent, #b5a642);
  font-family: monospace;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1;
  padding: 7px 9px;
}

.gstore-flash-sale-catalog--empty {
  display: grid;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(234, 197, 93, .44);
  border-radius: 22px;
  background-color: #090b0d;
  background-image: url('../images/flash-sale-panel-texture.png');
  background-position: center;
  background-size: cover;
  padding: 56px 24px;
  text-align: center;
}

.gstore-flash-sale-catalog__empty {
  position: relative;
  color: #fff;
}

.gstore-flash-sale-catalog__empty > i {
  display: grid;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 196, 56, .48);
  border-radius: 50%;
  color: #ffc438;
  font-size: 2rem;
}

.gstore-flash-sale-catalog__empty h2 {
  margin: 14px 0 6px;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.gstore-flash-sale-catalog__empty p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.gstore-flash-sale-catalog--upcoming {
  --gstore-flash-upcoming-gold: #ffc438;
  --gstore-flash-sale-progress: 0%;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(234, 197, 93, .44);
  border-radius: 22px;
  background-color: #090b0d;
  background-image: url('../images/flash-sale-panel-texture.png');
  background-position: center;
  background-size: cover;
  color: #fff;
}

.gstore-flash-sale-catalog__upcoming {
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(100%, 560px);
  margin-inline: auto;
  padding: clamp(38px, 4vw, 52px) 30px clamp(30px, 3.4vw, 42px);
  text-align: center;
}

.gstore-flash-sale-catalog__upcoming-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.gstore-flash-sale-catalog__upcoming-brand > i {
  color: #ffc438;
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
  filter: drop-shadow(0 0 12px rgba(255, 196, 56, .42));
}

.gstore-flash-sale-catalog__upcoming-brand p,
.gstore-flash-sale-catalog__upcoming-brand h2,
.gstore-flash-sale-catalog__upcoming-brand span {
  margin: 0;
}

.gstore-flash-sale-catalog__upcoming-brand .gstore-flash-sale-catalog__upcoming-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.gstore-flash-sale-catalog__upcoming-brand h2 {
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.gstore-flash-sale-catalog__upcoming-brand .gstore-flash-sale-catalog__upcoming-subtitle {
  display: block;
  max-width: 390px;
  margin-top: 3px;
  color: rgba(255, 255, 255, .72);
  font-size: .84rem;
  line-height: 1.35;
}

.gstore-flash-sale-catalog__upcoming-countdown > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(.82rem, 1.15vw, 1rem);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.gstore-flash-sale-catalog__upcoming-countdown > p i,
.gstore-flash-sale-catalog__upcoming-countdown > p time {
  color: #ffc438;
}

.gstore-flash-sale-catalog__upcoming-units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  background: rgba(0, 0, 0, .22);
}

.gstore-flash-sale-catalog__upcoming-units > div {
  display: grid;
  gap: 4px;
  justify-items: center;
  min-width: 0;
  padding: 9px clamp(9px, 1.1vw, 15px) 8px;
  border-left: 1px solid rgba(255, 196, 56, .62);
}

.gstore-flash-sale-catalog__upcoming-units > div:first-child {
  border-left: 0;
}

.gstore-flash-sale-catalog__upcoming-units strong {
  color: #ffc438;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(1.75rem, 2.9vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .95;
}

.gstore-flash-sale-catalog__upcoming-units span {
  color: #fff;
  font-size: clamp(.58rem, .82vw, .76rem);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gstore-flash-sale-catalog__upcoming-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  width: min(100%, 440px);
}

.gstore-flash-sale-catalog__upcoming-reveal {
  margin: 8px 0 -1px;
  color: #ffc438;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gstore-flash-sale-catalog__upcoming-products--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.gstore-flash-sale-catalog__upcoming-products--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gstore-flash-sale-catalog__upcoming-product {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 56, .56);
  border-radius: 12px;
  background: #fff;
}

.gstore-flash-sale-catalog__upcoming-product-image {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 8px;
  background: #fff;
}

.gstore-flash-sale-catalog__upcoming-product-thumbnail {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  filter: blur(5px) brightness(.54);
  transform: scale(1.07);
}

.gstore-flash-sale-catalog__upcoming-product-lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7, 8, 9, .28);
  color: #ffc438;
  font-size: clamp(1.1rem, 1.7vw, 1.85rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .85);
}

.gstore-flash-sale-catalog--upcoming .gstore-flash-sale-upcoming__progress {
  border-top-color: rgba(255, 255, 255, .1);
}

@media (max-width: 1100px) {
  .gstore-flash-sale-catalog__upcoming {
    width: min(100%, 530px);
  }
}

@media (max-width: 700px) {
  .gstore-flash-sale-catalog--empty {
    min-height: 300px;
    border-radius: 16px;
    padding: 42px 18px;
  }

  .gstore-flash-sale-catalog__upcoming {
    gap: 10px;
    padding: 30px 18px 26px;
  }

  .gstore-flash-sale-catalog__upcoming-brand {
    text-align: center;
  }

  .gstore-flash-sale-catalog__upcoming-countdown > p {
    margin: 6px 0 9px;
    font-size: .76rem;
  }

  .gstore-flash-sale-catalog__upcoming-units > div {
    padding: 8px 5px 7px;
  }

  .gstore-flash-sale-catalog__upcoming-units strong {
    font-size: clamp(1.45rem, 8vw, 2.1rem);
  }

  .gstore-flash-sale-catalog__upcoming-products {
    width: 100%;
  }
}

.gstore-flash-sale-section .Gstore-product-card__inner {
  border: 1px solid rgba(220, 225, 227, .42) !important;
  border-radius: 14px !important;
  background: #101214 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .28) !important;
  color: #fff !important;
}

.gstore-flash-sale-section .Gstore-product-card,
.gstore-flash-sale-section .Gstore-products-grid .wc-block-product,
.gstore-flash-sale-section .Gstore-products-grid li.wc-block-product {
  border: 0 !important;
  border-radius: 14px !important;
  background: #101214 !important;
  box-shadow: none !important;
}

.gstore-flash-sale-section .Gstore-product-card__inner:hover {
  border-color: rgba(255, 196, 56, .8) !important;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .42) !important;
}

.gstore-flash-sale-section .Gstore-product-card__top {
  height: 205px !important;
  margin: 10px 10px 0;
  border: 0 !important;
  border-radius: 9px;
  background: #fff !important;
  padding: 16px !important;
}

.gstore-flash-sale-section .Gstore-product-card__image {
  height: 173px !important;
}

.gstore-flash-sale-section .Gstore-product-card__badge {
  top: 10px !important;
  left: 10px !important;
  border-radius: 6px !important;
  background: #ffc438 !important;
  box-shadow: none !important;
  color: #141414 !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  padding: 7px 10px !important;
}

.gstore-flash-sale-section .Gstore-product-card__favorite {
  top: 12px !important;
  right: 12px !important;
  border-color: #fff !important;
  background: #101214 !important;
  box-shadow: none !important;
  color: #fff !important;
}

.gstore-flash-sale-section .Gstore-product-card__meta {
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  background: #101214 !important;
  padding: 12px 16px 8px !important;
}

.gstore-flash-sale-section .Gstore-product-card__rating {
  display: none !important;
}

.gstore-flash-sale-section .Gstore-product-card__star,
.gstore-flash-sale-section .Gstore-product-card__rating-count {
  color: rgba(255, 255, 255, .48) !important;
}

.gstore-flash-sale-section .Gstore-product-card__star--filled {
  color: #ffc438 !important;
}

.gstore-flash-sale-section .Gstore-product-card__title,
.gstore-flash-sale-section .Gstore-product-card__title a {
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.gstore-flash-sale-section .Gstore-product-card__price-section {
  background: #101214 !important;
  padding: 0 16px 12px !important;
}

.gstore-flash-sale-section .Gstore-product-card__price-original {
  color: rgba(255, 255, 255, .58) !important;
  font-size: .9rem !important;
  line-height: 1.15 !important;
}

.gstore-flash-sale-section .Gstore-product-card__price-row,
.gstore-flash-sale-section .Gstore-product-card__price-row .woocommerce-Price-amount {
  color: #ffc438 !important;
  font-size: clamp(1.55rem, 2.2vw, 2rem) !important;
}

.gstore-flash-sale-section .Gstore-product-card__price-details {
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px !important;
  color: #fff !important;
  font-size: .9rem !important;
}

.gstore-flash-sale-section .Gstore-product-card__price-details-label {
  color: #ffc438 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.gstore-flash-sale-section .Gstore-product-card__installments {
  color: #fff !important;
}

.gstore-flash-sale-section .Gstore-product-card__footer {
  border: 0 !important;
  background: #101214 !important;
  padding: 0 16px 16px !important;
}

.gstore-flash-sale-section .Gstore-product-card__footer .button,
.gstore-flash-sale-section .Gstore-product-card__footer .add_to_cart_button,
.gstore-flash-sale-section .Gstore-product-card__footer .product_type_simple,
.gstore-flash-sale-section .Gstore-product-card__footer .ajax_add_to_cart {
  border-radius: 7px !important;
  background: #ffc438 !important;
  box-shadow: none !important;
  color: #121212 !important;
  font-weight: 900 !important;
  padding: 12px 10px !important;
}

.gstore-flash-sale-section .Gstore-product-card__footer .button:hover,
.gstore-flash-sale-section .Gstore-product-card__footer .add_to_cart_button:hover,
.gstore-flash-sale-section .Gstore-product-card__footer .product_type_simple:hover {
  background: #ffcf58 !important;
}

@media (max-width: 1100px) {
  .gstore-flash-sale-heading {
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .gstore-flash-sale-live {
    margin-left: auto;
  }

  .gstore-flash-sale-clock {
    margin-left: auto;
  }
}

.gstore-flash-sale-floating {
  position: fixed;
  z-index: 900;
  right: clamp(12px, 1.5vw, 20px);
  bottom: 84px;
  width: min(clamp(224px, 16vw, 260px), calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid rgba(234, 208, 78, .62);
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0, #2d2d2d 0, #171717 49%, #111 100%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .4);
  color: #fff;
}

.gstore-flash-sale-floating__card-link {
  position: absolute;
  z-index: 1;
  inset: 42px 0 0;
  border-radius: inherit;
  cursor: pointer;
}

.gstore-flash-sale-floating__card-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.gstore-flash-sale-floating__close {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.gstore-flash-sale-floating__top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 36px 10px 14px;
  color: #ffc438;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-align: left;
  text-transform: uppercase;
}

.gstore-flash-sale-floating__top i {
  font-size: 1.05em;
}

.gstore-flash-sale-floating__body {
  display: grid;
  gap: 8px;
  padding: 0 12px 12px;
  text-align: left;
}

.gstore-flash-sale-floating__image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  border: 1px solid rgba(236, 215, 161, .82);
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, .08);
}

.gstore-flash-sale-floating__image-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 1;
}

.gstore-flash-sale-floating__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
  object-fit: contain;
}

.gstore-flash-sale-floating__name {
  margin: 0;
  color: #fff;
  font-size: clamp(.78rem, 1vw, .95rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.14;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.gstore-flash-sale-floating__deadline {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding-bottom: 8px;
}

.gstore-flash-sale-floating__deadline > i {
  flex: 0 0 auto;
  color: #ffc438;
  font-size: 1.15rem;
}

.gstore-flash-sale-floating__deadline-content {
  display: grid;
  gap: 0;
  line-height: 1;
}

.gstore-flash-sale-floating__deadline-content > span,
.gstore-flash-sale-floating__current > span,
.gstore-flash-sale-floating__regular {
  color: #c4c4c4;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gstore-flash-sale-floating__timer {
  display: block;
  color: #ffc438;
  font-family: monospace;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

.gstore-flash-sale-floating__price {
  display: grid;
  gap: 3px;
}

.gstore-flash-sale-floating__regular del {
  color: #a8a8a8;
  font-size: .7rem;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.gstore-flash-sale-floating__current {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}

.gstore-flash-sale-floating__current strong {
  color: #ffc438;
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .95;
}

.gstore-flash-sale-floating__cta {
  display: block;
  margin-top: 1px;
  border-radius: 8px;
  background: #ffc438;
  box-shadow: 0 7px 18px rgba(255, 196, 56, .18);
  padding: 10px 8px;
  color: #161616 !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.gstore-flash-sale-floating:hover .gstore-flash-sale-floating__cta,
.gstore-flash-sale-floating:focus-within .gstore-flash-sale-floating__cta {
  background: #ffcf58;
  color: #111 !important;
}

@media (max-width: 700px) {
  .gstore-flash-sale-section {
    margin: 20px 12px;
    padding: 16px;
  }
  .gstore-flash-sale-heading { align-items: flex-start; flex-wrap: wrap; gap: 12px; }
  .gstore-flash-sale-heading h2 { font-size: 1.65rem; }
  .gstore-flash-sale-heading p { margin-left: 0; font-size: .9rem; }
  .gstore-flash-sale-live { padding: 9px 11px; font-size: .72rem; }
  .gstore-flash-sale-clock { gap: 9px; font-size: .72rem; }
  .gstore-flash-sale-clock time { border-radius: 8px; padding: 8px 10px; font-size: 1.65rem; }
  .gstore-flash-sale-section__view-all { padding-top: 16px; }
  .gstore-flash-sale-view-all { padding: 9px 11px; font-size: .72rem; }
  .gstore-flash-sale-catalog__header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .gstore-flash-sale-catalog__timer { font-size: .72rem; }
  .gstore-flash-sale-catalog__timer time { font-size: 1.05rem; }
  .gstore-flash-sale-floating { right: 12px; bottom: 72px; }
}
