/* HOMEPAGE STYLES */
/**
 * MIXINS
 */
/* general */
.art-for-life {
  text-align: center;
  padding-top: 20px;
}
.art-for-life img {
  width: 400px;
}
@media (max-width: 767px) {
  .art-for-life img {
    width: 200px;
  }
}
.home_heading_text {
  font-size: 12px;
  line-height: 5px;
  margin-left: -1000em;
}
/**
 * HOME STYLES
 */
#home {
  /*
   * TILES
   */
  /**
   * SECTIONS
   */
  /* GENERIC */
  /* TOP CAROUSEL */
  /*
   * SUGGESTED ARTISTS, FEATURED WORKS,
   * MOST VIEWED, CATEGORIES, TAGS, BROWSE BY PRICE
   */
  /* CATEGORIES AND TAGS */
  /* SUGGESTED ARTISTS */
  /* BROWSE BY PRICE */
  /* ARTICLES */
  /* NEW TO ARTSPACE */
  /* GUARANTEE */
  /* DESIGN OBJECTS & BOOKS SECTION */
}
#home #content {
  margin-top: 0;
}
#home .visitor-type {
  position: fixed;
  top: 100px;
  right: 25px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  color: white;
  background: #d80078;
  cursor: default;
  z-index: 10;
}
#home .visitor-type__switch {
  color: white;
  font-size: 16px;
  text-decoration: underline;
}
#home .artist {
  padding: 30px 10px 0;
  text-align: center;
  min-width: 1px;
}
#home .artist__image {
  width: 100%;
  height: 320px;
  object-fit: contain;
  object-position: 50%;
  border: 1px solid transparent;
}
@media (min-width: 450px) {
  #home .artist__image {
    transition: border 200ms ease;
  }
  #home .artist__image:hover {
    border-color: #ddd;
  }
}
#home .artist__name {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home .work {
  padding: 30px 10px 0;
  min-width: 1px;
}
#home .work__buttons {
  position: absolute;
  bottom: -30px;
  right: 0;
  transition: bottom 200ms ease;
}
#home .work__save {
  padding: 5px;
  color: white;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: background 0.3s ease;
  border: none;
  outline: none;
}
#home .work__save:hover {
  background: black;
}
#home .work__save:hover .work__save-star {
  color: #da0476;
}
#home .work__save-star {
  font-size: 10px;
  color: white;
  vertical-align: text-top;
  transition: all 0.3s ease;
}
#home .work__thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid transparent;
}
@media (min-width: 450px) {
  #home .work__thumbnail {
    transition: border 200ms ease;
  }
  #home .work__thumbnail:hover {
    border-color: #ddd;
  }
}
@media (min-width: 992px) {
  #home .work__thumbnail:hover .work__buttons {
    bottom: 0;
  }
}
#home .work__image-link {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
#home .work__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50%;
}
#home .work__artist {
  font-size: 18px;
  line-height: 36px;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home .work__title {
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home .work__category {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: #656363;
  text-transform: uppercase;
}
#home .work__price {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.8px;
  margin-top: 7px;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#home .work__price .special-product-price {
  color: red;
  vertical-align: middle;
  margin-right: 5px;
}
#home .work__price .strikeout {
  line-height: 20px;
  position: relative;
  vertical-align: middle;
}
#home .work__price .strikeout::after {
  border-bottom: 0.15em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.15em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
