.ps-home {
  background: #f8f8f8;
}
.ps-home .wrapper {
  overflow: inherit;
}

@media (max-width: 767px) {
  .ps-catalog .grid-product-image-box {
    padding-bottom: 46px;
  }
}
.ps-container {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 15px;
}

.ps-blocks {
  display: flex;
  width: 100%;
  margin: 0 0 100px;
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .ps-blocks {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .ps-blocks {
    padding: 0;
  }
}
.ps-block-title {
  position: relative;
  margin: 0 20px 0 0;
}
.ps-block-title img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 100% 50%;
}

.ps-block-title__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 40px;
  font-size: 14px;
  text-align: left;
  background: #f9de00;
}
.ps-block-title__title span {
  display: block;
  margin: 3px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .ps-block-title {
    margin: 0 0 10px;
  }

  .ps-block-title__title {
    min-width: inherit;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ps-block-title__title {
    padding: 8px 30px;
  }
  .ps-block-title__title span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .ps-block-title__title {
    padding: 20px 45px;
    font-size: 16px;
  }
  .ps-block-title__title span {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .ps-block-title img {
    height: 100%;
  }

  .ps-block-title__title {
    min-width: 300px;
    padding: 24px 55px;
    font-size: 18px;
  }
  .ps-block-title__title span {
    font-size: 30px;
  }
}
.ps-block-access {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
  color: #333;
  background: #fff;
}
.ps-block-access::before {
  content: attr(data-label);
  display: block;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 14px;
}

.ps-block-access__title {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 22px;
}

.ps-block-access__text {
  display: block;
  margin: 0 0 1em;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 22px;
}

.ps-block-access__signup {
  margin: 15px 0;
  font-size: 14px;
  text-align: center;
}
.ps-block-access__signup a {
  color: #333;
}
.ps-block-access__signup a:focus, .ps-block-access__signup a:hover {
  color: #f86300;
}

.ps-block-access__subtitle {
  display: block;
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 14px;
}

.ps-block-access__login {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0 0;
}
.ps-block-access__login .button {
  width: 100%;
  height: auto;
  padding: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-transform: none;
  background: #333;
}
.ps-block-access__login .button:focus, .ps-block-access__login .button:hover {
  background-color: #f86300;
}

@media (min-width: 768px) {
  .ps-block-access__title {
    font-size: 24px;
  }

  .ps-block-access__text {
    font-size: 16px;
    line-height: 24px;
  }

  .ps-block-access__signup {
    margin: 20px 0;
    font-size: 16px;
  }

  .ps-block-access__subtitle {
    font-size: 16px;
  }

  .ps-block-access__login {
    margin: 30px 0 0;
  }
  .ps-block-access__login .button {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .ps-block-access {
    max-width: 430px;
    padding: 25px;
  }
  .ps-block-access::before {
    margin: 0 0 30px;
    font-size: 16px;
  }

  .ps-block-access__title {
    font-size: 28px;
  }

  .ps-block-access__text {
    font-size: 18px;
    line-height: 26px;
  }

  .ps-block-access__signup {
    margin: 25px 0;
    font-size: 18px;
  }

  .ps-block-access__subtitle {
    font-size: 18px;
  }

  .ps-block-access__login {
    margin: 40px 0 0;
  }
  .ps-block-access__login .button {
    padding: 18px;
    font-size: 24px;
  }
}
.ps-search {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 435px;
  margin: 30px auto 40px;
}
.ps-search:after {
  content: "\e906";
  position: absolute;
  top: calc(50% - calc(20px / 2));
  right: 5px;
  z-index: -1;
  font-size: 20px;
  font-family: 'labelhabitation-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-search input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 32px;
  padding: 4px 5px;
  font-size: 14px;
  background: transparent;
  border: 2px solid #707070;
  border-width: 0 0 2px;
  transition: border-color .2s;
}
.ps-search input:focus {
  border-color: #333;
}
@media (min-width: 1024px) {
  .ps-search input {
    font-size: 15px;
  }
}

.grid-products .ps-countdown {
  position: absolute;
  bottom: 0;
  left: -82%;
  z-index: 10;
  width: 75%;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  background: #fff;
}
.catalog-product-view .product-shop .ps-countdown {
  margin: 40px 0 0;
}
.catalog-product-view .fixed-bottom .ps-countdown {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .grid-products .ps-countdown {
    bottom: 20px;
  }
}

.ps-countdown__timer {
  float: none !important;
  margin: 0 !important;
  font-weight: 700 !important;
}
.ps-countdown__timer::before {
  content: "\e103";
  position: inherit;
  top: auto;
  left: auto;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px 0 0;
  font-size: 27px;
  font-family: 'privatesales';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: inherit;
  vertical-align: top;
}
.catalog-category-view .ps-countdown__timer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0 0 15px !important;
  padding: 0 10px;
  font-size: 14px;
}
.catalog-category-view .ps-countdown__timer > * {
  margin: 0 0 0 .3em;
}
.catalog-product-view .product-shop .ps-countdown__timer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  font-size: 18px;
}
.catalog-product-view .product-shop .ps-countdown__timer::before {
  font-size: 32px;
}
.catalog-product-view .product-shop .ps-countdown__timer > * {
  margin: 0 0 0 .3em;
}
.catalog-product-view .fixed-bottom .ps-countdown__timer {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.2;
}
.catalog-product-view .fixed-bottom .ps-countdown__timer::before {
  width: 100%;
  margin: 0 0 10px;
  font-size: 27px;
}
.catalog-product-view .fixed-bottom .ps-countdown__timer > * {
  margin: 0 .3em;
}
.grid-products .ps-countdown__timer {
  display: block;
  margin: 0 !important;
  padding: 10px !important;
  font-size: inherit !important;
  text-transform: none !important;
  background: #fff;
}
.grid-products .ps-countdown__timer::before {
  content: none !important;
}

.ps-countdown__clock {
  color: #f86300 !important;
}

@media (min-width: 768px) {
  .grid-products .ps-countdown {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .grid-products .ps-countdown {
    top: -80px;
    bottom: auto;
    left: 0;
    width: inherit;
    max-width: 90%;
  }

  .grid-products .ps-countdown__timer {
    padding: 15px 10px !important;
  }
  .catalog-category-view .ps-countdown__timer {
    padding: 0 10px 0 0;
    font-size: 16px;
  }
  .catalog-product-view .product-shop .ps-countdown__timer {
    font-size: 22px;
  }
}
.ps-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 30px;
}

.ps-navigation__list {
  display: flex;
  flex: 0 1 auto;
  padding: 0 0 10px;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.ps-navigation__item {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  scroll-snap-align: start;
}
.ps-navigation__item:not(:last-child) {
  margin-right: 60px;
}

.ps-navigation__link {
  display: block;
  padding: 0;
  color: #333;
  text-transform: inherit;
  background: transparent;
  border: 0;
  opacity: .5;
  transition: opacity .2s;
  cursor: pointer;
}
.ps-navigation__link:focus, .ps-navigation__link:hover {
  color: #333;
  opacity: 1;
}
.ps-navigation__link.is-active, .ps-navigation__link.mixitup-control-active {
  border-bottom: 2px solid #f86300;
  opacity: 1;
}

.ps-navigation__link--reset {
  opacity: .7;
}

@media (max-width: 767px) {
  .ps-navigation__item {
    font-size: 14px;
  }
  .ps-navigation__item:not(:last-child) {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .ps-navigation {
    margin: 0 0 25px;
    padding: 0 10%;
  }

  .ps-navigation__list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    overflow: inherit;
  }

  .ps-navigation__item {
    margin-bottom: 15px;
  }
}
.ps-categories {
  position: sticky;
  top: 110px;
  z-index: 20;
  margin: 0 0 20px;
}

.ps-categories__list {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-categories__item:not(:last-child) {
  margin: 0 15px 0 0;
}

.ps-categories__button {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 40px;
  min-width: 40px;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  background: #d8d8d8;
  border: 0;
  border-radius: 20px;
  transition: background-color .2s;
}
.ps-categories__button::before {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 20px;
  font-family: 'privatesales';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-categories__button span {
  display: block;
  max-width: 0;
  overflow: hidden;
  color: transparent;
  transition: max-width .4s, padding .4s, color .4s;
}
.is-active .ps-categories__button {
  background-color: #f86300;
}
.is-active .ps-categories__button span {
  max-width: 250px;
  padding: 0 10px;
  color: #fff;
}
.ps-categories__button:focus span, .ps-categories__button:hover span {
  max-width: 250px;
  padding: 0 10px;
  color: #fff;
}

.ps-categories__button--ongoing::before {
  content: "\e101";
}

.ps-categories__button--soonfinished::before {
  content: "\e103";
}

.ps-categories__button--comingsoon::before {
  content: "\e100";
}

.ps-categories__button--finished::before {
  content: "\e104";
}

@media (min-width: 768px) {
  .ps-categories__button span {
    max-width: inherit;
    padding: 0 10px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .ps-categories {
    top: 20px;
  }
}
@media (min-width: 1900px) {
  .ps-categories {
    position: fixed;
    top: 50%;
    left: calc(50% + 750px);
    z-index: 100;
    transform: translateY(-50%);
  }

  .ps-categories__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-categories__item:not(:last-child) {
    margin: 0 0 15px;
  }

  .ps-categories__button span, .ps-categories__button.is-active span {
    max-width: 0;
    padding: 0;
    color: transparent;
  }
  .ps-categories__button:focus span, .ps-categories__button:hover span {
    max-width: 250px;
    padding: 0 10px;
    color: #fff;
  }
}
.ps-sales {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .ps-sales {
    flex-direction: row;
    width: calc(100% + 30px);
    margin: 0 -15px 30px;
  }
}
.ps-sale {
  position: relative;
  margin: 0 0 10px;
}

.ps-sale__inner {
  position: relative;
  display: block;
  color: #333;
}
.ps-sale__inner[href]:focus, .ps-sale__inner[href]:hover {
  color: #333;
}
.ps-sale__inner[href]:focus .ps-sale__button, .ps-sale__inner[href]:hover .ps-sale__button {
  background-color: #ff802c;
}
.ps-sale__inner:not([href]) .ps-sale__button {
  opacity: .5;
}

.ps-sale__label {
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 10;
  padding: 12px 10px;
  color: #f8f8f8;
  font-weight: 700;
  font-size: 12px;
  background: #333;
}

.ps-sale__picture {
  overflow: hidden;
  margin: 0 0 2px;
}
.ps-sale__picture img {
  max-width: 100%;
  height: auto;
  transition: transform .4s;
}

.ps-sale__details {
  background: #fff;
}

.ps-sale__infos {
  flex: 1 1 auto;
  padding: 5px 10px 15px;
}

.ps-sale__title {
  margin: 0 0 15px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.ps-sale__action {
  flex: 0 0 auto;
  padding: 0;
}

.ps-sale__discount {
  margin: 0 0 10px;
  color: #000;
  font-size: 24px;
}
.ps-sale__discount span {
  color: #f86300;
  font-weight: 700;
}

.ps-sale__button {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 60px 12px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: #f86300;
  border: 0;
  transition: background-color .2s;
}
.ps-sale__button::before, .ps-sale__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 2px;
}
.ps-sale__button::before {
  width: 24px;
  height: 2px;
  background: #fff;
}
.ps-sale__button::after {
  top: calc(50% - 5px);
  right: 21px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.ps-sale__share {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.ps-sale__share::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  color: #000;
  background: #fff url("../images/privatesales/share.svg") 50% 50%/24px 24px no-repeat;
  border-radius: 50%;
  opacity: .7;
  transition: opacity .2s;
  cursor: pointer;
}
.ps-sale__share:hover {
  width: 100px;
  height: 100px;
}
.ps-sale__share:hover::before {
  opacity: 1;
}
.ps-sale__share:hover > * {
  opacity: 1;
}
.ps-sale__share:hover > *:nth-child(1) {
  transform: translate(-60px, 0);
}
.ps-sale__share:hover > *:nth-child(2) {
  transform: translate(-45px, 45px);
}
.ps-sale__share:hover > *:nth-child(3) {
  transform: translate(0, 60px);
}

.ps-sale__share__item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  opacity: 0;
  transition: transform .4s, opacity .4s;
}

.ps-sale__share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f86300 50% 50%/24px 24px no-repeat;
  border-radius: 50%;
  color: transparent;
  font: 0/0 a;
}

.ps-sale__share__link--facebook {
  background-color: #3b5998;
  background-image: url("../images/privatesales/facebook.svg");
}

.ps-sale__share__link--twitter {
  background-color: #00aced;
  background-image: url("https://www.labelhabitation.com/skin/frontend/glb/lh/images/privatesales/twitter.svg");
}

.ps-sale__share__link--pinterest {
  background-color: #cb2027;
  background-image: url("../images/privatesales/pinterest.svg");
}

@media (min-width: 768px) {
  .ps-sale {
    width: 50%;
    padding: 0 15px;
  }

  .ps-sale__share {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .ps-sale__inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
  }

  .ps-sale__label {
    top: 20px;
    left: -10px;
    padding: 15px 10px;
    font-size: 18px;
  }

  .ps-sale__picture {
    margin: 0 0 10px;
  }

  .ps-sale__details {
    display: flex;
    flex: 1 1 auto;
  }

  .ps-sale__infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 12px;
  }

  .ps-sale__title {
    margin: 0 0 20px;
    font-size: 20px;
  }

  .ps-sale__discount {
    margin: 0;
    font-size: 40px;
  }

  .ps-sale__action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0 0 10px;
  }

  .ps-sale__button {
    flex: 0 0 auto;
    width: auto;
    padding: 28px 60px 28px 25px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=privatesales.css.map */