@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@700&family=Unbounded:wght@200..900&display=swap");
.jfb-fall-sale-banner .container {
  width: 100%;
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.jfb-fall-sale-banner .position-relative {
  position: relative !important;
}
.jfb-fall-sale-banner .z-1 {
  z-index: 1;
}
.jfb-fall-sale-banner .d-none {
  display: none !important;
}
.jfb-fall-sale-banner .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.jfb-fall-sale-banner .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.jfb-fall-sale-banner .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.jfb-fall-sale-banner .text-size-null {
  font-size: 0;
  line-height: 0;
}
.jfb-fall-sale-banner .text-center {
  text-align: center !important;
}
.jfb-fall-sale-banner .h-100 {
  height: 100% !important;
}
.jfb-fall-sale-banner .gap-2 {
  gap: 2px !important;
}
.jfb-fall-sale-banner .mt-4 {
  margin-top: 4px !important;
}
@media (min-width: 1025px) {
  .jfb-fall-sale-banner .d-lg-block {
    display: block !important;
  }
  .jfb-fall-sale-banner .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .jfb-fall-sale-banner .d-xl-block {
    display: block !important;
  }
}

.jfb-fall-sale-banner {
  position: relative;
  z-index: 0;
  font-family: "Unbounded", sans-serif;
  color: #FFFFFF;
  background-color: #4272F9;
  overflow: hidden;
}
.jfb-fall-sale-banner > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jfb-fall-sale-banner .left-column,
.jfb-fall-sale-banner .right-column {
  position: relative;
  width: 200px;
}
.jfb-fall-sale-banner .left-column:after,
.jfb-fall-sale-banner .right-column:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(-160px, -195px);
          transform: translate(-160px, -195px);
  width: 358px;
  height: 358px;
  background-image: url("data:image/svg+xml,%3Csvg width='358' height='358' viewBox='0 0 358 358' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='179' cy='179' r='179' fill='url(%23paint0_radial_1448_946)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1448_946' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(179 179) rotate(90) scale(179)'%3E%3Cstop stop-color='%23335CF0'/%3E%3Cstop offset='1' stop-color='%231E293B' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  border-radius: 50%;
  pointer-events: none;
}
.jfb-fall-sale-banner .right-column:after {
  -webkit-transform: translate(-42px, -195px);
          transform: translate(-42px, -195px);
}
.jfb-fall-sale-banner .center-column img {
  max-width: 100%;
  height: auto;
}
.jfb-fall-sale-banner .decor-element {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-140px, 0);
          transform: translate(-140px, 0);
}
.jfb-fall-sale-banner .decor-element.element-02 {
  left: auto;
  right: 0;
  -webkit-transform: translate(140px, 0);
          transform: translate(140px, 0);
}
.jfb-fall-sale-banner-title-block {
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  color: #C6F42E;
}
.jfb-fall-sale-banner-timer {
  display: inline-block;
}
.jfb-fall-sale-banner-timer .time-block {
  min-width: 42px;
}
.jfb-fall-sale-banner-timer .data {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 2px;
}
.jfb-fall-sale-banner-timer .period {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  color: #C6F42E;
}
.jfb-fall-sale-banner-timer .separator {
  width: 6px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}
.jfb-fall-sale-banner-timer-spinner {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, rgba(82, 0, 255, 0) 0deg, #FFFFFF 360deg);
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.jfb-fall-sale-banner-timer-spinner::before {
  content: "";
  border-radius: 50%;
  width: 80%;
  height: 80%;
  background-color: #4272F9;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.jfb-fall-sale-banner-btn {
  padding: 11px 20px;
  display: inline-block;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  color: #0F172A;
  background-color: #C6F42E;
  background-clip: border-box;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
}
.jfb-fall-sale-banner-btn:visited {
  color: #0F172A;
}
.jfb-fall-sale-banner-btn:active {
  color: #0F172A;
  outline: none;
}
.jfb-fall-sale-banner-btn:focus {
  color: #0F172A;
  outline: none;
}
.jfb-fall-sale-banner-btn:hover {
  color: #FFFFFF;
  background-color: #0F172A;
}
.jfb-fall-sale-banner .mobile-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .jfb-fall-sale-banner {
    height: 100px;
  }
  .jfb-fall-sale-banner .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}