/*** sm > ***/
@media screen and (min-width: 769px) {
  .enhancements .products-faceted-search-focus {
    background: #fff;
    position: static;
    opacity: 1;
    z-index: 0;
  }

  .enhancements .products-faceted-search-expand {
    width: 100%;
  }

  .reveal-mobile-filter #mobile-filter-return {
    height: 0;
    opacity: 0;
  }
}

/*** xs ***/
@media screen and (max-width: 768px) {
  /* The side navigation menu */
  .enhancements .products-faceted-search {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 4001;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
  }

  .enhancements .products-faceted-search-expand {
    width: 280px;
  }

  .enhancements .products-faceted-search .filter-breadcrumbs  {
    padding: 10px;
  }

  .reveal-mobile-filter {
    overflow-y: hidden;
  }

  .reveal-mobile-filter #mobile-filter-return {
    z-index: 4000;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  }

  .enhancement-banner-text.slide.full-width-image .overlay-text .text span {
      font-size: 80% !important;
  }

  .enhancement-banner-text .overlay-text p.banner-paragraph {
      margin-top: 5px;
      font-size: 16px;
  }

  .enhancement-banner-text .overlay-text .inner {
      padding-top: 3%;
  }

  .enhancement-banner-text .overlay-text {
      left: 0;
      width: 100%;
  }
  
}

/*** xs < ***/
@media screen and (max-width: 490px) {
  .enhancement-banner-text.slide.full-width-image .overlay-text .text span {
      font-size: 10px !important;
  }

  .enhancement-banner-text .overlay-text p.banner-paragraph {
      margin-top: 5px;
      font-size: 8px;
  }

  .enhancement-banner-text a.btn-clear-white {
      font-size: 10px;
      padding: 3px 8px;
  }
}

/*** xs < ***/
@media screen and (max-width: 490px) {
  .enhancement-banner-text.slide.full-width-image .overlay-text .text span {
      font-size: 10px !important;
  }

  .enhancement-banner-text .overlay-text p.banner-paragraph {
      margin-top: 5px;
      font-size: 8px;
  }

  .enhancement-banner-text a.btn-clear-white {
      font-size: 10px;
      padding: 3px 8px;
  }
}

@media screen and (max-width: 1182px) {
  .accessory-text-container {
    min-height: 80px;
  }
}
