

/* Start:/local/templates/showrooms/template_styles.css?174177596440388*/
/* ========================================================================
   Component: Base
 ========================================================================== */
@font-face{
    font-family:"SangBleuSunrise-Light-WebXL";
    font-display: auto;
    src: url("/local/templates/.default/fonts/SangBleuSunrise-Light-WebXL.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
:root {
    /* -- fonts -- */
    --sb-reg: "SangBleuSunrise-Light-WebXL", serif;
    /* -- colours -- */
    --main-color: white;
    --primary-color: #E31E24;
    --hover-color: #C80B11;
    --active-color: #A60005;
    --muted-color:#606060;
    --light-color: #F4F4F4;
    --border-color: #444;
    --contrast-color: #0F0F0F;

    /* -- breakpoints -- */
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;

    /* -- transitions -- */
    --transition-small: 0.15s ease-in;
    --transition-large: 0.35s ease-in;
    font-weight: var(--text-normal);
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: var(--contrast-color);
    color: var(--main-color);
}
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
}
#crossdomain-frame1, #crossdomain-frame2 {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}
::selection {
    background: var(--primary-color);
    color: var(--contrast-color);
    text-shadow: none;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,0.4);
}
::-webkit-scrollbar-thumb:active{
    background: rgba(0,0,0,.9);
}
.uk-overflow-scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.uk-overflow-scroll::-webkit-scrollbar {
    display: none;
}
/* Text
 ========================================================================== */
a:active,
a:hover,
button:focus,
button:active{
    outline: none;
}
a:not([class]):hover {
    color: var(--hover-color);
}
a:not([class]):focus {
    color: var(--primary-color);
}
li.uk-active > a:not([class]) {
    color: var(--primary-color);
}
.uk-light a, .uk-light a:not([class]):hover, .uk-light a:not([class]):focus {
    color: var(--contrast-color);
}
.uk-hover {
    transition: var(--transition-small);
}
.uk-hover:hover {
    color: var(--hover-color) !important;
}
b,
strong {
    font-weight: 600;
}
pre {
    font: 0.875rem / 1.5 Consolas, monaco, monospace;
    color: #666;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
}
pre code {
    font-family: Consolas, monaco, monospace;
}
.uk-text-1-1 {
    line-height: 1 !important;
}
.uk-text-uppercase {
    text-transform: uppercase;
}
.uk-light .uk-text-muted {
    color: var(--contrast-color) !important;
}
.uk-light.uk-label {
    color: var(--main-color) !important;
}
.uk-text-nowrap {
    white-space: nowrap;
}
.uk-text-left {
    text-align: left !important;
}
.uk-text-right {
    text-align: right !important;
}
.uk-text-center {
    text-align: center !important;
}
.uk-label {
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    background: var(--primary-color);
    color: var(--contrast-color);
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 6px;
}
/* Embedded content
 ========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
@supports (display: block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}
svg:not(:root) {
    overflow: hidden;
}
img:not([src]) {
    min-width: 1px;
    visibility: hidden;
}
iframe {
    border: 0;
}
/* HTML 5 content
 ========================================================================== */
address {
    font-style: normal;
}
details,
main {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}

/* Block elements
 ========================================================================== */
p,
ul,
ol,
dl,
pre,
address,
fieldset {
    margin: 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 1rem;
}
hr {
    overflow: visible;
    text-align: inherit;
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 0;
}

/* List
 ========================================================================== */
ul:not([class]),
ol:not([class]) {
    padding-left: 1.8rem;
}
@media (min-width: 1200px) {
    ul:not([class]),
    ol:not([class]) {
        padding-left: 3.125rem;
    }
    ol:not([class]) li::marker {
        width: 1.5rem;
    }
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}
ul:not([class]) li + li,
ol:not([class]) li + li {
    margin-top: 1rem;
}
.uk-list {
    padding: 0;
    list-style: none;
}
.uk-list > * > :last-child {
    margin-bottom: 0;
}
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
    margin-top: 0.75rem;
}
.uk-opacity {
    opacity: 0.5
}
.uk-list-disc>::before {
    list-style-type: disc;
    content: "";
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
.uk-slider {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.uk-slider-container {
    overflow: hidden;
}
.uk-slidenav-container {
    display: flex;
}
.uk-slider-items {
    will-change: transform;
    position: relative;
}
.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}
.uk-slider-items > * {
    flex: none;
    max-width: 100%;
    position: relative;
    touch-action: pan-y;
}

.uk-slider-items > li:not(.uk-active) {
    opacity: 0.5
}
.uk-slider-items > li:not(.uk-active):hover {
    opacity: 1
}
/* ========================================================================
    Component: Utility
========================================================================== */

/* Panel
 ========================================================================== */
.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}
.uk-panel > :last-child {
    margin-bottom: 0;
}
.uk-card {
    background: var(--contrast-color);
    box-sizing: border-box;
    border-radius: 0.8rem;
    padding: 2rem 1.4rem;
    box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);
}
.uk-panel-border {
    border: 1px solid var(--border-color);
    box-sizing: border-box;
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
    overflow: hidden;
}

