.flash-sale-wrapper {
  font-family: boldenvan;
  line-height: 1.3;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 34px 10px 104px;
}
@media (max-width: 840px) {
  .flash-sale-wrapper {
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .flash-sale-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    flex-flow: column nowrap;
    gap: 14px;
  }
}

.fl-block-left {
  font-size: 24px;
  text-align: center;
}
.fl-block-left span:first-child {
  font-size: 28px;
}
@media (min-width: 769px) {
  .fl-block-left span:first-child {
    font-size: 22px;
    display: block;
  }
}
.fl-block-left span:last-child {
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: #0d21a1;
  color: #0d21a1;
}

.fl-block-center {
  text-align: center;
  font-size: 24px;
}
.fl-block-center span:first-child {
  font-size: 34px;
  display: block;
}
.fl-block-center span:last-child {
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .fl-block-center span:first-child {
    font-size: 42px;
  }
}

.fl-block-right {
  font-size: 18px;
  background-color: white;
  color: black;
  padding: 12px 32px;
  border-radius: 8px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .fl-block-right {
    border-radius: 32px;
  }
}
.fl-block-right:after {
  content: attr(data-code);
  color: #0d21a1;
}
.fl-block-right span {
  color: #0d21a1;
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.fl-block-right.has-copied span {
  display: flex;
}

.page-header:after {
  content: none;
}

.page-header + .widget.block-static-block {
  margin-bottom: 0;
}

.page-header + .widget.block-static-block .block-static-block {
  margin-bottom: 0;
}

.block-static-block:has(.flash-sale-wrapper) {
  margin-bottom: 0;
}

body:not(.cms-stickeryeti-home-page) .block-static-block:has(.flash-sale-wrapper) {
  background-color: black;
  max-width: none;
  padding: 0;
}
body:not(.cms-stickeryeti-home-page) .block-static-block:has(.flash-sale-wrapper) .flash-sale-wrapper {
  max-width: 1290px;
  margin: 0 auto;
}

/*

@media(max-width: 768px) {
  .c-banner .c-banner__content {
    margin-top: -84px
  }
}
*/
