

/* Start:/local/components/unlimtech/catalog/templates/.default/style.css?178801173618006*/
.alert-block{
    padding: 23px 11px;
    border-radius: 4px;
    border: 1px solid #F96631;
    margin-block: 8px;
    background-color: #FFE8D9;
    position: relative;
    overflow: hidden;
}
.alert-block__list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.alert-block__item{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1A1A1A;
    position: relative;
    padding-left: 12px;
}
.alert-block__item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #1A1A1A;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    min-height: 4px;
}
.alert-block__item+.alert-block__item{
    margin-top: 12px;
}
.alert-block__item a{
    text-decoration: underline;
    font-weight: 600;
    color: #FFA372;
}
.alert-block__item span{
    font-weight: 600;
}
.alert-block_withborder{
    margin-top: 20px;
    margin-bottom: 32px;
    padding: 20px 12px 20px 16px;
    border: none;
}
.alert-block_withborder:before{
    width: 4px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #F96631;
}
.nomt.uk-grid-margin.uk-first-column{
    margin-top: 0;
    margin-bottom: 32px;
}
.alert-block_withborder .alert-block__item{
    color: #4C4C4C;
    font-size: 16px;
    line-height: 22px;
}
@media(max-width: 767px){
    .alert-block{
        padding: 11px 11px;
    }
}

.rs-filter-pilot {
    display: grid;
    grid-template-columns: minmax(270px, 292px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.middle_inner.rs-filter-pilot-page {
    max-width: 1600px;
}

body.uk-overflow-hidden:has(.rs-filter-pilot):not(:has(.uk-offcanvas.uk-open)):not(:has(.uk-modal.uk-open)):not(:has(.filter__wrap--active)) {
    overflow: visible !important;
}

.rs-filter-pilot__aside,
.rs-filter-pilot__content {
    min-width: 0;
}

.rs-filter-pilot__aside {
    position: sticky;
    top: 12px;
    z-index: 8;
    align-self: start;
    max-height: calc(100vh - 24px);
}

.rs-filter-pilot__content {
    position: relative;
    transition: opacity .16s ease;
}

.rs-filter-pilot__content.is-loading {
    min-height: 360px;
    opacity: .52;
    pointer-events: none;
}

.rs-filter-pilot__content.is-loading::after {
    content: '';
    position: absolute;
    top: 90px;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    border: 3px solid rgba(67, 101, 139, .22);
    border-top-color: #43658b;
    border-radius: 50%;
    animation: rs-filter-spin .7s linear infinite;
}

@keyframes rs-filter-spin {
    to {
        transform: rotate(360deg);
    }
}

.rs-filter-pilot__content > #catalogLine {
    margin-top: 0;
}

.rs-filter-pilot__content > .checker {
    margin: 0 0 16px;
}

@media(max-width: 991px) {
    .rs-filter-pilot {
        grid-template-columns: minmax(240px, 260px) minmax(0, 1fr);
        gap: 20px;
    }
}

@media(max-width: 767px) {
    .middle_inner.rs-filter-pilot-page {
        overflow-x: clip;
    }

    .rs-filter-pilot {
        display: block;
    }

    .rs-filter-pilot__aside {
        position: static;
        max-height: none;
    }

    .rs-filter-pilot__content {
        width: 100%;
        max-width: 100%;
    }

    .rs-filter-pilot__content > .checker {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 0 14px;
        padding: 2px 0 8px;
        scrollbar-width: none;
    }

    .rs-filter-pilot__content > .checker::-webkit-scrollbar {
        display: none;
    }

    .rs-filter-pilot__content > .checker .checker__item,
    .rs-filter-pilot__content > .checker .checker__clear {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

/* Full-page catalog layout pilot: Portugal. */
#page-wrapper.rs-full-page-pilot {
    --rs-pilot-blue: #426b93;
    --rs-pilot-blue-dark: #315776;
    --rs-pilot-ink: #202832;
    --rs-pilot-muted: #687783;
    --rs-pilot-line: #dfe5e9;
    --rs-pilot-surface: #ffffff;
    --rs-pilot-page: #f5f7f8;
    background: var(--rs-pilot-page);
    color: var(--rs-pilot-ink);
}

#page-wrapper.rs-full-page-pilot > .toolbar_container,
#page-wrapper.rs-full-page-pilot > .header,
#page-wrapper.rs-full-page-pilot > .main_menu,
#page-wrapper.rs-full-page-pilot > #top,
#page-wrapper.rs-full-page-pilot > .footer {
    font-family: Roboto, Arial, sans-serif;
}

#page-wrapper.rs-full-page-pilot .uk-container-large {
    max-width: 1540px;
    padding-right: 28px;
    padding-left: 28px;
}

