.catalog img {
    opacity: 1;
    transition: opacity 200ms 300ms ease-out;
}

.catalog .no-photo {
    background-image: url(/modules/Catalog/public/front/img/nophoto.svg);
}

.catalog img.-loading {
    opacity: 0;
}

.catalog-item-page .item-tags {
    position: relative;
    margin: 10px 0;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-item-page .tags-title {
    color: #7d7d7d;
}

.catalog-item-page .catalog-item-tag {
    margin: 0 10px 10px 10px;
    border-radius: 2px;
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    text-decoration: none;
    display: inline-block;
    padding: 2px 14px 2px 10px;
    position: relative;
    color: inherit;
    transition: all 120ms ease-out;
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    overflow: hidden;
}

.catalog-item-page .catalog-item-tag:before {
    content: "";
    position: absolute;
    background: #e25c5d;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin: -4px 0 0 0;
}

.catalog-item-page .catalog-item-tag:after {
    content: "";
    position: absolute;
    background: #e25c5d;
    right: 0;
    top: 0;
    width: 5px;
    bottom: 0;
    transition: width 400ms ease-out, box-shadow 120ms ease-out;
}

.catalog-item-page .catalog-item-tag span {
    position: relative;
    z-index: 1;
}

.catalog-item-page .catalog-item-tag:hover {
    color: #fff;
}

.catalog-item-page .catalog-item-tag:hover:after {
    background: #ca3537;
    width: 100%;
    box-shadow: -10px 0 12px 8px #ca3537;
}

.catalog-item-page .item-data {
    overflow-anchor: none; /* prevent scroll anchoring - avoid auto-scroll when LCP image loads */
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-item-page .item-attributes, .catalog-item-page .item-image {
    position: relative;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

.catalog-item-page .item-attributes {
    overflow-anchor: none; /* prevent scroll anchoring - avoid auto-scroll when LCP image loads above */
    padding: 30px 0 30px 15px;
}

.catalog-item-page .item-image {
    padding: 30px 15px 30px 0;
    width: 35%;
}

.catalog-item-page .item-name {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    font-size: 28px;
    color: #313131;
    line-height: 28px;
}

.catalog-item-page .item-name:before {
    display: none;
}

.catalog-item-page .item-price {
    position: relative;
}

.catalog-item-page .item-price .price-prefix-2 {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #7d7d7d;
    font-size: 14px;
}

.catalog-item-page .item-price .price-value {
    display: inline-block;
    margin: 0 7px;
    font-weight: 500;
    color: #ca3537;
}

.catalog-item-page .item-price .price-currency {
    color: #7d7d7d;
    font-size: 14px;
}

.catalog-item-page .item-data-area {
    position: relative;
    min-height: 110px;
}

.catalog-item-page .item-quick-description {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    overflow: hidden;
}

.catalog-item-page .quick-description-content {
    overflow: hidden;
    max-height: 128px;
    position: relative;
    transition: max-height 100ms ease-out;
    text-align: justify;
}

.catalog-item-page .quick-description-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    pointer-events: none;
    box-shadow: inset 0 -40px 20px -20px #fff;
}

.catalog-item-page .item-quick-description.-expand .quick-description-content:after {
    display: none;
}

.catalog-item-page .expand .material-icons:before {
    content: "keyboard_arrow_down";
}

.catalog-item-page .collapse .material-icons:before {
    content: "keyboard_arrow_up";
}

.catalog-item-page .item-quick-description.-expand .quick-description-content {
    max-height: 3000px;
    transition: max-height 2.5s ease-out;
}

.catalog-item-page .item-quick-description .toggle-show-description {
    display: flex;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    justify-content: center;
    align-items: center;
}

.catalog-item-page .toggle-show-description .collapse, .catalog-item-page .toggle-show-description .expand {
    display: flex;
    align-items: center;
    margin-left: -50px;
}

.catalog-item-page .toggle-show-description .collapse {
    display: none;
}

.catalog-item-page .item-quick-description.-expand .toggle-show-description .expand {
    display: none;
}

.catalog-item-page .item-quick-description.-expand .toggle-show-description .collapse {
    display: flex;
}

.catalog-item-page .brand-item-remark {
    position: relative;
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    padding: 2px 11px;
    border: 1px solid #e7e8e8;
    background: #f5f9fa;
    border-radius: 2px;
}

.catalog-item-page .item-main-image {
    width: 100%;
    height: 600px;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
    background-image: url(/modules/Catalog/public/front/img/nophoto.svg);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.catalog-item-page .item-main-image:before {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(90deg);
    transition: 350ms transform;
    transform-origin: 0 100%;
    content: "";
    display: inline-block;
    width: 100px;
    height: 160px;
    background-color: #ca3537;
}

.catalog-item-page .item-main-image:after {
    position: absolute;
    bottom: 18px;
    right: 12px;
    content: "zoom_in";
    font-feature-settings: "liga";
    font-family: "Material Icons";
    font-size: 30px;
    color: #fff;
    transition: 350ms 250ms transform, 350ms 250ms opacity;
    transform: translateX(100%);
    opacity: 0;
}

.catalog-item-page .item-main-image:hover:before {
    transform-origin: 0 100%;
    transform: rotate(45deg);
}

.catalog-item-page .item-main-image:hover:after {
    transform: translateX(0);
    opacity: 1;
}

.catalog-item-page .main-image-preloader {
    -webkit-animation: catalog-loader-spin 2s linear infinite;
    animation: catalog-loader-spin 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

.catalog-item-page .item-main-image.-loaded .main-image-preloader {
    display: none;
}

.catalog-item-page .item-main-image.-no-photo .main-image-preloader, .catalog-item-page .item-main-image.-no-photo:before, .catalog-item-page .item-main-image.-no-photo:after {
    display: none;
}

.catalog-item-page .item-main-image.-no-photo {
    cursor: default;
}

.catalog-item-page .main-image-preloader .path {
    stroke: #ca3537;
    stroke-linecap: round;
    -webkit-animation: catalog-loader-dash 1.5s ease-in-out infinite;
    animation: catalog-loader-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes catalog-loader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes catalog-loader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes catalog-loader-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes catalog-loader-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.catalog-item-page .item-main-image img {
    display: none;
}

.catalog-item-page .item-other-images-container {
    margin: 10px auto 0 auto;
    border-radius: 6px;
}

.catalog-item-page .item-other-image {
    position: relative;
    height: 200px;
    width: 33.33333%;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    transition: all 300ms ease-out;
}

.catalog-item-page .item-other-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.59);
    opacity: 0;
    transition: all 180ms ease-out;
}

.catalog-item-page .item-other-image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    content: "zoom_in";
    font-feature-settings: "liga";
    font-family: "Material Icons";
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: all 240ms ease-out;
}

.catalog-item-page .item-other-image:hover:before, .catalog-item-page .item-other-image:hover:after {
    opacity: 1;
}

.catalog-item-page .item-other-image img {
    height: auto;
    width: auto;
    opacity: 0;
}

.catalog-item-page .item-note-info {
    font-size: 13px;
    font-style: italic;
    margin: 15px 0 0 0;
    color: #777777;
}

.catalog-item-page .buy-price {
    position: relative;
    font-size: 34px;
    margin: 20px 0;
    display: inline-block;
}

.catalog-item-page.catalog-item-status-sale .buy-price {
    top: -8px;
}

.catalog-item-page .buy-price .old-price {
    position: absolute;
    font-size: 18px;
    color: #f0611c;
    top: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -14px;
}

.catalog-item-page .buy-price .old-price:before {
    content: "";
    position: absolute;
    width: 110%;
    padding: 0 5px;
    height: 1px;
    background: #df4413;
    top: 10px;
    left: -15%;
    transform: rotateZ(-8deg);
}

.catalog-item-page .buy-price .currency {
    position: relative;
    font-size: 16px;
    margin: 0 0 0 5px;
    display: inline-block;
}

.catalog-item-page .item-buy {
    position: relative;
    margin: 20px 0;
}

.catalog-item-page .item-buy-btn {
    margin: 0 10px 0 30px;
}

.catalog-item-page .attributes-list {
    position: relative;
    margin: 20px 0;
}

.catalog-item-page .attributes-list.-full-list {
    max-height: 300px;
}

.catalog-item-page .select-params .colors-list {
    margin: 4px 0 10px 0;
}

.catalog-item-page .select-params .color-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin: 0 8px 0 0;
    cursor: pointer;
    box-shadow: 0px 10px 12px -4px rgba(0, 0, 0, 0.08);
}

.catalog-item-page .select-params .color-box:before {
    content: "check";
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 30px;
    position: absolute;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    top: 9px;
    left: 4px;
    opacity: 0;
    transition: opacity 240ms ease-out;
}

.catalog-item-page .select-params .color-box:hover:before {
    opacity: 0.2;
}

.catalog-item-page .select-params .color-box.active:before {
    opacity: 1;
}

.catalog-item-page .select-params .sizes-list {
    margin: 4px 0 10px 0;
}

.catalog-item-page .select-params .size-box {
    position: relative;
    display: inline-block;
    height: 20px;
    padding: 4px 13px 4px 30px;
    border-radius: 13px;
    margin: 0 8px 0 0;
    box-shadow: 0 0 0 1px #d6d6d6, 0px 5px 12px -4px rgba(46, 46, 46, 0.13);
    cursor: pointer;
}

.catalog-item-page .select-params .size-box:before {
    content: "check";
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 22px;
    position: absolute;
    color: #000;
    top: 4px;
    left: 4px;
    opacity: 0;
    transition: opacity 240ms ease-out;
}

.catalog-item-page .select-params .size-box:hover:before {
    opacity: 0.2;
}

.catalog-item-page .select-params .size-box.active:before {
    opacity: 1;
}

.catalog-item-page .show-more-attributes {
    position: relative;
    display: inline-block;
    top: -20px;
    color: #647e8d;
    text-decoration: none;
}

.catalog-item-page .show-more-attributes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #647e8d;
}

