/*.header{*/
/*    padding: 0;*/
/*    height: 110px;*/
/*    box-sizing: border-box;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*}*/
.searchFilter{
    z-index: 9999;
}

.artActionPanel{
    position: relative;
    z-index: 9;
}

.site-logo img{
    max-height: 70px;
}

.artworkSlider img{
    max-height: 600px;
}

.filter-buttons{
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
}
.filter-buttons.active{
    opacity: 1;
    pointer-events: all;
}
.filter-buttons .js-reset-filters{
    margin-left: 15px;
}

.msf-list .chkb-block__lbl{
    font-size: 0.85rem;
    line-height: 90%;
    transition: all .3s;
}
.msf-list .chkb-block{
    line-height: 90%;
}
.msf-filter .chkb-block__lbl:hover {
    color: var(--sg-primary);
}
.msf-smb:hover{
    background: transparent;
    color: var(--sg-primary);
}

.related.cards .card__wrapper{
    width: 100%;
}
.related.cards .card--fix-h-265 .card__img{
    height: auto;
}

.catNavGrid {
    grid-template-columns: auto;
    grid-template-rows: auto;
}

.breadcrumbs__item:after{
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 11.196L5.35926 6L0 0.804L0.827826 0L7 6.003L0.827826 12L0 11.196Z' fill='%23828282'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 12px;
    margin: 0 5px 0 5px;
}

.header-nav > li{
    display: inline-flex;
    align-items: center;
}

.terms .cms-editor h1{
    text-transform: none;
    font-size: clamp(1.75rem, 1rem + 2.5vw, 2.625rem);
    font-weight: 500;
    line-height: 1.2;
}
.terms .cms-editor p,
.terms .cms-editor ol,
.terms .cms-editor ul{
    margin: 0 0 15px;
}
.terms .cms-editor h2,
.terms .cms-editor h3{
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    font-size: clamp(1.125rem, 1rem + 2.5vw, 1.1875rem);
    line-height: 1.2;
    margin: 15px 0;
    text-transform: none;
}

/*.header-nav__lnk:before{*/
/*    height: 6px;*/
/*}*/

/*.page-account .authForm__ctrl{*/
/*    width: 350px;*/
/*    max-width: 100%;*/
/*}*/
/*.page-account .initial:before{*/
/*    width: 42%;*/
/*}*/

/*.menu-list{*/
/*    list-style: none;*/
/*    margin-bottom: 75px;*/
/*    padding: 0;*/
/*}*/
/*.menu-list li a{*/
/*    font-size: 27px;*/
/*    line-height: 55px;*/
/*    transition: all .3s;*/
/*}*/
/*.menu-list li a:hover{*/
/*    color: #7C99A8;*/
/*}*/
/*.menu-list li a.active{*/
/*    border-bottom: solid 8px #7C99A8;*/
/*}*/

/*.specList{*/
/*    columns: 1;*/
/*    -webkit-columns: 1;*/
/*}*/

.art-list__card{
    position: relative;
}
.art-list__card .favDialogOpener{
    position: absolute;
    right: calc(var(--bs-gutter-x)*.5);
    top: 0;
    opacity: 0;
    transition: outline .3s linear;
}
.art-list__card:hover .favDialogOpener{
    opacity: 1;
}

.user-select-inner-popup .sgDialog__footer{
    margin-top: auto;
}
.message-popup-wrapper,
.user-select-popup-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.message-popup-background,
.user-select-popup-background{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background-color: var(--sg-white);
    opacity: .6;
    z-index: 3;
}
.message-popup-wrapper.active,
.user-select-popup-wrapper.active{
    opacity: 1;
    pointer-events: all;
    z-index: 999;
}
.user-select-popup{
    font-family: "Noto Sans", sans-serif;
    width: 470px;
    max-width: calc(100% - 32px);
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #F4F4F2;
    backdrop-filter: blur(4px);
    z-index: 7;
    transition: all .3s;
}
.user-select-popup__top{
    display: flex;
    width: calc(100% - 80px);
    margin-left: 40px;
    align-items: center;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 30px 40px 24px 0;
    font-family: "akzidenz-grotesk_w1g_cn", sans-serif;
    border-bottom: solid 2px #040404;
}
.user-select-popup__bottom{
    font-family: "Inter", serif;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .3s;
}
.user-select-popup__bottom:hover{
    cursor: pointer;
}
.user-select-popup__bottom button{
    background: transparent;
    border: none;
    outline: none;
}
.user-select-popup__bottom img{
    margin-right: 10px;
    cursor: pointer;
}
.user-select-popup__bottom input::placeholder{
    font-family: "Noto Sans", sans-serif;
    color: #040404;
}
.user-select-popup__buttons{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
/*.user-select-popup__buttons button{*/
/*    font-family: "akzidenz-grotesk_w1g_cn", sans-serif;*/
/*    height: 54px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    box-sizing: border-box;*/
/*    font-size: 26px;*/
/*    line-height: 1;*/
/*    text-transform: uppercase;*/
/*}*/
.user-select-popup__center{
    display: flex;
    flex-direction: column;
    padding: 0 18px 0 0;
    width: 100%;
    max-height: 165px;
    overflow-y: auto;
}
.user-select-popup__center label{
    position: relative;
    padding: 0 40px 0 0;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    width: 100%;
}
.user-select-popup__center label .checkbox-decor{
    position: absolute;
    right: 0;
    height: 24px;
    width: 24px;
    /*background-image: url("../images/checkbox-border.svg");*/
}
.user-select-popup__center .collection-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    flex: 1;
    transition: text-shadow 0.3s;
}
.user-select-popup__center .collection-label:hover .collection-title {
    text-shadow: 0 0 1px #040404;
}
.user-select-popup__center label input[type=checkbox]{
    position: absolute;
    right: 0;
    opacity: 0;
}
/*.user-select-popup__center label input[type=checkbox]:checked ~ .checkbox-decor{*/
/*    background-image: url("../images/checkbox-active.svg");*/
/*}*/
.user-select-inner-popup{
    background: #F4F4F2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 40px;
    opacity: 0;
    pointer-events: none;
    z-index: 7;
    gap: 40px;
    transition: all .3s;
}
.user-select-inner-popup.active{
    opacity: 1;
    pointer-events: all;
}
.user-select-inner-popup .user-select-popup__buttons{
    margin: auto 0 0;
    padding: 0;
    width: 100%;
}
form.user-select-inner-popup input{
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 2px;
    border: 0 solid #040404;
    background: #DCDCDA;
}
.message-popup-wrapper .message{
    z-index: 7;
    transition: all .3s;
}
.message-popup-wrapper .message .msg{
    width: 540px;
    max-width: calc(100% - 32px);
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #F4F4F2;
    padding: 20px 75px 60px;
}