#page-wrapper.rs-full-page-pilot > .toolbar_container {
    height: 40px;
    border-bottom: 1px solid var(--rs-pilot-line);
    background: #f8fafb;
}

#page-wrapper.rs-full-page-pilot > .toolbar_container .uk-navbar-nav > li > a {
    min-height: 40px;
    height: 40px;
    padding: 0 12px;
    color: #53616d;
    font-size: 13px;
}

#page-wrapper.rs-full-page-pilot > .toolbar_container .uk-navbar-left .uk-navbar-nav > li:first-child {
    margin-left: 0 !important;
}

#page-wrapper.rs-full-page-pilot > .toolbar_container svg {
    width: 20px;
    height: 20px;
    color: var(--rs-pilot-blue-dark);
}

#page-wrapper.rs-full-page-pilot > .header {
    border-bottom: 0;
    background: var(--rs-pilot-surface);
}

#page-wrapper.rs-full-page-pilot > .header .header_inner {
    padding-top: 12px;
    padding-bottom: 12px;
}

#page-wrapper.rs-full-page-pilot > .header .uk-navbar-container {
    min-height: 70px;
}

#page-wrapper.rs-full-page-pilot > .header .uk-logo img,
#page-wrapper.rs-full-page-pilot > .header .uk-logo svg {
    width: 205px;
    max-width: 100%;
}

#page-wrapper.rs-full-page-pilot > .header .header_navbar_center a {
    color: #52606c;
    font-size: 13px;
    line-height: 1.45;
}

#page-wrapper.rs-full-page-pilot > .header .uk-navbar-right .uk-navbar-nav > li > a {
    min-height: 48px;
}

#page-wrapper.rs-full-page-pilot > .header .uk-navbar-right .uk-button-secondary {
    min-width: 142px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(249, 102, 49, .18);
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.25;
    text-transform: none;
}

#page-wrapper.rs-full-page-pilot > .header .uk-navbar-right li:nth-child(2) .uk-button-secondary {
    border: 1px solid #d7e1e8;
    background: #fff;
    box-shadow: none;
    color: var(--rs-pilot-blue-dark);
}

#page-wrapper.rs-full-page-pilot > .header .uk-navbar-right li:nth-child(2) .uk-button-secondary svg {
    color: var(--rs-pilot-blue-dark);
}

#page-wrapper.rs-full-page-pilot > .main_menu:not(.brand_menu) {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: var(--rs-pilot-blue-dark);
    box-shadow: 0 3px 9px rgba(28, 47, 63, .11);
}

#page-wrapper.rs-full-page-pilot > .main_menu:not(.brand_menu) .uk-navbar-nav > li > a {
    min-height: 56px;
    padding: 0 18px;
}

#page-wrapper.rs-full-page-pilot > .main_menu:not(.brand_menu) .uk-navbar-nav > li:first-child > a {
    padding-left: 0;
}

#page-wrapper.rs-full-page-pilot > .brand_menu {
    border: 0;
    border-bottom: 1px solid var(--rs-pilot-line);
    background: #fff;
    box-shadow: 0 2px 8px rgba(32, 40, 50, .04);
}

#page-wrapper.rs-full-page-pilot > .brand_menu .uk-button,
#page-wrapper.rs-full-page-pilot > .brand_menu .uk-button span {
    min-height: 45px;
    padding: 0 8px;
    color: #4b657d;
    font-size: 14px;
    line-height: 45px;
}

#page-wrapper.rs-full-page-pilot > .brand_menu .uk-button:first-child {
    padding-left: 0;
    color: var(--rs-pilot-ink);
    font-weight: 500;
}

#page-wrapper.rs-full-page-pilot > #top {
    height: auto;
    border-bottom: 1px solid var(--rs-pilot-line);
    background: #fff;
}