.catalog-item-page .show-attr-label {
    font-size: 13px;
}

.catalog-item-page .show-attr-label .icon {
    top: 2px;
    right: -19px;
    position: absolute;
}

.catalog-item-page .show-attr-label.-to-hide {
    display: none;
}

.catalog-item-page .show-more-attributes.-full-list .-to-hide {
    display: block;
}

.catalog-item-page .show-more-attributes.-full-list .-to-show {
    display: none;
}

.catalog-item-page .attributes-list .attribute {
    position: relative;
    margin: 4px 0;
    font-size: 14px;
}

.catalog-item-page .attributes-list .attr-name {
    display: inline-block;
    margin-right: 5px;
    color: #545454;
}

.catalog-item-page .attributes-list .attr-values {
    display: inline-block;
}

.catalog-item-page .attributes-list .attr-values b {
    display: inline-block;
    margin-right: 4px;
    font-weight: normal;
    color: #030303;
}

.catalog-item-page .item-not-exists-info {
    font-size: 22px;
    background: #f44336;
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 20px 120px;
    margin: 0 0 10px 0;
    border-radius: 1px;
}

.catalog-item-page .share-buttons {
    position: relative;
    margin: 20px 0;
}

.catalog-item-page .share-button {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    padding: 6px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #e5eaef;
    margin: 0 10px 0 0;
    transition: all 200ms ease-out;
}

