/* stylelint-disable color-no-hex */
/* Icons */
.icon {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left::before {
  content: "\E828";
}

.icon-arrow-right::before {
  content: "\E829";
}

.icon-bell::before {
  content: "\E836";
}

.icon-calendar::before {
  content: "\E83A";
}

.icon-check-circle::before {
  content: "\E83E";
}

.icon-check::before {
  content: "\E83F";
}

.icon-chevron-down::before {
  content: "\E842";
}

.icon-chevron-left::before {
  content: "\E843";
}

.icon-chevron-right::before {
  content: "\E844";
}

.icon-circle::before {
  content: "\E84A";
}

.icon-clock::before {
  content: "\E84D";
}

.icon-credit-card::before {
  content: "\E85F";
}

.icon-crosshair::before {
  content: "\E860";
}

.icon-download::before {
  content: "\E864";
}

.icon-external-link::before {
  content: "\E869";
}

.icon-filter::before {
  content: "\E875";
}

.icon-grid::before {
  content: "\E878";
}

.icon-home::before {
  content: "\E87A";
}

.icon-info::before {
  content: "\E87F";
}

.icon-layout::before {
  content: "\E881";
}

.icon-link::before {
  content: "\E884";
}

.icon-list::before {
  content: "\E886";
}

.icon-lock::before {
  content: "\E887";
}

.icon-map::before {
  content: "\E88C";
}

.icon-map-pin::before {
  content: "\E88E";
}

.icon-menu::before {
  content: "\E88F";
}

.icon-minus::before {
  content: "\E897";
}

.icon-plus::before {
  content: "\E8B1";
}

.icon-search::before {
  content: "\E8BD";
}

.icon-triangle::before {
  content: "\E8DE";
}

.icon-user::before {
  content: "\E8E9";
}

.icon-x::before {
  content: "\E8F6";
}

.icon-arrow-left-circle::before {
  content: "\E910";
}

.icon-arrow-right-circle::before {
  content: "\E911";
}

.fs-icon-xs::before {
  font-size: 1rem;
}

.fs-icon-s::before {
  font-size: 1.5rem;
}

.fs-icon-l::before {
  font-size: 2rem;
}

.svg-icon-xs {
  height: 1rem;
  width: 1rem;
}
.svg-icon-xs svg,
.svg-icon-xs img {
  height: 1rem;
  width: 1rem;
}

.svg-icon-s {
  height: 1.5rem;
  width: 1.5rem;
}
.svg-icon-s svg,
.svg-icon-s img {
  height: 1.5rem;
  width: 1.5rem;
}

.svg-icon-l {
  height: 2rem;
  width: 2rem;
}
.svg-icon-l svg,
.svg-icon-l img {
  height: 2rem;
  width: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: bold;
}

.display-l {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 4.375rem;
}

.display-m {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.75rem;
}

/* XXXL Size */
.title-xxxl {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: bold;
}

/* XXL Size */
.title-xxl {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: bold;
}

/* XL Size */
.title-xl {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: bold;
}

/* L Size */
.title-l {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: bold;
}

/* M Size */
.title-m {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: bold;
}

.subtitle-m {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
}

.title-s {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: bold;
}

.subtitle-s {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
}

.body-m {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.body-m-underline {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

.body-m-weight {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.body-s {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.body-s-underline {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

.body-s-weight {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.body-caption {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.body-caption-underline {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.body-caption-weight {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: bold;
}

.info-container {
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
  width: 100%;
  padding: 1rem 2.5rem;
  background-color: #F5FAFF;
}
.info-container .breadcrumb {
  display: none;
}
@media (max-width: 1023.98px) {
  .info-container {
    padding: 1.25rem;
    display: block;
    height: 4.5rem;
    background-color: #ffffff;
    box-shadow: inset 0 0.313rem 0.625rem #f2f2f2, inset 0 -0.313rem 0.625rem #d9d9d9;
  }
}
@media (min-width: 1024px) {
  .info-container .breadcrumb {
    display: unset;
  }
  .info-container .breadcrumb__item, .info-container .breadcrumb i {
    color: #121212;
  }
  .info-container .breadcrumb__item a, .info-container .breadcrumb i a {
    color: inherit;
    line-height: 1.25rem;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .info-container .breadcrumb__item span {
    line-height: 1.25rem;
    font-size: 0.875rem;
  }
  .info-container .breadcrumb .desktop-breadcrumb .icon-home {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    position: relative;
    width: 1rem;
    height: 1rem;
  }
  .info-container .breadcrumb .desktop-breadcrumb .icon-home::before, .info-container .breadcrumb .desktop-breadcrumb .icon-home:before {
    content: "";
    background-image: url("../../images/custom-icons/home-black.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .info-container .breadcrumb .desktop-breadcrumb .icon-home::after, .info-container .breadcrumb .desktop-breadcrumb .icon-home:after {
    content: "";
    background-image: url("../../images/custom-icons/false.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .info-container[page-type=pdp] .desktop-breadcrumb {
    display: none;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .info-container[page-type=pdp] .desktop-breadcrumb {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .info-container[page-type=pdp] .mobile-breadcrumb {
    display: unset;
  }
  .info-container[page-type=pdp] .mobile-breadcrumb i, .info-container[page-type=pdp] .mobile-breadcrumb a {
    color: #0970e6;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .info-container[page-type=pdp] .mobile-breadcrumb {
    display: none;
  }
}
.info-container .shipping-details .shipping-header-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  max-height: 3.5rem;
}
.info-container .shipping-details .shipping-header-wrapper.method-not-selected {
  gap: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .info-container .shipping-details .shipping-header-wrapper {
    justify-content: right;
  }
}
.info-container .shipping-details .shipping-header-container {
  display: flex;
  width: auto;
  border-radius: 0.25rem;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .info-container .shipping-details .shipping-header-container {
    max-width: 60%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.info-container .shipping-details .shipping-header-tile-title {
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  color: #121212;
}
.info-container .shipping-details .shipping-header-tile-title-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  color: #0970e6;
  line-height: 1;
}
.info-container .shipping-details .shipping-header-tile-title.link {
  color: #0970e6;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
.info-container .shipping-details .shipping-header-tile-title.link:hover {
  color: #0863cc;
}
.info-container .shipping-details .shipping-header-tile-title.link:active {
  color: #0757b2;
}
.info-container .shipping-details .shipping-header-tile-title.custom-shopping-bag {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.info-container .shipping-details .shipping-header-tile-title.custom-shopping-bag::before, .info-container .shipping-details .shipping-header-tile-title.custom-shopping-bag:before {
  content: "";
  background-image: url("../../images/custom-icons/bag.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.info-container .shipping-details .shipping-header-tile-title.custom-shopping-bag::after, .info-container .shipping-details .shipping-header-tile-title.custom-shopping-bag:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.info-container .shipping-details .shipping-header-tile-title.store-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.info-container .shipping-details .shipping-header-tile-title.store-icon::before, .info-container .shipping-details .shipping-header-tile-title.store-icon:before {
  content: "";
  background-image: url("../../images/custom-icons/store-027.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.info-container .shipping-details .shipping-header-tile-title.store-icon::after, .info-container .shipping-details .shipping-header-tile-title.store-icon:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.info-container .shipping-details .shipping-header-tile-title.shipping-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.info-container .shipping-details .shipping-header-tile-title.shipping-icon::before, .info-container .shipping-details .shipping-header-tile-title.shipping-icon:before {
  content: "";
  background-image: url("../../images/custom-icons/delivery-van.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.info-container .shipping-details .shipping-header-tile-title.shipping-icon::after, .info-container .shipping-details .shipping-header-tile-title.shipping-icon:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.info-container .shipping-details .time-slot-header-container {
  display: flex;
  align-items: center;
  width: auto;
}
@media (max-width: 1023.98px) {
  .info-container .shipping-details .time-slot-header-container {
    margin-left: auto;
  }
}
.info-container .shipping-details .time-slot-header-tile-title {
  font-size: 0.875rem;
  color: #0970e6;
  cursor: pointer;
  text-decoration: underline;
  float: left;
  line-height: 1.7rem;
  font-weight: bold;
}
.info-container .shipping-details .time-slot-header-tile-title:hover {
  color: #0863cc;
}
.info-container .shipping-details .time-slot-header-tile-title:active {
  color: #0757b2;
}
@media (min-width: 768px) {
  .info-container .shipping-details .time-slot-header-tile-title.clock-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    position: relative;
  }
  .info-container .shipping-details .time-slot-header-tile-title.clock-icon::before, .info-container .shipping-details .time-slot-header-tile-title.clock-icon:before {
    content: "";
    background-image: url("../../images/custom-icons/clock.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .info-container .shipping-details .time-slot-header-tile-title.clock-icon::after, .info-container .shipping-details .time-slot-header-tile-title.clock-icon:after {
    content: "";
    background-image: url("../../images/custom-icons/false.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.subCategories-container {
  margin-top: 0;
}

#maincontent {
  margin-top: 0 !important;
}

.page[data-page-type=frequentlyPurchased] .fbp-main-area {
  padding-top: 0;
}
/*# sourceMappingURL=shippingAndBreadcrumbsWidget.css.map*/