#page-wrapper.rs-full-page-pilot > #top .middle_inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#page-wrapper.rs-full-page-pilot > #top .search_main {
    margin-top: 0 !important;
}

#page-wrapper.rs-full-page-pilot > #top .rs-search__form {
    min-height: 52px;
    border: 1px solid #cfd8df;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(32, 40, 50, .05);
}

#page-wrapper.rs-full-page-pilot > #top .rs-search__form:focus-within {
    border-color: var(--rs-pilot-blue);
    box-shadow: 0 0 0 3px rgba(66, 107, 147, .12);
}

#page-wrapper.rs-full-page-pilot > #top .rs-search__submit {
    width: 52px;
    border-radius: 0 5px 5px 0;
    background: var(--rs-pilot-blue);
}

#page-wrapper.rs-full-page-pilot > #top .rs-search__submit svg {
    color: #fff;
}

#page-wrapper.rs-full-page-pilot > .middle {
    margin-top: 0 !important;
    padding-top: 24px;
    background: var(--rs-pilot-page);
}

#page-wrapper.rs-full-page-pilot .middle_inner.rs-filter-pilot-page {
    max-width: 1540px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-page .uk-breadcrumb {
    margin-bottom: 8px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-page .uk-breadcrumb a,
#page-wrapper.rs-full-page-pilot .rs-filter-pilot-page .uk-breadcrumb span {
    color: #77838d;
    font-size: 13px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-page h1.uk-heading-bullet {
    margin: 8px 0 14px;
    color: var(--rs-pilot-ink);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-page h1.uk-heading-bullet::before {
    border-left-color: #f58d61;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-page > [uk-grid] > .uk-width-1-1:has(> h1) {
    margin-top: 14px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-page > [uk-grid] > .uk-width-1-1:has(> h1) + .uk-alert {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #5d6973;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot {
    gap: 24px;
    margin-top: 8px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__aside {
    top: 16px;
    max-height: calc(100vh - 32px);
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-filter #smartFilter {
    border-color: var(--rs-pilot-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(32, 40, 50, .06);
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-filter .rs-filter-desktop-head {
    justify-content: space-between;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px !important;
    padding-left: 0 !important;
    text-align: left;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot-filter .rs-filter-desktop-head strong {
    margin: 0;
    text-align: left;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > .checker,
#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine {
    border: 1px solid var(--rs-pilot-line);
    border-radius: 6px;
    background: #fff;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > .checker {
    padding: 10px 12px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine {
    margin-bottom: 16px;
    padding: 12px 14px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine > .uk-grid {
    align-items: center;
    row-gap: 8px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine .dropDownSelected {
    min-height: 40px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 14px !important;
    line-height: 40px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine .uk-margin-large-right {
    margin-right: 12px !important;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine [uk-margin] {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine .sectionOrItem {
    min-height: 40px;
    margin-top: 0 !important;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 14px !important;
    line-height: 40px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog {
    row-gap: 16px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 1px solid var(--rs-pilot-line);
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(32, 40, 50, .05);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card:hover {
    border-color: #c8d4dd;
    box-shadow: 0 8px 22px rgba(32, 40, 50, .09);
    transform: translateY(-2px);
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card-top > a {
    display: flex;
    height: 224px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f9fa;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card-top + .uk-margin-small-top .uk-link {
    color: #356b9b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .price {
    color: #293847;
    font-size: 17px;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog article {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid #f1a17f;
    color: #365b4b;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-list {
    color: #37444f;
    font-size: 14px;
    line-height: 1.42;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .addCart {
    border-radius: 5px;
    background: var(--rs-pilot-blue);
    box-shadow: none;
}

#page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .openFastBuy {
    min-height: 40px;
    border-color: #d6dde3;
    border-radius: 5px;
}

#page-wrapper.rs-full-page-pilot > .footer {
    margin-top: 56px !important;
    border-top: 4px solid var(--rs-pilot-blue);
    background: #20272d;
}

#page-wrapper.rs-full-page-pilot > .footer > .uk-container {
    padding-top: 34px;
    padding-bottom: 18px;
}

#page-wrapper.rs-full-page-pilot > .footer .footer_menu b {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

#page-wrapper.rs-full-page-pilot > .footer .uk-nav-default li + li {
    margin-top: 6px;
}

#page-wrapper.rs-full-page-pilot > .footer a {
    color: #c9d1d7;
    line-height: 1.45;
}

#page-wrapper.rs-full-page-pilot > .footer a:hover {
    color: #fff;
}

#page-wrapper.rs-full-page-pilot > .footer .uk-divider-icon {
    margin: 32px 0 20px;
    opacity: .45;
}

#page-wrapper.rs-full-page-pilot > .footer .uk-text-center {
    color: #aeb9c1;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    #page-wrapper.rs-full-page-pilot .uk-container-large {
        padding-right: 20px;
        padding-left: 20px;
    }

    #page-wrapper.rs-full-page-pilot > .header .header_navbar_center {
        left: 34%;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card-top > a {
        height: 194px;
    }
}

@media (max-width: 767px) {
    #page-wrapper.rs-full-page-pilot .uk-container-large {
        padding-right: 15px;
        padding-left: 15px;
    }

    #page-wrapper.rs-full-page-pilot > .toolbar_container {
        height: 42px;
    }

    #page-wrapper.rs-full-page-pilot > .toolbar_container .uk-navbar-nav > li > a {
        min-height: 42px;
        height: 42px;
        padding: 0 8px;
    }

    #page-wrapper.rs-full-page-pilot > .header .header_inner {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #page-wrapper.rs-full-page-pilot > .header .uk-navbar-container {
        min-height: 60px;
    }

    #page-wrapper.rs-full-page-pilot > .header .uk-logo img,
    #page-wrapper.rs-full-page-pilot > .header .uk-logo svg {
        width: 150px;
        max-height: 48px;
    }

    #page-wrapper.rs-full-page-pilot > #top .middle_inner {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #page-wrapper.rs-full-page-pilot > #top .rs-search__form {
        min-height: 48px;
    }

    #page-wrapper.rs-full-page-pilot > #top .rs-search__input {
        font-size: 14px;
    }

    #page-wrapper.rs-full-page-pilot > .middle {
        padding-top: 18px;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot-page h1.uk-heading-bullet {
        margin-top: 6px;
        font-size: 27px;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > .checker {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        padding: 8px 0 10px;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot__content > #catalogLine {
        padding: 10px;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot-filter .filter__top {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot-filter .filter__title--mob {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card {
        transform: none;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card-top > a {
        height: 232px;
    }

    #page-wrapper.rs-full-page-pilot > .footer {
        margin-top: 38px !important;
    }

    #page-wrapper.rs-full-page-pilot > .footer > .uk-container {
        padding-top: 26px;
    }

    #page-wrapper.rs-full-page-pilot > .footer .footer_menu {
        padding-bottom: 8px;
    }
}

@media (max-width: 479px) {
    #page-wrapper.rs-full-page-pilot .rs-filter-pilot-page h1.uk-heading-bullet {
        font-size: 25px;
    }

    #page-wrapper.rs-full-page-pilot .rs-filter-pilot__content .catalog .uk-card-top > a {
        height: 216px;
    }
}

/* End */


/* Start:/local/components/royalstone/supplier.panel/templates/.default/style.css?178368808710313*/
.rs-supplier-panel {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid #d9e2ea;
    border-radius: 6px;
    background: #f7fafc;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

.single-product .rs-supplier-panel {
    margin: 18px;
    width: calc(100% - 36px);
}

.rs-supplier-panel__head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.rs-supplier-panel__eyebrow {
    color: #587083;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rs-supplier-panel__title {
    color: #17364d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.rs-supplier-panel__subtitle {
    color: #4c5f70;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 4px;
}

.rs-supplier-panel__actions,
.rs-supplier-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rs-supplier-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
}

.rs-supplier-card {
    background: #fff;
    border: 1px solid #e0e6eb;
    border-radius: 6px;
    padding: 14px;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}

.rs-supplier-card__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    min-width: 0;
}

.rs-supplier-card__top > div {
    min-width: 0;
}

.rs-supplier-card__name {
    color: #17364d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.rs-supplier-card__site {
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.rs-supplier-card__status {
    flex: 0 0 auto;
    color: #24633d;
    background: #e6f4ea;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
    text-transform: uppercase;
}

.rs-supplier-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
}

.rs-supplier-card__meta span {
    color: #4c5f70;
    background: #eef3f6;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 7px;
}

.rs-supplier-card__contacts,
.rs-supplier-card__lists,
.rs-supplier-panel__empty,
.rs-supplier-panel__foot {
    color: #2f3f4b;
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: normal;
}

.rs-supplier-card__contacts {
    margin-top: 12px;
}

.rs-supplier-card__stock {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #d6e7d9;
    border-radius: 5px;
    background: #f3faf4;
    color: #244832;
    font-size: 13px;
    line-height: 1.4;
}

.rs-supplier-card__price {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #eadcaa;
    border-radius: 5px;
    background: #fffaf0;
    color: #4a3d12;
    font-size: 13px;
    line-height: 1.4;
}

.rs-supplier-card__stock-title {
    color: #1f6a39;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-supplier-card__price-title {
    color: #775b08;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-supplier-card__stock-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.rs-supplier-card__stock-note {
    color: #587083;
}

.rs-supplier-card__stock-name {
    flex-basis: 100%;
    color: #4c5f70;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.rs-supplier-card__price-source {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    color: #6f5d24;
    font-size: 12px;
    margin-top: 4px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.rs-supplier-card__price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-top: 5px;
    min-width: 0;
    color: #5b4a18;
    overflow-wrap: anywhere;
}

.rs-supplier-card__price-note {
    flex-basis: 100%;
    color: #7a6b3a;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.rs-supplier-card__lists {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #edf1f4;
}

.rs-supplier-card__lists > div {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 4px;
    max-width: 100%;
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.rs-supplier-card__lists > div + div {
    margin-top: 4px;
}

.rs-supplier-card__lists b {
    white-space: nowrap;
}

.rs-supplier-card__muted {
    color: #607484;
    background: #f2f5f7;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.rs-supplier-card__links > * {
    max-width: 100%;
    white-space: normal;
}

.rs-supplier-request-check {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    color: #4c5f70;
    background: #f2f5f7;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0 9px;
}

.rs-supplier-request-open {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rs-supplier-request-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .22);
    font-size: 12px;
    line-height: 1;
}

.rs-supplier-request-modal[hidden] {
    display: none;
}

.rs-supplier-request-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
}

.rs-supplier-request-modal__shade {
    position: absolute;
    inset: 0;
    background: rgba(18, 35, 48, .42);
}

.rs-supplier-request-modal__dialog {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1040px, calc(100vw - 24px));
    max-height: calc(100vh - 64px);
    overflow: auto;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d9e2ea;
    box-shadow: 0 20px 60px rgba(18, 35, 48, .24);
    padding: 18px;
    box-sizing: border-box;
}