.catalog-item-page .share-button svg {
    width: 100%;
    height: 100%;
    fill: #808080;
}

.catalog-item-page .share-button:hover svg {
    fill: #000;
}

.catalog-item-page .share-buttons .vkontakte:hover {
    border-color: #4392d8;
}

.catalog-item-page .share-buttons .facebook:hover {
    border-color: #434dd8;
}

.catalog-item-page .share-buttons .twitter:hover {
    border-color: #75e2f5;
}

.catalog-item-page .share-buttons .odnoklassniki:hover {
    border-color: #fd9107;
}

.catalog-item-page .share-buttons .google:hover {
    border-color: #e84242;
}

.catalog-item-page .item-info {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    border-radius: 6px;
    padding: 1px 20px;
    border-right: 10px solid #e25c5d;
    margin: 0 0 30px 0;
}

.catalog-item-page .catalog-item-other {
    position: relative;
    margin-top: 30px;
}

.catalog-item-page .catalog-item-tabs-controls {
    position: relative;
}

.catalog-item-page .tab {
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: 25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 22px;
    margin: 0 20px 0 0;
    font-size: 15px;
    color: #9b9b9b;
    font-weight: 400;
    transition: opacity 0ms linear;
}

.catalog-item-page .tab:hover {
    color: #232424;
}

.catalog-item-page .tab.-active-tab {
    color: #ca3436;
    background: #ca3537;
    box-shadow: 0 5px 12px -4px rgba(174, 40, 42, 0.8);
    color: #fff;
    transition: opacity 240ms ease-out;
    background-image: linear-gradient(0deg, #ca3537 0%, #ea3335 100%);
}

.catalog-item-page .tab.-active-tab:before {
    border-bottom-color: #ca3436;
}

.catalog-item-page .catalog-item-tabs-contents {
    position: relative;
    padding: 20px 0 0 0;
}

.catalog-item-page .tab-content {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 300ms ease-out;
    visibility: hidden;
}

.catalog-item-page .tab-content.-active-tab {
    position: relative;
    opacity: 1;
    max-height: 9000px;
    overflow: visible;
    visibility: visible;
}

.catalog-item-page .tab-content .tab-preloader {
    position: relative;
    width: 100%;
    height: 100px;
}

.catalog-item-page .tab-content .tab-preloader:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(/modules/Catalog/public/front/img/tab-preloader-spinner.gif) no-repeat center center;
    background-size: cover;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}

.catalog-item-page .embedded-container {
    height: 100px;
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
}

.embedded-container.embedded-music-youtube-com {
    height: 600px;
}

.embedded-container.embedded-youtube-com {
    height: 600px;
}

.catalog-item-page .embedded-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.catalog-item-page .fill-attributes-table {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-item-page .fill-attributes-table .color-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 8px 0 0;
    top: 5px;
    box-shadow: 0px 10px 12px -4px rgba(0, 0, 0, 0.08);
}

.catalog-item-page .fill-attributes-table .size-box {
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
}

.catalog-item-page .fill-attributes-table .row {
    position: relative;
    display: table-row;
}

.catalog-item-page .fill-attributes-table .cell {
    padding: 14px 19px 14px;
    color: #4c555a;
    font-size: 14px;
    background: #f5f9fa;
    position: relative;
    display: table-cell;
    border: 2px solid #fff;
    vertical-align: middle;
}

.catalog-item-page .fill-attributes-table .cell.attr-name {
    text-shadow: 0 0 0 #263238;
    width: 300px;
}

.catalog-item-page .brand-info {
    position: relative;
}

.catalog-item-page .brand-data {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.catalog-item-page .brand-info .brand-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.catalog-item-page .brand-info .brand-cell.left-cell {
    width: 300px;
    padding: 0 20px 0 0;
}

.catalog-item-page .brand-info .brand-name {
    font-size: 22px;
    margin: 0 0 20px 0;
}

.catalog-item-page .brand-info .brand-logo {
    position: relative;
    width: 300px;
    height: 150px;
    background-size: cover;
    background-position: center center;
}

.catalog-news-container {
    position: relative;
    margin: 0 0 0 -10px;
    opacity: 0;
    transition: opacity 240ms ease-out;
}

.catalog-news-list.-loaded .catalog-news-container {
    opacity: 1;
}

.catalog-news-list .news-item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

.catalog-news-list .news-title {
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    height: 55px;
    overflow: hidden;
    display: block;
    padding: 30px 20px;
    color: #212121;
    text-decoration: none;
}

.catalog-news-list .news-image {
    position: relative;
    height: 200px;
    width: 100%;
    display: block;
}

.catalog-news-list.-slide-quantity-1 .news-image {
    height: 500px;
}

.catalog-news-list.-slide-quantity-2 .news-image {
    height: 300px;
}

.catalog-news-list .news-image-src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.catalog-news-list .news-anonce {
    font-size: 13px;
    line-height: 21px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    overflow: hidden;
    position: relative;
    text-align: justify;
    font-size: 13px;
    line-height: 21px;
    color: #777;
    height: 200px;
    padding: 10px 20px;
}

.catalog-news-list .news-anonce:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    pointer-events: none;
    box-shadow: inset 0 -40px 20px -20px #fff;
}

