/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_storefront_deg/cartridge/client/default/scss/homePage.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(../assets/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../assets/flags/1x1/us.svg);
}

.flag-icon-ca {
  background-image: url(../assets/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../assets/flags/1x1/ca.svg);
}

.flag-icon-gb {
  background-image: url(../assets/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../assets/flags/1x1/gb.svg);
}

.DAN .danbury-hide {
  display: none;
}

.PCS .pcs-hide {
  display: none;
}

.EP .easton-hide {
  display: none;
}

.EP .danbury-only {
  display: none;
}
.PCS .danbury-only {
  display: none;
}

.EP .pcs-only {
  display: none;
}
.DAN .pcs-only {
  display: none;
}

.PCS .easton-only {
  display: none;
}
.DAN .easton-only {
  display: none;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

/**
 * Increase contrast of text and optionally scale it down for visually reduced users
 * power mapper issue https://mbi-inc.atlassian.net/browse/MBI1-1611
 */
.page .hero {
  background-position-y: 0;
}
.page .shop-the-style .hero {
  background-position-y: 45%;
}

.hp-category-message,
.hp-promotion-message {
  position: absolute;
  bottom: 0.9375em;
  left: 1.875em;
}
.hp-category-message a,
.hp-promotion-message a {
  color: #fff;
}
.hp-category-message a.hp-promotion-message1,
.hp-promotion-message a.hp-promotion-message1 {
  font-size: 0.75em;
}

.category-tile {
  border: 1px solid white;
}

.half-height {
  min-height: 23.125em;
}
@media (max-width: 991.98px) {
  .half-height {
    min-height: 15.375em;
  }
}

.full-height {
  min-height: 51.725em;
}
@media (max-width: 991.98px) {
  .full-height {
    min-height: 35.375em;
  }
}
@media (max-width: 543.98px) {
  .full-height {
    min-height: 15.375em;
  }
}

.mens-jackets {
  background-position: 50% 34%;
}
@media (min-width: 768px) {
  .mens-jackets {
    background-size: auto 100%;
  }
}
@media (max-width: 543.98px) {
  .mens-jackets {
    background-position-y: 8%;
  }
}

.womens-dresses {
  background-position: 50% 15%;
}

.womens-jewelry {
  background-position: 40% 60%;
}
@media (min-width: 768px) {
  .womens-jewelry {
    background-size: auto 100%;
  }
}

.shop-red {
  background-position-y: 60%;
  min-height: 28.65em;
}
@media (max-width: 991.98px) {
  .shop-red {
    min-height: 15.375em;
  }
}
@media (max-width: 543.98px) {
  .shop-red {
    background-position: 45% 85%;
  }
}

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

.home-promos {
  padding-top: 3rem;
}

@media (max-width: 767.98px) {
  .home-bluebox {
    min-height: 114px;
  }
}
@media (max-width: 1199.88px) {
  .home-bluebox {
    min-height: 74px;
  }
}
.home-bluebox {
  background-color: #357d9c;
}
.PCS .home-bluebox {
  background-color: #a36700;
}
.EP .home-bluebox {
  background-color: #930022;
}
.home-bluebox:not(:has(.bluebox-container)) {
  display: none;
}
.home-bluebox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 543.98px) {
  .home-bluebox .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-bluebox .bluebox-container {
  width: 100%;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 543.98px) {
  .home-bluebox .bluebox-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1199.8px) {
  .home-bluebox .bluebox-container {
    padding: 2rem 0;
  }
}
.home-bluebox .bluebox-container h2 {
  font-size: 1.5rem;
}
.home-bluebox .bluebox-copy {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  padding-bottom: 0rem;
}
.home-bluebox .bluebox-copy a {
  color: #fff;
  font-size: 0.8rem;
}
.home-bluebox .bluebox-copy [data-toggle=modal] {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.home-bluebox .bluebox-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-bluebox .bluebox-form input {
  height: 2.5rem;
  margin: auto;
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1rem;
  border-radius: 0.1875rem;
  padding: 0 0.5rem;
  border: 0;
}
@media (max-width: 543.98px) {
  .home-bluebox .bluebox-form input {
    margin-right: 0.2rem;
  }
}
.home-bluebox .bluebox-form label {
  width: 100%;
}
.home-bluebox .bluebox-form .btn {
  font-size: 19px;
  font-weight: 700;
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 544px) {
  .home-bluebox .bluebox-form {
    max-width: 40.8rem;
    margin-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .home-bluebox .bluebox-copy {
    font-size: 1.5rem;
  }
  .home-bluebox .bluebox-copy .bluebox-form label {
    text-align: start;
  }
}

.hp-product-grid .hp-product-content {
  background-color: transparent;
  text-align: center;
  border: 0;
}
@media (max-width: 543.98px) {
  .hp-product-grid .hp-product-content {
    min-height: 20.375em;
  }
}
.hp-product-grid .hp-product-content span {
  font-size: 1em;
}
@media (max-width: 991.98px) {
  .hp-product-grid .hp-product-content span {
    font-size: 0.85em;
  }
}
@media (max-width: 543.98px) {
  .hp-product-grid .hp-product-content span {
    font-size: 0.65em;
  }
}
.hp-product-grid .hp-product-content span.largeText {
  font-size: 5.5em;
  font-weight: 200;
}
@media (max-width: 1199.98px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 4.5em;
  }
}
@media (max-width: 1199.88px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 3.4em;
  }
}
@media (max-width: 991.98px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 3em;
  }
}
@media (max-width: 543.98px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 2.5em;
  }
}
.hp-product-grid .hp-product-content a {
  color: #005890;
  text-decoration: none;
}

