@font-face {
    font-family: YanoneKaffeesatz Regular;
    src: url(../fonts/YanoneKaffeesatz-Regular.woff2) format('woff2')
}

@font-face {
    font-family: YanoneKaffeesatz Light;
    src: url(../fonts/YanoneKaffeesatz-Light.woff2) format('woff2')
}

html {
    --custom-text: #000;
    --cloud-item-size: 256px;
    --border-color: #cbcbcb;
    --background-color: #f1f1f1;
}

body,
object.exhibit {
    font-family: 'YanoneKaffeesatz Regular';
}

#content,
body,
object.exhibit {
    background: var(--background-color) !important;
}

.font-weight-light {
    font-family: 'YanoneKaffeesatz Light';
}

.app-title {
    min-height: 2rem;
    /* prevent collision with filter label when no title is displayed */
}

#content {
    overflow-y: auto;
}

#product-tooltip,
#hotspot-overlay {
    border-radius: 0;
    background-color: #fff !important;
    padding: 1rem !important;
}

#hotspot-overlay.show {
    display: grid;
    gap: .5rem;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto minmax(0, 1fr);
}

#hotspot-overlay .overlay-header {
    grid-area: 1 / 1;
    margin-bottom: 0;
}

#hotspot-overlay .content {
    grid-column: 1/-1;
    min-width: 256px;
}

#hotspot-overlay .content>div {
    background-color: transparent !important;
}

#hotspot-overlay .overlay-footer {
    grid-area: 1 / 2 / 1 / 2;
}

#hotspot-overlay .overlay-footer>.btn>div,
#hotspot-overlay:not([data-placement="fallback"]) .btn-close {
    display: none;
}

.tooltip-product {
    grid-template-columns: none;
    box-shadow: none !important;
    min-width: auto;
    width: 256px;
    gap: 0.5rem;
    padding: 0 !important;
    background-color: transparent !important;
}

.product-field {
    font-size: 1rem;
}

.product-field .label,
.product-name {
    font-weight: normal;
}

.product-field .value {
    font-family: 'YanoneKaffeesatz Light';
}

.product-name {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tooltip-product-thumbnail img {
    height: 256px;
    width: 256px;
}

.tooltip-product-details {
    margin-left: 0 !important;
}

.tooltip-product-details .product-field {
    gap: 0 .5rem;
    display: flex;
    flex-wrap: wrap;
}

.tooltip-list-next button {
    border-radius: 50%;
    background: transparent;
}

.btn-close,
.btn-back,
.btn-add {
    background: transparent;
    border: none;
    border-radius: 50%;
    padding: .5rem;
    margin-top: 0 !important;
}

.btn-close img,
.btn-back img,
.btn-add img,
.tooltip-list-next button img {
    width: 24px;
    height: 24px;
}

.btn-close:not(:focus-within),
.btn-back:not(:focus-within),
.btn-add:not(:focus-within) {
    outline: none !important;
}

.wishlist-product {
    background-color: #fff !important;
}

.btn-exhibit-file {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 231px;
    height: 129px;
}

.btn-exhibit-file.selected {
    margin: 0;
    border: none;
    box-shadow: 0 0 0 4px var(--custom, var(--primary));
}

.btn-exhibit-file:hover {
    transform: none;
}

.btn-exhibit-file svg {
    position: absolute;
    right: 8px;
    bottom: 8px;
    margin-top: 0;
}

.btn-exhibit-file .btn-wishlist-add {
    top: 4px !important;
    right: 4px !important;
}

.btn-exhibit-file .btn-wishlist-add img {
    height: 24px;
    width: 24px;
}

#container-files {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.05) 0px -0.125rem 1.25rem;
    backdrop-filter: blur(5px);
}

#container-files-content {
    gap: 1.5rem;
}

#container-files-scroll {
    margin-bottom: 3rem;
}

#container-files:not(:hover, .show, .collapse)+#container-controls-bottom {
    opacity: 0;
}

.file-title {
    color: #000;
    text-shadow: none;
    text-align: left;
}

#info-display {
    backdrop-filter: blur(5px);
    box-shadow: none;
}

