@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body, h1 {
  color: #555;
}
.startpage .slot--logo {
  max-width: 500px;
}

.container.fabrikk--footer--made-by {
  display: none;
}

@media (min-width:992px) {
  .tws-container--tws-custom-html h1, .tws-container--tws-custom-html h2 {
    font-size: 50px;
    line-height:50px;
  }
  .tws-container--tws-custom-html p {
    font-size: 18px;
  }
}

.startpage .slot--component-container .tws-container--tws-custom-html.logos {
	padding: 16px;
}
.startpage .custom-logos {
	display: flex;
  justify-content: space-between;
  overflow: auto;
  max-width: 100%;
}
/* FULL SCREEN */
@media (min-width: 1024px) {
  .startpage .fabrikk--body .container, .startpage .fabrikk--content {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.startpage .slot--component-container .tws-container--tws-custom-html {
  padding: 0;
}
/* HERO */
.tws-container--tws-custom-html.hero {
	background-color: #000000;
  display: flex;
  justify-content: center;
}
/* HEADING */
.tws-container--tws-custom-html h1 {
  font-size: 36px;
  text-align: center;
  line-height: 1.33;
  padding: 0 16px;
}
a.btn-primary {
  display: block;
	transition: 150ms;
  color: #555555;
  font-size: 15px;
}
a.btn-primary:hover {
	text-decoration: none;
  font-weight: bold;
  transform: scale(1.03);
}
/* FULL WIDTH TWEAK */
.fabrikk--component-container>.tws-container--tws-custom-html.hero {
	margin: 0;
  padding: 0;
}
.intro-text, .tws-container--tws-articles-two-type-carousel, .tws-container--tws-custom-html {
	max-width: 1100px;
  margin: 32px auto;
  padding: 0 16px;
}
.intro-text, .tws-container--tws-articles-two-type-carousel {
  margin: 0 auto;
}
.tws-container--tws-custom-html.hero {
  max-width: 100%;
}
/* BUTTONS */
.btn-primary, .btn-primary:hover, .tws-article-list--price {
  display: block;
  color: #555555;
  background-color: #632b77 !important;
  border: 1px solid #E9E2EF !important;
  color: #FFF !important;
  border-radius: 8px;
  padding: 8px;
  width: fit-content;
  text-transform: uppercase;
}
.tws-article-list--list .tws-list--type-carousel .tws-api-price .tws-api--price-current,
.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-current {
	margin: 0;
  color: #FFF;
  font-weight: 400;
}
.tws-article-list--list .tws-list--list .thumbnail,.tws-article-search-page--list .tws-list--list .thumbnail {
	border: 1px solid #fff;
  transition: 300ms;
}
.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image,
.tws-article-list--list .tws-list--type-carousel .tws-article-list--product-image {
	border-color: #FFF;
  transition: 300ms;
}
.tws-articles-two .slick-track .caption .tws-article-list--buy-button, .tws-list--type-grid .tws-article-list--buy-button {
	display: none;
}
.btn-primary .ladda-label, .btn-primary:hover .ladda-label {
	color: #555555;
}
/* CAROUSEL / SLIDER */
.slot--component-container .tws-container--tws-articles-two.tws-container--tws-articles-two-type-carousel .slick-arrow {
  display: block;
  background-color: #FFF;
  width: 42px;
  height: 42px;
  border-radius: 50%;
	box-shadow: 0 8px 20px rgba(28,28,28,.10)
}
.slot--component-container .tws-container--tws-articles-two.tws-container--tws-articles-two-type-carousel .slick-arrow::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #7B1FA2;
	margin-top: -6px;
}
.slick-arrow.slick-prev::before {
	content: "\2039";
  margin-left: -1px;
}
.slick-arrow.slick-next::before {
	content: "\203A";
  margin-right: -1px;
}
/* ABOUT US */
.custom-flex {
	display: flex;
  gap: 32px;
}
.custom-flex .custom-flex-text {
	flex: 0 0 67%;
}
.custom-flex .custom-flex-img {
	flex: 1;
}
/* MOBILE */
@media (max-width: 1024px) {
  /* ADDS PADDING TO MOBILE */
  .slot--component-container .tws-container--tws-custom-html {
    padding: 0 16px;
  }
  .custom-logos {
   gap: 16px;
  }
	.startpage .slot--component-container .tws-container--tws-custom-html {
   	padding: 0 16px;
  }
  .intro-text, .tws-container--tws-custom-html h1 {
  	padding: 0;
  }
  /* IMAGE FIRST ON MOBILE */
  .custom-flex {
  	flex-direction: column-reverse;
  }
  .tws-container--tws-custom-html h1 {
    font-size: 24px;
  }
}
/* NAVIGATION */

.tws-top-menu .navbar-nav {
  font-size: 12px;
}
.tws-top-menu--current-route {
  display: block;
	background: #9e4bc4
}
.tws-top-menu--dropdown-menu-li:hover {
	background-color: #61287c;
}
.dropdown-menu {
	background-color: #1C1C1C;
  padding: 0;
}
a {
	background: inherit !important;
}
@media (min-width: 768px) {
  .tws-top-menu>.container-fluid>.navbar-collapse {
    height: 45px !important;
  }
  body.fabrikk--horizontal-menu .tws-mega-menu--buttons .tws-mega-menu--search-button {
  	margin-top: 0;
    height: 45px;
  }
  body.fabrikk--horizontal-menu .tws-mega-menu--buttons {
	  height: 45px;
  	top: -45px;
  }
  header .container-fluid, .tws-mega-menu .btn {
    background-color: #1C1C1C;
    color: #fdfdfd;
  }
  .tws-top-menu li a, .tws-top-menu li a:hover {
    color: #fdfdfd !important;
  }
}