.button {
  padding: 13px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #357d9c;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.05rem;
  cursor: pointer;
  border-radius: 4px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
.PCS .button {
  border: 1px solid #00586d;
}
.EP .button {
  border: 1px solid #930022;
}
.button.button-primary {
  color: #fff;
  background-color: #357d9c;
}
.PCS .button.button-primary {
  background-color: #00586d;
}
.EP .button.button-primary {
  background-color: #930022;
}
.button.button-primary:active, .button.button-primary:focus, .button.button-primary:hover {
  color: #357d9c;
  background-color: #fff;
  text-decoration: none;
}
.PCS .button.button-primary:active, .PCS .button.button-primary:focus, .PCS .button.button-primary:hover {
  color: #00586d;
}
.EP .button.button-primary:active, .EP .button.button-primary:focus, .EP .button.button-primary:hover {
  color: #930022;
}
.button.button-secondary {
  color: #1A1919;
  background: #fff;
}
.button.button-secondary:active, .button.button-secondary:focus, .button.button-secondary:hover {
  color: #fff;
  background-color: #357d9c;
  text-decoration: none;
}
.PCS .button.button-secondary:active, .PCS .button.button-secondary:focus, .PCS .button.button-secondary:hover {
  background-color: #00586d;
}
.EP .button.button-secondary:active, .EP .button.button-secondary:focus, .EP .button.button-secondary:hover {
  background-color: #930022;
}

.custom-link {
  text-decoration: none;
  color: #1A1919 !important;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.65);
}
.swiper .swiper-button-next {
  right: 5px;
}
.swiper .swiper-button-prev {
  left: 5px;
}
.swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.swiper .swiper-slide {
  height: auto;
}

.ep-hero-section {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1199.9px) {
  .ep-hero-section {
    margin-top: 35px;
  }
}
.ep-hero-section__content {
  margin-bottom: 24px;
}
@media (min-width: 1199.9px) {
  .ep-hero-section__content {
    margin-bottom: 0;
  }
}
.ep-hero-section__heading {
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  font-size: 26px;
}
@media (min-width: 1199.9px) {
  .ep-hero-section__heading {
    text-align: start;
    max-width: 100%;
    font-size: 35px;
  }
}
.ep-hero-section__subheading {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 32px;
  margin-top: 20px;
}
@media (min-width: 1199.9px) {
  .ep-hero-section__subheading {
    text-align: start;
    font-size: 24px;
    line-height: 1.2;
  }
}
.ep-hero-section__list {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  margin-bottom: 40px;
}
.ep-hero-section__list-item {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.ep-hero-section__list-item::before {
  content: url(../images/icons/bookmark.svg);
  display: block;
}
.ep-hero-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 1199.9px) {
  .ep-hero-section__buttons {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ep-hero-section__buttons .button {
  width: 100%;
}
.ep-hero-section__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (min-width: 1199.8px) {
  .eg-trust-section .swiper-button {
    display: none;
  }
}
.eg-trust-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eg-trust-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  gap: 20px;
}
@media (min-width: 1199.9px) {
  .eg-trust-section__item {
    width: auto;
  }
}
.eg-trust-section__item .img-wrapper {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eg-trust-section__item img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eg-category-section {
  margin-top: 40px;
  background: #f4f4f4;
  padding: 50px 15px;
}
.eg-category-section__title {
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1199.9px) {
  .eg-category-section__title {
    font-size: 27px;
  }
}
.eg-category-section__content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .eg-category-section__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.eg-category-section__item {
  background-color: #fff;
}
@media (min-width: 1199.9px) {
  .eg-category-section__item {
    background-color: transparent;
  }
}
.eg-category-section__item .category-title {
  font-family: "Nunito", sans-serif;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  padding: 15px 0;
  font-weight: 700;
  line-height: 33px;
  border-top: 4px solid;
  border-color: #357d9c;
}
.PCS .eg-category-section__item .category-title {
  border-color: #00586d;
}
.EP .eg-category-section__item .category-title {
  border-color: #930022;
}
@media (min-width: 1199.9px) {
  .eg-category-section__item .category-title {
    border: 0;
    border-color: transparent;
    padding: 0;
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 33px;
  }
}
.eg-category-section__item .category-link {
  display: block;
  position: relative;
}
@media (min-width: 1199.9px) {
  .eg-category-section__item .category-link {
    border-top: 8px solid #357d9c;
    margin-bottom: 30px;
  }
  .PCS .eg-category-section__item .category-link {
    border-top: 8px solid #00586d;
  }
  .EP .eg-category-section__item .category-link {
    border-top: 8px solid #930022;
  }
}
.eg-category-section__item .category-link:active::after, .eg-category-section__item .category-link:focus::after, .eg-category-section__item .category-link:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
  background: #357d9c;
}
.PCS .eg-category-section__item .category-link:active::after, .PCS .eg-category-section__item .category-link:focus::after, .PCS .eg-category-section__item .category-link:hover::after {
  background: #a36700;
}
.EP .eg-category-section__item .category-link:active::after, .EP .eg-category-section__item .category-link:focus::after, .EP .eg-category-section__item .category-link:hover::after {
  background: #c37d8b;
}
.eg-category-section__item .category-link:active .button, .eg-category-section__item .category-link:focus .button, .eg-category-section__item .category-link:hover .button {
  background-color: #fff;
  color: #357d9c;
}
.PCS .eg-category-section__item .category-link:active .button, .PCS .eg-category-section__item .category-link:focus .button, .PCS .eg-category-section__item .category-link:hover .button {
  color: #00586d;
}
.EP .eg-category-section__item .category-link:active .button, .EP .eg-category-section__item .category-link:focus .button, .EP .eg-category-section__item .category-link:hover .button {
  color: #930022;
}
.eg-category-section__item .category-image {
  width: 100%;
  height: 100%;
  max-height: 300px;
  aspect-ratio: 2/1.5;
}
.eg-category-section__item .category-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  z-index: 2;
  padding: 8px;
  display: block;
  width: 150px;
  text-align: center;
}
@media (min-width: 1199.9px) {
  .eg-category-section__item .category-button {
    bottom: 30px;
    padding: 8px 32px;
    width: auto;
  }
}
.eg-category-section__buttons {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
@media (min-width: 1199.9px) {
  .eg-category-section__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.eg-category-section__buttons .button {
  width: 100%;
}
@media (min-width: 1199.9px) {
  .eg-category-section__buttons .button {
    max-width: 235px;
  }
}

.eg-learn-more-section {
  color: #fff;
  padding: 30px 15px;
  background: #357d9c;
}
.PCS .eg-learn-more-section {
  background: #00586d;
}
.EP .eg-learn-more-section {
  background: #930022;
}
.eg-learn-more-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1199.9px) {
  .eg-learn-more-section__content {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: 0;
  }
}
.eg-learn-more-section__content .content-image {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.eg-learn-more-section__content .content-title {
  font-size: 27px;
  margin-bottom: 8px;
}
.eg-learn-more-section__content .content-subtitle {
  font-size: 18px;
}
.eg-learn-more-section__buttons {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.eg-learn-more-section__buttons .button {
  border-color: #fff;
  width: 100%;
  padding: 16px;
  font-size: 20px;
}

.eg-faq-section {
  padding: 50px 15px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.eg-faq-section__title {
  text-align: center;
  width: 100%;
  font-size: 27px;
  margin-bottom: 0px;
}
.eg-faq-section__subtitle {
  font-size: 18px;
  max-width: 900px;
  margin: 20px auto 40px;
  text-align: center;
  line-height: 22px;
}
.eg-faq-section__list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 40px;
}
@media (min-width: 1199.8px) {
  .eg-faq-section__list {
    grid-template-columns: 1fr 1fr;
  }
}
.eg-faq-section__list .list-item {
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.eg-faq-section__list .list-item::before {
  content: "✔";
}
@media (min-width: 1199.9px) {
  .eg-faq-section__list .list-item {
    width: 75%;
  }
}

.recommendations-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recommendations-product-list__wrapper {
  background: #f7f7f7;
  padding: 60px 0;
}
.recommendations-product-list .recommendations-title {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recommendations-product-list .recommendations-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: normal;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.recommendations-product-list .recommendations-button {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
  margin-top: 20px;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1199.9px) {
  .recommendations-product-list .recommendations-button {
    font-size: 18px;
    max-width: 300px;
    text-align: center;
  }
}
.recommendations-product-list .product {
  background: #fff;
  text-align: center;
  padding: 20px 15px 0;
  border-radius: 4px;
  height: 100%;
}
.recommendations-product-list .product .tile-body {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommendations-product-list .product .product-flag-badge {
  display: none !important;
}
.recommendations-product-list .product .product-shipping-badge p {
  text-align: center;
  margin: 0;
}
.recommendations-product-list .product .pdp-link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recommendations-product-list .product .pdp-link .link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.recommendations-product-list .product .price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.recommendations-product-list .product .product-review {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recommendations-product-list .product-grid {
  padding: 0 15px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

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