.catalog-news-list .learn-more {
    text-decoration: none;
    font-size: 13px;
    position: relative;
    padding: 10px 20px;
    display: block;
}

.catalog-news-list .learn-more .icon {
    font-size: 12px;
    line-height: 13px;
    position: relative;
    margin: 0 0 0 3px;
    top: 2px;
    opacity: 0.6;
}

.catalog-news-list .learn-more .icon:before {
    content: "double_arrow";
}

.catalog-news-list .learn-more:hover .icon {
    opacity: 1;
}

.catalog-news-list .slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-news-list .slider-controls .btn {
    color: inherit;
    background: rgba(255, 255, 255, 0.4);
    height: 80px;
    width: 80px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.26);
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    margin: 0 0 0 10px;
    display: block;
    z-index: 1;
    top: 50%;
    position: absolute;
    margin-top: -20px;
}

.catalog-news-list .slider-controls .btn span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px 0 0 12px;
    background: #de3533;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    transition: all 240ms ease-out;
    opacity: 0;
}

.catalog-news-list .slider-controls .btn-prev {
    left: -30px;
}

.catalog-news-list .slider-controls .btn-next {
    right: -30px;
}

.catalog-news-list .slider-controls .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    transition: all 240ms ease-out;
}

.catalog-news-list .slider-controls .btn:after {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    content: "";
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -2px;
}

.catalog-news-list .slider-controls .btn-prev:after {
    content: "keyboard_arrow_left";
}

.catalog-news-list .slider-controls .btn-next:after {
    content: "keyboard_arrow_right";
    margin-left: 2px;
}

.catalog-news-list .slider-controls .btn:hover span {
    -webkit-animation: sonar 0.6s ease-out 75ms;
    animation: sonar 0.6s ease-out 75ms;
}

.catalog .items-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.catalog .items-list .item {
    margin: 10px;
    border-radius: 13px;
    width: 224px;
    height: 330px;
    box-shadow: 0 5px 25px -10px rgba(112, 25, 9, 0.4);
    display: flex;
    flex-flow: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 240ms ease-out;
}

.catalog .items-list .item:hover {
    box-shadow: 0 7px 25px -10px rgba(83, 17, 4, 0.8);
}

.catalog .items-list .item .item-image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: transform 10s ease-out;
    flex: 1;
}

.catalog .items-list .item .item-image>img {
    display: none;
}

.catalog .items-list .item .item-name {
    background: white;
    padding: 10px;
    display: block;
    color: #9b9b9b;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    overflow: hidden;
    transition: all 240ms ease-out;
    text-align: center;
}

.catalog .items-list .item .item-price {
    background: white;
    padding: 10px 10px 2px 10px;
    display: block;
    color: #ca3537;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    overflow: hidden;
    transition: all 240ms ease-out;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog .items-list .item-price .currency {
    display: inline-block;
    position: relative;
    margin: 0 0 0 4px;
    font-size: 13px;
}

.catalog .items-list .item:hover .item-name, .catalog .items-list .item:hover .item-price {
    background: #ca3537;
    color: #fff;
}

.catalog .items-list .item:hover .item-image {
    transform: scale(1.03);
}

.catalog .categories-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 0 60px 0;
}

.catalog .categories-list .category {
    display: flex;
    width: 33.3333%;
    text-decoration: none;
    max-height: 200px;
    min-height: 200px;
}

.catalog .categories-list .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row nowrap;
    border-radius: 4px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 5px 15px 0 rgba(119, 119, 119, 0.06), 0 2px 4px 0 rgba(148, 93, 93, 0.32);
    background-image: linear-gradient(0deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}

.catalog .categories-list .category .category-image {
    width: 200px;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-image: url(/modules/Catalog/public/front/img/nophoto.svg);
}

.catalog .categories-list .category .image-src {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
}

.catalog .categories-list .category .category-data {
    flex: 1;
    display: flex;
    flex-flow: column;
}

.catalog .categories-list .category .category-name {
    color: #ca3537;
    font-size: 19px;
    font-weight: 600;
    margin: 10px;
}

.catalog .categories-list .category .category-description {
    overflow: hidden;
    /* max-height: 175px; */
    font-size: 13px;
    line-height: 22px;
    color: #777777;
    font-weight: 400;
    margin: 10px;
}

.catalog .categories-list .bullets {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.catalog .categories-list .bullets .swiper-pagination-bullet {
    background: #e0e0e0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 1;
    transition: all 120ms ease-out;
    position: relative;
}

.catalog .categories-list .bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    background: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: inherit;
}

.catalog .categories-list .bullets .swiper-pagination-bullet-active {
    background: #de3533;
}

.catalog .categories-list .bullets .swiper-pagination-bullet-active:before {
    transform: scale(1.3);
}

.catalog .categories-list .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog .categories-list .controls .btn {
    color: inherit;
    background: rgba(226, 226, 226, 0.4);
    height: 80px;
    width: 80px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.26);
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    margin: 0 0 0 10px;
    display: block;
    z-index: 1;
    top: 50%;
    position: absolute;
    margin-top: -40px;
}

.catalog .categories-list .controls .btn span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px 0 0 12px;
    background: #de3533;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    transition: all 240ms ease-out;
    opacity: 0;
}

.catalog .categories-list .controls .btn-prev {
    left: -30px;
}

.catalog .categories-list .controls .btn-next {
    right: -30px;
}

.catalog .categories-list .controls .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    transition: all 240ms ease-out;
}

.catalog .categories-list .controls .btn:after {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    content: "";
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -2px;
}

