/*Global*/

a:hover {
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 2px;
}
body:not(.user-logged-in) p.tws-article-stock-shipping--delivery-message {
    display: none !important;
}
/*Product page*/
.col-sm-6.col-md-5.col-sm-offset-1.col-md-offset-1.fabrikk--article-right-col {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 576px) {
    .col-sm-6.col-md-5.col-sm-offset-1.col-md-offset-1.fabrikk--article-right-col {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.tws-article-images--slick-nav {
    padding-left: 10px;
}

.fabrikk--article .fabrikk--article-links {
    margin-bottom: 0;
}

.slot--payment-widget {
	margin-top: 0;
}

.slot--article-description .tws-article-description--heading {
	display: none;
}

.tws-article-description--article-number {
	display: flex;
	justify-content: end;
  padding: 5px 10px;
  padding-top: 10px;
  margin-bottom: 0;
}

.tab {
    display: flex;
  	align-items: center;
    max-width: fit-content;
    box-shadow: 0 48px 80px -32px rgba(0, 0, 0, 0.3);
}

.tab h3 {
    margin: 0;
}

.tablinks {
    font-weight: 600;
    width: 100%;
    padding: 20px 30px;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
    border: none;
    outline: none;
    font-size: 16px;
  	height: 60px;
  	display: flex;
  	align-items: center;
}

.tablinks:hover {
    background: #d8d8d8;
}

.tablinks.active {
    background-color: #d8d8d8;
    color: #000;
}

.tabcontent {
    display: none;
    background: #fff;
}

.tabcontent.active {
    display: grid;
}

.tabcontent p {
    margin: 0;
}

/* Product Description */

.description {
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.description-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.description-group h2 {
  margin: 0;
}

/* Product Specifications */

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 13px;
}

tr {
    width: 100%;
}

td {
    padding: 12px 15px;
    width: 50%;
    text-align: left;
}

td:nth-child(2) {
    text-align: left;
}

td strong {
    font-weight: 600;
}

/* Light grey for odd rows */
tr:nth-child(odd) {
    background-color: #f1f1f1;
}

/* Darker grey for even rows */
tr:nth-child(even) {
    background-color: #fafafa;
}

.slot--article-description .tws-article-description {
    max-width: none;
    margin: none;
}

/*Media screens*/

/* For tablets (screen width up to 768px) */
@media(max-width: 768px) {
    .tablinks {
        padding: 15px 20px;
        font-size: 14px; /* Slightly smaller font for tablets */
    }
  
  	.description-group {
      font-size: 14px;
  	}
  
  	td {
    	padding: 10px 12px;
		}
}

/* For mobile devices (screen width up to 480px) */
@media(max-width: 480px) {
    .tablinks {
        padding: 10px 15px;
        font-size: 13px; /* Smaller font for mobile */
    }
  	
  	.description-group {
      font-size: 13px;
  	}
  
  	td {
    	padding: 8px 10px;
		}
}

/*Back to top button*/
.fabrikk--back-to-top-link-text {
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  position: relative;
}

.fabrikk--back-to-top-link-text::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}

#brand-image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    max-width: 100%;
    margin: 20px auto;
  	height: 10px;
		width: 100%;
  }

  #brand-image-gallery img {
    max-width: 100px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

/*Sidfot*/

body:not(.user-logged-in) .fabrikk--buy-button-group{
  display:none;
}
body:not(.user-logged-in) .slot--unique-selling-points::before{
  content:"Logga in för att se dina priser";
  font-size: 14px;
     background: #6dd9af;
}
body:not(.user-logged-in) .slot--article-klarna-osm, body:not(.user-logged-in) .slot--payment-widget{
  display:none;
}




.fabrikk--footer--made-by {
    display: none !important;
}
.tws-contact-info--address-row.tws-contact-info--address-row-two.addrNfo.addressRowTwo {
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 9px;
margin-top: 1px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.slot--article-description .tws-article-description--text-container {
    max-height: none;
    overflow: visible;
}

.tws-article-description--show-more {
    display: none;
}

/* Change text size and make it bold in the top menu */
.navbar-default .navbar-nav > li > a {
  font-size: 16px; /* Change the value to the desired font size */
  font-weight: bold; /* Make the text bold */
}

/* Change text size and make it bold in the dropdown menu items */
.navbar-default .navbar-nav .dropdown-menu > li > a {
  font-size: 16px; /* Change the value to the desired font size */
  font-weight: bold; /* Make the text bold */
}
/* Outfit font for normal text */
body {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

/* Outfit font for bold text */
strong, b {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}


<style>
    .main-header {
        font-size: 36px;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }

    /* Adjust font size for smaller devices */
    @media screen and (max-width: 767px) {
        .main-header {
            font-size: 28px;
        }
    }

    /* Adjust font size for even smaller devices */
    @media screen and (max-width: 480px) {
        .main-header {
            font-size: 24px;
        }
    }
</style>