.rs-supplier-request-modal__head,
.rs-supplier-request-modal__actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.rs-supplier-request-modal__title {
    color: #17364d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.rs-supplier-request-icon {
    width: 34px;
    height: 34px;
    border: 1px solid #cfd9e2;
    border-radius: 4px;
    background: #fff;
    color: #17364d;
    cursor: pointer;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.rs-supplier-request-status {
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid #cfe1d5;
    border-radius: 5px;
    background: #f3faf4;
    color: #1f6a39;
    font-size: 13px;
}

.rs-supplier-request-status_error {
    border-color: #efc7bd;
    background: #fff5f2;
    color: #9b341f;
}

.rs-supplier-request-section,
.rs-supplier-request-manual {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #edf1f4;
}

.rs-supplier-request-section__title {
    color: #17364d;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.rs-supplier-request-suppliers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.rs-supplier-request-supplier {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    border: 1px solid #e0e6eb;
    border-radius: 5px;
    padding: 9px;
    min-width: 0;
}

.rs-supplier-request-supplier span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.rs-supplier-request-supplier small,
.rs-supplier-request-empty {
    color: #607484;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.rs-supplier-request-item {
    border: 1px solid #e0e6eb;
    border-radius: 6px;
    padding: 12px;
}

.rs-supplier-request-item + .rs-supplier-request-item {
    margin-top: 10px;
}

.rs-supplier-request-item__grid,
.rs-supplier-request-manual__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.rs-supplier-request-item label,
.rs-supplier-request-manual label {
    color: #4c5f70;
    font-size: 12px;
    font-weight: 600;
    min-width: 0;
}

.rs-supplier-request-item input,
.rs-supplier-request-manual input {
    display: block;
    width: 100%;
    min-height: 34px;
    margin-top: 4px;
    border: 1px solid #cfd9e2;
    border-radius: 4px;
    padding: 6px 8px;
    box-sizing: border-box;
    color: #17364d;
    font-size: 13px;
}

.rs-supplier-request-item__wide,
.rs-supplier-request-manual__wide {
    grid-column: span 2;
}

.rs-supplier-request-item__suppliers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 10px;
}

