<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.TestManufac{
  display:none !important;
}

.drawingContainer svg rect {
    stroke-width: 1px;
    stroke: black;
    fill: #FFFFFF;
}
.drawingContainer svg text {
    font-size: 82px;
}
.drawingContainer svg {
    margin: 5px;
    max-height: 110px;
}
.drawingContainer &gt; img {
    margin: 5px;
    max-height: 110px;
}
#pladeSelector {
    margin: 0 -0.5% 15px;
    display: flex;
    /* flex-wrap: wrap; */
    flex: 1 0 auto;
    overflow-x: auto;
}
.variantButtonElement img {
    max-width: 100%;
}
.variantButtonContainer {
    flex-wrap: nowrap;
}
.variantButtonContainer &gt; .variantButtonElement {
    flex: 0 1 45%;
    max-width: 100%;
}
.variantButtonElement.disabled {
    opacity: .5;
}
#pladeSelector:after {
    content: '';
    display: block;
    clear: both;
}
.colorSwitcherWrapper &gt; img {
    max-height: 100%;
    margin-right: 10px;
}

#BUYSECTION {
    flex: 0 0 49%;
  }

  .Buy{
    margin-top: 10px;
  }

  .Buy .GetOffer {
    flex: 0 0 49% !important; 
    margin-left: 2% !important;
  }
  

.showMoreBtn {
    display: flex;
    font-size: 0.875rem;
    height: 2rem;
    -ms-flex-pack: center;
    place-items: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(-180deg, #fff, #fcfcfd);
    border: 1px solid #d6d6e7;
    cursor: pointer;
    padding: 20px 100px;
    border-radius: 5px;
    background-image: none;
    background-color: #0085b7;
    color: #fff;
    margin: 1rem auto;
}
.colorSwitcher {
    display: inline-block;
}
.colorSwitcherWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    height: 40px;
    background: white;
    margin: 0 15px 15px;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
}
#worktopModal a {
    text-decoration: none;
}
#worktopModal .BackgroundColor1_Productlist.hidden,#worktopModal .BackgroundColor2_Productlist.hidden {
    display: none;
}
#worktopModal .generalModalFooter {
    display: flex;
}
.colorSwitcherWrapper:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.designPlate&gt;p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
.productcard .info {
    width: 30%;
}
.productcard .images {
    width: 66%;
}
.productcard.calculator ul.details&gt;li.stock-message.active {
    display: none;
}
.productcard.calculator #specs.active {
    display: none;
}

.productcard.calculator .Variants {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(240, 240, 240, 1);
    border: solid 1px rgba(217, 217, 217, 1);
    padding: 15px 0 5px;
    margin: 0 0 25px;
}

.productcard.calculator div[itemprop="offers"]{
  display:inline-block;
}

.productcard.calculator .PriceGuarantee{
  display:inline-inline-block;
}

.productcard.calculator .Variants&gt;table.VariantGroup {
    padding: 0 15px 10px;
    width: 100%;
}

.productcard.calculator .Variants&gt;table.VariantGroup:not(.last) {
    border-bottom: solid 1px rgba(217, 217, 217, 1);
    margin: 0 0 10px;
}

.productcard.calculator .Variants&gt;table.VariantGroup.hidden {
    display: none;
}

.productcard.calculator .Variants&gt;table.VariantGroup td {
    position: relative;
    padding: 0px 0px 10px 0px;
}

.productcard.calculator .Variants&gt;table.VariantGroup&gt;tbody&gt;tr:last-child&gt;td {
    position: relative;
}

.productcard.calculator .VariantGroupLabel span {
    font-size: 11px;
    float: right;
    background-color: rgb(0, 161, 205);
    color: rgba(255, 255, 255, 1);
    border-radius: 0;
    padding: 2px 5px;
    font-weight: normal;
}

.VariantGroupLabel .fa-info-circle,.VariantGroupLabel .info-circle,.info-circle{
    color: #00c700;
}
.VariantGroupLabel .info-circle &gt; svg,.info-circle &gt; svg{

    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}
.extraLengthText {
    font-size: 0.7rem;
    padding: 10px;
    float: left;
    background-color: #fce825;
    border: 1px solid #d4c31b;
    margin-top: 10px;
    border-radius: 3px;
    width: 100%;
    display: flex;
    color: #454545;
}

i.info-circle-black &gt; svg {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

i.info-circle-black {
    margin-right: 5px;
    color: black;
}
.productcard.calculator .VariantGroupLabel {
    display: block !important;
    align-items: flex-start;
}

#BUYSECTION .buyWrapper{
  float:none;
  margin:0px;
}

.PriceBackground{
    background-color: #f5f5f5;
    padding: 25px 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:25px;
}

