/* Functions */
#home_designers {
  position: relative;
  margin-bottom: 3rem;
  max-width: 1100px;
}

#home_about {
  position: relative;
  margin: auto;
  margin-bottom: 3rem;
  max-width: 830px;
  font-size: 2rem;
  line-height: 1.32;
  color: #231f20;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#designer_page .designers_main {
  max-width: 1400px;
  margin: auto;
  padding: 10rem 0;
}
#designer_page .single_designer {
  width: 100%;
  max-width: 100%;
}
#designer_page .designer_thumb {
  margin-bottom: auto;
  margin-top: 0;
}
#designer_page .home_designer_info {
  width: 100%;
  max-width: 100%;
}
#designer_page .designers_box_title_wrapper {
  margin: auto;
}
#designer_page .single_designer {
  flex-direction: column;
}
#designer_page .designers_bio {
  font-size: 1.6em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  max-width: 900px;
  margin: auto;
}
#designer_page .designers_bio img {
  max-width: 250px;
}
#designer_page .designer_clothes_link {
  margin: auto;
}

@media (min-width: 1400px) {
  #home_designers {
    max-width: 1200px;
  }
  #home_about {
    max-width: 830px;
  }
}
@media (min-width: 1600px) {
  #home_designers {
    max-width: 1400px;
  }
  #home_about {
    max-width: 830px;
  }
}
#designers_main {
  margin-top: 3rem;
  max-width: 1200px;
}

.home_designers_controls {
  position: absolute;
  z-index: 3;
  bottom: 50%;
}

.close_active_info {
  display: none;
  position: absolute;
  top: -60px;
  right: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #231f20;
}
.close_active_info::before {
  content: "";
  width: 1px;
  height: 4em;
  background: #231f20;
}

.show_bio .close_active_info, .show_image .close_active_info {
  display: flex;
}
.show_bio .designer_clothes_link, .show_image .designer_clothes_link {
  display: flex;
  justify-content: center;
  width: 100%;
}

.single_designer {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 350px;
  /* width:90%;*/
  margin: auto;
}
.single_designer.show_bio {
  width: auto;
  padding-top: 8em !important;
}
.single_designer.show_bio .designers_bio {
  display: block;
  color: #231f20;
}
.single_designer.show_bio .designers_bio img {
  max-width: 200px;
  margin: auto;
  margin-top: 20px;
}
.single_designer.show_bio .designers_summary {
  display: none;
}
.single_designer.show_bio .home_designer_image {
  background: #665e60;
  /* border-bottom: solid  2.6em #fff;*/
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  margin: auto;
  transition: 0.6s;
}
.single_designer.show_bio .arrow_link {
  margin: auto;
}
.single_designer.show_bio .arrow_link_arrow {
  display: none !important;
}
.single_designer.show_bio .designer_menu {
  margin-left: auto;
}

.designers_bio, .designer_main_img {
  display: none;
}

