<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------DESIGN BRONS--------*/
.custompage h4 {
	margin-top: 20px;
}
.startpage .fabrikk--content-wrapper {
	max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*----- BIG USPS -----*/
.fabrikk--component-container&gt;div.desktop-only,
.fabrikk--component-container&gt;div.mobile-only {
	margin-bottom: 0;
  padding: 0;
}
.tws-container--tws-content-box + .tws-container--tws-usps-big {
	margin-top: 0;
  padding: 10px 0;
  background: #03aced;
}
.tws-usps-big--wrapper img {
	width: 40px;
}
.tws-usps-big--wrapper p {
	margin-bottom: 10px;
}
/*------- VIDEO -------*/
.video iframe {
	min-height: 450px;
  height: 100%;
  max-width: 800px;
}
.video-wrapper {
	text-align: center;
}
/*---- SKYLTFÖNSTER -----*/
.tws-content-box--first-line::after {
  content: "";
  display: block;
	background: linear-gradient( to right, #03aced 0, #03aced 33%, #6cbb45 33%, #6cbb45 66%, #03aced 66%, #03aced 100% )no-repeat;
    background-size: 200px 2px;
    padding-top: 20px;
  width: 200px;
  margin: 0 auto;
}
.wrappContent {
	background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
}

/*------- PRODUCTS --------*/
.tws-article-list--article-name .tws-util-heading--heading {
	font-weight: normal;
  font-size: 14px;
}
.tws-articles-two .slick-track .caption {
	align-items: center;
}
.tws-article-list--article-name {
	text-align: center;
}
.tws-article-list--list .tws-list--type-carousel .tws-article-list--buy-button {
	align-self: center;
}

/*------ NEWSLETTER ------*/
.tws-container--tws-newsletter-subscribe.nyhetsbrev {
	background: url("https://cdn.abicart.com/shop/ws19/53819/files/newsletter-bgcut.jpg");
      background-size: cover;
    background-position: center;
    padding: 50px 15px;
}
.tws-newsletter-subscribe--subscribe-button:hover {
	background: #6cbb45;
}
.tws-newsletter-subscribe--subscribe-button .ladda-label {
	color: #000;
  font-weight: normal;
}
.tws-newsletter-subscribe--subscribe-button .ladda-label:hover {
	color: #fff;
  font-weight: normal;
}
.tws-newsletter-subscribe--form-wrapper {
	max-width: 500px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 30px 15px;
}
.slot--component-container .tws-container--tws-newsletter-subscribe h3 {
	color: #fff;
}

@media (min-width: 768px) {
  .mobile-only {
  	display: none;
  }
}
@media (max-width: 767px) {
  .desktop-only {
  	display: none;
  }
	.tws-usps-big--wrapper img {
  	width: 40px;
	}
  .tws-usps-big--wrapper h4 {
  	font-size: 16px;
  }
}</pre></body></html>