.rs-supplier-request-item__suppliers label {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #2f3f4b;
    font-size: 12px;
    font-weight: 400;
}

.rs-supplier-request-remove-item {
    margin-top: 10px;
    border: 0;
    background: transparent;
    color: #9b341f;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
}

.rs-supplier-request-modal__actions {
    justify-content: flex-end;
    margin-top: 16px;
    flex-wrap: wrap;
}

.rs-supplier-panel__empty {
    background: #fff;
    border: 1px dashed #c7d3dc;
    border-radius: 6px;
    padding: 14px;
}

.rs-supplier-panel__foot {
    color: #607484;
    margin-top: 12px;
}

@media (max-width: 959px) {
    .rs-supplier-panel__head {
        display: block;
    }

    .rs-supplier-panel__actions {
        margin-top: 12px;
    }

    .rs-supplier-panel__grid {
        grid-template-columns: 1fr;
    }

    .rs-supplier-card__lists > div {
        grid-template-columns: 1fr;
        row-gap: 2px;
    }

    .rs-supplier-card__lists b {
        white-space: normal;
    }

    .rs-supplier-request-modal__dialog {
        top: 12px;
        width: calc(100vw - 16px);
        max-height: calc(100vh - 24px);
        padding: 14px;
    }

    .rs-supplier-request-suppliers,
    .rs-supplier-request-item__grid,
    .rs-supplier-request-manual__grid {
        grid-template-columns: 1fr;
    }

    .rs-supplier-request-item__wide,
    .rs-supplier-request-manual__wide {
        grid-column: auto;
    }
}