.catalog .categories-list .controls .btn-prev:after {
    content: "keyboard_arrow_left";
}

.catalog .categories-list .controls .btn-next:after {
    content: "keyboard_arrow_right";
    margin-left: 2px;
}

.catalog-filter-container {
    min-height: 50px;
    background: #ffffff;
    z-index: 2;
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    border-radius: 6px;
    padding: 30px 20px;
    border-left: 10px solid #e25c5d;
    margin: 0 0 30px 0;
}

.catalog-filter-container .awesomplete>ul {
    background: #fff;
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
    border-radius: 6px;
    max-height: 230px;
    margin: 4px 0 0;
}

.catalog-filter-container .awesomplete {
    width: 100%;
}

.catalog-filter-container .awesomplete>ul[hidden], .catalog-filter-container .awesomplete>ul:empty {
    max-height: 0;
}

.catalog-filter-container .awesomplete .item-result-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.catalog-filter-container .awesomplete .item-name {
    flex: 1;
    line-height: 17px;
}

.catalog-filter-container .awesomplete .item-name i {
    font-style: normal;
}

.catalog-filter-container .awesomplete .item-image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: cover;
    margin-right: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

.catalog-filter-container .awesomplete li:hover, .catalog-filter-container .awesomplete [aria-selected="true"] {
    color: inherit;
    box-shadow: none;
    background: #dfdfdf;
}

.catalog-filter-container .awesomplete mark {
    background: rgba(202, 53, 55, 0.5);
}

.catalog-filter-container .awesomplete li:hover mark {
    background: rgb(147, 23, 25);
    color: #fff;
}

.catalog-filter-container .awesomplete input[type="text"] {
    margin: 0 10px 0 0;
    padding: 15px 50px 15px 20px;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    border-radius: 40px;
}

.catalog-filter-container .search-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
    right: 6px;
    display: block;
    padding: 8px;
}

.catalog-filter-container .search-icon:before {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    content: "search";
}

.catalog-filter-container input[type="submit"] {
    display: none;
}

.catalog-filter-container .catalog-item-tag {
    margin: 0 10px;
    border-radius: 2px;
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    text-decoration: none;
    display: inline-block;
    padding: 2px 14px 2px 10px;
    position: relative;
    color: inherit;
    transition: all 120ms ease-out;
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    overflow: hidden;
    cursor: pointer;
}

.catalog-filter-container .catalog-item-tag:before {
    content: "";
    position: absolute;
    background: #e25c5d;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin: -4px 0 0 0;
}

.catalog-filter-container .catalog-item-tag:after {
    content: "";
    position: absolute;
    background: #e25c5d;
    right: 0;
    top: 0;
    width: 5px;
    bottom: 0;
    transition: width 400ms ease-out, box-shadow 120ms ease-out;
}

.catalog-filter-container .catalog-item-tag span {
    position: relative;
    z-index: 1;
}

.catalog-filter-container .catalog-item-tag:hover {
    color: #fff;
}

.catalog-filter-container .catalog-item-tag:hover:after {
    background: #ca3537;
    width: 100%;
    box-shadow: -10px 0 12px 8px #ca3537;
}