.PriceSetup{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.PriceSetup &gt; div{
    width:100%;
    display: flex;
}
.PriceText{
    font-size: 18px;
    font-weight: 700;
    color: #0085b7;
}

.SavingPrice{
    margin: 10px 0px;
}
.SavingPrice span{
    padding: 6px;
    background-color: #f1da36;
    border-radius: 5px;
    font-weight: 700;
}
.Prices_Custom_DIV .BeforePriceText{
	font-size: 14px;
    line-height: 16px;
    color: #ad0000;
    text-align: right;
    margin:0;
    font-weight: bold;
}

.Prices_Custom_DIV .BeforePrice{
	font-size: 14px;
    line-height: 16px;
    text-align: right;
    margin:0;
    font-weight: bold;
    /* text-decoration: line-through; */
}

.Prices_Custom_DIV{
    width: 100%;
    margin: 0px;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.PriceWrapper{
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	gap:10px;
    margin-bottom:10px;
}

.Prices_Custom_DIV &gt; div{
    display:flex;
    width:100%;
}

.Prices_Custom_DIV .Half{
    flex:1 1 50%;
    align-content: center;
}

.Prices_Custom_DIV .Price{
	font-size: 35px;
  font-weight: 700;
}

.Prices_Custom_DIV .CurrencyWrapper{
	display: flex;
	flex-direction: column;
    height: 47px;
  align-items: center;
  justify-content: flex-end;
}

.Prices_Custom_DIV .CurrencyWrapper .Currency{
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}

.Prices_Custom_DIV .CurrencyWrapper .VAT{
    white-space: nowrap;
    font-size: 11px;
}

.Prices_Custom_DIV li:last-child{
    margin: 0 0 10px;
}

.Prices_Custom_DIV .before-price{
    display: none !important;
    /*font-size: 14px;
    line-height: 16px;
    color: #ad0000;
    text-decoration: line-through;*/
}

.Prices_Custom_DIV .price{
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}

.Prices_Custom_DIV li .vat{
    font-size: 13px;
    padding: 0 0 0 7px;
    font-style: italic;
    font-weight: normal;
}

#PriceGuarantee{
    display: flex;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #ff6000;
    border: 3px solid #ff6000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-wrap: wrap;
    align-content: center;
    height: fit-content;
    background-color: unset;
    margin: 5px 0px;
}

#PriceGuarantee:hover{
    cursor: pointer;
    background-color: #ff6000;
    color: #fff;
}

.PriceSetup input[type="submit"]{
    background-color: #00c700;
    height: 60px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 5px !important;
    width: 100%;
    padding: 10px;
}

.PriceSetup input[type="submit"]:hover{
    background-color: #0085b7;
    cursor: pointer;
}

.USPList{
    display: flex;
    gap: 5%;
    margin-top: 20px;
    width:100%;
    flex-wrap: wrap;
}

.USPItem{
    display: flex;
    font-size: 12px;
    align-items: center;
    flex: 0 0 47.5%;
}

.USPItem img{
    height: 20px;
    width: auto;
    margin: 6px 3px;
}

.USPItem span{
    display:inline-block;
}