.home_designer_image {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.home_designer_image img {
  width: 100%;
}
.home_designer_image:hover, .home_designer_image:focus {
  translate: transformY(-15%);
}

.home_desingers_wrapper .designer_menu {
  display: none;
}

.designer_menu {
  display: flex;
  align-self: flex-start;
  margin-top: auto;
  max-width: 340px;
  position: relative;
  z-index: 10;
  /*width: 100%;*/
  margin-top: 1em;
  justify-content: scenter;
  border-top: solid 1px #f1f1f1;
  padding-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
.designer_menu .single_designer_menu {
  color: #231f20;
  font-size: 1rem;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
}
.designer_menu .single_designer_menu:hover, .designer_menu .single_designer_menu:focus {
  color: #231f20;
}

.home_designer_info {
  background: transparent;
}
.home_designer_info .arrow_link .arrow_link_arrow {
  display: none;
}
.home_designer_info .arrow_link .arrow_title {
  text-transform: uppercase;
}
.home_designer_info {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2em;
  margin-left: 0;
}
.home_designer_info.empty_col {
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.home_designer_info .designers_box_title {
  font-size: 1.52rem;
  max-width: 230px;
  color: #231f20;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 1px;
  /* max-width: 300px;*/
  margin-bottom: 0.5em;
  /* max-width:170px;*/
  text-align: center;
}
.home_designer_info .designers_box_p {
  font-weight: 300;
  font-size: 1.28rem;
  line-height: 1.62;
  /* opacity:0.85;*/
  margin-bottom: 2em;
  display: none;
}

.designers_summary {
  height: auto;
  overflow: hidden;
}
.designers_summary::after {
  content: "...";
  opacity: 0.5;
}

.home_desingers_wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 14em;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.home_desingers_wrapper .single_designer {
  margin: 2em;
  max-width: 490px;
  width: 92%;
}

.single_designer {
  margin: 0;
  max-width: 780px;
  margin-bottom: 8em;
}

.designer_thumb {
  cursor: pointer;
}

@media (min-width: 500px) {
  .single_designer {
    flex-direction: row;
    max-width: 100%;
  }
  .single_designer.show_bio .home_designer_image {
    margin-top: 0px;
  }
  .home_designers_controls {
    bottom: 0px;
    left: 42vw;
    transform: translate(-50%, 50%);
  }
  .closed .home_designer_info .designers_box_title {
    text-align: left;
  }
}
@media (min-width: 500px) and (min-width: 500px) {
  .closed .home_designer_info .designers_box_title {
    text-align: left;
  }
}
@media (min-width: 500px) and (min-width: 768px) {
  .closed .home_designer_info .designers_box_title {
    text-align: center;
  }
}
@media (min-width: 500px) {
  .home_designer_info {
    /* margin-right:auto;*/
    align-items: flex-start;
  }
  .home_designer_info .arrow_link .arrow_link_arrow {
    display: block;
  }
  .home_designer_info .arrow_link {
    margin-top: auto;
  }
  .home_designer_info .arrow_link span {
    font-size: 1rem;
  }
  .home_designer_info .designers_box_p {
    margin-top: auto;
  }
  .home_designer_info {
    order: 2;
    max-width: 380px;
    margin-top: 0px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 0.5em;
  }
  .home_designer_info .designers_box_title {
    margin-left: 0%;
    font-size: 2rem;
    transition: color 0.5s;
    text-align: left;
    margin-bottom: 1em;
  }
  .home_designer_info a:hover .designers_box_title {
    color: #665e60;
  }
  .designer_menu {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .home_designer_image {
    width: 250px;
    height: 250px;
    min-width: 250px;
    min-height: 250px;
  }
  .single_designer.closed .home_designer_image {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
  }
  .designers_box_title {
    margin-left: 0%;
    font-size: 2.5rem;
  }
  .home_designer_info {
    border-top: solid 1.8em #fff;
    border-bottom: solid 1.8em #fff;
    order: 2;
    max-width: 380px;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }
  .single_designer {
    width: 48%;
  }
  .single_designer.closed {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    text-align: center;
    width: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
  }
  .single_designer.closed .home_designer_info * {
    display: none;
  }
  .single_designer.closed .home_designer_info {
    order: 2;
    justify-content: center;
    background-color: transparent;
    padding: 0px;
    border: none;
    text-align: center;
  }
  .single_designer.closed .home_designer_info .designers_box_title_wrapper {
    display: block;
  }
  .single_designer.closed .home_designer_info .designers_box_title {
    display: block;
    font-size: 1.13rem;
    margin: 0px;
    margin-top: 1em;
    font-weight: 500;
  }
  .single_designer.closed .home_designer_image {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    background: #f1f1f1;
  }
  .single_designer.closed .home_designer_image img {
    opacity: 1;
    transition: opacity 0.5s;
    mix-blend-mode: luminosity;
  }
  .single_designer.closed .designer_main_img {
    display: none;
  }
}
@media (min-width: 970px) {
  .home_designer_info {
    border-top: solid 2.6em #fff;
    border-bottom: solid 2.6em #fff;
    order: 2;
    max-width: 300px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    margin-right: 0;
    margin-left: 0;
  }
  .home_designer_info.empty_col {
    display: none;
    order: 0;
    padding: 1em;
    margin-right: 0;
    margin-left: 0;
    /*  background: $pink;*/
  }
  .home_designer_info .designers_box_title {
    margin-left: 0%;
    font-size: 2rem;
    line-height: 1.12;
  }
  .home_designer_info .designers_box_p {
    padding-left: 3em;
  }
  .show_bio .home_designer_info {
    max-width: 600px;
  }
  #designers_article .designer_type_2 .close_active_info, #designers_article .designer_type_4 .close_active_info {
    right: 50%;
  }
  #designers_article .designer_type_2.single_designer.show_bio .home_designer_image, #designers_article .designer_type_4.single_designer.show_bio .home_designer_image {
    background: transparent;
    border-bottom: none;
  }
  #designers_article .designer_type_2.single_designer, #designers_article .designer_type_4.single_designer {
    position: relative;
    max-width: 660px;
    margin-top: 4%;
    margin-right: 10%;
    margin-left: auto;
  }
  #designers_article .designer_type_2 .home_designer_info, #designers_article .designer_type_4 .home_designer_info {
    background: #665e60;
    border: none;
    max-width: inherit;
    width: 100%;
    min-height: 420px;
  }
  #designers_article .designer_type_2 .home_designer_info .designers_box_title, #designers_article .designer_type_4 .home_designer_info .designers_box_title {
    margin: 0;
    margin-top: auto;
    margin-bottom: 1em;
    color: #fafafa;
  }
  #designers_article .designer_type_2 .home_designer_info.empty_col, #designers_article .designer_type_4 .home_designer_info.empty_col {
    display: none;
  }
  #designers_article .designer_type_2 .home_designer_info .designers_box_p, #designers_article .designer_type_4 .home_designer_info .designers_box_p {
    padding: 0px;
    max-width: 280px;
    color: #f1f1f1;
  }
  #designers_article .designer_type_2 .home_designer_image, #designers_article .designer_type_4 .home_designer_image {
    order: 4;
    position: absolute;
    right: 0px;
    top: -18%;
    right: -10%;
  }
  #designers_article .designer_type_2 .designer_menu .single_designer_menu, #designers_article .designer_type_4 .designer_menu .single_designer_menu {
    color: #dac5ca;
  }
  #designers_article .designer_type_2 .home_designer_info {
    background: transparent;
  }
  #designers_article .designer_type_2 .home_designer_info .designers_box_title {
    color: #231f20;
    opacity: 0.85;
  }
  #designers_article .designer_type_2 .home_designer_info .designers_box_p {
    color: #231f20;
  }
  #designers_article .designer_type_2 .home_designer_info .designer_menu .single_designer_menu {
    color: #231f20;
  }
  #designers_article .designer_type_3 .home_designer_info {
    border: none;
    background: #665e60;
  }
  #designers_article .designer_type_3 .home_designer_info .designers_box_title {
    margin: 0;
    margin-top: auto;
    color: #fafafa;
  }
  #designers_article .designer_type_3 .home_designer_info .designers_box_p {
    padding: 0px;
    max-width: 280px;
    color: #f1f1f1;
  }
  #designers_article .designer_type_3 .home_designer_info.empty_col {
    display: none;
  }
  #designers_article .designer_type_3 .designer_menu .single_designer_menu {
    color: #dac5ca;
  }
}
@media (min-width: 1200px) {
  .home_desingers_wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8em;
  }
  .home_designers_controls {
    display: none;
  }
  .single_designer {
    margin: 0;
    max-width: 780px;
  }
}
.single_designer.closed:hover .home_designer_image img {
  mix-blend-mode: normal;
}