.inner-popup-title{
    font-family: "akzidenz-grotesk_w1g_cn", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.object-add-to-select{
    cursor: pointer;
}
.object-add-to-select svg g path{
    fill: transparent;
    transition: all .3s;
}
.object-add-to-select.active svg g path{
    fill: #040404;
    transition: all .3s;
}

.art-list__card .favDialogOpener{
    top: -1px;
}
.art-list__card:hover .card__pic{
    outline: 5px solid var(--sg-blue, blue);
    outline-offset: -1px;
}

.uppercase{
    text-transform: uppercase;
}
.link{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #040404;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "akzidenz-grotesk_w1g_cn", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.link svg{
    width: 16px;
    height: 16px;
}

.user-select-wrapper.collectionsSlider--slim{
    width: 100%;
    max-width: 100%;
}
.user-select-item .cardAuthor{
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
}
.user-select-item-link{
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.user-select-item-link .presentCard{
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    box-sizing: border-box;
}
.user-select-item-link .presentCard .card-elem{
    width: calc(50% - 20px);
}
.user-select-item-link .presentCard .card-elem img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.user-select-item-link .presentCard .card-elem[data-number="1"] img,
.user-select-item-link .presentCard .card-elem[data-number="2"] img{
    height: 70px;
    width: auto;
}
.user-select-item-link .presentCard .card-elem.card-elem-count{
    padding: 20px 40px;
    background: #E2E2E2;
    color: #040404;
    font-family: "akzidenz-grotesk_w1g_cn", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: auto;
    position: relative;
    top: -30px;
}
.section-select-wrapper .icon-heart-filled{
    top: -1px;
    right: -40px;
    left: auto;
}
.section-select-wrapper .link-back{
    margin-bottom: 30px;
}
.section-select-wrapper .icon-heart-filled:before{
    content: '×';
}
.collection-single-popup .user-select-popup{
    min-height: 300px;
    box-sizing: border-box;
}
.close-inner-popup{
    position: absolute;
    background: transparent;
    right: 10px;
    top: 10px;
}
.close-inner-popup svg{
    width: 32px;
    height: 32px;
}

.action-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    margin: 30px 0 40px;
    position: relative;
}
.action-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #040404;
    font-family: "akzidenz-grotesk_w1g_cn", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 12px 0;
}
.action-link svg{
    width: 24px;
    height: 24px;
}
.action-popup{
    width: 320px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 2px solid #7C99A8;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    display: inline-flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    gap: 10px;
    font-family: "akzidenz-grotesk_w1g_ext", sans-serif;
    z-index: -9;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}
.action-link:hover .action-popup{
    opacity: 1;
    pointer-events: all;
    z-index: 9;
}
.action-popup a{
    min-height: 18px;
    overflow: hidden;
}
.action-popup svg path{
    fill: none;
}
.action-copy{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.action-copy .icon{
    position: relative;
}
.action-copy svg{
    height: 20px;
    width: 20px;
}
.action-popup svg.check{
    opacity: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -2px;
    top: 3px;
    transition: all .3s;
}
.action-copy.active svg.check{
    opacity: 1;
}
.action-popup svg.check path{
    fill: #040404;
}

.user-select-rename{
    position: relative;
    transition: all .3s;
}
.user-select-rename label{
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.user-select-rename svg{
    opacity: 0;
    transition: all .3s;
}
.user-select-rename:hover svg,
.user-select-rename.active svg{
    opacity: 1;
}
.user-select-rename svg path{
    fill: none;
}
.user-select-rename input{
    width: 100%;
    padding-bottom: 4px;
    border-bottom: solid 4px transparent;
    transition: all .3s;
}
.user-select-rename.active input{
    border-bottom: solid 4px #7C99A8;
    color: #7C99A8;
}
.user-select-rename button{
    background: transparent;
    border: none;
    outline: none;
    width: 28px;
    height: 28px;
    margin-left: 8px;
}


@media screen and (max-width: 991.98px) {
    .header{
        height: 70px;
    }
    .site-logo img {
        max-height: 45px;
    }
}

@media screen and (max-width: 767.98px), screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) and (max-width: 767.98px) {
    .page-account .initial:before{
        width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .filter-buttons{
        display: none;
    }
    .ms-ctrls__col.ms-ctrls__col--actions.show-on-sm{
        background: #fff;
        z-index: 9;
        padding-top: 25px;
    }
    .ms-ctrls__col.ms-ctrls__col--actions.show-on-sm .msf-actions{
        margin-bottom: 10px;
    }
}