/* pulled in from other css/scss files in FL codebase, primarily from _grid.scss in /dev */
.collections-display-item-image-new-homepage {
    width: 100%;
    display: block;
}

.collection-banner-base-0-container {
  position: absolute;
  top: 15%;
}
@media screen and (max-width: 480px) {
  .collection-banner-base-0-container {
    top: 10%;
  }
}
@media screen and (max-width: 320px) {
  .collection-banner-base-0-container {
    top: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .collection-banner-base-0-container {
    left: 4%;
  }
}
.collection-banner-base-0-header {
  color: white;
  padding-left: 25px;
  font-size: 24px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .collection-banner-base-0-header {
    top: 12%;
  }
}
.collection-banner-base-0-header h1 {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .collection-banner-base-0-header h1 {
    font-size: 18px;
  }
}
.collection-banner-header {
  text-align: left;
}
.collection-banner-base-0-description {
  color: white;
  font-size: 14px;
  width: 100%;
  padding-left: 25px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .collection-banner-base-0-description {
    width: 55%;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .collection-banner-base-0-description {
    width: 85%;
    font-size: 12px;
    margin-top: 5px;
  }
}
.collection-banner-base-0-learn-more {
  color: white;
  font-size: 16px;
  width: 40%;
  padding-left: 25px;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .collection-banner-base-0-learn-more {
    width: 60%;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .collection-banner-base-0-learn-more {
    width: 80%;
    font-size: 13px;
  }
}
.collection-banner-base-0-learn-more button {
  background-color: #00aeef;
  border: 2px solid #00aeef;
  width: 30%;
  height: 25px;
  color: white;
  text-align: center;
  margin-left: 0%;
  font-weight: 800;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .collection-banner-base-0-learn-more button {
    width: 41%;
  }
}
.collection-banner-gradient-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background-image: linear-gradient(to right, #282828, transparent);
}

.product-grid-base-1-description {
  margin-top: 2%;
  margin-right: 1%;
  padding-right: 5px;
  height: 200px;
}
.product-grid-base-1-description p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .product-grid-base-1-description p {
    font-size: 12px;
    line-height: 1.3;
  }
}

/* pulled in from super-collection-base-0.scss in FL codebase */
.contain-super-collection-base-0 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
.super-collection-base-0-overlayContainer {
  position: relative;
  width: auto;
  height: auto;
}
.super-collection-base-0-overlay {
  position: absolute;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  text-align: left;
}
.super-collection-base-0-overlayContainer:hover .super-collection-base-0-overlay {
  opacity: 1;
}
.super-collection-base-0-grid-container {
  position: relative;
  width: 92.5%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
}
.super-collection-base-0-card-background {
  background-color: #fff;
}
.super-collection-base-0-card-gap {
  margin: 10px 0;
}
.super-collection-base-0-buttons {
  margin: 20px;
  height: 45px;
  color: #fff;
  background-color: #00aeef;
  border: 2px solid #00aeef;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .super-collection-base-0-buttons {
    width: 55%;
  }
}
.super-collection-base-0-card-description, .super-collection-base-0-card-title {
  margin: 20px;
  line-height: 1.15;
}
p.super-collection-card-description {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  p.super-collection-card-description {
    font-size: 14px;
  }
}
.description-margin {
  margin-bottom: 5px;
}
.super-collection-base-0-button-text {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.super-collection-base-0-mobile-button-text {
  display: none;
}
@media only screen and (max-width: 480px) {
  .super-collection-base-0-button-text {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .super-collection-base-0-mobile-button-text {
    display: inline-block;
  }
  .super-collection-base-0-mobile-button {
    height: 35px;
    width: 40%;
    font-size: 14px;
  }
}

#super-collection-banner-container header {
  display: block;
}

#show-promo-bar-super-collection-base-0 {
  display: flex !important;
  margin-top: 0px;
}

@media screen and (max-width: 1200px) {
  #show-promo-bar-super-collection-base-0 {
    margin-top: -30px;
  }
}

@media screen and (max-width: 990px) {
  #show-promo-bar-super-collection-base-0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1400px) {
  #super-collection-banner-container .collection-banner-base-0-container {
    left: 10%;
  }
}
@media screen and (min-width: 1700px) {
  #super-collection-banner-container .collection-banner-base-0-container {
    left: 15%;
  }
}
@media screen and (min-width: 2000px) {
  #super-collection-banner-container .collection-banner-base-0-container {
    left: 20%;
  }
}
@media screen and (min-width: 1400px) {
  #super-collection-banner-container .collection-banner-base-0-description {
    width: 50%;
  }
}