/* End */


/* Start:/local/components/royalstone/section.recommendations/templates/.default/style.css?17878976752292*/
.rs-recommendations {
    width: 100%;
    margin: 44px 0 20px;
}

.rs-recommendations__title {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0;
}

.rs-recommendations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rs-recommendations__item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e7eb;
    border-radius: 6px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rs-recommendations__item:hover {
    border-color: #cbd4df;
    box-shadow: 0 8px 22px rgba(37, 55, 77, .1);
    transform: translateY(-2px);
}

.rs-recommendations__media {
    display: flex;
    width: 100%;
    aspect-ratio: 14 / 9;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f6f7f8;
}

.rs-recommendations__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rs-recommendations__item--factory .rs-recommendations__media img {
    width: 78%;
    height: 70%;
    object-fit: contain;
}

.rs-recommendations__placeholder {
    width: 44%;
    height: 1px;
    background: #d8dde3;
}

.rs-recommendations__body {
    padding: 15px 16px 17px;
}

.rs-recommendations__factory {
    display: inline-block;
    margin-bottom: 4px;
    color: #6e7b8a;
    font-size: 13px;
    line-height: 1.35;
}

.rs-recommendations__name {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}

.rs-recommendations__name a {
    color: #2f5681;
}

.rs-recommendations__meta,
.rs-recommendations__details {
    margin-top: 9px;
    color: #647181;
    font-size: 14px;
    line-height: 1.45;
}

.rs-recommendations__meta {
    display: flex;
    align-items: center;
    gap: 7px;
}

.rs-recommendations__details {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}

@media (max-width: 900px) {
    .rs-recommendations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .rs-recommendations {
        margin-top: 34px;
    }

    .rs-recommendations__title {
        font-size: 22px;
    }

    .rs-recommendations__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}


/* End */
/* /local/components/unlimtech/catalog/templates/.default/style.css?178801173618006 */
/* /local/components/royalstone/supplier.panel/templates/.default/style.css?178368808710313 */
/* /local/components/royalstone/section.recommendations/templates/.default/style.css?17878976752292 */
