<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkout .slot--checkout-shortcuts .tws-checkout-shortcuts--purchase-as {
		font-size: 15px;
    font-weight: 600;
      background: #fff;
padding: 7px 12px 6px 12px;
}
.checkout .slot--checkout-shortcuts .tws-checkout-shortcuts--purchase-as a:focus {
    outline: none;
}
.fabrikk--top-bar {
    background: #cbcbae;
}
.slot--article-description .tws-article-description--text-container {
    max-height: none;
}
.slot--article-description .tws-article-description--show-more {
    display: none;
}

/*  --- STICKY HEADER --- */
@media (min-width: 992px) { 
  body.scrolled .fabrikk--header {
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 2;
}
  body.scrolled .slot--logo {
  	transition: all 0.5s ease;
	  transform: scale(0.7);
  }
  body.scrolled .fabrikk--header-wrapper {
    padding: 0;
    transition: all 0.5s ease;
}
}</pre></body></html>