/* Display
 ========================================================================== */
.uk-display-block {
    display: block !important;
}
.uk-display-inline-block {
    display: inline-block !important;
}
[class*='uk-inline'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}
/* Border
 ========================================================================== */
.uk-border-circle {
    border-radius: 50%;
}
.uk-border-rounded {
    border-radius: 0.8rem;
}
img.uk-border-rounded {
    border: 1px solid rgb(225 225 225 / 35%);
    box-sizing: border-box;
    transition: 0.15s opacity ease-in;
}
a div.uk-background-cover,
a div.uk-border-circle,
a .uk-filter-grayscale,
.uk-filter-grayscale-nohover {
    transition: 0.15s ease-in;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
a:hover > img.uk-border-rounded,
a:hover > div.uk-background-cover,
a:hover div.uk-border-circle,
a:hover .uk-filter-grayscale{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/* Visibility
 ========================================================================== */
[hidden],
.uk-hidden {
    display: none !important;
}
@media (min-width: 960px) {
    .uk-hidden\@m {
        display: none !important;
    }
}
@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important;
    }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
.uk-grid-divider > * {
    position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--border-color);
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid var(--border-color);
}
.uk-grid-divider,
.uk-slider-items.uk-grid-divider {
    margin-left: -2.2rem;
}
.uk-grid-divider > *,
.uk-slider-items.uk-grid-divider > *{
    padding-left: 2.2rem;
}
.uk-grid-divider > :not(.uk-first-column)::before {
    left: 1.1rem;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 1.1rem;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -1.1rem;
    left: 2.2rem;
}

/* Match child of a grid cell
 ========================================================================== */
.uk-grid-match > *,
.uk-grid-item-match {
    display: flex;
    flex-wrap: wrap;
}
.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
.uk-button {
    transition: var(--transition-large);
}
.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-button:hover {
    text-decoration: none;
}
.uk-button:focus {
    outline: none;
}
.uk-button:hover,
.uk-button:focus {
    background-color: var(--hover-color);
    color: white;
}
.uk-button:active,
.uk-button.uk-active {
    background-color: var(--active-color);
    color: white;
}
.uk-icon-button {
    width: 3rem;
    height: 3rem;
    border: none;
    background: var(--contrast-color);
    outline: none;
    border-radius: 500px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px)  {
    .uk-icon-button {
        width: 3.5rem;
        height: 3.5rem;
    }
}
/* ========================================================================
   Component: Background
 ========================================================================== */
.uk-background-cover,
.uk-background-contain {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.uk-background-cover {
    background-size: cover;
}
.uk-background-contain {
    background-size: contain;
}
.uk-background-top-left {
    background-position: 0 0;
}
.uk-background-top-center {
    background-position: 50% 0%;
}
.uk-background-bottom-left {
    background-position: 100% 0;
}
.uk-background-overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background: linear-gradient(121.14deg, rgba(0, 0, 0, 0.2) 25.58%, rgba(0, 0, 0, 0.146884) 44.73%, rgba(0, 0, 0, 0) 68.83%), linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0616371) 37.5%, rgba(0, 0, 0, 0) 58.85%, rgba(0, 0, 0, 0) 100%);
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor;
}
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}
.uk-svg {
    transform: translate(0, 0);
}
svg > .stroke,
svg > .fill {
    transition: var(--transition-small);
}
a:not([class]) svg > .stroke, a.uk-link-reset svg > .stroke  {
    stroke: var(--main-color);
}
a:not([class]) svg > .fill, a.uk-link-reset svg > .fill   {
    fill: var(--main-color);
}
a:not([class]):hover svg > .stroke, a.uk-link-reset:hover svg > .stroke  {
    stroke: var(--hover-color);
}
a:not([class]):hover svg > .fill, a.uk-link-reset:hover svg > .fill  {
    fill: var(--hover-color);
}
/* ========================================================================
   Component: Close
 ========================================================================== */
