<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.productcard .images{
    width: 62%;
    top: 0px;
}

.productcard .info{
    width: 35%;
}

.webshop-productinfo .images &gt; .slick-slider .slick-slide{
    height:unset;
}

.sinkModalBody&gt;li .name{
    font-weight: 700;
}
.sinkModalBody&gt;li .desc {
    font-size: 11px;
}
.btnSinkHoleContainer {
    display: flex;
    margin: 0 -1%;
}
.btn.btnSinkHole {
    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%;
    user-select: none;
}
.Prices_Custom_UL &gt; div{
    display:flex;
    width:100%;
}
.buy.KitchnAppliances {
    display: flex;
}
.Prices_Custom_UL .Half{
    flex:1 1 50%;
    align-content: center;
}
.Prices_Custom_UL .BeforePriceText{
	font-size: 14px;
    line-height: 16px;
    color: #ad0000;
    text-align: right;
    margin:0;
    font-weight: bold;
}

.Prices_Custom_UL .BeforePrice{
	font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: right;
    margin:0;
    /* text-decoration: line-through; */
}
.btn.btnSinkHole.active {
    background-color: #00c700;
    color: white;
}
.short-description  tr:nth-child(even) {
    background-color: rgba(240, 240, 240, 1);
}
.short-description  tr:nth-child(odd) {
    background-color:white
}
.short-description td:nth-child(even){
    border-left:1px solid #ddd;
}
.short-description table {
    width:100%;
    cellspacing: 0px;
    cellpadding:0px;
    border:solid 1px #ddd;
    border-radius:3px;

}
.short-description tr, .short-description tbody, .short-description table {
    border-spacing:0px;
}
.short-description td {
    padding:10px;
}
.obs {
    font-weight: 800;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 0.80rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
}

.commentField{
  display: block;
  width: 100%;
  border: solid 1px rgba(195, 195, 195, 1);
  padding: 10px;
}

.product-info--cta-button .col__inner{
  width:100%;
}

table.VariantGroup &gt; tbody &gt; tr:first-child &gt; td:first-child {
  display: none;
}

.variantButtonContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
    width:100%;
}
.variantButtonElement:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.variantButtonElement {
    max-width: 46%;
    padding: 10px;
    border: solid 1px rgba(155, 155, 155, 0.4);
    float: right;
    text-align: center;
    cursor: pointer;
    margin: 2% 2%;
    flex: 1 0 45%;
}

.variantButtonElement.selected{
  border: solid 1px  rgb(0, 199, 0);
}

.calculator .variantButtonElement {
    background-color: white;
    border-radius: 3px;
}

.calculator td.VariantGroupLabel{
  display:block !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;
}
.variantButtonElement img {
    max-width: 100%;
}
.variantButtonElement.disabled {
    opacity: .5;
}
#pladeSelector:after {
    content: '';
    display: block;
    clear: both;
}

.designPlate&gt;p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
.productcard.calculator ul.details&gt;li.stock-message.active {
    display: none;
}

.productcard.calculator ul.Prices_Custom_UL {
    display: none;
}
.productcard.calculator .Prices_Custom_UL li:last-child {
    display: flex;
}
.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;
}
.PriceWrapper{
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	gap:10px;
}

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

.Prices_Custom_DIV .Half{
    flex:1 1 49%;
    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: flex-start;
  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;
}
#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;
}
.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;
}
.Prices_Custom_DIV li:last-child{
    margin: 0 0 10px;
}

.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;
}
.productcard.calculator div[itemprop="offers"]{
  display:inline-block;
  width: 100%;
}
#PriceGuarantee {
	width:fit-content;
}

.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;
    background-color: #f0f0f0;
}

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

.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;
}
.productcard.calculator .VariantGroupLabel {
    display: block !important;
    align-items: flex-start;
}
.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;
}
.btnIslandContainer,.btnIslandContainerPlacementGroup,.btnStoveContainer {
    display: flex;
    margin: 0 -2%;
}
.btn.btnIsland, .btn.btnIslandPlacement,.btn.btnStove {
    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;
}

.btn.btnIsland.active,.btn.btnIslandPlacement.active,.btn.btnStove.active {
    font-weight: 600;
    border: 2px solid #00c700;
}
.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,.drawing .sink2 {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    height: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 30;
    display: none;
}

li .product .buy{
  overflow: visible;
}

.sink.rotate90,.stove.rotate90,.sink2.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,.sink2.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%;
}
@media (max-width: 1385px){
    .quarter {
    width: 49%;
    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;
    width:unset;
}
.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;
}
.sinkModalBody .productInfoContainer {
    display: flex;
}

.sinkModalBody li .product .buy {width: 100%;}

.sinkModalBody .productInfoImg img {
    max-width: 100%;
    max-height: 250px;
    max-width: 100%;
    align-self: center;
    width: auto;
}
.sinkModalBody &gt; li.fullWidth {
    width: 100%;
}
.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 .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;
}
.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 0px;
    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;
}

.item-variants--default {
  max-width: 100%;
}

.productcard.calculator .Variants &gt; table.VariantGroupChooseSink &gt; tbody &gt; tr:last-child &gt; td{
    display: flex;
    flex-wrap:wrap;
}

.productcard.calculator .Variants &gt; table.sinkCountVariantGroup &gt; tbody &gt; tr:last-child &gt; td .variantButtonContainer{
    display: flex;
}

@media (max-width: 880px) {

    .productcard .images{
        width: 100%;
        top:0px;
    }
    .productcard .info{
        width: 100%;
    }

    .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;
    }
}
</pre></body></html>