@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Mulish";
    src: url("/fonts/Mulish-Bold.ttf");
}

:root { 
    --celeste: #cccccc;
    --font-size-m: 18px;   
    --font-family-roboto: "Roboto", Helvetica;
}

body {
    margin: 0;
    background: #ffffff;
}
  
.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.byggmax-interior-color-test {
    align-items: center;
    border: 1px none;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    gap: 1rem;
    width: 100%;
}
  
.byggmax-interior-color-test .byggmax-color-showroom-test {
    color: #000000;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-m);
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    min-height: 21px;
    min-width: 282px;
}

.interior-container {
    position: relative;
    max-width: min(calc((100vh - 120px - 1rem) * 1.5), 1200px);
    width: 100%;
    aspect-ratio: 1200 / 800;
}

.color-background,
.multiply,
.lighten,
.interior {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.multiply {
    mix-blend-mode: multiply;
}

.lighten {
    mix-blend-mode: lighten;
}

.interior, .lighten, .multiply {
    object-fit: cover;
}
  
#slider-track {
    height: 100%;
}
