/*--could give issues in expert edit--*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-- HOMEPAGE SLIDER --*/
.hero-slider-image {
  min-height: 300px;
}

.hero-slider-text {
  margin: auto 0;
}

.hero-slider-text h1 {
  font-size: 3rem;
  margin-bottom: 0;
}

.hero-slider-text h3 {
  font-size: 2rem;
  margin: 10px 0;
}

.hero-slider-text p {
  font-size: 1rem;
  margin: 10px 0;
}

/*-- PROMO --*/
.promo {
  background-color: var(--pink);
}

.promo p {
  color: white;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  margin: 0;
}

/*-- Icons --*/

.icons {
  background-color: var(--light-grey);
}

.icon-image {
  margin: 0 auto;
  display: block;
}

.icon-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.icon-text {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  margin-top: 6px;
}

/*-- Top Products --*/
.top-product-title {
  color: var(--pink);
  text-align: center;
}

.top-product-slider {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.top-product-slider_left-arrow {
  position: absolute;
  top: 30%;
  left: -8%;
}

.top-product-slider_left-arrow:hover {
  cursor: pointer;
}

.top-product-slider_right-arrow {
  position: absolute;
  top: 30%;
  right: -8%;
}

.top-product-slider_right-arrow:hover {
  cursor: pointer;
}

.top-product-item_border {
  border: 1px solid #cccccc;
  margin: 0 5px;
}

.top-product-item_border a {
  color: black;
  text-decoration: none;
}

.top-product-image {
  margin: 0 auto;
  max-height: 160px;
}

.top-product-price {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 20px auto 0 auto;
  max-width: 200px;
}

.top-product-name {
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 1.142rem;
  font-weight: 100;
  text-transform: uppercase;
  max-width: 200px;
}

/*-- Featured Brand --*/
.featured-brand-title {
  color: white;
  background-color: var(--pink);
  text-align: center;
  width: 100%;
  font-size: 1.875rem;
}

.featured-brand-text {
  font-weight: 700;
  font-size: 1rem;
}

.featured-brand-date {
  font-weight: 700;
  font-size: 1.25rem;
}

.featured-brand-cta {
  background-color: var(--pink);
  color: white;
  text-decoration: none;
  width: 80%;
  display: block;
  text-align: center;
  padding: 10px 0;
  transition: 0.2s;
}

.featured-brand-cta:hover {
  background-color: #d10e76;
}

.passionate {
  text-align: center;
  width: 100%;
  font-size: 1.875rem;
}