.uk-close {
    color: #999;
    transition: 0.1s ease-in-out;
    transition-property: color, opacity;
}
.uk-close:hover,
.uk-close:focus {
    color: #666;
    outline: none;
}
[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
}
.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff;
}
button.uk-icon:not(:disabled) {
    cursor: pointer;
}
.uk-modal-full.uk-modal-page .uk-modal-dialog {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 5rem;
}
.uk-modal-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-switcher > :not(.uk-active) {
    display: none;
}
.uk-switcher > * > :last-child {
    margin-bottom: 0;
}
/* ========================================================================
   Component: Form
 ========================================================================== */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}
.uk-input {
    overflow: visible;
}
.uk-select {
    text-transform: none;
}
.uk-select optgroup {
    font: inherit;
    font-weight: bold;
}
.uk-textarea {
    overflow: auto;
}
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
    opacity: 1;
}
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
    cursor: pointer;
}
.uk-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.uk-input,
.uk-textarea {
    -webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background-color: transparent !important;
    color: var(--main-color);
    border: 1px solid white;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
    height: 2.5rem;
    vertical-align: middle;
    display: inline-block;
}
.uk-input:not(input),
.uk-select:not(select) {
    line-height: 2.5rem;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
    resize: vertical;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: var(--main-color);
    border-color: var(--muted-color);
}
.uk-input::-ms-input-placeholder {
    color: var(--muted-color) !important;
}
.uk-input::placeholder {
    color:  #999;
}
.uk-textarea::-ms-input-placeholder {
    color:  #999;
}
.uk-textarea::placeholder {
    color:  #999;
}
.uk-form-large {
    font-size: 1rem;
    line-height: 1.5rem;
    border: none;
    border-bottom: 1px solid white;
    font-family: var(--sb-reg);
    background: transparent;
    color: white;
}
@media (min-width: 1200px) {
    .uk-form-large {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
}
.uk-input:focus::placeholder {
    opacity: 0.2;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 2rem;
    padding-left: 0;
}
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
    padding: 7px 12px;
}
.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size])::-ms-expand {
    display: none;
}
.uk-select:not([multiple]):not([size]) option {
    color: var(--muted-color);
    font-size: 0.9rem;
}
.uk-checkbox {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--light-color);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid var(--border-color);
    transition: 0.2s ease-in-out;
    transition-property: background-color, border;
    border-radius: 4px;
    box-sizing: border-box;
}
.uk-checkbox:focus {
    background-color: var(--muted-color);
    outline: none;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
    background-color: var(--muted-color);
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
    background-color: var(--muted-color);
}
.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-textarea {
    border-radius: 0.8rem;
}
.uk-file {
    cursor: pointer;
}
.uk-file input {
    opacity: 0;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
.uk-animation-fade {
    animation-fill-mode: both;
    animation-name: uk-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear;
}
@keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.disp-show {
    display: none !important;
}
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    /* 3 */
    overflow-y: auto;
    /* 4 */
    padding: 15px 15px;
    /* 5 */
    background: rgba(0, 0, 0, 0.6);
    /* 6 */
    opacity: 0;
    transition: opacity 0.15s linear;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-modal {
        padding: 50px 30px;
    }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}
/*
 * Open
 */
