/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.site-offers {
  padding: 0 0 0 6px;
}
.site-offers .offers-desktop-red-svg {
  height: 28px;
  width: 27px;
  margin-right: -3px;
}

.offers-notification {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: none;
  z-index: 1002;
}
.offers-notification img {
  height: 5rem;
  width: 5rem;
}

.offer-tile > .offer-tile-content:first-child {
  margin-left: 88px;
}

.offers {
  position: relative;
  margin-right: 24px;
}

.view-all-offers-button {
  margin-bottom: 1.125rem;
}

.offer-tile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 1rem;
}
.offer-tile-container ul {
  padding: 0;
  list-style: none;
}
.offer-tile-container .close-offers {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
  background: none;
  border: none;
}
.offer-tile-container .content-module {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #303e48;
}
.offer-tile-container .content-module:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.offer-tile-container .offer-tile-link {
  display: block;
}
.offer-tile-container .offer-tile {
  display: flex;
  flex-direction: row;
}
.offer-tile-container .offer-tile .offer-tile-image {
  width: 80px;
  height: 5rem;
  margin-right: 8px;
}
.offer-tile-container .offer-tile .offer-tile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer-tile-container .offer-tile .offer-tile-content .offer-tile-title {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  letter-spacing: -1px;
  margin: 0 0 0.5rem;
}
.offer-tile-container .offer-tile .offer-tile-content .offer-tile-description {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
  margin: 0;
}
.offer-tile-container .offer-tile:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 847px) {
  .offer-tile-container {
    padding-top: 24px;
  }
  .offer-tile-container .close-offers {
    display: none;
  }
  .offers-notification {
    padding: 0 24px;
    border-radius: 4px;
    position: absolute;
    width: 380px;
    right: -4px;
    top: 2.3125rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .offers-notification::after {
    content: "";
    position: absolute;
    right: -5%;
    top: -14px;
    width: 30%;
    height: 30px;
    z-index: -1;
  }
  .offers-notification .view-all-offers-button {
    width: 100%;
  }
  .offers-notification:hover {
    display: flex !important;
  }
}
@media (max-width: 846.98px) {
  .offers-notification {
    right: 0;
    bottom: 4.0625rem;
    position: fixed;
    width: 100%;
    filter: drop-shadow(0 -4px 6px rgba(0, 0, 0, 0.1));
  }
  [data-subnav=true] .sticky-top.scroll-down .offers-notification {
    bottom: calc(-100vh + 4.0625rem);
  }
  .offer-tile-container {
    padding-top: 2.5rem;
  }
  .offer-tile-container .content-module {
    margin: auto 1rem 1rem;
  }
}