#designers_article {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  /*padding: 3.8em;*/
}
#designers_article .single_designer {
  margin-bottom: 3.8em;
  margin-top: 3.8em;
  padding: 3em 0;
}
#designers_article .single_designer.closed {
  display: flex;
}

@media (min-width: 1200px) {
  #designers_article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #designers_article .single_designer {
    width: 45%;
  }
  #designers_article .single_designer.show_bio {
    width: 70%;
  }
}
.look_book_slideshow_item img {
  height: 100%;
  width: auto;
}

#slideshow_lookbook {
  position: relative;
  z-index: 9;
}
#slideshow_lookbook .swiper-slide {
  width: auto;
}
#slideshow_lookbook .swiper-container {
  width: 100%;
  height: 60vh;
  min-height: 400px;
}

#designer_lookbook {
  margin-top: -25px;
  position: relative;
}
#designer_lookbook .lookbook_control {
  display: flex;
  justify-content: center;
  transform: translateY(50%);
  z-index: 10;
  position: relative;
}
#designer_lookbook .slideshow_numbers {
  position: absolute;
  bottom: -30px;
  left: 40px;
  z-index: 11;
}

/* BACK TO TOP */
#back_to_top {
  position: fixed;
  bottom: -210px;
  right: 50px;
  z-index: 8;
  transition: bottom 1s;
}
#back_to_top .slideshow_info {
  position: relative;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
#back_to_top .slideshow_numbers h1 {
  margin-bottom: 15px;
  font-size: 2rem;
}
#back_to_top.show_top_scroller {
  bottom: 10px;
}

#designer_nav {
  max-width: 1200px;
  margin: auto;
}
#designer_nav a {
  color: #231f20;
  display: inline-block;
  margin: 5px 10px;
  font-size: 1.1rem;
}
#designer_nav._page {
  margin-bottom: 10rem;
}/*# sourceMappingURL=designers.css.map */