/* Move pencil higher up */
.homepage__content-slot-1 > section:first-of-type {
  margin-bottom: 12px;
}

.home-main {
  margin-bottom: 0;
}

/* Adding space between sections */
section:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  section:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/* Removing underline (legacy) */
.no-dec {
  text-decoration: none !important;
}

/* Hide gray at bottom of page */
.homepage__content-slot-2 {
  background-color: none;
  padding: 0px;
}

@media (max-width: 545px) {
  .bopis-header {
    padding: 0 5px 8px;
  }
  .bopis-header .your-store {
    margin-top: 0 !important;
    letter-spacing: unset;
  }
  .bopis-header .store-hours {
    display: inline-block !important;
    padding-left: unset !important;
    font-family: unset !important;
    letter-spacing: unset !important;
  }
}
.hp_promos:after {
  background-repeat: repeat;
}
.hp_promos .hp_promos__inner .col-6 .promo {
  background-color: #fff;
  display: block;
  height: 100%;
}
.hp_promos .hp_promos__inner .col-6 .promo .disclaimer {
  font-size: 0.8rem;
  margin: 0;
  color: #444;
}
.hp_promos .hp_promos__inner .promo__container--pill {
  margin-top: 1.5rem;
}
.hp_promos .hp_promos__inner .promo__container--pill .promo.promo__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 50px;
  height: 85%;
}
.hp_promos .hp_promos__inner .hp_promos__inner--large-text {
  font-size: 4.5rem;
}
@media (max-width: 544px) {
  .hp_promos .hp_promos__inner .promo h4 {
    font-size: 16px;
  }
}
.hp_promos .hp_promos__all-deals {
  text-align: center;
  text-decoration: underline;
}

.hp__new .row a {
  display: block;
  height: 100%;
}

.hp_new-and-now__grid .col-6 .hp_new-and-now__grid-tile {
  background-color: #fff;
  display: block;
  height: 100%;
}
.hp_new-and-now__grid .col-6 .hp_new-and-now__grid-tile .disclaimer {
  font-size: 0.8rem;
  margin: 0;
  color: #444;
}
@media (max-width: 544px) {
  .hp_new-and-now__grid .hp_new-and-now__grid-tile h4 {
    font-size: 16px;
  }
}

#vn_brands_box {
  align-items: center;
}
#vn_brands_box .cat-grid_slide {
  padding: 5px;
}
@media (max-width: 544px) {
  #vn_brands_box .cat-grid_slide {
    width: 35%;
  }
}

.info-section {
  background-color: #f6cfe2;
}
.info-section img {
  border-radius: 50%;
  width: 70px;
}
@media (min-width: 768px) {
  .info-section img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .info-section img {
    width: 120px;
  }
}
@media (max-width: 544px) {
  .info-section h4 {
    font-size: 16px;
  }
}
.info-section p {
  margin-bottom: 0;
}

/*# sourceMappingURL=hp_style.css.map */