.catalog-category-page .category-quick-description {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.catalog-category-page .quick-description-content {
    overflow: hidden;
    max-height: 70px;
    position: relative;
    transition: max-height 100ms ease-out;
    text-align: justify;
}

.catalog-category-page .quick-description-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    background: linear-gradient(to top, #fff, transparent);
}

.catalog-category-page .category-quick-description.-expand .quick-description-content:after {
    display: none;
}

.catalog-category-page .expand .material-icons:before {
    content: "keyboard_arrow_down";
}

.catalog-category-page .collapse .material-icons:before {
    content: "keyboard_arrow_up";
}

.catalog-category-page .category-quick-description.-expand .quick-description-content {
    max-height: 3000px;
    transition: max-height 2.5s ease-out;
}

.catalog-category-page .category-quick-description .toggle-container {
    display: flex;
    justify-content: flex-end;
}

.catalog-category-page .category-quick-description .toggle-show-description {
    display: flex;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    justify-content: flex-end;
    align-items: center;
}

.catalog-category-page .toggle-show-description .collapse, .catalog-category-page .toggle-show-description .expand {
    display: flex;
    align-items: center;
    margin-left: -50px;
}

.catalog-category-page .toggle-show-description .collapse {
    display: none;
}

.catalog-category-page .category-quick-description.-expand .toggle-show-description .expand {
    display: none;
}

.catalog-category-page .category-quick-description.-expand .toggle-show-description .collapse {
    display: flex;
}

.catalog .catalog-items-toolbar {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog .catalog-items-toolbar.-bottom-toolbar {
    border: 0;
    border-top: 1px solid #ebebeb;
    padding: 30px 0 0 0;
    margin-top: 50px;
}

.catalog .catalog-items-toolbar .toolbar-box {
    position: relative;
    display: inline-block;
}

.catalog .catalog-items-toolbar .toolbar-label {
    color: #282828;
    font-size: 14px;
    margin-right: 4px;
}

.catalog .catalog-items-toolbar .toolbar-box-mode {
    width: 20%;
}

.catalog .catalog-items-toolbar .toolbar-box-sort {
    text-align: right;
}

.catalog .catalog-items-toolbar.-bottom-toolbar .toolbar-box-mode {
    display: none;
}

.catalog .catalog-items-toolbar.-bottom-toolbar .toolbar-box-sort {
    width: 100%;
}

.catalog .catalog-items-toolbar .set-sort-mode {
    text-decoration: none;
    color: #7b7b7b;
    font-size: 13px;
    padding: 4px 10px 4px 5px;
    border-radius: 18px;
    margin: 0 3px;
    transition: all 200ms;
}

.catalog .catalog-items-toolbar .set-sort-mode .icon {
    color: #fff;
    background: #a5a5a5;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0 4px 0 0;
    font-family: "Material Icons";
    position: relative;
    top: 2px;
    display: inline-block;
    font-feature-settings: "liga";
}

.catalog .catalog-items-toolbar [data-sort-mode="asc"] .icon:before {
    content: "keyboard_arrow_down";
    font-feature-settings: "liga";
}

.catalog .catalog-items-toolbar [data-sort-mode="desc"] .icon:before {
    content: "keyboard_arrow_up";
    font-feature-settings: "liga";
}

.catalog .catalog-items-toolbar .set-sort-mode:hover, .catalog .catalog-items-toolbar .set-sort-mode.-active {
    color: #fff;
    background: #ca3537;
}

.catalog .catalog-items-toolbar .set-sort-mode:hover .icon, .catalog .catalog-items-toolbar .set-sort-mode.-active .icon {
    background: #ca3537;
}

.catalog-order-form {
    overflow-anchor: none; /* prevent scroll anchoring - avoid auto-scroll to form on LCP image load */
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    border-radius: 6px;
    padding: 20px 20px;
    border-left: 10px solid #e25c5d;
    margin: 30px 0 30px 0;
}

.catalog-order-form .title {
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 10px 0;
}

.catalog-order-form .description {
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #565656;
}

.catalog-order-form label>span {
    text-align: left;
    display: block;
    font-size: 13px;
    color: gray;
}

.catalog-order-form .left-side {
    position: relative;
    max-width: 350px;
    z-index: 1;
}

.catalog-order-form .submit-field {
    margin: 36px 0 0 0;
}

.catalog-order-form .form-inner {
    position: relative;
    display: flex;
}

.catalog-order-form .right-side {
    position: relative;
    flex: 1;
}

.catalog-order-form .right-side .terms {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #676767;
}

.catalog-order-form .right-side:before {
    content: "";
    position: absolute;
    background: url(/modules/Catalog/public/front/img/order-form-back-1.svg) no-repeat center center;
    width: 520px;
    height: 352px;
    background-size: contain;
    top: -20px;
    right: -20px;
    opacity: 0.3;
}

.catalog-order-form .right-side:after {
    content: "";
    position: absolute;
    background: url(/modules/Catalog/public/front/img/microphone-shadow.png) no-repeat center center;
    width: 360px;
    height: 210px;
    background-size: contain;
    top: -60px;
    right: -60px;
    transform: scaleX(-1);
}

.select2-container {
    color: #1b1b1b;
    border: 1px solid #e3e2e2;
    background: #f6f6f6;
}

.catalog-filter-container .select2-container {
    border-radius: 40px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--single {
    background: none;
    border: 0;
    min-height: 20px;
    position: relative;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 5px;
    line-height: 14px;
    border-radius: 1px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    top: -1px;
    position: relative;
    font-family: inherit;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #be3133;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--single .select2-selection__choice {
    margin: 0 5px 0 0;
    border-radius: 2px;
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    text-decoration: none;
    display: inline-block;
    padding: 2px 14px 2px 0;
    position: relative;
    color: inherit;
    transition: all 120ms ease-out;
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: 0;
    float: none;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container .select2-search--inline {
    float: none;
    display: inline-block;
    position: relative;
    font-size: 13px;
    top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:before {
    content: "";
    position: absolute;
    background: #e25c5d;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin: -4px 0 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:after {
    content: "";
    position: absolute;
    background: #e25c5d;
    right: 0;
    top: 0;
    width: 5px;
    bottom: 0;
    transition: width 400ms ease-out, box-shadow 120ms ease-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0;
    padding: 0 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 20px 0px 20px;
    margin: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 47px;
    display: flex;
    align-items: center;
}

.catalog-filter-container .filter-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.catalog-filter-container .search-field {
    flex: 1 50%;
    position: relative;
    width: 400px;
}

.catalog-filter-container .tags-field {
    width: 60%;
    padding: 0 0 0 60px;
}

body .select2-dropdown {
    background: #fff;
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
    border-radius: 6px;
    max-height: 250px;
    margin: 4px 0 0;
    box-shadow: 0 5px 7px 2px rgba(26, 30, 33, 0.21);
    border: 0;
}

.catalog-filter-results-page .catalog-not-found {
    margin-bottom: 50px;
    margin-top: 70px;
}

.jsplash-wrapper.catalog-order-form-splash {
    padding: 0;
    background: none;
    box-shadow: none;
}

.jsplash-inner.catalog-order-form-splash .catalog-order-form {
    background: #fff;
    margin: 0;
    padding: 20px 20px;
}

.jsplash-inner.catalog-order-form-splash {
    overflow: visible;
    width: 720px;
    max-width: 720px;
    text-align: left;
}

.jsplash-inner.catalog-artist-order-collection-form-splash {
    text-align: left;
    /* min-width: 500px; */
    max-width: 800px;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .catalog-artist-collection-order-form {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .catalog-artist-collection-order-badge {
    background: #ca3436;
    border-radius: 6px 0 0 6px;
    width: 170px;
    position: relative;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .catalog-artist-collection-order-badge:before {
    content: '';
    background: url(/modules/Catalog/public/front/img/prostars-logo-white-rotate-90.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .budget-range-slider-wrapper {
    margin: 20px 15px 30px 10px;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .noUi-target {
    background: #dadada;
    height: 8px;
    box-shadow: none;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 3px -1px #000;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .noUi-handle {
    top: -12px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    box-shadow: 0 3px 15px 0 rgba(97, 37, 37, 0.43), 0 2px 4px 0 rgba(148, 93, 93, 0.3);
    border: 0;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .noUi-handle:before , .jsplash-inner.catalog-artist-order-collection-form-splash .noUi-handle:after {
    display: none;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .noUi-connect {
    background: #ca3537;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .awesomplete {
    display: block;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .field-wrapper {
    display: flex;
}

.jsplash-inner.catalog-artist-order-collection-form-splash input[name="order.event_date"] {
    cursor: pointer;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .budget-inputs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .budget-inputs .budget-min-max {
    position: relative;
    display: flex;
    align-items: center;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .budget-inputs .budget-label {
    font-size: 13px;
    margin: 0 10px 0 0;
    color: #7f7f7f;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .budget-label.budget-label-max {
    margin-left: 8px;
}

.jsplash-inner.catalog-artist-order-collection-form-splash .budget-label.budget-label-post {
    margin-left: 8px;
}

.jsplash-wrapper.catalog-artist-order-collection-form-splash {
    padding: 0;
}

.catalog-artist-collection-order-container {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
    flex: 1;
    min-width: 470px;
}

.catalog-artist-collection-order-container .inner {
    flex: 1;
    display: flex;
    max-height: 440px;
    max-height: 60vh;
    overflow: visible;
    position: relative;
}

.catalog-artist-collection-order-container .simplebar-mask:after {
    content: '';
    box-shadow: 0 -7px 28px -12px rgba(0, 0, 0, 0.49);
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
}

.catalog-artist-collection-order-container .header {
    padding: 20px 20px 5px 20px;
    position: relative;
    background: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0 6px 0 0;
}

.catalog-artist-collection-order-container .footer {
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: 0 0 6px 0;
    text-align: right;
}

.catalog-artist-collection-order-container .description {
    font-size: 14px;
    line-height: 19px;
    color: #5e5e5e;
}

.catalog-artist-collection-order-container .hr {
    position: relative;
    background: #e8e8e8;
    height: 1px;
    margin: 30px 0;
}

.catalog-artist-collection-order-container .categories {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 20px 0;
}

.catalog-artist-collection-order-container .category-container {
    flex: 50%;
}

.catalog-artist-collection-order-container .select2-selection.select2-selection--multiple.artist-order-dialog .select2-selection__rendered {
    padding: 0px 5px;
}

.catalog-artist-collection-order-container .category-container > label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-artist-collection-order-container .label-title {
    font-size: 13px;
}

.catalog-artist-collection-order-container .select2-container {
    background: #fff;
    border: 1px solid #a2a2a2;
}

.catalog-artist-collection-order-container .simplebar-content {
    margin: 0 20px;
}

.select2-container--open {
    z-index: 9999;
}

.artist-order-dialog .select2-results__option {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 13px;
}

.select2-dropdown.artist-order-dialog.select2-dropdown--below {
    border-radius: 2px;
}

body .select2-selection.select2-selection--multiple.artist-order-dialog .select2-selection__rendered {
    min-height: 36px;
}



.catalog .items-list[data-view-mode="list"] .item {
    position: relative;
    text-align: left;
}

.catalog .items-list[data-view-mode="list"] .item-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.catalog .items-list[data-view-mode="list"] .item-inner {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    padding: 10px 10px 10px 210px;
    height: 190px;
    border-radius: 17px;
}

.catalog .items-list[data-view-mode="list"] .item-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 300px;
    height: 100%;
    z-index: 1;
}

.catalog .items-list[data-view-mode="list"] .item-name {
    color: #263238;
    position: relative;
    font-size: 16px;
    margin: 10px 300px 6px 0;
    text-shadow: 0 0 0 #263238;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog .items-list[data-view-mode="list"] .item-description {
    color: #858586;
    font-size: 13px;
    overflow: hidden;
    height: 60px;
    margin: 0 300px 0 0;
}

.catalog .items-list[data-view-mode="list"] .item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7f7f7;
}

.catalog .items-list[data-view-mode="list"] .item-image img {
    width: 100%;
    opacity: 0;
}

.catalog .items-list[data-view-mode="list"] .item-attributes {
    position: relative;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 20px;
    max-height: 118px;
    overflow: hidden;
    margin: 14px 280px 0 0;
}

.catalog .items-list[data-view-mode="list"] .item-attribute {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog .items-list[data-view-mode="list"] .-with-description .item-attributes {
    max-height: 58px;
}

.catalog .items-list[data-view-mode="list"] .item-price {
    position: relative;
    font-size: 34px;
    text-align: center;
    margin: 20px 0 20px 0;
}

.catalog .items-list[data-view-mode="list"] .item-status-sale .item-price {
    top: -10px;
}

.catalog .items-list[data-view-mode="list"] .item-price .old-price {
    position: absolute;
    font-size: 18px;
    color: #f0611c;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.catalog .items-list[data-view-mode="list"] .item-price .old-price:before {
    content: '';
    position: absolute;
    width: 110%;
    padding: 0 5px;
    height: 1px;
    background: #df4413;
    top: 10px;
    left: -15%;
    -webkit-transform: rotateZ(-8deg);
    transform: rotateZ(-8deg);
}

.catalog .items-list[data-view-mode="list"] .item-price .price {
    display: inline-block;
}

.catalog .items-list[data-view-mode="list"] .item-price .price-currency {
    display: none;
}

.catalog .items-list[data-view-mode="list"] .item-price .price-currency-2 {
    position: relative;
    font-size: 16px;
    margin: 0 0 0 5px;
    display: inline-block;
}

.catalog .items-list[data-view-mode="list"] .item-action-block {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 260px;
}

.catalog .items-list[data-view-mode="list"] .item-action-block:before {
    content: '';
    position: absolute;
    background: #e1e1e1;
    width: 1px;
    height: 105px;
    top: 40px;
    left: -20px;
}

.catalog .items-list[data-view-mode="list"] .item-info {
    position: relative;
    margin: 20px 0 0 0;
}

.catalog .items-list[data-view-mode="list"] .item-info .info-elem {
    font-size: 14px;
    padding: 0px 0 0 20px;
    display: block;
    text-decoration: none;
    position: relative;
    margin: 5px 0;
}

.catalog .items-list[data-view-mode="list"] .item-info .icon {
    color: #333;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

.catalog .items-list[data-view-mode="list"] .item-info .label {
    font-size: 13px;
    color: #333;
    border-bottom: 1px dashed #e3e3e3;
}

.catalog .items-list[data-view-mode="list"] .item-info .payments-list {
    display: inline-block;
    position: absolute;
    background: url(/modules/Shop/public/front/img/payments-list.png) no-repeat center center;
    background-size: contain;
    width: 76px;
    height: 10px;
    top: 6px;
    right: 0;
}

.catalog .items-list[data-view-mode="list"] .item-info .info-elem:hover .label {
    color: #FF5722;
    border-bottom: 1px dashed #FF5722;
}

.catalog .items-list[data-view-mode="list"] .item-buy-btn {
    display: block;
    z-index: 2;
    margin-right: 45px;
}

.catalog .items-list[data-view-mode="list"] .fast-order {
    display: block;
    z-index: 2;
    width: 38px;
    padding: 0;
    height: 36px;
    text-align: center;
    right: 0;
    margin: -36px 0 0 221px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


.youtube-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .youtube-embed {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  .youtube-embed .yt-img {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.3s cubic-bezier(.4,0,.2,1), opacity 0.3s cubic-bezier(.4,0,.2,1);
  }
  
  .youtube-embed .yt-title-overlay {
    position: absolute;
    left: 0; right: 0; 
    top: 10px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    padding: 0 12px 12px 12px;
  }
  
  .youtube-embed:hover .yt-img,
  .youtube-embed:focus .yt-img {
    filter: brightness(0.6);
  }
  
  .youtube-embed:hover .yt-title-overlay,
  .youtube-embed:focus .yt-title-overlay {
    opacity: 1;
  }
  
  .yt-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 100%;
    max-height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    box-sizing: border-box;
    background: none;
    padding: 0;
    text-align: justify;
  }
  
  .load-more-container {
    text-align: center;
    margin: 30px 0;
  }
  
  .load-more-btn {
    padding: 12px 24px;
    background: #ca3537;
    box-shadow: 0 5px 12px -4px rgba(174, 40, 42, 0.8);
    color: #fff;
    transition: opacity 240ms ease-out;
    background-image: linear-gradient(0deg, #ca3537 0%, #ea3335 100%);
    color: white;
    border: none;
    border-radius: 22px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .load-more-btn:hover {
    background: #a92b2d;
  }
  
  .load-more-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
  }

  .yt-videolink {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.yt-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.yt-modal-overlay {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.yt-modal-content {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    box-shadow: 0 0 30px #000;
}
.yt-modal-content iframe {
    width: 90%;
    height: 90%;
    display: block;
    border: none;
    margin: auto;
    margin-top: 5%;
}
.yt-modal-close {
    position: absolute;
    top: 8px; right: 12px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 40px; height: 40px;
    text-align: center; line-height: 40px;
}
.yt-play {
    display: inline-block;
    width: 70px;
    height: 60px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    transition: background 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.yt-play::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 32px solid rgba(255,255,255, 0.7);
    border-radius: 3px;
    z-index: 2; 
}
.yt-play::after {
    content: '';
    position: absolute;
    left: 24px;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    filter: blur(2px);
    z-index: 1;
}
.yt-play:hover {
    background: rgba(255, 0, 0, 0.9);
}
.youtube-embed {
    position: relative;
    display: block;
}

.music-service-container{
    display: flex;
    margin: 28px 0;
}
.service-switch {
    display: contents;
}
.switch-btn {
    display: flex;
    padding: 6px 12px 6px 16px;
    font-weight: normal;
  }
.switch-btn span{
    padding: 6px 10px 6px 0;
}
.service-logo{
    height: 18px;
    max-height: 26px;
    margin: auto;
}
.service-logo.hide-spotify-com{
    height: 16px;
}
img.service-logo {
    width: auto;
}
#set-primary-btn-spotify {
    margin: 0 10px;
}
@media (max-width: 499px) {
    .youtube-grid {
        grid-template-columns: none;
    }
    /* Override core mobile styles (.page-wrapper img has display: block !important) */
    /* Reset display property to allow JavaScript to control visibility */
    body .page-wrapper .switch-btn img.service-logo.hide-spotify-com,
    body .page-wrapper .switch-btn img.service-logo.hide-music-yandex-ru,
    body .page-wrapper .switch-btn span.hide-spotify-com,
    body .page-wrapper .switch-btn span.hide-music-yandex-ru {
        display: revert !important;
    }
}

.youtube-embed:hover .yt-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.youtube-embed .yt-title-overlay {
    z-index: 2;
}
.yt-title-text {
    font-size: 15px;
}