<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://design.textalk.se/jimmy/bn3th.css");
/* --------------- Fonts --------------- */
@font-face {
  font-family:'Replica';src:url("https://www.bn3th.se/shop/ws11/54111/files/designfiler/Replica-Regular.ttf") format("truetype");
}
@font-face{
  font-family:'Replica Light';
  src:url("https://www.bn3th.se/shop/ws11/54111/files/designfiler/Replica-Light.ttf") format("truetype");
}
@font-face{
  font-family:'Replica Bold';
  src:url("https://www.bn3th.se/shop/ws11/54111/files/designfiler/Replica-Bold.ttf") format("truetype");
}
@font-face {
  font-family:'Futura';
  src:url("https://www.bn3th.se/shop/ws11/54111/files/designfiler/Futura.ttf") format("truetype");
}
@font-face{
  font-family:'Futura Bold';
  src:url("https://www.bn3th.se/shop/ws11/54111/files/designfiler/Futura-Bold.otf") format("OpenType");
}
/* --------------- /END Fonts --------------- */
.tws-content-box--inner-wrapper{
  padding-bottom:0px !important;
}
span.tws-react-common--search-dropdown-label, span.tws-react-common--dropdown-label {
    margin-left: 20px;
    margin-top: 3px;
}
/*-----------TEMAUPPDATERING-------------*/
.b-top-bar-row-2-wrapper .slot--open-cookie-settings {
    position: absolute;
    top: 5px;
    right: 0;
}
.b-top-bar-row-2-wrapper .slot--open-cookie-settings .tws-accept-cookies--open-btn&gt;a {
    font-size: 0;
    color: #fff;
    padding: 1px;
}
.b-top-bar-row-2-wrapper .slot--open-cookie-settings .tws-accept-cookies--icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: inherit;
}
.b-top-bar-row-2-wrapper a.xtra-links {
	float:right;
  color: #fff;
  text-decoration: none;
  margin-top: 2px;
  margin-right: 15px;
}

.tws-mini-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img:before {
	    content: '\f07a';
    font-size: 22px;
}
.tws-mini-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-text {
	display: none;
}
.tws-mini-cart .tws-mini-cart--header-cart-button {
	padding: 0;
}
.tws-mini-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-quantity {
	    position: absolute;
    top: 0;
    right: -15px;
    background: #100f0f;
    color: #fff;
    padding: 0 4px;
    font-weight: 600;
    font-size: 11px;
    height: auto;
    width: auto;
    border-radius: 9px 9px;
    border: 2px solid #fff;
    float: none;
}
/*-----------------END--------------------*/

.azalea--article .slot--article-quantity {
    display: block;
}

@media (min-width:992px) {
.mypakage {
    display: none;
}
}

@media (max-width:992px) {
 .full-width .tws-content-box--third-line {
    display: none;
}
.mypakage a {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: normal;
}
 .mypakage {
text-align: center;
} 
  .full-width {
    margin-bottom: 20px !important;
}
}



/* margin i artikelgrupper
.azalea--article-group {
    margin-left: 375px;
    margin-right: 375px;
} */

.sr-tab-1:before {
  content: 'Size Chart';
}
html[lang="sv"] .sr-tab-1:before {
  content: 'Storleksguide';
}


/* Flytta köpknapp */
.azalea--article-right-col {
    display:flex;
    flex-direction: column;
}

.azalea--article-right-col .slot--article-name {order: 1;}
.azalea--article-right-col .slot--article-price {order: 2;}
.azalea--article-right-col .slot--article-prisjakt-cheapest {order: 3;}
.azalea--article-right-col .slot--article-introduction {order: 4;}
.azalea--article-right-col .azalea--article-choices-wrapper {order: 5;}
.azalea--article-right-col .azalea--buy-button-group {order: 6;}
.azalea--article-right-col .slot--article-description {order: 7;}
.azalea--article-right-col .slot--article-attachments {order: 8;}
.azalea--article-right-col .slot--article-attributes {order: 9;}
.azalea--article-right-col .slot--article-package {order: 10;}
.azalea--article-right-col .slot--payment-widget {order: 11;}
.azalea--article-right-col .slot--unique-selling-points {order: 12;}
.azalea--article-right-col .azalea--article-links {order: 13;}

@media all and (max-width: 768px) {
            .full-width .tws-content-box--inner-wrapper {
                overflow: visible;
            }

.hero .tws-img--wrapper {
width: 100% !important;
}
        }

.hero .tws-content-box--inner-wrapper {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background: #000;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-orient: vertical;
    -webkit-flex-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

@media (min-width: 768px) {
  .hero .tws-content-box .tws-img {
    float: right;
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-orient: vertical;
    -webkit-flex-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 2;  
    -moz-box-ordinal-group: 2;   
    -ms-flex-order: 2;
    -webkit-order: 2; 
    order: 2;
  }
}
</pre></body></html>