#info-display-header {
    padding: 16px 32px;
}

#info-display-title {
    font-weight: normal;
}

#info-display-text {
    padding: 24px 32px;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: 'YanoneKaffeesatz Light';
}

#cloudfile-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, var(--cloud-item-size));
    gap: 2rem;
    min-width: 0;
    width: 100%;
    justify-content: center;
}

.clouditem {
    width: var(--cloud-item-size) !important;
    height: auto !important;
    padding: 0 !important;
}

.clouditem:hover {
    transform: none !important;
}

.clouditem>div {
    box-shadow: none !important;
    height: auto !important;
    background-color: transparent;
}

.pexpo-title-container {
    font-family: 'YanoneKaffeesatz Regular';
    background: none;
    position: unset !important;
    align-items: flex-start !important;
    padding-top: .5rem;
    gap: .25rem;
}

.pexpo-title-container>div {
    text-shadow: none;
    color: #000;
    padding: 0 !important;
    font-weight: normal !important;
}

.clouditem:hover .pexpo-title-container div {
    /* selector match specificity */
    text-shadow: none !important;
}

.pexpo-title-container>div:first-child {
    font-size: 1.375rem;
}

.pexpo-subtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
    text-align: left !important;
    font-family: 'YanoneKaffeesatz Light';
}

.sidebar-nav {
    box-shadow: none !important;
    background-color: var(--background-color);
}

.sidebar-nav:not(.show) {
    right: 100%;
}

.sidebar-content {
    background-color: transparent !important;
    margin-right: 0 !important;
}

.sidebar-toggle {
    width: 0px;
    border: none !important;
}

.sidebar-nav.show .sidebar-toggle {
    display: none !important;
}

.sidebar-toggle-alt {
    display: flex !important;
    gap: .5rem;
}

.filter-icon {
    background-color: transparent !important;
    top: 1rem !important;
    left: 1rem !important;
    height: auto !important;
    width: auto !important;
    cursor: pointer !important;
}

.filter-icon>.icon {
    border-radius: .8rem;
    background-color: #f1f1f1 !important;
}

.filter-icon>.icon>div {
    align-items: center;
    gap: .5rem;
}

.filter-icon>.icon>div * {
    display: block !important;
}

.filter-icon>.icon img {
    height: 24px;
    width: 24px;
}

.filter-icon>.blocker {
    background-color: transparent;
}

#showroom-filter-list>span:first-child {
    display: none;
}

#showroom-filter-list:not(:has(div.showroom-filter-category:not(.d-none)))~#showroom-tag-list>span:first-child {
    display: none;
}

#showroom-tag-list>span {
    font-weight: normal !important;
    font-size: 1rem;
    line-height: 1.5;
}

.showroom-filter-category {
    margin-bottom: 1rem !important;
    display: grid;
}

.showroom-filter-category>div>div {
    justify-content: unset !important;
    align-items: center;
    padding: .75rem 0;
}

.showroom-filter-category>div>div:not(:first-child) {
    border-top: 1px solid var(--border-color);
}

.showroom-filter-category>div>div span {
    font-style: normal !important;
    font-family: 'YanoneKaffeesatz Light';
    font-size: 1rem;
    font-weight: normal;
}

.showroom-filter-category>span {
    font-weight: normal !important;
    display: inline-flex;
}

.showroom-filter-category>span::after {
    content: '';
    margin-left: auto;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: no-repeat 50% / 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Iconoir by Luca Burgio - https://github.com/iconoir-icons/iconoir/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 15l6-6l6 6'/%3E%3C/svg%3E");
}

.showroom-filter-category>span.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Iconoir by Luca Burgio - https://github.com/iconoir-icons/iconoir/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
}

.sidebar-content .text-muted {
    color: #000 !important;
}

.sidebar-content>div.shadow-sm {
    box-shadow: none !important;
    margin-bottom: 2rem !important;
}

#showroom-filter-search {
    border: 1px solid var(--border-color) !important;
    padding: .75rem;
    height: auto !important;
    box-shadow: none;
}