.uk-modal.uk-open {
    opacity: 1;
}
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
    overflow: hidden;
}
/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: 100% !important;
    background: #0F0F0F;
    opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
}
.uk-open > .uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}
.uk-modal-container .uk-modal-dialog {
    width: 1200px;
}
.uk-modal-full {
    padding: 0;
    background: none;
}
.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}
.uk-modal-body {
    display: flow-root;
    padding: 20px 20px;
}
.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 640px) {
    .uk-modal-body {
        padding: 30px 30px;
    }
    .uk-modal-header {
        padding: 15px 30px;
    }
    .uk-modal-footer {
        padding: 15px 30px;
    }
}
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
    margin-bottom: 0;
}
.uk-modal-title {
    font-size: 2rem;
    line-height: 1.3;
}
[class*='uk-modal-close-'] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
}
[class*='uk-modal-close-']:first-child + * {
    margin-top: 0;
}
.uk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0, -100%);
    color: #ffffff;
}
.uk-modal-close-outside:hover {
    color: #fff;
}
@media (min-width: 960px) {
    .uk-modal-close-outside {
        right: 0;
        transform: translate(100%, -100%);
    }
}

.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 10px;
    background: #fff;
}
@media (min-width: 960px) {
    .uk-modal-close-full {
        padding: 20px;
    }
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion-title {
    display: block;
    overflow: hidden;
    transition: 0.15s height ease-in;
}
.uk-accordion-title > a {
    text-decoration: none !important;
}
.uk-accordion-title::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.35rem;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 15V17L0 17L8.74228e-08 15L32 15Z' fill='white'/%3E%3Cpath d='M15 0H17V32H15V0Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='2' viewBox='0 0 32 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 1.39876e-06V2L0 2L8.74228e-08 0L32 1.39876e-06Z' fill='%23E31E24'/%3E%3C/svg%3E%0A");
}
.uk-accordion-content {
    display: flow-root;
}
.uk-accordion-content > :last-child {
    margin-bottom: 0;
}
/* ========================================================================
   Component: Search
 ========================================================================== */
.uk-search-input.uk-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    height: 1.7rem;
    padding: 0;
}
.uk-search .uk-input::placeholder {
    color: #999;
    font-style: italic;
    transition: 0.15s ease-in;
}
.uk-search .uk-input:focus::placeholder {
    opacity: 0.3;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important;
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-switcher > :not(.uk-active) {
    display: none;
}
.uk-switcher > * > :last-child {
    margin-bottom: 0;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}
* + .uk-table {
    margin-top: 20px;
}
.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
}
.uk-table td {
    padding: 16px 12px;
    vertical-align: top;
}
.uk-table td > :last-child {
    margin-bottom: 0;
}
.uk-table tfoot {
    font-size: 0.875rem;
}
.uk-table caption {
    font-size: 0.875rem;
    text-align: left;
    color: #999;
}
.uk-table-middle,
.uk-table-middle td {
    vertical-align: middle !important;
}
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
    border-top: 1px solid var(--border-color);;
}
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #f8f8f8;
    border-top: 1px solid var(--border-color);;
    border-bottom: 1px solid var(--border-color);;
}
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
    background: #ffd;
}
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
    background: #ffd;
}
.uk-table-small th,
.uk-table-small td {
    padding: 10px 12px;
}
.uk-table-large th,
.uk-table-large td {
    padding: 22px 12px;
}
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
    padding-left: 0;
}
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
    padding-right: 0;
}
.uk-table-shrink {
    width: 1px;
}
.uk-table-expand {
    min-width: 150px;
}
.uk-table-link {
    padding: 0 !important;
}
.uk-table-link > a {
    display: block;
    padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
    padding: 10px 12px;
}

@media (max-width: 959px) {
    .uk-table-responsive,
    .uk-table-responsive tbody,
    .uk-table-responsive th,
    .uk-table-responsive td,
    .uk-table-responsive tr {
        display: block;
    }
    .uk-table-responsive thead {
        display: none;
    }
    .uk-table-responsive th,
    .uk-table-responsive td {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }
    .uk-table-responsive th:not(:first-child):not(.uk-table-link),
    .uk-table-responsive td:not(:first-child):not(.uk-table-link),
    .uk-table-responsive .uk-table-link:not(:first-child) > a {
        padding-top: 5px !important;
    }
    .uk-table-responsive th:not(:last-child):not(.uk-table-link),
    .uk-table-responsive td:not(:last-child):not(.uk-table-link),
    .uk-table-responsive .uk-table-link:not(:last-child) > a {
        padding-bottom: 5px !important;
    }
    .uk-table-justify.uk-table-responsive th,
    .uk-table-justify.uk-table-responsive td {
        padding-left: 0;
        padding-right: 0;
    }
}
.uk-table tbody tr {
    transition: background-color 0.1s linear;
}
.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
    border-bottom: 1px solid var(--border-color);;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}