#home .work .red-italic {
  color: inherit;
}
#home .tile {
  padding: 5px;
  height: 175px;
  min-width: 0;
}
#home .tile__link {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  color: #da0476;
  justify-content: center;
  align-items: flex-end;
}
#home .tile__link--all {
  background-color: #da0476;
}
#home .tile__name {
  position: relative;
  min-width: 60%;
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #e4017a;
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #home .tile__name {
    font-size: 18px;
  }
}
#home .tile__name--all {
  margin: auto;
  font-size: 20px;
}
@media (min-width: 992px) {
  #home .tile__name--all {
    font-size: 24px;
  }
}
#home .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .price-filter {
  height: 150px;
  padding-top: 20px;
}
#home .price-filter__link {
  display: block;
  width: 100%;
  height: 100%;
  background: #da0476;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 130px;
  transition: all 200ms ease;
  border: 1px solid transparent;
}
#home .price-filter__link:hover {
  border-color: #ccc;
  background: #e50079;
}
@media (min-width: 450px) {
  #home .price-filter__link {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #home .price-filter__link {
    font-size: 24px;
  }
}
#home .subcategory {
  text-align: center;
}
#home .subcategory .work {
  text-align: left;
}
#home .subcategory__image {
  width: 100%;
  height: 240px;
  object-fit: contain;
  margin-bottom: 15px;
  border: 1px solid transparent;
}
@media (min-width: 450px) {
  #home .subcategory__image {
    transition: border 200ms ease;
  }
  #home .subcategory__image:hover {
    border-color: #ddd;
  }
}
#home .subcategory__name {
  text-transform: uppercase;
  font-size: 20px;
  cursor: default;
}
#home .article {
  position: relative;
  padding: 30px 20px 25px;
}
#home .article__section {
  display: inline-block;
  margin-bottom: 10px;
}
#home .article__thumbnail {
  margin-bottom: 10px;
}
#home .article__title {
  font-size: 20px;
  font-weight: 500;
}
#home .article__more {
  color: #da0476;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
  font-size: 16px;
  position: absolute;
  bottom: 0;
}
#home .article__more:hover {
  color: black;
}
#home .article__more::after {
  content: '\25b6\fe0e';
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 8px;
}
#home .container {
  padding-left: unset;
  padding-right: unset;
}
#home .container1 {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #home .container1 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #home .container1 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #home .container1 {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  #home .container1 {
    width: 1570px;
  }
}
#home .container2 {
  width: 100%;
}
#home .main-carousel {
  margin-top: -5px;
  /* owl styling */
}
#home .main-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#home .main-carousel .owl-dot {
  padding: 2px;
}
#home .main-carousel .owl-dot:not(:last-child) {
  margin-right: 8px;
}
#home .main-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2e2;
}
#home .main-carousel .owl-dot.active span {
  background: black;
}
#home .main-carousel--one-slide .owl-dots {
  display: none;
}
#home .main-carousel__link {
  position: absolute;
  margin: 0 auto;
  padding: 8px 0 4px;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#home .main-carousel__link:hover {
  text-decoration: none;
}
#home .main-carousel__text {
  margin: 0 auto;
  color: #fff;
}
#home .main-carousel__text h2 {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-transform: uppercase;
}
#home .main-carousel__text h3 {
  display: none;
}
#home .main-carousel__text .btn.btn-pink {
  display: none;
}
@media (min-width: 768px) {
  #home .main-carousel__link {
    display: block;
    height: auto;
    padding: 24px 0 8px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  }
  #home .main-carousel__text {
    width: 80%;
    text-align: left;
  }
  #home .main-carousel__text h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #home .main-carousel__text h3 {
    display: block;
    font-weight: 300;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 992px) {
  #home .main-carousel__link {
    padding: 36px 0 12px;
  }
}
@media (min-width: 1200px) {
  #home .main-carousel__link {
    padding: 54px 0 18px;
  }
  #home .main-carousel__text h2 {
    font-size: 38px;
    line-height: 40px;
  }
  #home .main-carousel__text h3 {
    margin-bottom: 10px;
    font-size: 21px;
    letter-spacing: 0.03em;
    line-height: 28px;
  }
  #home .main-carousel__text .btn.btn-pink {
    display: inline-block;
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  #home .main-carousel__link {
    padding: 60px 0 30px;
  }
  #home .main-carousel__text {
    width: 72%;
  }
  #home .main-carousel__text h2 {
    margin-bottom: 6px;
    font-size: 40px;
    letter-spacing: 0.02em;
    line-height: 42px;
  }
  #home .main-carousel__text h3 {
    margin-bottom: 13px;
    font-size: 23px;
    letter-spacing: 0.03em;
    line-height: 30px;
  }
  #home .main-carousel__text .btn.btn-pink {
    display: inline-block;
  }
}
#home .suggested-artists,
#home .categories,
#home .tags,
#home .browse-by-price {
  margin: 0 auto 60px;
}
#home .suggested-artists__header,
#home .categories__header,
#home .tags__header,
#home .browse-by-price__header,
#home .suggested-artists__subheader,
#home .categories__subheader,
#home .tags__subheader,
#home .browse-by-price__subheader {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#home .suggested-artists__subheader,
#home .categories__subheader,
#home .tags__subheader,
#home .browse-by-price__subheader {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: unset;
  line-height: 25px;
}
#home .suggested-artists__footer,
#home .categories__footer,
#home .tags__footer,
#home .browse-by-price__footer {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
}
#home .suggested-artists__more,
#home .categories__more,
#home .tags__more,
#home .browse-by-price__more {
  color: #da0476;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
  font-size: 16px;
}
#home .suggested-artists__more:hover,
#home .categories__more:hover,
#home .tags__more:hover,
#home .browse-by-price__more:hover {
  color: black;
}
#home .suggested-artists__more::after,
#home .categories__more::after,
#home .tags__more::after,
#home .browse-by-price__more::after {
  content: '\25b6\fe0e';
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 8px;
}
@media (min-width: 768px) {
  #home .suggested-artists__header,
  #home .categories__header,
  #home .tags__header,
  #home .browse-by-price__header {
    font-size: 32px;
  }
}
#home .suggested-artists__list,
#home .categories__list,
#home .tags__list,
#home .browse-by-price__list {
  display: flex;
  flex-wrap: wrap;
}
#home .featured-works,
#home .most-viewed,
#home .works-for-you {
  margin: 0 auto 60px;
}
#home .featured-works__header,
#home .most-viewed__header,
#home .works-for-you__header,
#home .featured-works__subheader,
#home .most-viewed__subheader,
#home .works-for-you__subheader {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#home .featured-works__subheader,
#home .most-viewed__subheader,
#home .works-for-you__subheader {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: unset;
  line-height: 25px;
}
#home .featured-works__footer,
#home .most-viewed__footer,
#home .works-for-you__footer {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
}
#home .featured-works__more,
#home .most-viewed__more,
#home .works-for-you__more {
  color: #da0476;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
  font-size: 16px;
}
#home .featured-works__more:hover,
#home .most-viewed__more:hover,
#home .works-for-you__more:hover {
  color: black;
}
#home .featured-works__more::after,
#home .most-viewed__more::after,
#home .works-for-you__more::after {
  content: '\25b6\fe0e';
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 8px;
}
@media (min-width: 768px) {
  #home .featured-works__header,
  #home .most-viewed__header,
  #home .works-for-you__header {
    font-size: 32px;
  }
}
#home .featured-works__list,
#home .most-viewed__list,
#home .works-for-you__list {
  display: flex;
  flex-wrap: wrap;
}
#home .featured-works__header,
#home .most-viewed__header,
#home .works-for-you__header {
  margin-bottom: 0;
}
#home .featured-works .work,
#home .most-viewed .work,
#home .works-for-you .work {
  flex-basis: 100%;
}
@media (min-width: 450px) {
  #home .featured-works .work,
  #home .most-viewed .work,
  #home .works-for-you .work {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  #home .featured-works .work,
  #home .most-viewed .work,
  #home .works-for-you .work {
    flex-basis: 33.333333%;
  }
}
#home .categories .tile,
#home .tags .tile {
  flex-basis: 50%;
}
@media (min-width: 768px) {
  #home .categories .tile,
  #home .tags .tile {
    flex-basis: 25%;
  }
}
#home .suggested-artists__header {
  margin-bottom: 5px;
}
#home .suggested-artists__search {
  display: inline-block;
  position: relative;
  margin: 20px 0 0;
  width: 75%;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  text-transform: none;
  letter-spacing: initial;
  text-align: left;
}
#home .suggested-artists__search-input {
  width: 100%;
  height: 35px;
  padding: 0 40px 0 10px;
  font-size: 20px;
  font-weight: 300;
  border: 1px solid #888;
}
#home .suggested-artists__search-icon {
  position: absolute;
  right: 11px;
  top: 6px;
  font-size: 20px;
  color: #333;
}
#home .suggested-artists .twitter-typeahead {
  display: block !important;
}
#home .suggested-artists .tt-menu {
  width: 100%;
  padding: 5px 10px;
  background: white;
  border: 1px solid black;
  border-top: none;
}
#home .suggested-artists .tt-suggestion,
#home .suggested-artists .tt-see-all {
  font-size: 20px;
  font-weight: 300;
}
#home .suggested-artists .tt-see-all {
  color: #da0476;
}
@media (min-width: 992px) {
  #home .suggested-artists__header {
    text-align: left;
  }
  #home .suggested-artists__search {
    float: right;
    margin: -4px 0 0;
    width: 35%;
  }
}
#home .suggested-artists .artist {
  flex-basis: 100%;
}
@media (min-width: 450px) {
  #home .suggested-artists .artist {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  #home .suggested-artists .artist {
    flex-basis: 25%;
  }
}
#home .browse-by-price__header {
  margin-bottom: 10px;
}
#home .browse-by-price__list {
  justify-content: space-around;
}
#home .browse-by-price .price-filter {
  flex-basis: 48%;
}
@media (min-width: 768px) {
  #home .browse-by-price .price-filter {
    flex-basis: 23%;
  }
}
#home .articles {
  margin: 0 auto 60px;
}
#home .articles__header,
#home .articles__subheader {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#home .articles__subheader {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: unset;
  line-height: 25px;
}
#home .articles__footer {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
}
#home .articles__more {
  color: #da0476;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
  font-size: 16px;
}
#home .articles__more:hover {
  color: black;
}
#home .articles__more::after {
  content: '\25b6\fe0e';
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 8px;
}
@media (min-width: 768px) {
  #home .articles__header {
    font-size: 32px;
  }
}
#home .articles__list {
  display: flex;
  flex-wrap: wrap;
}
#home .articles__header {
  margin-bottom: 0;
}
#home .articles .article {
  flex-basis: 100%;
}
@media (min-width: 450px) {
  #home .articles .article {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  #home .articles .article {
    flex-basis: 25%;
  }
}
#home .new-to-artspace {
  margin: 0 auto 60px;
  padding: 0 10px;
}
#home .new-to-artspace__header,
#home .new-to-artspace__subheader {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#home .new-to-artspace__subheader {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: unset;
  line-height: 25px;
}
#home .new-to-artspace__footer {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
}
#home .new-to-artspace__more {
  color: #da0476;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
  font-size: 16px;
}
#home .new-to-artspace__more:hover {
  color: black;
}
#home .new-to-artspace__more::after {
  content: '\25b6\fe0e';
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 8px;
}
@media (min-width: 768px) {
  #home .new-to-artspace__header {
    font-size: 32px;
  }
}
#home .new-to-artspace__wrapper {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 0;
}
#home .new-to-artspace__details {
  flex: 1 1 600px;
}
#home .new-to-artspace__form {
  flex: 1 1 500px;
  margin-top: 15px;
}
#home .new-to-artspace__header {
  margin: 0;
  font-size: 24px;
  letter-spacing: 2.5px;
  text-align: left;
}
#home .new-to-artspace__offer {
  font-size: 20px;
  letter-spacing: -1.1px;
  color: #888;
}
#home .new-to-artspace__email {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #4b4d4c;
  background: #fefcfd;
  padding-left: 9px;
  margin-right: 15px;
  border: 1px solid #ccc;
}
#home .new-to-artspace__signup {
  padding: 15px 25px;
  font-size: 22px;
  height: auto;
  margin-top: 10px;
}
#home .new-to-artspace__terms-holder {
  display: block;
  margin-top: 10px;
}
#home .new-to-artspace__accept-terms {
  position: relative;
  top: 2px;
  vertical-align: bottom;
  margin-right: 5px;
}
#home .new-to-artspace__error {
  color: red;
}
@media (min-width: 768px) {
  #home .new-to-artspace__header {
    font-size: 48px;
  }
  #home .new-to-artspace__offer {
    font-size: 28px;
  }
  #home .new-to-artspace__signup {
    float: right;
  }
  #home .new-to-artspace__terms-holder {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #home .new-to-artspace__details,
  #home .new-to-artspace__form {
    flex-grow: 0;
  }
}
#home .guarantee {
  margin: 0 auto 60px;
  margin-bottom: 0;
  padding: 0 10px;
}
#home .guarantee__header,
#home .guarantee__subheader {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#home .guarantee__subheader {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: unset;
  line-height: 25px;
}
#home .guarantee__footer {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
}
#home .guarantee__more {
  color: #da0476;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
  font-size: 16px;
}
#home .guarantee__more:hover {
  color: black;
}
#home .guarantee__more::after {
  content: '\25b6\fe0e';
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 8px;
}
@media (min-width: 768px) {
  #home .guarantee__header {
    font-size: 32px;
  }
}
#home .guarantee__wrapper {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
#home .guarantee__logo {
  display: flex;
  flex-basis: 100%;
  height: 200px;
  text-align: center;
  margin-bottom: 20px;
}
#home .guarantee__image {
  max-height: 100%;
  margin: auto;
}
#home .guarantee__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}
#home .guarantee__item {
  text-transform: uppercase;
  font-size: 18px;
  margin: 6px 20px 0 26px;
  text-indent: -26px;
}
#home .guarantee__item:before {
  content: '\2713';
  font-size: 24px;
  line-height: 0;
  margin-right: 5px;
  color: #da0476;
}
@media (min-width: 768px) {
  #home .guarantee__logo {
    flex: 1 0 0;
    margin: 0 40px 0 20px;
  }
  #home .guarantee__list {
    flex: 3 0 0;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #home .guarantee__item {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #home .guarantee__item {
    font-size: 26px;
  }
  #home .guarantee__item::before {
    font-size: 34px;
  }
}
#home .subcategories {
  margin: 0 auto 60px;
}
#home .subcategories__header,
#home .subcategories__subheader {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#home .subcategories__subheader {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: unset;
  line-height: 25px;
}
#home .subcategories__footer {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
}
#home .subcategories__more {
  color: #da0476;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
  font-size: 16px;
}
#home .subcategories__more:hover {
  color: black;
}
#home .subcategories__more::after {
  content: '\25b6\fe0e';
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 8px;
}
@media (min-width: 768px) {
  #home .subcategories__header {
    font-size: 32px;
  }
}
#home .subcategories__carousel {
  padding: 0 40px;
}
#home .subcategories .owl-prev,
#home .subcategories .owl-next {
  position: absolute;
  top: 125px;
  font-size: 11px;
  color: transparent;
  border-color: #ccc;
  transition: border-color 100ms ease;
}
#home .subcategories .owl-prev:before,
#home .subcategories .owl-next:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-left-width: 5px;
  border-left-style: solid;
  border-color: inherit;
  cursor: pointer;
}
#home .subcategories .owl-prev:not(.disabled):hover,
#home .subcategories .owl-next:not(.disabled):hover {
  border-color: black;
}
#home .subcategories .owl-prev {
  left: 15px;
}
#home .subcategories .owl-prev:before {
  transform: rotate(45deg);
}
#home .subcategories .owl-next {
  right: 15px;
}
#home .subcategories .owl-next:before {
  transform: rotate(225deg);
}
@media (min-width: 992px) {
  #home .subcategories__carousel {
    padding: 0 60px;
  }
  #home .subcategories .owl-prev:before,
  #home .subcategories .owl-next:before {
    width: 40px;
    height: 40px;
  }
  #home .subcategories .owl-prev {
    left: 20px;
  }
  #home .subcategories .owl-next {
    right: 20px;
  }
}