.PaymentMethods{
    display: flex;
    width: 100%;
    gap: 5%;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.PaymentMethodsBoxOne{
    flex: 0 0 100%;
}

.PaymentMethodsBoxTwo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.PaymentMethodsText{
    display: flex;
    margin: 5px 0px 10px 0px;
}

.PaymentMethodsItem{

}

.PaymentMethodsItem img{
    display: flex;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    justify-content: center;
    height: 35px;
    margin: 5px 5px 0px 0px;
}

.tooltip-generic {
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}

.tooltip-generic-text {
    visibility: hidden;
    width: auto;
    background-color: #454545;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin: 20px 0 0 -10px;
}

.tooltip-generic:hover+.tooltip-generic-text {
    visibility: visible;
}
.designPlate {
    width: 100%;
    margin: 0 1%;
    /* float: left; */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(240, 240, 240, 1);
    border: solid 1px rgba(217, 217, 217, 1);
    /* height: 150px; */
    position: relative;
    cursor: pointer;
}
.btnIslandContainerPlacement {
    font-weight: bold;
    padding: 0 0 4px;
    margin: 10px 0;
}
.tryghedspakker {
    flex-wrap:wrap;
}
.btnIslandContainer,.btnIslandContainerPlacementGroup,.btnStoveContainer,.tryghedspakker,.btnAddTapHoleToCountertopContainer {
    display: flex;
    margin: 0 -2%;
}
.btn.btnStove.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn.btnIsland, .btn.btnIslandPlacement,.btn.btnStove,.tryghedspakke,.btnAddTapHoleToCountertop,.tryghedspakkePopupBtn {
    padding: 10px;
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background-color: white;
    text-align: center;
    margin: 2%;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    color:#3b3b3b;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tryghedspakke {
    flex: 0 1 calc(31.33% - 2%);
    max-width: 100%;
}
.tryghedspakkeName {
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn.btnIsland.active,.btn.btnIslandPlacement.active,.btn.btnStove.active, .tryghedspakke.active,.btnAddTapHoleToCountertop.active {
    font-weight: 600;
    border: 2px solid #00c700;
}
.btnStovePriceBefore {
    font-size: 0.7rem;
    color: #767676;
}

.btnStoveImg &gt; img {
    max-width: 100%;
}

.btn.btnIslandPlacement {
    padding: 10px;
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background-color: white;
    text-align: center;
    margin: 0 1%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btnIslandContainerPlacement {
    display: none;
}
.drawing .sink, .drawing .stove {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    height: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 30;
    display: none;
}

.sink.rotate90,.stove.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sink.rotate-90,.stove.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sinkPlatePlacement,.stovePlatePlacement {
    display:none;
}
.sinkPlatePlacementItem.active,.stovePlatePlacementItem.active {
    font-weight: 600;
    border: 2px solid #00c700;
}
.sinkPlatePlacementItem,.stovePlatePlacementItem  {
    border: 1px solid #ddd;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    align-self: center;
    cursor: pointer;
    width: 20%;
    text-align: center;
}
.sinkPlatePlacement,.stovePlatePlacement  {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}
.sinkColorPicker {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.sinkColor {
    border: 1px solid #ddd;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    align-self: center;
    cursor: pointer;
    width: 20%;
    text-align: center;
    margin: 0 1%;
}
.sinkColor.selected {
    font-weight: 600;
    border: 2px solid #00c700;
}
.quarter {
    width: 15.6%;
    margin: 0.5%;
}

.monteringHeader {
    margin-top:10px;
    font-size: 11px;
    font-weight: normal;
}
.monteringsTyper {
    margin-top:5px;
    font-size: 11px;
    font-weight: normal;
}
.remSink {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    margin: 10px 0px 10px 10px;
    padding: 5px 10px;
    align-self: center;
    cursor: pointer;
}
.sinkSelectedContainer {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
}

.placementTypeHeader {
    display: flex;
    flex-wrap: wrap;
}

.placementTypeHeaderBtn {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    margin: 10px 0px;
    padding: 5px 10px;
    align-self: center;
}

.placementTypes {
    display: flex;
    flex-wrap: wrap;
}
.typeImg &gt; img {
    max-width: 100%;
}

.placementType {
    display: flex;
    margin: 10px 0;
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    /* box-shadow: 0 4px 10px rgba(0,0,0,.3); */
    cursor: pointer;
    position: relative;
}

.typeImg {
    padding: 10px 10px;
    max-width: 30%;
    align-self: center;
}
.tryghedspakkePopupFooter {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
}
.tryghedspakkePopupBtn.btn-primary {
    color:white;
    background:#00c700;
}

.tryghedspakkePopupContent, .tryghedspakkePopupFooter {
    background: white;
    padding: 1rem;
}

.tryghedspakkePopup {justify-content: center;align-items: center;}
.tryghedspakkePopupBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem;
    max-height: 100%;
    position: relative;
}

.sinkModalBody .productInfoContainer {
    display: flex;
}

.sinkModalBody li .product .buy {width: 100%; max-width: 100%;}
.sinkModalBody li .product {
    height: inherit;
}
.sinkModalContent{
    height: calc(100vh);
    overflow-y: auto;
    width: 90%;
  }
  
.sinkModalBody .productInfoImg img {
    max-width: 100%;
    max-height: 250px;
    max-width: 100%;
    align-self: center;
    width: auto;
}
.sinkModalBody &gt; li.fullWidth {
    width: 100%;
    max-width: 100%;
    flex: unset;
    text-align: left;
}
.sinkModalBody .productInfoProducent {
    position: absolute;
    right: 15px;
    top: 15px;
}

.sinkModalBody .productInfoContainer &gt; div {
    padding: 15px;
    width: 50%;
}
.sinkModalBody .productInfoMinimizeBtn, .sinkModalBody .productInfoReadMoreBtn {
    cursor: pointer;
    text-decoration: underline;
}
.sinkModalBody .productInfoReadMore {
    margin: 10px 0;
}
.sinkModalBody .productInfoMinimize {
    padding:15px;
}
.sinkModalBody .productInfoDescItems {
    display: flex;
    flex-flow: column;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 10px;
}
.sinkModalBody&gt;li .name &gt; span {
    font-size: 14px;
}
.sinkModalBody .productInfoDescItem {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.sinkModalBody .productInfoDescItem:last-child {
    border-bottom: 0px;
}
.sinkModalBody .productInfoDesc &gt; div {
    margin-bottom: 10px;
}
.sinkModalBody .productInfoExtraDesc {
    padding:15px;
}

.sinkModalBody .productInfoName {
    font-weight: 700;
    font-size: 16px;
}

.sinkModalBody .productInfoBuySection.buy {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin: 15px;
}
.sinkProductName {
    font-weight: 600;
    border: 2px solid #00c700;
    padding: 5px 10px;
    margin: 10px 0px;
    border-radius: 3px;
}
.sinkModalBody .productInfoOverlay {
    display: none;
    position: relative;
}
.sinkModalBody .product {
    justify-content: space-between;
}
.sinkModalBody .hidden {
    display: none;
}
.sinkModalBody &gt; li &gt; .product &gt; .image &gt; img:not(.producentImg) {
    max-height: 160px;
    max-width: 100%;
    align-self: center;
    width: auto;
}
.sinkModalBody .product .image {
    display: flex;
    flex-direction: column;
}

.sinkModalBody .product .image .BestSeller{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    padding: 2px 5px;
    background: #FFEB3B;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    font-weight: 600;
    border: 1px solid #ffeb3b;
}

.imageCarousel-item img {
    width: 100%;
    max-height: 100%;
    position: relative;
}
.imageCarousel {
    width: 100%;
}
.sinkModalBody img.producentImg {
    width: 80px !important;
}
.sinkModalContent .product-filter-item .producentImg {
    font-size: 14px;
    padding-left: 1px;
}
.placementType.selected:after {
    content: "\f00c";
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0 8px 0 0;
    text-rendering: auto;
    color: #00c700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
}
.sinkModalBody&gt;li .name {
    margin: 8px 0 0;
    font-size: 11px;
    font-weight: bold;
}
.sinkModalBody&gt;li .desc {
    font-size: 11px;
    font-weight: normal;
}
.sinkModalContent .product-filter {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.sinkModalContent .product-filter-group {
    width: 100%;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}
.sinkModalContent .product-filter-group.last {
    border-right: 0px;
}

.sinkModalContent .product-filter-group-name {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: 700;
}

.sinkModalContent .product-filter-item-container {
    margin: 5px auto;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    align-self: center;
    cursor: pointer;
    display: flex;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sinkModalContent .product-filter-item {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sinkModalContent .product-filter-item-container.inactive {
    opacity: 0.5;
    cursor: not-allowed;
}

.sinkModalContent .product-filter-item-container::before {
    content: '\f111';
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    margin: 0 8px 0 0;
    text-rendering: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sinkModalContent .product-filter-item-container.selected::before {
    font-weight: 800;
    color: #00c700;
}
.sinkModalContent .showFilter {
    display: none;
}

.productInfoContainer.productInfoVariantContainer {
    width: 23%;
    flex-direction: column;
    border: 1px solid #ddd;
    margin: 1%;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    position: relative;
}

.productInfoContainer.productInfoVariantContainer &gt; div {
    width: 100%;
    text-align: center;
}

.productInfoContainer.productInfoVariantContainer .productInfoBuySection.buy {
    margin: 0;
}

@media (max-width: 1440px){
  .productcard .info {
      width: 50%;
  }
  .productcard .images {
      width: 50%;
  }
}

@media (max-width: 1385px){
  .quarter {
    width: 32%;
    margin: 0.5%;
  }
}
@media (max-width: 880px) {
  .productcard .info {
      width: 100%;
  }
  .productcard .images {
      width: 100%;
  }
}

@media (max-width: 768px) {
    #worktopModal .BackgroundColor1_Productlist, #worktopModal .BackgroundColor2_Productlist {
        width: 50%;
    }
    .tryghedspakke {
        flex: 0 1 46%;
    }
    .drawingContainer &gt; img {
        margin: 5px;
        max-height: 70px;
    }
    .sinkModalBody .productInfoContainer &gt; div {
        width: 100%;
    }
    .sinkModalContent .showFilter {
        display: block;
    }
    .productInfoContainer {
        flex-direction: column;
    }
    .sinkModalContent .product-filter {
        flex-direction: column;
    }
    .sinkModalContent .product-filter-group:not(.last) {
        border-bottom: 1px solid #ddd;
    }
    .sinkModalContent .product-filter-group {
        border-right: 0px;
    }
}

@media (max-width: 400px){
    .btnIslandContainer,.btnIslandContainerPlacementGroup,.btnStoveContainer,.tryghedspakker,.btnAddTapHoleToCountertopContainer {
    display: flex;
    flex-wrap: wrap;
}
}
</pre></body></html>