.uk-tooltip.uk-active {
    display: block;
}

[class*='uk-tooltip-top'] {
    margin-top: -5px;
}
[class*='uk-tooltip-bottom'] {
    margin-top: 5px;
}
[class*='uk-tooltip-left'] {
    margin-left: -5px;
}
[class*='uk-tooltip-right'] {
    margin-left: 5px;
}
/* ========================================================================
  Template Styles
 ========================================================================== */
.uk-width-xlarge {
    width: 30rem;
}
.uk-icon-button-large.uk-section-default {
    background: white !important;
}
i.uk-icon svg > *,
span.uk-icon svg > *{
    stroke: currentcolor;
}
.uk-border {
    border: 1px solid rgb(225 225 225 / 35%);
    box-sizing: border-box;
}
.uk-height-xlarge {
    height: 35vh;
}
.uk-height-larger {
    height: 30rem;
}
.uk-section-muted.uk-card {
    background-color: #444;
}
.uk-card hr,
.uk-dropdown hr {
    border-top: 1px solid rgb(255 255 255 / 20%);
}
.uk-section.uk-flex {
    display: flex;
}
.uk-flex-start {
    justify-content: flex-start;
}
.uk-nav-switcher > li > a {
    margin: 0;
    overflow: visible;
    font: inherit;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 1rem;
    vertical-align: middle;
    font-size: 0.8rem;
    min-height: 2.2rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.5rem;
    background-color: var(--muted-color);
    color: white;
    border: 1px solid transparent;
    transition-property: color, background-color, border-color;
    cursor: pointer;
}
.uk-nav-switcher > li.uk-active > a {
    background-color: var(--primary-color);
    color: white;
}
.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uk-card.uk-card-primary {
    width: auto;
    display: inline-block;
    background: rgb(227 30 36 / 72%);
    transition: 0.15s ease-in;
}
.uk-card.uk-card-primary:hover,
.uk-card.uk-card-primary:focus,
.uk-card.uk-card-primary:active {
    background: #e31e24;
}
#breadcrumbs .uk-nav > li > a,
#breadcrumbs .uk-nav > li > span{
    min-height: 1.7rem;
}
.uk-nav li > span {
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    text-decoration: none;
    font-weight: var(--text-normal);
}
.search-page .uk-text-muted b {
    color: white;
}
.uk-flex-column {
    flex-direction: column;
    align-items: center;
}
.uk-height-xsmall {
    height: 3rem;
}
.uk-width-xsmall {
    width: 3rem;
}
.uk-height-2xsmall {
    height: 2rem;
}
.uk-width-2xsmall {
    width: 2rem;
}
.uk-background-50 {
    background-size: 50%;
}
.uk-primary-link {
    color: #03a9f4;
    border: 1px solid #03a9f4;
    box-sizing: border-box;
}
a.uk-primary-link:hover, a.uk-primary-link:focus, a.uk-primary-link:active,
a:hover .uk-primary-link, a:focus .uk-primary-link, a:active .uk-primary-link {
    color: var(--hover-color) !important;
    border-color: var(--hover-color) !important;
}
@media (max-width: 1199px) {
    * + .uk-grid-margin.uk-width-2-3\@m {
        margin-top: 3.5rem;
    }
}
.uk-text-smaller {
    font-size: 0.8rem;
    line-height: 1.33;
    letter-spacing: -0.01em;
}
.uk-section-overlay {
    background: rgba(0, 0, 0, 0.75);
    padding: 2rem;
}
.uk-background-transparent {
    background: transparent;
}
@media (max-width: 1199px) {
    .uk-breadcrumb-container {
        padding: 5px 0 !important;
    }
}
.uk-grayscale {
    -webkit-filter: grayscale(1) opacity(0.5);
    filter: grayscale(1) opacity(0.5);
}
/* ========================================================================
   Component: Autocomplete
 ========================================================================== */
