
@charset "UTF-8";
/* ----------------------------------
 *
 * Generellt
 *
 * */
img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

/* ----------------------------------
 *
 * Hem
 *
 * */
.header {
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .header {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) {
  .header {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .header {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 700px;
  }
}
.header img {
  height: 100%;
  width: 100%;
}
.header h1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 500;
  font-size: 2em;
  text-shadow: 2px 2px 5px #000000;
  max-width: 80%;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .header h1 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 992px) {
  .header h1 {
    font-size: 4em;
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header h1 {
    bottom: 50px;
    left: 50px;
    font-size: 5em;
  }
}

/* Standard sektion */
.section {
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section {
    width: 85vw;
    margin: 50px auto 50px auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .section {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .section div {
    width: 50%;
  }
}
.section .section-img {
  height: 400px;
}
@media only screen and (min-width: 992px) {
  .section .section-img {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .section .section-img {
    height: 600px;
  }
}

.section-text {
  display: flex;
  margin: 0 20px 20px 20px;
  flex-wrap: wrap;
  align-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .section-text {
    margin: 0 30px 50px 30px;
  }
}
.section-text h2 {
  font-weight: 500;
  font-size: 3.5em;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .section-text h2 {
    font-size: 5em;
  }
}
.section-text h3 {
  font-size: 2em;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.section-text p {
  font-weight: 500;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-text p {
    max-width: 50%;
  }
}
.section-text a {
  font-weight: 300;
  width: 100%;
}

.section-reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .section-reverse {
    flex-direction: row-reverse;
  }
}

/* Sektion 3 bilder */
.img-section-3 {
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .img-section-3 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .img-section-3 {
    width: 85vw;
    margin: 50px auto 50px auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .img-section-3 {
    margin-top: 100px;
  }
}
.img-section-3 .img-row-3 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .img-section-3 .img-row-3 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.img-section-3 .img-row-3 img {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 576px) {
  .img-section-3 .img-row-3 img {
    width: 32%;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .img-section-3 .img-row-3 img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  .img-section-3 .img-row-3 img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .img-section-3 .section-text {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .img-section-3 .section-text {
    margin-left: 0;
    margin-bottom: 0;
  }
  .img-section-3 .section-text p {
    margin: 0;
  }
}

.image-section {
  height: 250px;
  margin: 0 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .image-section {
    height: 450px;
    margin-top: 50px;
  }
}
.image-section img {
  width: 100%;
  height: 100%;
}

/* Kollektion */
.collections {
  height: 400px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 576px) {
  .collections {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) {
  .collections {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .collections {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .collections {
    height: 700px;
  }
}
.collections img {
  height: 100%;
  width: 100%;
}
.collections .inside-text {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .collections .inside-text {
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.collections .inside-text h2 {
  font-weight: 500;
  font-size: 2.5em;
  text-shadow: 2px 2px 5px #000000;
  margin: 0 0 20px;
}
@media only screen and (min-width: 576px) {
  .collections .inside-text h2 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 992px) {
  .collections .inside-text h2 {
    font-size: 5em;
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .collections .inside-text h2 {
    bottom: 50px;
    left: 50px;
  }
}

.section-center-text {
  text-align: center;
  margin: 50px 20px 0 20px;
}
@media only screen and (min-width: 1200px) {
  .section-center-text {
    margin-top: 100px;
  }
}
.section-center-text p {
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .section-center-text p {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .section-center-text p {
    max-width: 80%;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  .section-center-text p {
    max-width: 65%;
  }
}

/* Sektion 2 bilder */
.img-section-2 {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .img-section-2 {
    width: 85vw;
    margin: 50px auto 50px auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .img-section-2 {
    margin-top: 100px;
  }
}
.img-section-2 .img-row-2 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .img-section-2 .img-row-2 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.img-section-2 .img-row-2 img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .img-section-2 .img-row-2 img {
    width: 49%;
    height: 300px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .img-section-2 .img-row-2 img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  .img-section-2 .img-row-2 img {
    height: 500px;
  }
}

.simple-section-text {
  margin: 50px 20px 0 20px;
}
@media only screen and (min-width: 992px) {
  .simple-section-text {
    width: 85vw;
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .simple-section-text div {
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) and (min-width: 992px) {
  .simple-section-text div {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .simple-section-text div {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .simple-section-text div p {
    margin: 0;
    font-weight: 500;
  }
}

/* ----------------------------------
 *
 * Contact us
 *
 * ---------------------------------- */
.contacts {
  margin-top: 100px;
}
@media only screen and (min-width: 576px) {
  .contacts {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) {
  .contacts {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .contacts {
    width: 80vw;
    margin: 50px auto 0;
    justify-content: space-between;
  }
}
.contacts h2 {
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 2em;
}
.contacts .contact {
  margin: 0 20px 30px;
}
@media only screen and (min-width: 576px) {
  .contacts .contact {
    width: 40%;
  }
}
.contacts .contact h3 {
  margin: 0 0 10px;
}
.contacts .contact .person {
  margin-top: 10px;
}
.contacts .contact .adress p, .contacts .contact .adress a {
  margin: 5px 0;
  color: #000000;
}

.link span {
  display: inline-block;
  text-decoration: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 4px 0;
  color: #000;
}

/* ----------------------------------
 *
 * Produkter
 *
 * */
.flex.d-p-none {
  display: none;
}

@media only screen and (min-width: 768px) {
  #main:has(> #menuWrapper) {
    flex-direction: column;
  }
  #main:has(> #menuWrapper) #menuWrapper {
    max-width: none;
  }
  #main:has(> #menuWrapper) #menuWrapper ul#part-menu {
    display: flex;
  }
  #main:has(> #menuWrapper) #menuWrapper ul#part-menu mon-site-menu-item {
    padding: 10px;
  }
  #main:has(> #menuWrapper) #menuWrapper #site-menu div.expander {
    display: none !important;
  }
}

/* ----------------------------------
 *
 * Enskild produkt
 *
 * */
@media only screen and (min-width: 768px) {
  #contentWrapper {
    max-width: none;
  }
}

#product-page p.ng-binding.ng-scope {
  font-size: 80%;
}
#product-page .swiper-container.gallery-top.swiper-container-horizontal {
  height: 350px;
}
@media only screen and (min-width: 768px) {
  #product-page .swiper-container.gallery-top.swiper-container-horizontal {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  #product-page main {
    flex-direction: column;
  }
  #product-page main div#menuWrapper {
    max-width: none;
  }
  #product-page main #product-container {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 10px;
  }
  #product-page main #product-container > div:nth-child(1) {
    display: none;
  }
  #product-page main #product-container > div:nth-child(2) {
    grid-row: span 2;
    max-width: none;
  }
  #product-page main #product-container > div:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  #product-page main #product-container > div:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
  }
  #product-page main #product-container .product-details {
    max-width: none;
  }
  #product-page main #product-container .clearfix {
    display: none;
  }
  #product-page main #product-container > div:nth-child(6) {
    grid-column: 1/span 2;
  }
}
#product-page .btn-link {
  color: #000000;
}
#product-page .documents a {
  color: #000000;
}
#product-page #extra-field-group-collapsable tbody tr .text-right {
  font-weight: 300;
}
#product-page .breadcrumb-wrapper {
  background-color: transparent;
}

/* ----------------------------------
 *
 * Meny - lilla hÃ¶gst upp
 *
 * */
@media only screen and (min-width: 768px) {
  .nav-container .navbar-nav {
    font-size: 0;
    align-items: center;
  }
  .nav-container .navbar-nav #desktopLanguageSelectButton {
    display: flex;
    align-items: center;
  }
  .nav-container .navbar-nav #desktopLanguageSelectButton span {
    display: none;
  }
  .nav-container .navbar-nav #vatSelectorButtonLargeScreen svg {
    display: none;
  }
  .nav-container .navbar-nav #vatSelectorButtonLargeScreen span {
    font-size: 0.9rem;
  }
  .nav-container .navbar-nav .js-nav-list-count {
    font-size: 7px;
  }
}
.nav-container .navbar-nav a svg {
  color: #000000 !important;
}
.nav-container .navbar-nav ::after {
  font-size: 14px;
}
.nav-container .nav-bar.navbar-under {
  background: transparent;
}

/* ----------------------------------
 *
 * Footer
 *
 * */
footer.footer {
  height: auto !important;
  background: transparent;
  margin: 50px 0 50px 0;
}
footer.footer .container div div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  footer.footer .container div div {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
footer.footer .container div div p.footer-info-1 {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  footer.footer .container div div p.footer-info-1 {
    width: auto;
  }
}
footer.footer .container div div p.footer-info-2 {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  footer.footer .container div div p.footer-info-2 {
    width: auto;
  }
}
footer.footer .container div div p.text-muted {
  display: none;
}
footer.footer .container div div p {
  Line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  footer.footer .container div div p {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  footer.footer .container div div p {
    margin-right: 75px;
  }
}
footer.footer .container div div p a {
  color: #000000;
  font-weight: 200;
}/*# sourceMappingURL=style.css.map */