#showroom-filter-search::placeholder {
    font-style: normal;
    font-family: 'YanoneKaffeesatz Light';
}

.showroom-filter+label::before {
    box-shadow: none !important;
}

.showroom-filter+label::after {
    filter: invert(100%);
}

#showroom-tag-list .tag-element {
    font-family: 'YanoneKaffeesatz Light';
    box-shadow: none !important;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #000 !important;
}

#showroom-tag-list .tag-element.active {
    background-color: var(--custom, #f29400)
}

.tag-element .tag-amount {
    font-style: normal !important;
    color: #000 !important;
}

#btn-filtering-reset {
    background-color: #000;
    color: #fff;
    border-radius: 2rem !important;
}

#btn-filtering-reset:hover {
    background-color: rgb(48, 48, 48);
}

.btn-exhibit {
    box-shadow: none !important;
}

.btn-file-select {
    background-color: rgba(0, 0, 0, 0.4);
    height: 40px;
    width: 40px;
    backdrop-filter: blur(5px);
}

.btn-file-select img {
    transform: none !important;
}

.btn-file-select:not(:hover) img {
    filter: invert(100%);
}

.btn-container-scroll {
    background-color: rgba(0, 0, 0, 0.4);
    transform: none !important;
    border-radius: 50%;
    padding: .25rem;
}

.btn-container-scroll:not(:hover) img {
    filter: invert(100%);
}

.btn-hotspot {
    height: 40px;
    width: 40px;
    color: #000;
}

.btn-hotspot:hover {
    transform: translate(-50%, -50%);
}

#btn-launch {
    right: 10px;
    height: 45px;
    width: 45px;
    left: unset;
}

#btn-back,
#btn-undo,
#btn-external-back {
    background-color: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(5px);
}

#btn-back:hover,
#btn-undo:hover,
#btn-external-back:hover {
    background: var(--custom-hover, #cc7d00) !important;
}

#btn-back:not(:hover) img,
#btn-undo:not(:hover) img,
#btn-external-back:not(:hover) img {
    filter: invert(100%);
}

#btn-undo.disabled {
    display: none;
}

#btn-external-back {
    background-color: var(--custom, #f29400);
    height: 45px;
    width: 45px;
    box-shadow: none;
    transition: background-color .15s ease-in-out;
}

#btn-contact.gc {
    line-height: 1;
    padding: 0.7rem 1.5rem;
    color: #000;
    border-radius: 2rem;
    background-color: var(--custom, #f29400);
    border: none;
    display: inline-flex;
    white-space: nowrap;
    width: auto;
    transition: background-color .2s ease-in-out !important;
    box-shadow: none;
    gap: 1rem;
}

#btn-contact.gc:hover {
    color: #000 !important;
    background-color: var(--custom-hover, #cc7d00) !important;
}

@media (max-width: 767.98px) {
    #btn-contact.gc {
        border-radius: 50%;
        padding: 1rem;
    }
}

.btn-sr {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

#btn-fullscreen:not(:hover) img {
    filter: invert(100%);
}

.btn-arrow-up,
.btn-arrow-down {
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    padding: 0;
}

.btn-arrow-down>div,
.btn-arrow-up>div {
    height: 20px;
    width: 20px;
    background: no-repeat 50% / 100% 100%;
}

.btn-arrow-down:not(:hover)>div,
.btn-arrow-up:not(:hover)>div {
    filter: invert(100%);
}

.btn-arrow-up>div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Iconoir by Luca Burgio - https://github.com/iconoir-icons/iconoir/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 11l6-6l6 6M6 19l6-6l6 6'/%3E%3C/svg%3E");
}

.btn-arrow-down>div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Iconoir by Luca Burgio - https://github.com/iconoir-icons/iconoir/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 13l6 6l6-6M6 5l6 6l6-6'/%3E%3C/svg%3E");
}

#container-controls-bottom {
    bottom: 1rem;
}

#context-menu {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#context-menu .btn {
    font-size: .75rem;
}

.btn {
    border: none;
    box-shadow: none !important;
}

.wishlist-sidebar .btn img {
    filter: invert(100%);
}