.chosen-container {
    max-width: 100%;
    width: 100%;
    background: transparent;
    color: var(--main-color);
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
    font-size: 1.25rem;
    line-height: 1.5rem;
    height: 2.5rem;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    position: relative;

}
@media  (min-width: 1200px) {
    .chosen-container {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
}
.chosen-container .chosen-single {
    display: block;
    position: relative;
    padding: 0 20px 0 0;
    font-family: var(--sb-reg);
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border-bottom: 1px solid var(--border-color);
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    z-index: 1010;
    border: none;
    padding: 1rem;
    border-radius: 1rem;
    display: none;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
    background: var(--main-color);
    box-shadow: 3px 4px 20px rgb(0 0 0 / 10%);
    display: block;
}
.chosen-container .chosen-search{
    position: relative;
}
.chosen-search > input{
    border: 1px solid var(--border-color);
    width: 100%;
    height: 2.5rem;
    outline: none !important;
    box-sizing: border-box;
    padding: 0 10px 0 2.5rem;
    position: relative;
}
.chosen-container .chosen-search::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7832 14.3911L20 18.6069L18.6069 20L14.3911 15.7832C12.8224 17.0407 10.8713 17.7246 8.86088 17.7218C3.96968 17.7218 0 13.7521 0 8.86088C0 3.96968 3.96968 0 8.86088 0C13.7521 0 17.7218 3.96968 17.7218 8.86088C17.7246 10.8713 17.0407 12.8224 15.7832 14.3911ZM13.8082 13.6605C15.0577 12.3756 15.7555 10.6532 15.7527 8.86088C15.7527 5.05267 12.6681 1.96909 8.86088 1.96909C5.05267 1.96909 1.96909 5.05267 1.96909 8.86088C1.96909 12.6681 5.05267 15.7527 8.86088 15.7527C10.6532 15.7555 12.3756 15.0577 13.6605 13.8082L13.8082 13.6605Z' fill='%230F0F0F'/%3E%3C/svg%3E%0A");
    z-index: 999;
}
.chosen-container .chosen-search > input:focus {
    outline: none !important;
}
.chosen-results {
    font-size: 0.9rem;
    color: var(--muted-color);
    margin: 1rem 0 0 0;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    height: 0;
    display: none;
    padding: 0;
}
.chosen-container .chosen-results  li {
    cursor: pointer;
    padding: 0;
    transition: 0.15s ease-in;
}
.chosen-container .chosen-results  li.highlighted {
    color: var(--active-color);
}
.chosen-container.chosen-container-active .chosen-results{
    display: block;
    height: 11rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
/* ========================================================================
   Component: cover
 ========================================================================== */
[data-uk-cover],[uk-cover] {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y))
}
iframe[data-uk-cover],iframe[uk-cover] {
    pointer-events: none
}

.uk-cover-container {
    overflow: hidden;
    position: relative
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
button.uk-icon:not(:disabled) {
    cursor: pointer;
}
.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}
.uk-icon > * {
    transform: translate(0, 0);
}
/* ========================================================================
   Component: Lightbox
 ========================================================================== */
.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity 0.15s linear;
    touch-action: pinch-zoom;
}
.uk-lightbox.uk-open {
    display: block;
    opacity: 1;
}
.uk-lightbox :focus {
    outline-color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox :focus-visible {
    outline-color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-page {
    overflow: hidden;
}
.uk-lightbox-items > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    will-change: transform, opacity;
}
.uk-lightbox-items > * > * {
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0.8rem;
}
.uk-lightbox-items > * > :not(iframe) {
    width: auto;
    height: auto;
}
.uk-lightbox-items > .uk-active {
    display: flex;
}
.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar > * {
    color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar-icon:hover {
    color: #fff;
}
.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.uk-lightbox-button:hover {
    color: #fff;
}
.uk-lightbox-caption:empty {
    display: none;
}
.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}
/* ========================================================================
   Large Screens
 ========================================================================== */
@media (min-width: 1200px) {
    .uk-height-xlarge {
        height: 65vh;
    }
    li.uk-active > .uk-hover{
        color: var(--hover-color) !important;
    }
}
@media (min-width: 1600px) {
    .uk-width-1-2\@l {
        width: 50%;
    }
    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001);
    }
    h1.uk-text-uppercase,
    .uk-h1.uk-text-uppercase {
        font-size: 2.8rem;
    }
    h1.uk-heading-large, .uk-h1.uk-heading-large {
        font-size: 4rem;
    }
    .uk-height-xlarge {
        height: 72vh;
    }
}
/* End */
/* /local/templates/showrooms/template_styles.css?174177596440388 */
