/* Layouts */
.l-blog-articles {
  margin: 0 auto;
  width: calc(100% - 3rem);
}
@media only screen and (min-width: 30rem) {
  .l-blog-articles {
    width: calc(100% - 5rem);
  }
  .l-blog-articles .slick-prev {
    left: -3rem;
  }
  .l-blog-articles .slick-next {
    right: -3rem;
  }
}
.l-footer {
  background-color: #471008;
  /*background-image: url(../images/header.png);*/
  background-position: center top;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 2.625rem 0;
  color: #fff;
  text-align: center;
  margin-top: 2.625rem;
}
.l-footer strong {
  color: #fff;
}
.l-footer__col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.l-footer__opacity50 {
  opacity: 0.5;
}
.l-footer__list {
  margin: 0;
}
.l-footer__item {
  padding: 0;
  padding-bottom: 0.325rem;
}
.l-footer__link {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
.l-footer__link:hover {
  opacity: 1;
}
.l-footer__logo {
  max-width: 7.75rem;
  max-height: 4.4375rem;
}
.l-footer__social-buttons {
  margin: 0;
}
.l-footer__social {
  position: relative;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.375rem;
  display: inline-flex;
  margin-left: 0.875rem;
}
.l-footer__social a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  border-radius: 0.25rem;
}
.l-footer__social a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.l-footer__social img {
  max-width: 0.875rem;
  max-height: 0.875rem;
}
.l-footer__mcenter {
  display: flex;
  justify-content: center;
}
.l-footer__copyright {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
.l-footer__copyright a {
  opacity: 0.3;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
}
.l-footer__btn-to-top {
  position: absolute;
  top: -3.875rem;
  display: inline-block;
  width: 3.875rem;
  height: 2.875rem;
  background: url(../images/btn-to-top.png?v=2);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 57rem) {
  .l-footer__col {
    width: 44%;
    padding-right: 2.625rem;
  }
  .l-footer__col:nth-child(even) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 80rem) {
  .l-footer {
    text-align: left;
  }
  .l-footer__col {
    width: 22.22%;
    padding-right: 4.75rem;
  }
  .l-footer__col--first {
    width: 33.33%;
  }
  .l-footer__col:nth-last-child {
    padding-right: 0;
  }
  .l-footer__mcenter {
    display: inline-block;
  }
  .l-footer__copyright {
    align-items: flex-end;
  }
}
.l-header {
  background-color: #471008;
  min-height: 14rem;
  position: relative;
  color: #fff;
}
.l-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/header.jpg?v=2);
  background-size: cover;
  opacity: 0.4;
}
.l-header__center {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.75rem;
}
.l-header__searchbox-space {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #471008;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  height: 4rem;
}
.l-header__logo-space {
  position: relative;
  width: calc(100% - 5rem);
  display: flex;
  padding: 0 1.375rem;
  z-index: 100;
}
.l-header__logo-space a {
  position: absolute;
  display: flex;
  max-width: 100%;
  max-height: 7.875rem;
}
.l-header__logo {
  max-height: 100%;
}
.l-header__hamburger-space {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.l-header__userlogin-switch {
  position: absolute;
  top: 3.5rem;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8a2212;
}
.l-header__search-switch {
  position: absolute;
  top: 7rem;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8a2212;
  border-top: 1px solid #fff;
}
.l-header__search-switch svg {
  fill: #fff;
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 80rem) {
  .l-header {
    min-height: 11rem;
  }
  .l-header__center {
    /*padding-top: @space-7;*/
  }
  .l-header__searchbox-space {
    display: block;
    background: transparent;
    position: relative;
    width: 40%;
  }
  .l-header__logo-space {
    width: 20%;
    padding: 0;
    justify-content: center;
  }
  .l-header__logo {
    max-height: none;
  }
  .l-header__infobox-space {
    width: 40%;
  }
  .l-header__navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    margin-top: -2.125rem;
    z-index: 80;
  }
  .l-header__navigation-left {
    width: 50%;
  }
  .l-header__navigation-right {
    width: 50%;
  }
  .l-header__navigation-right ul {
    justify-content: flex-end;
  }
  .l-header__hamburger-space {
    display: none;
  }
  .l-header__userlogin-switch {
    display: none;
  }
  .l-header__search-switch {
    display: none;
  }
}
.l-product-list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 1.125rem;
}
.l-product-list__category-button {
  margin: 0;
  margin-bottom: 1.125rem;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 50rem) {
  .l-product-list {
    width: 40%;
  }
}
@media only screen and (min-width: 80rem) {
  .l-product-list {
    width: 25%;
  }
}
.l-product__annotation {
  padding-bottom: 1.375rem;
}
.l-product__heading {
  text-transform: uppercase;
}
.l-product__mcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 50rem) {
  .l-product__strip-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 11.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .l-product__mcenter {
    align-items: flex-start;
  }
  .l-product__mcenter--dleft {
    align-items: flex-end;
  }
}

/*# sourceMappingURL=maps/layouts.css.map */
