

/* Start:/local/templates/realwood/components/topik/catalog/catalog.product-v2/style.css?1785099220181093*/
#rw-catalog-v2 {
    --rw-green: #61b77d;
    --rw-green-dark: #3f8f5c;
    --rw-yellow: #ffb400;
    --rw-text: #111;
    --rw-muted: #777;
    --rw-border: #e3e3e3;
    --rw-bg: #f6f6f6;
    margin: 2rem 0 5rem;
}

#rw-catalog-v2 * {
    box-sizing: border-box;
}

#rw-catalog-v2 .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#rw-catalog-v2 .rw-catalog-hero {
    min-height: 18rem;
    padding: 3.2rem 3.4rem;
    margin-bottom: 3.5rem;
    background: linear-gradient(90deg, #f7f5f1 0%, #f7f5f1 66%, #fff 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 31rem;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#rw-catalog-v2 .rw-catalog-hero h2, #rw-catalog-v2 .rw-catalog-section-head h2 {
    margin: 0 0 1.8rem;
    font-size: 2.2rem;
}

#rw-catalog-v2 .rw-catalog-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 13rem;
    max-width: 72rem;
}

#rw-catalog-v2 .rw-catalog-search input {
    min-width: 0;
    height: 4.8rem;
    padding: 0 1.8rem;
    border: 1px solid #d7d7d7;
    border-right: 0;
    background: #fff;
    font-size: 1.4rem;
}

#rw-catalog-v2 .rw-catalog-search button {
    border: 0;
    border-radius: 0;
    background: var(--rw-green);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s;
}

#rw-catalog-v2 .rw-catalog-search button:hover {
    background: var(--rw-yellow);
}

#rw-catalog-v2 .rw-catalog-scenarios {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.7rem;
}

#rw-catalog-v2 .rw-catalog-scenarios a {
    color: #555;
    text-decoration: none;
    padding: .9rem 1.5rem;
    border: 1px solid #ddd;
    background: rgba(255,255,255,.72);
    transition: .2s;
}

#rw-catalog-v2 .rw-catalog-scenarios a:hover {
    color: var(--rw-green-dark);
    border-color: var(--rw-green);
    background: #fff;
}

#rw-catalog-v2 .rw-catalog-hero__visual {
    height: 14rem;
    position: relative;
}

#rw-catalog-v2 .rw-catalog-hero__visual i {
    width: 19rem;
    height: 4rem;
    position: absolute;
    right: 1.5rem;
    background: linear-gradient(135deg, #e9bb70, #f7db9e 54%, #dba356);
    box-shadow: inset 0 -1px rgba(116,72,20,.15);
    transform: skewY(-7deg);
}

#rw-catalog-v2 .rw-catalog-hero__visual i:nth-child(1) {
    top: 1rem;
    right: .5rem;
}

#rw-catalog-v2 .rw-catalog-hero__visual i:nth-child(2) {
    top: 5.2rem;
    right: 3.2rem;
}

#rw-catalog-v2 .rw-catalog-hero__visual i:nth-child(3) {
    top: 9.4rem;
    right: 1.2rem;
}

#rw-catalog-v2 .rw-catalog-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.4rem;
}

#rw-catalog-v2 .rw-catalog-scroll-controls {
    display: flex;
    gap: .6rem;
}

#rw-catalog-v2 .rw-catalog-scroll-controls button {
    width: 3.8rem;
    height: 3.8rem;
    border: 1px solid var(--rw-border);
    background: #fff;
    cursor: pointer;
}

#rw-catalog-v2 .rw-catalog-popular {
    margin-bottom: 3.8rem;
}

#rw-catalog-v2 .rw-catalog-popular-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
}

#rw-catalog-v2 .rw-catalog-popular-card {
    flex: 0 0 13.8rem;
    padding: 1rem;
    border: 1px solid var(--rw-border);
    color: var(--rw-text);
    text-decoration: none;
    background: #fff;
    transition: border-color .2s, transform .2s, box-shadow .2s;
}

#rw-catalog-v2 .rw-catalog-popular-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

#rw-catalog-v2 .rw-catalog-popular-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

#rw-catalog-v2 .rw-catalog-popular-card strong {
    font-size: 1.28rem;
    line-height: 1.25;
    display: block;
}

#rw-catalog-v2 .b-catalog {
    display: grid;
    grid-template-columns: 23rem minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}

#rw-catalog-v2 .rw-catalog-sidebar {
    width: auto;
    margin: 0;
    float: none;
}

#rw-catalog-v2 .rw-catalog-main {
    min-width: 0;
}

#rw-catalog-v2 .b-catalog-content {
    width: auto;
    float: none;
    margin: 0;
}

#rw-catalog-v2 .rw-catalog-filter-toggle {
    display: none;
}

#rw-catalog-v2 .rw-catalog-filter-panel {
    flex-direction: column;
}

#rw-catalog-v2 .rw-catalog-filter-head strong {
    font-weight: 700;
}

#rw-catalog-v2 .rw-catalog-filter-head a {
    color: var(--rw-green-dark);
    text-decoration: none;
}

#rw-catalog-v2 .rw-catalog-filter-head a:hover {
    text-decoration: underline;
}

#rw-catalog-v2 .rw-catalog-filter-title {
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    font-weight: 700;
    cursor: default;
}

#rw-catalog-v2 .rw-catalog-filter-title__mark {
    line-height: 1;
}

#rw-catalog-v2 .rw-catalog-filter-group.is-category-group .rw-catalog-filter-title {
    border-bottom: 1px solid #f0f0f0;
}

#rw-catalog-v2 .rw-catalog-filter-placeholder {
    padding: 0 1.8rem 1.6rem;
    color: #909090;
    font-size: 1.25rem;
    line-height: 1.5;
}

#rw-catalog-v2 #b-catalog-menu, #rw-catalog-v2 #b-catalog-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#rw-catalog-v2 #b-catalog-menu > li, #rw-catalog-v2 #b-catalog-menu ul li {
    border-top: 1px solid #f3f3f3;
}

#rw-catalog-v2 #b-catalog-menu > li:first-child {
    border-top: 0;
}

#rw-catalog-v2 #b-catalog-menu > li > a, #rw-catalog-v2 #b-catalog-menu ul li a {
    min-height: 5.6rem;
    padding: 1.5rem 1.8rem;
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    align-items: center;
    color: #55606e;
    text-decoration: none;
    transition: .2s;
}

#rw-catalog-v2 #b-catalog-menu ul li a {
    padding-left: 2.8rem;
    font-size: 1.34rem;
}

#rw-catalog-v2 .rw-catalog-filter-item__name {
    display: block;
    flex: 1 1 auto;
    font-weight: 500;
    line-height: 1.35;
}

#rw-catalog-v2 #b-catalog-menu small {
    flex: 0 0 auto;
    color: #9ba3aa;
    font-size: 1.2rem;
    font-weight: 500;
}

#rw-catalog-v2 #b-catalog-menu a:hover, #rw-catalog-v2 #b-catalog-menu li.active > a {
    color: var(--rw-green-dark);
    background: #f5f8f6;
}

#rw-catalog-v2 #b-catalog-menu li.active > a {
    box-shadow: inset 3px 0 0 var(--rw-green);
    font-weight: 700;
}

#rw-catalog-v2 .rw-catalog-results {
    min-width: 0;
}

#rw-catalog-v2 .rw-catalog-toolbar {
    min-height: 5.6rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

#rw-catalog-v2 .rw-catalog-count {
    color: #777;
}

#rw-catalog-v2 .rw-catalog-toolbar__right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

#rw-catalog-v2 .rw-catalog-sort-form {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#rw-catalog-v2 .rw-catalog-sort-form label {
    color: #888;
}

#rw-catalog-v2 .rw-catalog-sort-form select {
    height: 4.4rem;
    min-width: 18rem;
    padding: 0 3.5rem 0 1.4rem;
    border: 1px solid var(--rw-border);
    background: #fff;
}

#rw-catalog-v2 .rw-catalog-view {
    display: flex;
}

#rw-catalog-v2 .rw-catalog-view button {
    width: 4.4rem;
    height: 4.4rem;
    border: 1px solid var(--rw-border);
    background: #fff;
    cursor: pointer;
}

#rw-catalog-v2 .rw-catalog-view button + button {
    border-left: 0;
}

#rw-catalog-v2 .rw-catalog-view button.is-active {
    color: var(--rw-green-dark);
    background: #f5f8f6;
}

#rw-catalog-v2 .rw-catalog-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

#rw-catalog-v2 .rw-catalog-card {
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 0;
    border: 1px solid var(--rw-border);
    background: #fff;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

#rw-catalog-v2 .rw-catalog-card:hover {
    border-color: #b8d8c3;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.07);
    transform: translateY(-2px);
}

#rw-catalog-v2 .rw-catalog-card__link {
    height: 100%;
    color: var(--rw-text);
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

#rw-catalog-v2 .rw-catalog-card__picture {
    height: 19rem;
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

#rw-catalog-v2 .rw-catalog-card__picture img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .3s;
}

#rw-catalog-v2 .rw-catalog-card:hover .rw-catalog-card__picture img {
    transform: scale(1.025);
}

#rw-catalog-v2 .rw-catalog-card__meta {
    color: #888;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: .6rem;
}

#rw-catalog-v2 .rw-catalog-card__stock {
    color: var(--rw-green-dark);
    font-size: 1.2rem;
    margin-top: .7rem;
}

#rw-catalog-v2 .rw-catalog-card__stock.is-order {
    color: #b38437;
}

#rw-catalog-v2 .rw-catalog-card__button {
    border: 1px solid var(--rw-border);
    transition: .2s;
}

#rw-catalog-v2 .rw-catalog-card:hover .rw-catalog-card__button {
    color: #fff;
    border-color: var(--rw-green);
    background: var(--rw-green);
}

#rw-catalog-v2 .rw-catalog-grid.is-list {
    grid-template-columns: 1fr;
}

#rw-catalog-v2 .rw-catalog-grid.is-list .rw-catalog-card__link {
    flex-direction: row;
}

#rw-catalog-v2 .rw-catalog-grid.is-list .rw-catalog-card__picture {
    flex: 0 0 24rem;
    height: 18rem;
}

#rw-catalog-v2 .rw-catalog-grid.is-list .rw-catalog-card__body {
    min-height: 18rem;
    flex: 1 1 auto;
}

#rw-catalog-v2 .rw-catalog-empty {
    padding: 4rem 2rem;
    background: var(--rw-bg);
    text-align: center;
}

#rw-catalog-v2 .b-pagenav, #rw-catalog-v2 .js-pagenav {
    margin-top: 3rem;
}

@media (max-width: 1199px) {
    #rw-catalog-v2 .rw-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    #rw-catalog-v2 .rw-catalog-hero {
        grid-template-columns: 1fr 22rem;
    }

    #rw-catalog-v2 .b-catalog {
        grid-template-columns: 21rem minmax(0, 1fr);
        gap: 2rem;
    }

    #rw-catalog-v2 .rw-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #rw-catalog-v2 {
        margin-top: 1rem;
    }

    #rw-catalog-v2 .rw-catalog-hero {
        padding: 2rem 1.5rem;
        grid-template-columns: 1fr;
    }

    #rw-catalog-v2 .rw-catalog-hero__visual {
        display: none;
    }

    #rw-catalog-v2 .rw-catalog-search {
        grid-template-columns: 1fr 9rem;
    }

    #rw-catalog-v2 .rw-catalog-scenarios {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .6rem;
    }

    #rw-catalog-v2 .rw-catalog-scenarios a {
        flex: 0 0 auto;
        font-size: 1.3rem;
    }

    #rw-catalog-v2 .rw-catalog-section-head h2, #rw-catalog-v2 .rw-catalog-hero h2 {
        font-size: 2rem;
    }

    #rw-catalog-v2 .rw-catalog-popular-card {
        flex-basis: 12rem;
    }

    #rw-catalog-v2 .b-catalog {
        display: block;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle {
        justify-content: space-between;
    }

    #rw-catalog-v2 .rw-catalog-filter-panel {
        margin-bottom: 1.5rem;
    }

    #rw-catalog-v2 .rw-catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    #rw-catalog-v2 .rw-catalog-toolbar__right {
        width: 100%;
        justify-content: space-between;
    }

    #rw-catalog-v2 .rw-catalog-sort-form label {
        display: none;
    }

    #rw-catalog-v2 .rw-catalog-sort-form select {
        min-width: 17rem;
    }

    #rw-catalog-v2 .rw-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    #rw-catalog-v2 .rw-catalog-card__picture {
        height: 14rem;
        padding: .8rem;
    }

    #rw-catalog-v2 .rw-catalog-card__title {
        min-height: 3.6rem;
    }

    #rw-catalog-v2 .rw-catalog-card__meta, #rw-catalog-v2 .rw-catalog-card__stock {
        font-size: 1.2rem;
    }

    #rw-catalog-v2 .rw-catalog-card__price {
        font-size: 1.5rem;
    }

    #rw-catalog-v2 .rw-catalog-grid.is-list .rw-catalog-card__picture {
        flex-basis: 13rem;
        height: 16rem;
    }

    #rw-catalog-v2 .rw-catalog-grid.is-list .rw-catalog-card__body {
        min-height: 16rem;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2 .rw-catalog-grid {
        grid-template-columns: 1fr;
    }

    #rw-catalog-v2 .rw-catalog-card__picture {
        height: 20rem;
    }

    #rw-catalog-v2 .rw-catalog-card__body {
        min-height: 18rem;
    }
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-filter-panel {
        gap: .8rem;
    }

    #rw-catalog-v2 .rw-catalog-filter-head, #rw-catalog-v2 .rw-catalog-filter-group {
        border-radius: 0;
    }

    #rw-catalog-v2 .rw-catalog-filter-title, #rw-catalog-v2 #b-catalog-menu > li > a, #rw-catalog-v2 #b-catalog-menu ul li a {
        min-height: 5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #rw-catalog-v2 .rw-catalog-filter-placeholder {
        padding: 0 1.5rem 1.3rem;
    }
}

#rw-catalog-v2 .rw-catalog-filter-head, #rw-catalog-v2 .rw-catalog-filter-group {
    border: 0 !important;
    border-bottom: 1px solid #ededed !important;
    background: #fff !important;
}

#rw-catalog-v2 .rw-catalog-category-select {
    width: 100%;
    height: 4.2rem;
    padding: 0 3.8rem 0 1.2rem;
    border: 1px solid #dedede;
    border-radius: 0;
    font: inherit;
    font-size: 1.28rem;
    cursor: pointer;
}

#rw-catalog-v2 .rw-catalog-filter-group.is-upcoming .rw-catalog-filter-title {
    min-height: 5.1rem !important;
    padding: 1.5rem 1.8rem !important;
    color: #2c3136;
    cursor: default;
}

#rw-catalog-v2 .rw-catalog-filter-group.is-upcoming .rw-catalog-filter-title__mark {
    color: #9ca3a9;
    font-weight: 400;
}

#rw-catalog-v2 .rw-catalog-popular-card {
    display: flex;
    flex-direction: column;
}

#rw-catalog-v2 .rw-catalog-popular-card__image {
    height: 10rem;
    flex: 0 0 10rem;
}

#rw-catalog-v2 .rw-catalog-popular-card__image.is-placeholder {
    background: #f7f5f1;
}

#rw-catalog-v2 .rw-catalog-popular-card__body {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    padding-top: .6rem;
}

#rw-catalog-v2 .rw-catalog-popular-card small {
    color: #8b9298;
    font-size: 1.05rem;
}

#rw-catalog-v2 .rw-catalog-category-placeholder {
    width: 6.8rem;
    height: 5.6rem;
    position: relative;
    display: block;
}

#rw-catalog-v2 .rw-catalog-category-placeholder i {
    width: 5.8rem;
    height: 1.2rem;
    position: absolute;
    left: .5rem;
    border: 1px solid #68b987;
    background: rgba(97,183,125,.08);
    transform: skewY(-8deg);
}

#rw-catalog-v2 .rw-catalog-category-placeholder i:nth-child(1) {
    top: .4rem;
}

#rw-catalog-v2 .rw-catalog-category-placeholder i:nth-child(2) {
    top: 2rem;
    left: 0;
}

#rw-catalog-v2 .rw-catalog-category-placeholder i:nth-child(3) {
    top: 3.6rem;
    left: .8rem;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-filter-control {
        padding: 0 1.5rem 1.5rem;
    }

    #rw-catalog-v2 .rw-catalog-filter-title, #rw-catalog-v2 .rw-catalog-filter-group.is-upcoming .rw-catalog-filter-title {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-grid {
    list-style: none !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-grid > .rw-catalog-card {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
    overflow: hidden !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__link, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__picture, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__body, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__title, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__meta, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__stock, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__price, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__button {
    position: static !important;
    inset: auto !important;
    float: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__link {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: var(--rw-text) !important;
    text-decoration: none !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 19rem !important;
    min-height: 19rem !important;
    padding: 1.4rem !important;
    overflow: hidden !important;
    background: #fff !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__picture img {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__body {
    width: 100% !important;
    padding: 1.5rem !important;
    background: #fff !important;
    text-align: left !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__title, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__meta, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__stock, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__price, #rw-catalog-v2 #b-catalog-list .rw-catalog-card__button {
    display: block !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
}

@media (max-width: 1199px) {
    #rw-catalog-v2 #b-catalog-list .rw-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    #rw-catalog-v2 #b-catalog-list .rw-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    #rw-catalog-v2 #b-catalog-list .rw-catalog-card__picture {
        height: 14rem !important;
        min-height: 14rem !important;
        padding: .8rem !important;
    }

    #rw-catalog-v2 #b-catalog-list .rw-catalog-card__body {
        padding: 1.2rem !important;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2 #b-catalog-list .rw-catalog-grid {
        grid-template-columns: 1fr !important;
    }

    #rw-catalog-v2 #b-catalog-list .rw-catalog-card__picture {
        height: 20rem !important;
        min-height: 20rem !important;
    }
}

#rw-catalog-v2 .rw-catalog-popular-track {
    scrollbar-width: none !important;
    padding-bottom: 0 !important;
}

#rw-catalog-v2 .rw-catalog-popular-track::-webkit-scrollbar {
    display: none !important;
}

#rw-catalog-v2 .rw-catalog-filter-panel {
    display: block !important;
    border: 1px solid #e2e2e2 !important;
    background: #fff !important;
}

#rw-catalog-v2 .rw-catalog-filter-head {
    border: 0 !important;
    border-bottom: 1px solid #ededed !important;
}

#rw-catalog-v2 .rw-catalog-filter-head a {
    font-size: 1.15rem !important;
    white-space: nowrap;
}

#rw-catalog-v2 .rw-catalog-filter-form {
    margin: 0;
}

#rw-catalog-v2 .rw-catalog-filter-group {
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #ededed !important;
    background: #fff !important;
}

#rw-catalog-v2 .rw-catalog-filter-group:last-child {
    border-bottom: 0 !important;
}

#rw-catalog-v2 .rw-catalog-filter-title {
    min-height: 5.1rem !important;
    padding: 1.5rem 1.8rem !important;
    background: #fff !important;
}

#rw-catalog-v2 .rw-catalog-filter-accordion {
    cursor: pointer !important;
}

#rw-catalog-v2 .rw-catalog-filter-title__mark {
    color: #8f999f !important;
    font-size: 1.45rem !important;
    font-weight: 400 !important;
}

#rw-catalog-v2 .rw-catalog-filter-control {
    padding: 0 1.8rem 1.6rem !important;
}

#rw-catalog-v2 .rw-catalog-category-select, #rw-catalog-v2 .rw-catalog-filter-select {
    width: 100%;
    height: 4rem;
    padding: 0 3.8rem 0 1.2rem;
    border: 1px solid #dedede;
    border-radius: 0;
    font: inherit;
    font-size: 1.2rem;
    cursor: pointer;
}

#rw-catalog-v2 .rw-catalog-filter-values {
    padding: 0 1.8rem 1.7rem;
}

#rw-catalog-v2 .rw-catalog-filter-group:not(.is-open) .rw-catalog-filter-values, #rw-catalog-v2 .rw-catalog-filter-group:not(.is-open) .rw-catalog-filter-control {
    display: none !important;
}

#rw-catalog-v2 .rw-catalog-check {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #68717a;
    text-decoration: none;
    cursor: pointer;
}

#rw-catalog-v2 .rw-catalog-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#rw-catalog-v2 .rw-catalog-check__box {
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 1.45rem;
    border: 1px solid #d9dddf;
    background: #fff;
    position: relative;
}

#rw-catalog-v2 .rw-catalog-check input:checked + .rw-catalog-check__box, #rw-catalog-v2 .rw-catalog-purpose.is-checked .rw-catalog-check__box {
    border-color: var(--rw-green);
    background: var(--rw-green);
}

#rw-catalog-v2 .rw-catalog-check input:checked + .rw-catalog-check__box:after, #rw-catalog-v2 .rw-catalog-purpose.is-checked .rw-catalog-check__box:after {
    content: "";
    width: .7rem;
    height: .4rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: .32rem;
    top: .28rem;
    transform: rotate(-45deg);
}

#rw-catalog-v2 .rw-catalog-check__label {
    flex: 1 1 auto;
}

#rw-catalog-v2 .rw-catalog-check small {
    color: #a2a8ad;
}

#rw-catalog-v2 .rw-catalog-check.is-extra {
    display: none;
}

#rw-catalog-v2 .rw-catalog-filter-values.is-expanded .rw-catalog-check.is-extra {
    display: flex;
}

#rw-catalog-v2 .rw-catalog-filter-more {
    margin-top: .6rem;
    padding: 0;
    border: 0;
    border-bottom: 1px dashed #79b88d;
    background: none;
    color: var(--rw-green-dark);
    cursor: pointer;
}

#rw-catalog-v2 .b-pagenav {
    margin-top: 3.2rem !important;
    text-align: center !important;
}

#rw-catalog-v2 .b-pagenav-more {
    display: none !important;
}

#rw-catalog-v2 .b-pagenav-more + .b-pagelist {
    margin-top: 0 !important;
}

#rw-catalog-v2 .b-pagelist {
    height: 4rem !important;
    line-height: 4rem !important;
    font-size: 1.2rem !important;
}

#rw-catalog-v2 .b-pagelist a, #rw-catalog-v2 .b-pagelist span, #rw-catalog-v2 .b-navbtn-prev, #rw-catalog-v2 .b-navbtn-next {
    width: 4rem !important;
    height: 4rem !important;
    line-height: 4rem !important;
    color: #6f777e !important;
    background: #fff !important;
}

#rw-catalog-v2 .b-pagelist .active {
    color: #fff !important;
    background: var(--rw-green) !important;
}

#rw-catalog-v2 .b-navbtn-prev, #rw-catalog-v2 .b-navbtn-next {
    border-color: #d7d7d7 !important;
}

#rw-catalog-v2 .b-pagelist a:hover, #rw-catalog-v2 .b-navbtn-prev:not(.disabled):hover, #rw-catalog-v2 .b-navbtn-next:not(.disabled):hover {
    color: var(--rw-green-dark) !important;
    background: #f4f8f5 !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-filter-head, #rw-catalog-v2 .rw-catalog-filter-title, #rw-catalog-v2 .rw-catalog-filter-control, #rw-catalog-v2 .rw-catalog-filter-values {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#rw-catalog-v2.is-section .rw-catalog-hero {
    display: none;
}

#rw-catalog-v2 .rw-offer-results {
    min-width: 0;
}

#rw-catalog-v2 .rw-offer-count {
    margin: 0 0 1.5rem;
    color: #777;
    font-size: 1.4rem;
}

#rw-catalog-v2 .rw-offer-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
}

#rw-catalog-v2 .rw-offer-card {
    min-width: 0;
    margin: 0;
    padding: 0;
}

#rw-catalog-v2 .rw-offer-card__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--rw-border);
    background: #fff;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

#rw-catalog-v2 .rw-offer-card__inner:hover {
    border-color: #b8d8c3;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.07);
    transform: translateY(-2px);
}

#rw-catalog-v2 .rw-offer-card__labels {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

#rw-catalog-v2 .rw-offer-card__labels span {
    padding: .7rem 1.2rem;
    background: var(--rw-yellow);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

#rw-catalog-v2 .rw-offer-card__picture {
    height: 22rem;
    padding: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

#rw-catalog-v2 .rw-offer-card__picture img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .3s;
}

#rw-catalog-v2 .rw-offer-card__inner:hover .rw-offer-card__picture img {
    transform: scale(1.025);
}

#rw-catalog-v2 .rw-offer-card__body {
    display: flex;
    flex-direction: column;
}

#rw-catalog-v2 .rw-offer-card__title {
    color: var(--rw-text);
    text-decoration: none;
    font-weight: 700;
}

#rw-catalog-v2 .rw-offer-card__title:hover {
    color: var(--rw-green-dark);
}

#rw-catalog-v2 .rw-offer-card__meta {
    color: #858585;
}

#rw-catalog-v2 .rw-offer-card__commercial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

#rw-catalog-v2 .rw-offer-card__price {
    color: var(--rw-green-dark);
}

#rw-catalog-v2 .rw-offer-card__stock {
    padding: .35rem .8rem;
    border: 1px solid var(--rw-green);
    border-radius: 2rem;
    color: var(--rw-green-dark);
    white-space: nowrap;
}

#rw-catalog-v2 .rw-offer-card__stock.is-order {
    border-color: #c8a262;
    color: #9a6d26;
}

#rw-catalog-v2 .rw-offer-card__actions {
    display: grid;
}

#rw-catalog-v2 .rw-offer-card__basket, #rw-catalog-v2 .rw-offer-card__oneclick, #rw-catalog-v2 .rw-offer-card__details {
    border: 1px solid var(--rw-green);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--rw-green);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

#rw-catalog-v2 .rw-offer-card__oneclick {
    background: #fff;
    color: var(--rw-green-dark);
}

#rw-catalog-v2 .rw-offer-card__basket:hover, #rw-catalog-v2 .rw-offer-card__oneclick:hover, #rw-catalog-v2 .rw-offer-card__details:hover {
    border-color: var(--rw-yellow);
    background: var(--rw-yellow);
    color: #fff;
}

#rw-catalog-v2 .rw-offer-card__details {
    grid-column: 1 / -1;
}

@media (max-width: 1199px) {
    #rw-catalog-v2 .rw-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    #rw-catalog-v2 .rw-offer-card__picture {
        height: 15rem;
        padding: .8rem;
    }

    #rw-catalog-v2 .rw-offer-card__commercial {
        align-items: flex-start;
        flex-direction: column;
    }

    #rw-catalog-v2 .rw-offer-card__price {
        font-size: 1.5rem;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2 .rw-offer-grid {
        grid-template-columns: 1fr;
    }

    #rw-catalog-v2 .rw-offer-card__picture {
        height: 21rem;
    }
}

#rw-catalog-v2 .rw-catalog-check {
    border-left: 3px solid transparent;
    margin-left: -.8rem;
    margin-right: -.8rem;
    padding-left: .8rem;
    padding-right: .8rem;
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

#rw-catalog-v2 label.rw-catalog-check:hover, #rw-catalog-v2 .rw-catalog-purpose:hover, #rw-catalog-v2 .rw-catalog-purpose:focus-visible {
    color: var(--rw-green-dark);
    background: #f5f8f6;
    border-left-color: var(--rw-green);
    outline: none;
}

#rw-catalog-v2 label.rw-catalog-check:hover .rw-catalog-check__box, #rw-catalog-v2 .rw-catalog-purpose:hover .rw-catalog-check__box, #rw-catalog-v2 .rw-catalog-purpose:focus-visible .rw-catalog-check__box {
    border-color: var(--rw-green);
    box-shadow: 0 0 0 2px rgba(97,183,125,.12);
}

#rw-catalog-v2 .rw-catalog-purpose {
    min-height: 3.6rem;
    position: relative;
}

#rw-catalog-v2 .rw-catalog-purpose__arrow {
    color: #a0a7ac;
    font-size: 1.4rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .18s ease, transform .18s ease, color .18s ease;
}

#rw-catalog-v2 .rw-catalog-purpose:hover .rw-catalog-purpose__arrow, #rw-catalog-v2 .rw-catalog-purpose:focus-visible .rw-catalog-purpose__arrow, #rw-catalog-v2 .rw-catalog-purpose.is-checked .rw-catalog-purpose__arrow {
    color: var(--rw-green-dark);
    opacity: 1;
    transform: translateX(0);
}

#rw-catalog-v2 .rw-catalog-purpose.is-checked {
    color: var(--rw-green-dark);
    background: #f5f8f6;
    border-left-color: var(--rw-green);
    font-weight: 600;
}

#rw-catalog-v2 .rw-catalog-filter-submit-wrap {
    padding: 1.5rem 1.8rem;
}

#rw-catalog-v2 .rw-catalog-filter-submit {
    width: 100%;
    min-height: 4.2rem;
    border: 0;
    background: var(--rw-green);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

#rw-catalog-v2 .rw-catalog-filter-submit:hover {
    background: var(--rw-yellow);
}

#rw-catalog-v2 .rw-catalog-filter-reset {
    color: var(--rw-green-dark) !important;
    text-decoration: none !important;
}

#rw-catalog-v2 .rw-catalog-filter-reset:hover {
    text-decoration: underline !important;
}

#rw-catalog-v2 .rw-catalog-category-select, #rw-catalog-v2 .rw-catalog-filter-select {
    color: #30363b !important;
    background-color: #fff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #30363b !important;
}

#rw-catalog-v2 .rw-catalog-category-select option, #rw-catalog-v2 .rw-catalog-filter-select option {
    color: #30363b !important;
    background: #fff !important;
}

#rw-catalog-v2 .rw-catalog-filter-select:disabled {
    color: #979da2 !important;
    -webkit-text-fill-color: #979da2 !important;
    cursor: not-allowed;
}

#rw-catalog-v2 .rw-catalog-purpose-list {
    padding: 0 1.2rem 1.5rem !important;
}

#rw-catalog-v2 .rw-catalog-purpose-link {
    min-height: 3.8rem;
    margin: 0;
    padding: .9rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-left: 3px solid transparent;
    color: #5f6870;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.3;
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

#rw-catalog-v2 .rw-catalog-purpose-link:hover, #rw-catalog-v2 .rw-catalog-purpose-link:focus-visible, #rw-catalog-v2 .rw-catalog-purpose-link.is-current {
    color: var(--rw-green-dark);
    background: #f3f8f5;
    border-left-color: var(--rw-green);
    outline: none;
}

#rw-catalog-v2 .rw-catalog-purpose-link__arrow {
    flex: 0 0 auto;
    color: #a2a9ad;
    font-size: 1.8rem;
    line-height: 1;
    transform: translateX(-2px);
    transition: color .18s ease, transform .18s ease;
}

#rw-catalog-v2 .rw-catalog-purpose-link:hover .rw-catalog-purpose-link__arrow, #rw-catalog-v2 .rw-catalog-purpose-link:focus-visible .rw-catalog-purpose-link__arrow, #rw-catalog-v2 .rw-catalog-purpose-link.is-current .rw-catalog-purpose-link__arrow {
    color: var(--rw-green-dark);
    transform: translateX(2px);
}

#rw-catalog-v2 .bx-filter, #rw-catalog-v2 .smartfilter, #rw-catalog-v2 .b-filter:not(.rw-catalog-filter-panel) {
    display: none !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-filter-reset {
        font-size: 1.15rem !important;
    }
}

#rw-catalog-v2 .rw-catalog-filter-head {
    justify-content: space-between !important;
    gap: 1.2rem !important;
}

#rw-catalog-v2 .rw-catalog-filter-head strong {
    flex: 1 1 auto !important;
}

#rw-catalog-v2 .rw-catalog-filter-reset {
    flex: 0 0 auto !important;
    margin: 0 !important;
    position: static !important;
}

#rw-catalog-v2 .rw-catalog-toolbar {
    justify-content: flex-end !important;
}

#rw-catalog-v2 .rw-catalog-filter-empty {
    padding: .2rem 0 .8rem !important;
    color: #969da3 !important;
    font-size: 1.15rem !important;
    line-height: 1.45 !important;
}

#rw-catalog-v2 .rw-catalog-check input:checked + .rw-catalog-check__box:after {
    content: "" !important;
    display: block !important;
}

#rw-catalog-v2 .rw-catalog-check:has(input:checked) {
    color: var(--rw-green-dark) !important;
    background: #f5f8f6 !important;
    border-left-color: var(--rw-green) !important;
}

#rw-catalog-v2 .rw-catalog-filter-values {
    max-height: none !important;
    overflow: visible !important;
}

#rw-catalog-v2 .rw-catalog-filter-more {
    display: inline-block !important;
}

#rw-catalog-v2 .rw-catalog-section-head h2 {
    margin-bottom: 0 !important;
}

#rw-catalog-v2 .rw-catalog-hero, #rw-catalog-v2 .rw-catalog-toolbar, #rw-catalog-v2 .rw-catalog-view, #rw-catalog-v2 .rw-catalog-sort-form {
    display: none !important;
}

#rw-catalog-v2 .rw-catalog-filter-head {
    min-height: 5.8rem !important;
    padding: 1.5rem 1.7rem !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 1.4rem !important;
}

#rw-catalog-v2 .rw-catalog-filter-head strong {
    display: block !important;
    min-width: 0 !important;
    line-height: 1.2 !important;
}

#rw-catalog-v2 .rw-catalog-filter-reset {
    display: block !important;
    justify-self: end !important;
    max-width: 8rem !important;
    white-space: normal !important;
    text-align: right !important;
    line-height: 1.25 !important;
}

#rw-catalog-v2 .rw-catalog-category-select {
    color: #202428 !important;
    background: #fff !important;
    font-weight: 500 !important;
}

#rw-catalog-v2 .rw-catalog-filter-form {
    display: block !important;
}

#rw-catalog-v2 .rw-catalog-filter-form:empty {
    display: none !important;
}

#rw-catalog-v2 .rw-catalog-check.is-selected, #rw-catalog-v2 .rw-catalog-check:has(input:checked) {
    color: var(--rw-green-dark) !important;
    background: #f3f8f5 !important;
    border-left-color: var(--rw-green) !important;
}

#rw-catalog-v2 .rw-catalog-check input:checked + .rw-catalog-check__box {
    border-color: var(--rw-green) !important;
    background: var(--rw-green) !important;
}

#rw-catalog-v2 .rw-catalog-popular-card__body small {
    display: none !important;
}

#rw-catalog-v2 .rw-catalog-popular-card {
    min-height: 13.4rem !important;
}

#rw-catalog-v2 .rw-catalog-popular {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-filter-head {
        padding: 1.4rem 1.5rem !important;
    }
}

#rw-catalog-v2.is-section .rw-catalog-popular, #rw-catalog-v2.is-product .rw-catalog-popular, #rw-catalog-v2.is-root .rw-catalog-popular {
    display: block !important;
}

#rw-catalog-v2 .rw-catalog-check {
    position: relative;
    user-select: none;
}

#rw-catalog-v2 .rw-catalog-check input:focus-visible + .rw-catalog-check__box {
    outline: 2px solid rgba(97,183,125,.35);
    outline-offset: 2px;
}

#rw-catalog-v2 .b-catalog.is-wide {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
}

#rw-catalog-v2 .b-catalog.is-wide .rw-catalog-main {
    width: 100% !important;
    min-width: 0 !important;
}

#rw-catalog-v2.is-root .rw-catalog-context-categories, #rw-catalog-v2.is-parent .rw-catalog-context-categories, #rw-catalog-v2.is-leaf .rw-catalog-context-categories, #rw-catalog-v2.is-product .rw-catalog-context-categories {
    display: block !important;
}

#rw-catalog-v2.is-parent .rw-catalog-popular-track {
    justify-content: flex-start;
    overflow-x: visible;
    flex-wrap: wrap;
    padding-bottom: 0;
}

#rw-catalog-v2.is-parent .rw-catalog-scroll-controls {
    display: none !important;
}

#rw-catalog-v2.is-parent .rw-catalog-popular-card {
    flex: 0 0 15.5rem !important;
    min-height: 15rem !important;
}

#rw-catalog-v2.is-parent .rw-catalog-popular-card__image {
    height: 9rem !important;
    flex-basis: 9rem !important;
}

#rw-catalog-v2.is-root .rw-catalog-popular, #rw-catalog-v2.is-parent .rw-catalog-popular {
    margin-bottom: 3.2rem !important;
}

@media (max-width: 991px) {
    #rw-catalog-v2.is-wide #b-catalog-list .rw-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    #rw-catalog-v2.is-wide #b-catalog-list .rw-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    #rw-catalog-v2.is-parent .rw-catalog-popular-card {
        flex-basis: calc(50% - .5rem) !important;
        min-width: 0;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2.is-wide #b-catalog-list .rw-catalog-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2.is-parent .rw-catalog-popular-card {
        flex-basis: 100% !important;
    }
}

#rw-catalog-v2 .rw-catalog-navigation-rails {
    display: grid;
    gap: 2.4rem;
    margin-bottom: 3.2rem;
}

#rw-catalog-v2 .rw-catalog-navigation-rails .rw-catalog-popular {
    margin-bottom: 0 !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-track {
    padding-bottom: .4rem;
}

#rw-catalog-v2 .rw-catalog-rail--secondary {
    background: #f6f6f6;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-section-head {
    margin-bottom: 1.2rem;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-scroll-controls {
    display: none !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-track {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 17rem));
    padding: 0 !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card {
    background: #fff;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image {
    flex-basis: 6.4rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card strong {
    font-size: 1.25rem !important;
}

#rw-catalog-v2 .rw-catalog-popular-card.is-active {
    border-color: var(--rw-green) !important;
    background: #f3faf5 !important;
    box-shadow: inset 0 -3px 0 var(--rw-green);
}

#rw-catalog-v2 .rw-catalog-popular-card.is-active strong {
    color: var(--rw-green-dark);
}

#rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-popular-track, #rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-popular-card, #rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-popular-card__image {
    flex-wrap: nowrap !important;
}

#rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-popular-card {
    flex: 0 0 13.8rem !important;
    min-height: 15rem !important;
}

#rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-popular-card__image {
    height: 9rem !important;
}

#rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-scroll-controls {
    display: flex !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-navigation-rails {
        gap: 1.8rem;
        margin-bottom: 2.4rem;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-track {
        grid-template-columns: 1fr;
    }
}

#rw-catalog-v2 .rw-catalog-navigation-rails, #rw-catalog-v2 .rw-catalog-rail, #rw-catalog-v2 .rw-catalog-popular-track {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 1rem !important;
    overflow-x: auto !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card {
    flex: 0 0 13.8rem !important;
    width: 13.8rem !important;
    max-width: 13.8rem !important;
    min-width: 13.8rem !important;
    min-height: 13.8rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__image {
    width: 100% !important;
    height: 8rem !important;
    flex: none !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary {
    width: 100% !important;
    padding: 1.7rem 2rem 1.9rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-track {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 1rem !important;
    overflow: visible !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card {
    flex: 0 0 15rem !important;
    width: 15rem !important;
    max-width: 15rem !important;
    min-width: 15rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image {
    width: 100% !important;
}

#rw-catalog-v2 .rw-catalog-filter-panel {
    gap: 0 !important;
}

#rw-catalog-v2 .rw-catalog-filter-head {
    margin: 0 !important;
}

#rw-catalog-v2 .rw-catalog-check.is-preset {
    background: #f3f8f5 !important;
    color: var(--rw-green-dark) !important;
}

#rw-catalog-v2 .rw-catalog-check.is-preset input:disabled + input + .rw-catalog-check__box, #rw-catalog-v2 .rw-catalog-check.is-preset .rw-catalog-check__box {
    border-color: var(--rw-green) !important;
    background: var(--rw-green) !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card {
        flex-basis: 12.5rem !important;
        width: 12.5rem !important;
        max-width: 12.5rem !important;
        min-width: 12.5rem !important;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

#rw-catalog-v2 .rw-catalog-card__body {
    min-height: 20.5rem !important;
    padding: 1.7rem !important;
}

#rw-catalog-v2 .rw-catalog-card__title {
    min-height: 4.2rem !important;
    font-size: 1.68rem !important;
    line-height: 1.28 !important;
}

#rw-catalog-v2 .rw-catalog-card__meta, #rw-catalog-v2 .rw-catalog-card__stock {
    font-size: 1.3rem !important;
    line-height: 1.45 !important;
}

#rw-catalog-v2 .rw-catalog-card__price {
    margin-top: 1.25rem !important;
    font-size: 1.82rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

#rw-catalog-v2 .rw-offer-card__body {
    padding: 1.7rem !important;
}

#rw-catalog-v2 .rw-offer-card__title {
    font-size: 1.63rem !important;
    line-height: 1.32 !important;
}

#rw-catalog-v2 .rw-offer-card__meta {
    margin-top: .9rem !important;
    font-size: 1.3rem !important;
    line-height: 1.45 !important;
}

#rw-catalog-v2 .rw-offer-card__price {
    font-size: 1.82rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

#rw-catalog-v2 .rw-offer-card__stock {
    font-size: 1.2rem !important;
}

#rw-catalog-v2 .rw-catalog-filter-head strong {
    font-size: 1.72rem !important;
}

#rw-catalog-v2 .rw-catalog-filter-reset {
    font-size: 1.25rem !important;
}

#rw-catalog-v2 .rw-catalog-filter-title {
    font-size: 1.48rem !important;
    line-height: 1.3 !important;
}

#rw-catalog-v2 .rw-catalog-check {
    min-height: 3.15rem !important;
    font-size: 1.3rem !important;
    line-height: 1.35 !important;
}

#rw-catalog-v2 .rw-catalog-check small {
    font-size: 1.12rem !important;
}

#rw-catalog-v2 .rw-catalog-filter-more {
    font-size: 1.2rem !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-sidebar {
        width: 100% !important;
        margin: 0 0 1.6rem !important;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle {
        width: 100% !important;
        min-height: 4.8rem !important;
        padding: 0 1.5rem !important;
        border: 1px solid var(--rw-green) !important;
        border-radius: 0 !important;
        display: grid !important;
        grid-template-columns: 2.2rem minmax(0, 1fr) 2rem !important;
        align-items: center !important;
        gap: 1rem !important;
        background: var(--rw-green) !important;
        color: #fff !important;
        text-align: left !important;
        font-size: 1.5rem !important;
        line-height: 1 !important;
        font-weight: 700 !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle:hover, #rw-catalog-v2 .rw-catalog-filter-toggle:focus-visible {
        border-color: var(--rw-yellow) !important;
        background: var(--rw-yellow) !important;
        outline: none !important;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle__icon {
        width: 2rem;
        display: grid;
        gap: .35rem;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle__icon i {
        height: 1px;
        display: block;
        background: currentColor;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle__icon i:nth-child(2) {
        width: 1.45rem;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle__icon i:nth-child(3) {
        width: 1.75rem;
    }

    #rw-catalog-v2 .rw-catalog-filter-toggle__mark {
        justify-self: end;
        font-size: 2rem;
        line-height: 1;
        font-weight: 400;
    }

    #rw-catalog-v2 .rw-catalog-filter-panel {
        display: none !important;
        margin: 1rem 0 0 !important;
    }

    #rw-catalog-v2 .rw-catalog-sidebar.is-open .rw-catalog-filter-panel {
        display: block !important;
    }

    #rw-catalog-v2 .rw-catalog-card__body {
        min-height: 19rem !important;
        padding: 1.35rem !important;
    }

    #rw-catalog-v2 .rw-catalog-card__title {
        font-size: 1.52rem !important;
    }

    #rw-catalog-v2 .rw-catalog-card__meta, #rw-catalog-v2 .rw-catalog-card__stock, #rw-catalog-v2 .rw-offer-card__meta {
        font-size: 1.25rem !important;
    }

    #rw-catalog-v2 .rw-offer-card__body {
        padding: 1.35rem !important;
    }

    #rw-catalog-v2 .rw-offer-card__title {
        font-size: 1.5rem !important;
    }
}

#rw-catalog-v2 .rw-catalog-card__title, #rw-catalog-v2 .rw-offer-card__title, #rw-catalog-v2 .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-filter-title, #rw-catalog-v2 .rw-catalog-filter-head strong {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
}

#rw-catalog-v2 .rw-catalog-card__meta, #rw-catalog-v2 .rw-catalog-card__stock, #rw-catalog-v2 .rw-offer-card__meta, #rw-catalog-v2 .rw-catalog-check {
    font-size: 1.3rem !important;
    line-height: 1.45 !important;
}

#rw-catalog-v2 .rw-offer-card__basket, #rw-catalog-v2 .rw-offer-card__oneclick, #rw-catalog-v2 .rw-offer-card__details {
    box-sizing: border-box !important;
    min-height: 4.2rem !important;
    padding: .9rem 1rem !important;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}

#rw-catalog-v2 .rw-price-currency {
    font-weight: 400 !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-card__title, #rw-catalog-v2 .rw-offer-card__title, #rw-catalog-v2 .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-filter-title, #rw-catalog-v2 .rw-catalog-filter-head strong {
        font-size: 1.6rem !important;
    }

    #rw-catalog-v2 .rw-catalog-card__meta, #rw-catalog-v2 .rw-catalog-card__stock, #rw-catalog-v2 .rw-offer-card__meta, #rw-catalog-v2 .rw-catalog-check {
        font-size: 1.3rem !important;
    }

    #rw-catalog-v2 .rw-catalog-card__button {
        height: 4rem !important;
        min-height: 4rem !important;
        font-size: 1.4rem !important;
    }
}

#rw-catalog-v2 .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card strong {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

#rw-catalog-v2 .rw-catalog-section-head h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-section-head h2 {
    font-size: 1.8rem !important;
}

#rw-catalog-v2 .rw-catalog-card__body {
    display: flex !important;
    flex-direction: column !important;
}

#rw-catalog-v2 .rw-catalog-card__button {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    align-self: flex-start !important;
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 13.5rem !important;
    height: 4rem !important;
    min-height: 4rem !important;
    margin-top: auto !important;
    padding: 0 1.8rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-align: center !important;
    vertical-align: middle !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card strong, #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card strong {
        font-size: 1.35rem !important;
    }

    #rw-catalog-v2 .rw-catalog-section-head h2 {
        font-size: 1.8rem !important;
    }

    #rw-catalog-v2 .rw-catalog-card__button {
        margin-top: auto !important;
    }
}

#rw-catalog-v2:not(.is-wide) #b-catalog-list .rw-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#rw-catalog-v2.is-wide #b-catalog-list .rw-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 21.5rem !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__price {
    margin-top: auto !important;
    padding-top: 1.4rem !important;
}

#rw-catalog-v2 #b-catalog-list .rw-catalog-card__button {
    position: static !important;
    inset: auto !important;
    align-self: flex-start !important;
    box-sizing: border-box !important;
    width: 14rem !important;
    min-width: 14rem !important;
    max-width: 100% !important;
    height: 4rem !important;
    min-height: 4rem !important;
    margin: 1.2rem 0 0 !important;
    padding: 0 1.6rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: none !important;
}

@media (max-width: 1199px) {
    #rw-catalog-v2:not(.is-wide) #b-catalog-list .rw-catalog-grid, #rw-catalog-v2.is-wide #b-catalog-list .rw-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    #rw-catalog-v2:not(.is-wide) #b-catalog-list .rw-catalog-grid, #rw-catalog-v2.is-wide #b-catalog-list .rw-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    #rw-catalog-v2 #b-catalog-list .rw-catalog-card__body {
        min-height: 19rem !important;
    }

    #rw-catalog-v2 #b-catalog-list .rw-catalog-card__button {
        width: 14rem !important;
        min-width: 14rem !important;
        height: 4rem !important;
        min-height: 4rem !important;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2:not(.is-wide) #b-catalog-list .rw-catalog-grid, #rw-catalog-v2.is-wide #b-catalog-list .rw-catalog-grid {
        grid-template-columns: 1fr !important;
    }
}

#rw-catalog-v2 .rw-offer-card__actions {
    position: relative !important;
    height: 4.2rem !important;
    min-height: 4.2rem !important;
    margin: 1.2rem 0 0 !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-auto-rows: 4.2rem !important;
    align-items: stretch !important;
    gap: .8rem !important;
}

#rw-catalog-v2 .rw-offer-card__oneclick-wrap {
    min-width: 0 !important;
    width: 100% !important;
    height: 4.2rem !important;
    min-height: 4.2rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

#rw-catalog-v2 .rw-offer-card__basket, #rw-catalog-v2 .rw-offer-card__oneclick-wrap .rw-offer-card__oneclick {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 4.2rem !important;
    min-height: 4.2rem !important;
    margin: 0 !important;
    padding: .75rem .8rem !important;
}

#rw-catalog-v2 .rw-offer-card__oneclick-wrap > :not(.rw-offer-card__oneclick) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-offer-card__actions {
        height: 4.2rem !important;
        min-height: 4.2rem !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    }
}

@media (max-width: 359px) {
    #rw-catalog-v2 .rw-offer-card__actions {
        height: auto !important;
        min-height: 0 !important;
        grid-template-columns: 1fr !important;
        grid-auto-rows: 4.2rem !important;
    }
}

#rw-catalog-v2 .rw-catalog-popular-card:hover {
    transform: none !important;
    border-color: var(--rw-green) !important;
    box-shadow: inset 0 0 0 1px var(--rw-green), 0 .5rem 1.5rem rgba(0,0,0,.05) !important;
}

#rw-catalog-v2 .rw-catalog-popular-card.is-active:hover {
    border-color: var(--rw-green) !important;
    box-shadow: inset 0 0 0 1px var(--rw-green),
        inset 0 -3px 0 var(--rw-green),
        0 .5rem 1.5rem rgba(0,0,0,.05) !important;
}

#rw-catalog-v2 .rw-offer-grid {
    align-items: start !important;
}

#rw-catalog-v2 .rw-offer-card__inner {
    height: auto !important;
}

#rw-catalog-v2 .rw-offer-card__body {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 1.4rem !important;
}

#rw-catalog-v2 .rw-offer-card__title {
    min-height: 4.2rem !important;
}

#rw-catalog-v2 .rw-offer-card__meta {
    min-height: 1.9rem !important;
}

#rw-catalog-v2 .rw-offer-card__commercial {
    margin-top: 1.7rem !important;
    padding-top: 0 !important;
}

#rw-catalog-v2 .rw-offer-card__actions {
    margin-top: 1.2rem !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-offer-card__body {
        min-height: 0 !important;
        padding-bottom: 1.2rem !important;
    }

    #rw-catalog-v2 .rw-offer-card__title {
        min-height: 4rem !important;
    }

    #rw-catalog-v2 .rw-offer-card__commercial {
        margin-top: 1.4rem !important;
    }
}

#rw-catalog-v2 .rw-catalog-rail--primary {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-track, #rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-track, #rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-track {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    padding: 0 0 .4rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card, #rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-card, #rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-card, #rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-popular-card {
    box-sizing: border-box !important;
    flex: 0 0 13.8rem !important;
    width: 13.8rem !important;
    min-width: 13.8rem !important;
    max-width: 13.8rem !important;
    display: flex !important;
    flex-direction: column !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__image, #rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-card__image, #rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-card__image {
    box-sizing: border-box !important;
    width: 100% !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__body {
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card strong {
    margin: 0 !important;
    min-height: 3.4rem !important;
    max-height: 3.4rem !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card, #rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-card, #rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-card {
        flex-basis: 12.5rem !important;
        width: 12.5rem !important;
        min-width: 12.5rem !important;
        max-width: 12.5rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__image {
        flex-basis: 7.2rem !important;
        height: 7.2rem !important;
        min-height: 7.2rem !important;
        max-height: 7.2rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card strong {
        font-size: 1.35rem !important;
    }
}

#rw-catalog-v2 .rw-offer-card__basket {
    position: relative;
    overflow: hidden;
}

#rw-catalog-v2 .rw-offer-card__basket-default,
#rw-catalog-v2 .rw-offer-card__basket-added {
    align-items: center;
    justify-content: center;
    gap: .55rem;
    width: 100%;
    line-height: 1.2;
}

#rw-catalog-v2 .rw-offer-card__basket-default {
    display: inline-flex;
}

#rw-catalog-v2 .rw-offer-card__basket-added {
    display: none;
}

#rw-catalog-v2 .rw-offer-card__basket.active,
#rw-catalog-v2 .rw-offer-card__basket.active:hover,
#rw-catalog-v2 .rw-offer-card__basket.disabled.active {
    background: var(--rw-green-dark) !important;
    border-color: var(--rw-green-dark) !important;
    color: #fff !important;
    cursor: default !important;
    animation: rw-catalog-basket-added .42s ease both;
    box-shadow: 0 0 0 .3rem rgba(50, 163, 127, .13);
}

#rw-catalog-v2 .rw-offer-card__basket.active .rw-offer-card__basket-default {
    display: none;
}

#rw-catalog-v2 .rw-offer-card__basket.active .rw-offer-card__basket-added {
    display: inline-flex;
}

@keyframes rw-catalog-basket-added {
    0% {
        transform: scale(1);
    }

    45% {
        transform: scale(.95);
    }

    100% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    #rw-catalog-v2 .rw-offer-card__basket.active {
        animation: none;
    }
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card,
#rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-card,
#rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-card,
#rw-catalog-v2.is-parent .rw-catalog-rail--primary .rw-catalog-popular-card {
    height: 15.4rem !important;
    min-height: 15.4rem !important;
    max-height: 15.4rem !important;
    padding: .8rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__image,
#rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-card__image,
#rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-card__image {
    flex: 0 0 9.2rem !important;
    height: 9.2rem !important;
    min-height: 9.2rem !important;
    max-height: 9.2rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__body {
    padding-top: .65rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card {
    min-height: 12.2rem !important;
    padding: .8rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image {
    height: 7.8rem !important;
    min-height: 7.8rem !important;
    max-height: 7.8rem !important;
    flex: 0 0 7.8rem !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__body {
    padding-top: .6rem !important;
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card,
    #rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-card,
    #rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-card {
        height: 14.8rem !important;
        min-height: 14.8rem !important;
        max-height: 14.8rem !important;
        padding: .7rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--primary .rw-catalog-popular-card__image,
    #rw-catalog-v2.has-sidebar .rw-catalog-rail--primary .rw-catalog-popular-card__image,
    #rw-catalog-v2.is-wide .rw-catalog-rail--primary .rw-catalog-popular-card__image {
        flex-basis: 8.4rem !important;
        height: 8.4rem !important;
        min-height: 8.4rem !important;
        max-height: 8.4rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image {
        flex-basis: 8.6rem !important;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image {
        flex-basis: 9.2rem !important;
    }
}

@media (max-width: 767px) {
    #rw-catalog-v2 .rw-catalog-rail--secondary {
        padding: 1.4rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-track {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: .9rem !important;
        width: 100% !important;
        overflow: visible !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card {
        position: relative !important;
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: 11.5rem minmax(0, 1fr) 2rem !important;
        align-items: center !important;
        column-gap: 1rem !important;
        flex: 0 0 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;
        min-height: 8.8rem !important;
        max-height: none !important;
        padding: .7rem 1rem .7rem .7rem !important;
        background: #fff !important;
        border: 1px solid #dedede !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image {
        grid-column: 1 !important;
        grid-row: 1 !important;
        box-sizing: border-box !important;
        width: 11.5rem !important;
        min-width: 11.5rem !important;
        max-width: 11.5rem !important;
        height: 7.4rem !important;
        min-height: 7.4rem !important;
        max-height: 7.4rem !important;
        flex: none !important;
        margin: 0 !important;
        overflow: hidden !important;
        background: #f7f5f1 !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image.is-placeholder {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-category-placeholder {
        transform: scale(.92);
        transform-origin: center;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__body {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: center !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card strong {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        margin: 0 !important;
        min-height: 0 !important;
        max-height: none !important;
        font-size: 1.45rem !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
        color: #222 !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card::after {
        content: "›";
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        font-family: Arial, sans-serif;
        font-size: 2.8rem;
        font-weight: 300;
        line-height: 1;
        color: #222;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card:hover {
        border-color: var(--rw-green) !important;
        box-shadow: none !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card.is-active {
        border-color: var(--rw-green) !important;
        box-shadow: inset .3rem 0 0 var(--rw-green) !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card.is-active strong {
        color: var(--rw-green-dark) !important;
    }
}

@media (max-width: 479px) {
    #rw-catalog-v2 .rw-catalog-rail--secondary {
        padding: 1.2rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card {
        grid-template-columns: 10.5rem minmax(0, 1fr) 1.8rem !important;
        column-gap: .9rem !important;
        min-height: 8.4rem !important;
        padding: .65rem .9rem .65rem .65rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card__image {
        width: 10.5rem !important;
        min-width: 10.5rem !important;
        max-width: 10.5rem !important;
        height: 7rem !important;
        min-height: 7rem !important;
        max-height: 7rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card strong {
        font-size: 1.4rem !important;
    }

    #rw-catalog-v2 .rw-catalog-rail--secondary .rw-catalog-popular-card::after {
        font-size: 2.5rem;
    }
}

#b-product.rw-product-v2 {
    --rw-product-site-green: var(--color-active, #61b77d);
    --rw-product-site-green-hover: #4fa86d;
    --rw-product-green: #55b576;
    --rw-product-green-dark: #168345;
    --rw-product-green-soft: #eef8f1;
    --rw-product-text: #111;
    --rw-product-muted: #777;
    --rw-product-border: #e4e7e5;
    --rw-product-bg: #f7f8f7;
    display: block;
    margin: 0;
}

#b-product.rw-product-v2 * {
    box-sizing: border-box;
}

#b-product.rw-product-v2 .rw-product-v2__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 39rem;
    gap: 3rem;
    align-items: start;
}

#b-product.rw-product-v2 .b-product-gallery {
    width: auto;
    min-width: 0;
    padding: 0;
    margin: 0;
}

#b-product.rw-product-v2 .b-product-gallery-slider {
    min-height: 48rem;
    border: 1px solid var(--rw-product-border);
    background: #fff;
    position: relative;
}

#b-product.rw-product-v2 .b-product-gallery-slider .flexslider,
#b-product.rw-product-v2 .b-product-gallery-slider .flex-viewport,
#b-product.rw-product-v2 .b-product-gallery-slider .slides,
#b-product.rw-product-v2 .b-product-gallery-slider .slides > li,
#b-product.rw-product-v2 .b-product-gallery-slider .slides > li > a {
    height: 100%;
    min-height: 48rem;
}

#b-product.rw-product-v2 .b-product-gallery-slider .flexslider img {
    width: 100%;
    height: 48rem;
    object-fit: contain;
    display: block;
}

#b-product.rw-product-v2 .b-product-labels {
    left: 1.6rem;
    top: 1.6rem;
    z-index: 4;
}

#b-product.rw-product-v2 .b-product-labels > span {
    padding: .8rem 1.5rem;
    border-radius: .2rem;
}

#b-product.rw-product-v2 .rw-product-gallery-expand {
    color: #555;
    background: rgba(255,255,255,.94);
    min-height: 3.8rem;
    padding: 0 1.4rem;
    border: 1px solid var(--rw-product-border);
    position: absolute;
    right: 1.3rem;
    bottom: 1.3rem;
    z-index: 4;
    cursor: pointer;
    transition: border-color .2s, color .2s, background .2s;
}

#b-product.rw-product-v2 .rw-product-gallery-expand:hover {
    color: var(--rw-product-green-dark);
    border-color: var(--rw-product-green);
    background: #fff;
}

#b-product.rw-product-v2 .b-product-gallery-nav {
    position: relative;
}

#b-product.rw-product-v2 .b-product-gallery-thumbs {
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

#b-product.rw-product-v2 .b-product-gallery-thumbs .flexslider {
    width: 100%;
    margin: 0;
}

#b-product.rw-product-v2 .b-product-gallery-thumbs li span {
    height: 10.5rem;
    margin: 0 .7rem 0 0;
    border: 1px solid var(--rw-product-border);
    background: #fff;
    overflow: hidden;
    transition: border-color .2s;
}

#b-product.rw-product-v2 .b-product-gallery-thumbs li:hover span,
#b-product.rw-product-v2 .b-product-gallery-thumbs li.flex-active-slide span {
    border-color: var(--rw-product-green);
}

#b-product.rw-product-v2 .b-product-gallery-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-48rem - 1.4rem);
    height: 48rem;
    z-index: 3;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns span {
    pointer-events: auto;
    font-size: 0;
    width: 4.4rem;
    height: 4.4rem;
    margin: -2.2rem 0 0 !important;
    border: 1px solid var(--rw-product-border);
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns span:hover {
    border-color: var(--rw-product-green);
    box-shadow: 0 .4rem 1.4rem rgba(0,0,0,.09);
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns span:before {
    content: "";
    width: .9rem;
    height: .9rem;
    border-top: 1.5px solid #444;
    border-right: 1.5px solid #444;
    position: absolute;
    top: 50%;
    left: 50%;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .b-navbtn-prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .b-navbtn-next:before {
    transform: translate(-65%, -50%) rotate(45deg);
}

#b-product.rw-product-v2 .rw-product-gallery-empty {
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rw-product-border);
    color: var(--rw-product-muted);
    background: var(--rw-product-bg);
}

#b-product.rw-product-v2 .rw-product-benefits {
    display: grid;
    margin-top: 1.6rem;
    border: 1px solid var(--rw-product-border);
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-benefits > div {
    min-width: 0;
    border-left: 1px solid var(--rw-product-border);
    display: grid;
    align-items: center;
}

#b-product.rw-product-v2 .rw-product-benefits > div:first-child {
    border-left: 0;
}

#b-product.rw-product-v2 .rw-product-benefits span {
    grid-row: 1 / span 2;
    color: var(--rw-product-site-green);
}

#b-product.rw-product-v2 .rw-product-benefits strong {
    line-height: 1.25;
}

#b-product.rw-product-v2 .rw-product-benefits small {
    color: var(--rw-product-muted);
    line-height: 1.3;
}

#b-product.rw-product-v2 .b-product-info {
    width: auto;
    padding: 0;
}

#b-product.rw-product-v2 .rw-product-panel {
    position: sticky;
    top: 12rem;
}

#b-product.rw-product-v2 .rw-product-buyblock {
    display: block;
    border: 1px solid var(--rw-product-border);
    background: #fff;
    box-shadow: 0 .8rem 2.6rem rgba(0,0,0,.045);
}

#b-product.rw-product-v2 .rw-product-panel__price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

#b-product.rw-product-v2 .b-product-prices {
    height: auto;
    display: block;
}

#b-product.rw-product-v2 .b-price {
    font-size: 2.8rem;
    line-height: 1.08;
    color: var(--rw-product-site-green);
    white-space: nowrap;
}

#b-product.rw-product-v2 .b-product-price-meter {
    color: #666;
    font-size: 1.45rem;
    line-height: 1.2;
    margin-top: .7rem;
}

#b-product.rw-product-v2 .b-product-stock {
    padding-top: .3rem;
    white-space: nowrap;
}

#b-product.rw-product-v2 .b-stock {
    color: var(--rw-product-site-green);
    background: transparent;
    padding: 0;
    border: 0;
}

#b-product.rw-product-v2 .b-stock:before {
    content: "✓";
    margin-right: .5rem;
}

#b-product.rw-product-v2 .rw-product-configuration__title,
#b-product.rw-product-v2 .rw-product-order__label {
    font-weight: 700;
    color: var(--rw-product-text);
    margin-bottom: .9rem;
}

#b-product.rw-product-v2 .rw-product-configuration__value {
    min-height: 4.2rem;
    padding: .9rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--rw-product-green-dark);
    background: var(--rw-product-green-soft);
}

#b-product.rw-product-v2 .rw-product-configuration__value span {
    min-width: 0;
    font-size: 1.15rem;
    line-height: 1.4;
}

#b-product.rw-product-v2 .rw-product-configuration__edit {
    flex: 0 0 auto;
    color: var(--rw-product-green-dark);
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
}

#b-product.rw-product-v2 .rw-product-param {
    margin: 0 0 1rem;
    display: grid;
    align-items: center;
}

#b-product.rw-product-v2 .rw-product-param .b-product-param-title {
    font: 600 1.3rem/1.25 var(--font-title);
    margin: 0;
}

#b-product.rw-product-v2 .rw-product-param-select {
    width: 100%;
    min-width: 0;
    padding: 0 3.6rem 0 1.3rem;
    border: 1px solid var(--rw-product-border);
    border-radius: 0;
    color: #222;
    background-color: #fff;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
}

#b-product.rw-product-v2 .rw-product-param-select:hover,
#b-product.rw-product-v2 .rw-product-param-select:focus {
    border-color: var(--rw-product-green);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(85,181,118,.09);
}

#b-product.rw-product-v2 .rw-product-extra-params,
#b-product.rw-product-v2 .rw-product-services {
    margin-top: .8rem;
    border: 1px solid var(--rw-product-border);
    background: var(--rw-product-bg);
}

#b-product.rw-product-v2 .rw-product-extra-params > summary,
#b-product.rw-product-v2 .rw-product-services > summary {
    min-height: 4rem;
    padding: 0 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--rw-product-green-dark);
    cursor: pointer;
    list-style: none;
}

#b-product.rw-product-v2 .rw-product-extra-params > summary::-webkit-details-marker,
#b-product.rw-product-v2 .rw-product-services > summary::-webkit-details-marker {
    display: none;
}

#b-product.rw-product-v2 .rw-product-extra-params > summary:after,
#b-product.rw-product-v2 .rw-product-services > summary:after {
    content: "⌄";
}

#b-product.rw-product-v2 .rw-product-extra-params[open] > summary:after,
#b-product.rw-product-v2 .rw-product-services[open] > summary:after {
    content: "⌃";
}

#b-product.rw-product-v2 .rw-product-extra-params__body {
    padding: 1rem 1.2rem .2rem;
    border-top: 1px solid var(--rw-product-border);
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-services .b-product-param-checks {
    margin: 0;
    padding: 1rem 1.2rem;
    border-top: 1px solid var(--rw-product-border);
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-order {
    border-top: 1px solid var(--rw-product-border);
}

#b-product.rw-product-v2 .b-quantity {
    border: 1px solid var(--rw-product-border);
    background: #fff;
}

#b-product.rw-product-v2 .b-quantity .less,
#b-product.rw-product-v2 .b-quantity .more {
    width: 4.1rem;
    height: 4rem;
    color: var(--rw-product-green-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

#b-product.rw-product-v2 .b-quantity input {
    min-width: 0;
}

#b-product.rw-product-v2 .rw-product-order__conversion {
    color: #666;
    font-size: 1.15rem;
}

#b-product.rw-product-v2 .rw-product-order__conversion small {
    color: #999;
}

#b-product.rw-product-v2 .rw-product-total {
    margin-bottom: 1.4rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

#b-product.rw-product-v2 .rw-product-total > span {
    width: 100%;
    margin-bottom: .4rem;
}

#b-product.rw-product-v2 .rw-product-total strong {
    font: 700 2.3rem/1.15 var(--font-title);
    color: var(--rw-product-text);
}

#b-product.rw-product-v2 .rw-product-actions {
    display: grid;
    gap: 1rem;
}

#b-product.rw-product-v2 .rw-product-actions .b-product-basket,
#b-product.rw-product-v2 .rw-product-actions .b-product-oneclick,
#b-product.rw-product-v2 .rw-product-actions .btn,
#b-product.rw-product-v2 .rw-product-actions .o-w-btn {
    width: 100%;
    max-width: none;
    margin: 0;
}

#b-product.rw-product-v2 .rw-product-actions .b-product-buy {
    min-height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rw-product-site-green);
    color: #fff;
}

#b-product.rw-product-v2 .rw-product-actions .b-product-buy:hover {
    background: var(--rw-product-site-green-hover);
}

#b-product.rw-product-v2 .rw-product-actions .b-product-oneclick .btn {
    min-height: 4.6rem;
    color: var(--rw-product-site-green);
    background: #fff;
    border: 1px solid var(--rw-product-site-green);
}

#b-product.rw-product-v2 .rw-product-delivery-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--rw-product-border);
}

#b-product.rw-product-v2 .rw-product-delivery-summary > div {
    min-width: 0;
    padding: 1.3rem;
    display: grid;
    border-left: 1px solid var(--rw-product-border);
}

#b-product.rw-product-v2 .rw-product-delivery-summary > div:first-child {
    border-left: 0;
}

#b-product.rw-product-v2 .rw-product-delivery-summary span {
    grid-row: 1 / span 2;
    color: var(--rw-product-site-green);
    font-size: 1.8rem;
}

#b-product.rw-product-v2 .rw-product-delivery-summary strong {
    font-size: 1.15rem;
}

#b-product.rw-product-v2 .rw-product-delivery-summary small {
    color: var(--rw-product-muted);
    font-size: 1rem;
    line-height: 1.35;
}

#b-product.rw-product-v2 .rw-product-unavailable {
    padding: 3rem;
    border: 1px solid var(--rw-product-border);
    background: var(--rw-product-bg);
}

@media (max-width: 1199px) {
    #b-product.rw-product-v2 .rw-product-v2__main {
        grid-template-columns: minmax(0, 1fr) 35rem;
        gap: 2rem;
    }

    #b-product.rw-product-v2 .rw-product-tabs {
        width: calc(100% - 37rem);
        margin-right: 37rem;
    }

    #b-product.rw-product-v2 .rw-product-benefits > div:nth-child(3) {
        border-left: 0;
    }

    #b-product.rw-product-v2 .rw-product-benefits > div:nth-child(n/**/+3) {
        border-top: 1px solid var(--rw-product-border);
    }
}

@media (max-width: 991px) {
    #b-product.rw-product-v2 .rw-product-tabs {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .b-product-gallery-slider,
    #b-product.rw-product-v2 .b-product-gallery-slider .flexslider,
    #b-product.rw-product-v2 .b-product-gallery-slider .flex-viewport,
    #b-product.rw-product-v2 .b-product-gallery-slider .slides,
    #b-product.rw-product-v2 .b-product-gallery-slider .slides > li,
    #b-product.rw-product-v2 .b-product-gallery-slider .slides > li > a {
        min-height: 29rem;
        height: 29rem;
    }

    #b-product.rw-product-v2 .b-product-gallery-slider .flexslider img {
        height: 29rem;
    }

    #b-product.rw-product-v2 .b-product-gallery-nav-btns {
        top: calc(-29rem - 1.4rem);
        height: 29rem;
    }

    #b-product.rw-product-v2 .b-product-gallery-thumbs li span {
        height: 8rem;
    }

    #b-product.rw-product-v2 .rw-product-benefits {
        grid-template-columns: 1fr;
    }

    #b-product.rw-product-v2 .rw-product-benefits > div,
    #b-product.rw-product-v2 .rw-product-benefits > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--rw-product-border);
    }

    #b-product.rw-product-v2 .rw-product-benefits > div:first-child {
        border-top: 0;
    }
}

@media (max-width: 479px) {
    #b-product.rw-product-v2 .rw-product-panel__price-row {
        display: block;
    }

    #b-product.rw-product-v2 .b-product-stock {
        margin-top: 1rem;
    }

    #b-product.rw-product-v2 .rw-product-param {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    #b-product.rw-product-v2 .rw-product-order__qty-row {
        flex-direction: column;
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary {
        grid-template-columns: 1fr;
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary > div {
        border-left: 0;
        border-top: 1px solid var(--rw-product-border);
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary > div:first-child {
        border-top: 0;
    }
}

#b-product.rw-product-v2 .rw-product-buyblock {
    padding: 2.1rem;
}

#b-product.rw-product-v2 .rw-product-configuration {
    margin-top: 1.8rem;
}

#b-product.rw-product-v2 .rw-product-params {
    margin-top: 1.4rem;
}

#b-product.rw-product-v2 .rw-product-param {
    margin-bottom: .8rem;
    grid-template-columns: 9.4rem minmax(0, 1fr);
    gap: 1rem;
}

#b-product.rw-product-v2 .rw-product-param-select {
    height: 4rem;
}

#b-product.rw-product-v2 .rw-product-order {
    margin-top: 1.6rem;
    padding-top: 1.5rem;
}

#b-product.rw-product-v2 .rw-product-order__bottom {
    margin-top: 1.5rem;
}

#b-product.rw-product-v2 .rw-product-delivery-summary {
    margin-top: 1.4rem;
}

#b-product.rw-product-v2 .b-product-gallery-nav {
    margin-top: 1.4rem;
    display: block;
}

#b-product.rw-product-v2 .rw-product-thumbrail {
    margin: 0;
    padding: 0 0 .2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #d9dedb transparent;
}

#b-product.rw-product-v2 .rw-product-thumbrail::-webkit-scrollbar-thumb {
    background: #d9dedb;
    border-radius: 1rem;
}

#b-product.rw-product-v2 .rw-product-thumbrail__list {
    list-style: none;
    display: flex;
    gap: 1.2rem;
    width: max-content;
    min-width: 100%;
    padding: 0;
    margin: 0;
}

#b-product.rw-product-v2 .rw-product-thumbrail__item {
    flex: 0 0 15.2rem;
    padding: 0;
    margin: 0;
    float: none !important;
}

#b-product.rw-product-v2 .rw-product-thumbrail__item button {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

#b-product.rw-product-v2 .rw-product-thumbrail__item span {
    width: 100%;
    height: 10.2rem;
    margin: 0;
    border: 1px solid var(--rw-product-border);
    display: block;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}

#b-product.rw-product-v2 .rw-product-thumbrail__item:hover span,
#b-product.rw-product-v2 .rw-product-thumbrail__item.is-active span {
    border-color: var(--rw-product-site-green);
}

#b-product.rw-product-v2 .rw-product-thumbrail__item.is-active span {
    box-shadow: inset 0 0 0 1px var(--rw-product-green-dark);
}

#b-product.rw-product-v2 .rw-product-thumbrail__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns button {
    pointer-events: auto;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    margin: -2.2rem 0 0;
    border: 1px solid var(--rw-product-border);
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns button:hover {
    border-color: var(--rw-product-green);
    background: #fff;
    box-shadow: 0 .4rem 1.4rem rgba(0,0,0,.09);
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns button:before {
    font: 400 3rem/1 Arial, sans-serif;
    color: #555;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -54%);
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .b-navbtn-prev {
    left: 1.2rem;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .b-navbtn-next {
    right: 1.2rem;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .b-navbtn-prev:before {
    content: "‹";
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .b-navbtn-next:before {
    content: "›";
}

#b-product.rw-product-v2 .rw-product-benefits > div {
    padding: 1.4rem 1.2rem;
}

#b-product.rw-product-v2 .rw-product-benefits span {
    font-size: 1.55rem;
}

#b-product.rw-product-v2 .rw-product-benefits strong {
    font-size: 1.25rem;
}

#b-product.rw-product-v2 .rw-product-benefits small {
    font-size: 1.08rem;
}

#b-product.rw-product-v2 .rw-product-order__qty-row {
    display: grid;
    gap: 1rem;
    align-items: center;
}

#b-product.rw-product-v2 .b-quantity {
    min-width: 0;
    width: 15.8rem;
    height: 4.2rem;
    display: grid !important;
    grid-template-columns: 4.1rem minmax(0, 1fr) 4.1rem;
    align-items: stretch;
    opacity: 1 !important;
    overflow: hidden;
}

#b-product.rw-product-v2 .b-quantity > .less,
#b-product.rw-product-v2 .b-quantity > .more {
    width: 4.1rem !important;
    height: 4rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    background: #fff;
    float: none !important;
    line-height: 4rem !important;
    text-align: center;
}

#b-product.rw-product-v2 .b-quantity > .less {
    border-right: 1px solid var(--rw-product-border);
}

#b-product.rw-product-v2 .b-quantity > .more {
    border-left: 1px solid var(--rw-product-border);
}

#b-product.rw-product-v2 .b-quantity > .hover {
    min-width: 0;
    width: 100%;
    height: 4rem !important;
    display: block !important;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: none !important;
}

#b-product.rw-product-v2 .b-quantity .vals {
    width: 100%;
    height: 4rem !important;
    display: block !important;
    position: relative;
}

#b-product.rw-product-v2 .b-quantity .vals > span {
    padding: 0;
    opacity: 0;
}

#b-product.rw-product-v2 .b-quantity input {
    width: 100% !important;
    height: 4rem !important;
    padding: 0 .5rem !important;
    margin: 0 !important;
    border: 0 !important;
    position: absolute !important;
    inset: 0 !important;
    line-height: 4rem !important;
    text-align: center;
    background: #fff !important;
}

#b-product.rw-product-v2 .rw-product-order__measure {
    min-width: 4.7rem;
    height: 4.2rem;
    padding: 0 1.2rem;
    border: 1px solid var(--rw-product-border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #444;
    background: #fff;
    white-space: nowrap;
}

#b-product.rw-product-v2 .rw-product-order__conversion {
    min-width: 0;
}

#b-product.rw-product-v2 .rw-product-total strong {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
}

#b-product.rw-product-v2 .rw-product-tabs .b-submenu-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid var(--rw-product-border);
    scrollbar-width: thin;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns {
    list-style: none;
    width: max-content;
    min-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    background: #fafbfa;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto;
    border: 0 !important;
    background: transparent !important;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span {
    min-width: 0 !important;
    min-height: 5rem !important;
    height: 5rem !important;
    padding: 0 1.7rem !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font: 500 1.22rem/1.25 var(--font-title) !important;
    color: #616761 !important;
    white-space: nowrap;
    background: transparent !important;
    position: relative;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span:before,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span:after {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li.active > span {
    color: var(--rw-product-site-green) !important;
    background: #fff !important;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li.active > span:after {
    content: "" !important;
    display: block !important;
    height: 2px;
    background: var(--rw-product-site-green);
    position: absolute;
    left: 1.7rem;
    right: 1.7rem;
    bottom: 0;
}

@media (max-width: 1199px) {
    #b-product.rw-product-v2 .rw-product-thumbrail__item {
        flex-basis: 14rem;
        width: 14rem !important;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-thumbrail__item span {
        height: 7.8rem;
    }

    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-content {
        padding: 2rem 1.5rem 2.4rem;
    }
}

@media (max-width: 479px) {
    #b-product.rw-product-v2 .rw-product-order__qty-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    #b-product.rw-product-v2 .b-quantity {
        width: 100%;
    }
}

#b-product.rw-product-v2 .rw-product-tabs {
    align-self: start;
}

#b-product.rw-product-v2 .b-quantity > .less,
#b-product.rw-product-v2 .b-quantity > .more {
    position: relative !important;
    text-indent: 0 !important;
    white-space: normal !important;
    overflow: hidden !important;
    font: 500 1.8rem/4rem Arial, sans-serif !important;
    color: var(--rw-product-green-dark) !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-image: none !important;
}

#b-product.rw-product-v2 .b-quantity > .less:before,
#b-product.rw-product-v2 .b-quantity > .more:before,
#b-product.rw-product-v2 .b-quantity > .more:after {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .b-quantity > .less:hover,
#b-product.rw-product-v2 .b-quantity > .more:hover {
    background: var(--rw-product-green-soft) !important;
}

#b-product.rw-product-v2 .b-quantity input {
    font: 500 1.35rem/4rem var(--font-title) !important;
    color: var(--rw-product-text) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#b-product.rw-product-v2 .rw-product-thumbrail {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#b-product.rw-product-v2 .rw-product-thumbrail::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

#b-product.rw-product-v2 .rw-product-thumbrail__item {
    flex-basis: 14rem;
    width: 14rem !important;
}

#b-product.rw-product-v2 .rw-product-panel {
    align-self: start;
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-thumbrail__item {
        flex-basis: 11.5rem;
        width: 11.5rem !important;
    }
}

#b-product.rw-product-v2 .rw-product-v2__left {
    width: 100%;
    align-self: start;
}

#b-product.rw-product-v2 .rw-product-gallery-v2 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    display: block !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns {
    pointer-events: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow {
    pointer-events: auto !important;
    width: 4.4rem !important;
    height: 4.4rem !important;
    min-width: 4.4rem !important;
    padding: 0 !important;
    margin: -2.2rem 0 0 !important;
    border: 1px solid var(--rw-product-border) !important;
    border-radius: 50% !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: rgba(255,255,255,.96) !important;
    color: #555 !important;
    position: absolute !important;
    top: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-indent: 0 !important;
    font-size: 0 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow:before,
#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow:after {
    display: none !important;
    content: none !important;
    background: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow > span {
    width: auto !important;
    height: auto !important;
    margin: 0 0 .25rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    color: #555 !important;
    font: 300 3.2rem/1 Arial, sans-serif !important;
    transform: none !important;
    position: static !important;
    display: block !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow--prev {
    left: 1.2rem !important;
    right: auto !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow--next {
    right: 1.2rem !important;
    left: auto !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow:hover {
    border-color: var(--rw-product-green) !important;
    background: #fff !important;
    box-shadow: 0 .4rem 1.4rem rgba(0,0,0,.09) !important;
}

#b-product.rw-product-v2 .rw-product-tabs {
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    display: block !important;
    position: static !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav-wrap {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--rw-product-border) !important;
    display: block !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav-wrap::-webkit-scrollbar {
    display: none;
}

#b-product.rw-product-v2 .rw-product-tabs__nav {
    list-style: none !important;
    width: max-content !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    background: #fafbfa !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li,
#b-product.rw-product-v2 .rw-product-tabs__nav > li[class*="i-"] {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    flex: 1 0 auto !important;
    background: transparent !important;
    box-shadow: none !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li > span {
    min-width: 0 !important;
    height: 5rem !important;
    min-height: 5rem !important;
    padding: 0 1.45rem !important;
    margin: 0 !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #616761 !important;
    background: transparent !important;
    box-shadow: none !important;
    font: 500 1.18rem/1.25 var(--font-title) !important;
    text-transform: none !important;
    white-space: nowrap !important;
    position: relative !important;
    cursor: pointer !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li:before,
#b-product.rw-product-v2 .rw-product-tabs__nav > li:after,
#b-product.rw-product-v2 .rw-product-tabs__nav > li > span:before,
#b-product.rw-product-v2 .rw-product-tabs__nav > li > span:after {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li.active > span {
    color: var(--rw-product-site-green) !important;
    background: #fff !important;
    cursor: default !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li.active > span:after {
    content: "" !important;
    display: block !important;
    height: 2px !important;
    background: var(--rw-product-site-green) !important;
    position: absolute !important;
    left: 1.45rem !important;
    right: 1.45rem !important;
    bottom: 0 !important;
}

#b-product.rw-product-v2 .rw-product-tabs > .b-tabs-content {
    list-style: none !important;
    width: 100% !important;
    padding: 2.4rem 2rem 2.8rem !important;
    margin: 0 !important;
    background: #fff !important;
}

@media (max-width: 1199px) {
    #b-product.rw-product-v2 .rw-product-tabs__nav > li > span {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
        font-size: 1.1rem !important;
    }
}

@media (max-width: 991px) {
    #b-product.rw-product-v2 .rw-product-tabs {
        margin-top: 2rem !important;
    }
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow,
#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow * {
    font-family: Arial, sans-serif !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow:before,
#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow:after,
#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow *:before,
#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow *:after {
    content: none !important;
    display: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow svg {
    width: 1.7rem !important;
    height: 1.7rem !important;
    display: block !important;
    overflow: visible !important;
    fill: none !important;
    stroke: #555 !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    pointer-events: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns .rw-product-gallery-arrow:hover svg {
    stroke: var(--rw-product-green-dark) !important;
}

#b-product.rw-product-v2 .rw-product-benefits > div {
    grid-template-columns: 3.1rem minmax(0, 1fr) !important;
    column-gap: .9rem !important;
}

#b-product.rw-product-v2 .rw-product-benefits .rw-product-benefit-icon {
    width: 2.6rem !important;
    height: 2.6rem !important;
    grid-row: 1 / span 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--rw-product-site-green) !important;
    font-size: 0 !important;
}

#b-product.rw-product-v2 .rw-product-benefits .rw-product-benefit-icon svg {
    width: 2.35rem !important;
    height: 2.35rem !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.65 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

#b-product.rw-product-v2 .rw-product-delivery-summary > div {
    grid-template-columns: 3.1rem minmax(0, 1fr) !important;
    column-gap: .9rem !important;
    align-items: center !important;
}

#b-product.rw-product-v2 .rw-product-delivery-summary .rw-product-delivery-icon {
    width: 2.6rem !important;
    height: 2.6rem !important;
    grid-row: 1 / span 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--rw-product-site-green) !important;
    font-size: 0 !important;
}

#b-product.rw-product-v2 .rw-product-delivery-summary .rw-product-delivery-icon svg {
    width: 2.35rem !important;
    height: 2.35rem !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.65 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-benefits > div,
    #b-product.rw-product-v2 .rw-product-delivery-summary > div {
        grid-template-columns: 2.8rem minmax(0, 1fr) !important;
    }
}

#b-product.rw-product-v2 .b-product-gallery-slider .flex-direction-nav,
#b-product.rw-product-v2 .b-product-gallery-slider .flex-control-nav,
#b-product.rw-product-v2 .b-product-gallery-slider .flex-prev,
#b-product.rw-product-v2 .b-product-gallery-slider .flex-next,
#b-product.rw-product-v2 .b-product-gallery-slider .flex-prev:before,
#b-product.rw-product-v2 .b-product-gallery-slider .flex-next:before {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns button,
#b-product.rw-product-v2 .b-product-gallery-nav-btns button:hover,
#b-product.rw-product-v2 .b-product-gallery-nav-btns button:focus {
    background-image: none !important;
}

#b-product.rw-product-v2 .b-product-gallery-nav-btns button:after {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .rw-product-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#b-product.rw-product-v2 .rw-product-order__measure-wrap {
    display: inline-flex;
}

#b-product.rw-product-v2 .rw-product-order__measure-select {
    min-width: 6.2rem;
    height: 4.2rem;
    padding: 0 2.8rem 0 1rem;
    border: 1px solid var(--rw-product-border);
    background-color: #fff;
    color: #444;
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #6a6f6a 50%), linear-gradient(135deg, #6a6f6a 50%, transparent 50%);
    background-position: calc(100% - 1.5rem) calc(50% - .2rem), calc(100% - 1rem) calc(50% - .2rem);
    background-size: .55rem .55rem, .55rem .55rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

#b-product.rw-product-v2 .rw-product-order__measure-select:hover,
#b-product.rw-product-v2 .rw-product-order__measure-select:focus {
    border-color: var(--rw-product-green);
    outline: 0;
}

#b-product.rw-product-v2 .rw-product-order__conversion-main {
    font-weight: 600;
    color: #5c645c;
}

#b-product.rw-product-v2 .rw-product-actions .b-product-buy,
#b-product.rw-product-v2 .rw-product-actions .b-product-buy:before,
#b-product.rw-product-v2 .rw-product-actions .b-product-buy:after,
#b-product.rw-product-v2 .rw-product-actions .btn-buy,
#b-product.rw-product-v2 .rw-product-actions .btn-buy:before,
#b-product.rw-product-v2 .rw-product-actions .btn-buy:after {
    background-image: none !important;
}

#b-product.rw-product-v2 .rw-product-actions .btn-buy.active {
    color: #fff !important;
    background: var(--rw-product-site-green) !important;
    animation: none !important;
}

#b-product.rw-product-v2 .rw-product-actions .btn-buy.active:before,
#b-product.rw-product-v2 .rw-product-actions .btn-buy.active:after {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .rw-product-actions .btn-buy.active:hover {
    background: var(--rw-product-site-green-hover) !important;
}

#b-product.rw-product-v2 .rw-product-total strong,
#b-product.rw-product-v2 .rw-product-total .js-rw-total-value {
    white-space: nowrap;
}

#b-product.rw-product-v2 .rw-product-order__qty-row {
    grid-template-columns: 15.8rem auto minmax(11rem, 1fr);
}

#b-product.rw-product-v2 .rw-product-order__conversion {
    line-height: 1.35;
}

#b-product.rw-product-v2 .rw-product-benefit-icon svg,
#b-product.rw-product-v2 .rw-product-delivery-icon svg {
    width: 1.9rem;
    height: 1.9rem;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1199px) {
    #b-product.rw-product-v2 .rw-product-benefits {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-order__measure-wrap {
        width: 100%;
    }

    #b-product.rw-product-v2 .rw-product-order__measure-select {
        width: 100%;
    }
}

#b-product.rw-product-v2 .b-product-gallery-slider {
    overflow: hidden;
}

#b-product.rw-product-v2 .b-product-gallery-slider .flexslider,
#b-product.rw-product-v2 .b-product-gallery-slider .flex-viewport {
    width: 100% !important;
    overflow: hidden !important;
}

#b-product.rw-product-v2 .b-product-gallery-slider .slides {
    margin: 0 !important;
    padding: 0 !important;
}

#b-product.rw-product-v2 .b-product-gallery-slider .slides > li {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 48rem;
    background: #f8f8f6;
}

#b-product.rw-product-v2 .b-product-gallery-slider .slides > li:first-child,
#b-product.rw-product-v2 .b-product-gallery-slider .slides > li.flex-active-slide,
#b-product.rw-product-v2 .b-product-gallery-slider .slides > li[style*="display: list-item"],
#b-product.rw-product-v2 .b-product-gallery-slider .slides > li[style*="display: block"] {
    display: block;
}

#b-product.rw-product-v2 .b-product-gallery-slider .slides > li > a {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 48rem;
    overflow: hidden;
    background: #f8f8f6;
}

#b-product.rw-product-v2 .b-product-gallery-slider .flexslider img,
#b-product.rw-product-v2 .b-product-gallery-slider .slides img {
    display: block !important;
    width: 100% !important;
    height: 48rem !important;
    min-height: 48rem !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f8f8f6;
}

#b-product.rw-product-v2 .rw-product-tabs__nav-wrap {
    overflow-x: auto;
    border-bottom: 1px solid var(--rw-product-border);
    background: #fcfcfb;
    scrollbar-width: thin;
}

#b-product.rw-product-v2 .rw-product-tabs__nav {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    min-width: max-content;
    list-style: none;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li {
    position: relative;
    margin: 0 !important;
    border-right: 1px solid var(--rw-product-border);
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li:last-child {
    border-right: 0;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.6rem;
    padding: 1.6rem 2.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li:hover span {
    color: #222;
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li.active span,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.ui-tabs-active span,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.current span {
    color: var(--rw-product-site-green);
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li.active::after,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.ui-tabs-active::after,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.current::after {
    content: "";
    position: absolute;
    left: 1.8rem;
    right: 1.8rem;
    bottom: 0;
    height: 2px;
    background: var(--rw-product-site-green);
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-content {
    margin: 0;
    padding: 0;
    list-style: none;
}

#b-product.rw-product-v2 .rw-product-tabs__row {
    align-items: start;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-content-tab-ttl .h2 {
    margin: 0;
    font-weight: 700;
    color: #111;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 p,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 li {
    color: #4b4b4b;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 p:first-child {
    margin-top: 0;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 p:last-child {
    margin-bottom: 0;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 tr + tr td,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 tr + tr th {
    border-top: 1px solid #eceeea;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 td,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 th {
    padding: 1.2rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 th,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 td:first-child {
    color: #737373;
    width: 46%;
    font-weight: 400;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 td:last-child {
    color: #161616;
    font-weight: 600;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9 ul,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 ol {
    margin: 0;
    padding-left: 2.2rem;
}

@media (max-width: 991px) {
    #b-product.rw-product-v2 .rw-product-tabs__pane {
        padding: 2.4rem 2rem 2.8rem;
    }

    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-content-tab-ttl {
        margin-bottom: 1.8rem;
    }

    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-content-tab-ttl .h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .b-product-gallery-slider .slides > li,
    #b-product.rw-product-v2 .b-product-gallery-slider .slides > li > a,
    #b-product.rw-product-v2 .b-product-gallery-slider .flexslider img,
    #b-product.rw-product-v2 .b-product-gallery-slider .slides img {
        min-height: 29rem !important;
        height: 29rem !important;
    }

    #b-product.rw-product-v2 .rw-product-tabs__nav > li span {
        min-height: 4.8rem;
        padding: 1.2rem 1.6rem;
        font-size: 1.4rem;
    }
}

#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider,
#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .flexslider,
#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .flex-viewport {
    height: 48rem !important;
    min-height: 48rem !important;
    overflow: hidden !important;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides {
    width: 100% !important;
    height: 48rem !important;
    min-height: 48rem !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides > li {
    display: none !important;
    float: none !important;
    width: 100% !important;
    height: 48rem !important;
    min-height: 48rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides > li:first-child {
    display: block !important;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides > li:first-child > a,
#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides > li:first-child img {
    width: 100% !important;
    height: 48rem !important;
    min-height: 48rem !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--ready .b-product-gallery-slider {
    opacity: 1;
}

#b-product.rw-product-v2 .rw-product-tabs__nav-wrap,
#b-product.rw-product-v2 .rw-product-tabs .b-submenu-wrap {
    scrollbar-width: none;
}

#b-product.rw-product-v2 .rw-product-tabs__nav-wrap::-webkit-scrollbar,
#b-product.rw-product-v2 .rw-product-tabs .b-submenu-wrap::-webkit-scrollbar {
    display: none;
}

#b-product.rw-product-v2 .rw-product-tabs__nav,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns {
    flex-wrap: wrap !important;
    align-items: stretch !important;
    background: #fafbfa !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li {
    flex: 1 1 11rem !important;
    border-bottom: 1px solid var(--rw-product-border) !important;
}

#b-product.rw-product-v2 .rw-product-tabs .b-tabs-content-tab-ttl .h2 {
    font-size: 2.2rem !important;
    line-height: 1.25 !important;
}

#b-product.rw-product-v2 .rw-product-tabs .col-md-9,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 p,
#b-product.rw-product-v2 .rw-product-tabs .col-md-9 li {
    font-size: 1.48rem !important;
    line-height: 1.72 !important;
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider,
    #b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .flexslider,
    #b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .flex-viewport,
    #b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides,
    #b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides > li,
    #b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides > li:first-child > a,
    #b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .slides > li:first-child img {
        height: 29rem !important;
        min-height: 29rem !important;
    }
}

#b-product.rw-product-v2 .rw-product-gallery-poster {
    transition: opacity .16s ease, visibility .16s ease;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--loading .b-product-gallery-slider .flexslider {
    opacity: 0 !important;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--ready .b-product-gallery-slider .flexslider {
    opacity: 1 !important;
    transition: opacity .12s ease;
}

#b-product.rw-product-v2 .rw-product-gallery-v2--ready .rw-product-gallery-poster {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#b-product.rw-product-v2 .rw-product-actions .btn-buy.active,
#b-product.rw-product-v2 .rw-product-actions .b-product-buy.active {
    color: #fff !important;
    background: var(--rw-product-site-green) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .8rem !important;
}

#b-product.rw-product-v2 .rw-product-actions .btn-buy.active::before,
#b-product.rw-product-v2 .rw-product-actions .b-product-buy.active::before {
    content: "✓" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    width: 2rem !important;
    height: 2rem !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.75) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #fff !important;
    font: 700 1.25rem/1 Arial, sans-serif !important;
    transform: none !important;
    opacity: 1 !important;
}

#b-product.rw-product-v2 .rw-product-actions .btn-buy.active::after,
#b-product.rw-product-v2 .rw-product-actions .b-product-buy.active::after {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .rw-tab-section-heading {
    font: 700 2.4rem/1.22 var(--font-title);
}

#b-product.rw-product-v2 .rw-tab-description-grid {
    display: grid;
}

#b-product.rw-product-v2 .rw-tab-richtext,
#b-product.rw-product-v2 .rw-tab-tech-card {
    color: #4d514d;
    font-size: 1.55rem;
    line-height: 1.72;
}

#b-product.rw-product-v2 .rw-tab-richtext p,
#b-product.rw-product-v2 .rw-tab-tech-card p {
    margin: 0 0 1.5rem;
}

#b-product.rw-product-v2 .rw-tab-richtext p:last-child,
#b-product.rw-product-v2 .rw-tab-tech-card p:last-child {
    margin-bottom: 0;
}

#b-product.rw-product-v2 .rw-tab-richtext h2,
#b-product.rw-product-v2 .rw-tab-richtext h3,
#b-product.rw-product-v2 .rw-tab-richtext h4 {
    color: #171917;
    font-family: var(--font-title);
    line-height: 1.3;
    margin: 2.2rem 0 1.1rem;
}

#b-product.rw-product-v2 .rw-tab-richtext h2:first-child,
#b-product.rw-product-v2 .rw-tab-richtext h3:first-child,
#b-product.rw-product-v2 .rw-tab-richtext h4:first-child {
    margin-top: 0;
}

#b-product.rw-product-v2 .rw-tab-richtext a {
    color: var(--rw-product-green-dark);
    border-bottom: 1px solid rgba(22,131,69,.28);
}

#b-product.rw-product-v2 .rw-tab-richtext ul,
#b-product.rw-product-v2 .rw-tab-richtext ol {
    margin: 1.4rem 0;
    padding-left: 0;
    list-style: none;
}

#b-product.rw-product-v2 .rw-tab-richtext li {
    position: relative;
    margin: .8rem 0;
    padding-left: 2.1rem;
}

#b-product.rw-product-v2 .rw-tab-richtext li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: .02rem;
    color: var(--rw-product-green-dark);
    font-weight: 700;
}

#b-product.rw-product-v2 .rw-tab-richtext blockquote {
    margin: 2rem 0;
    padding: 1.7rem 1.9rem;
    border-left: 3px solid var(--rw-product-green);
    background: var(--rw-product-green-soft);
    color: #3f4b42;
}

#b-product.rw-product-v2 .rw-tab-richtext img {
    max-width: 100%;
    height: auto;
    border: 1px solid var(--rw-product-border);
}

#b-product.rw-product-v2 .rw-tab-key-specs {
    padding: 2rem 2.1rem;
    border: 1px solid var(--rw-product-border);
    background: #fbfcfb;
}

#b-product.rw-product-v2 .rw-tab-card-title {
    margin-bottom: 1.4rem;
    font: 700 1.55rem/1.3 var(--font-title);
    color: #161816;
}

#b-product.rw-product-v2 .rw-tab-key-specs dl {
    margin: 0;
}

#b-product.rw-product-v2 .rw-tab-key-specs dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    padding: .9rem 0;
    border-top: 1px solid #e8ebe8;
}

#b-product.rw-product-v2 .rw-tab-key-specs dl > div:first-child {
    border-top: 0;
    padding-top: 0;
}

#b-product.rw-product-v2 .rw-tab-key-specs dt,
#b-product.rw-product-v2 .rw-tab-key-specs dd {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.35;
}

#b-product.rw-product-v2 .rw-tab-key-specs dt {
    color: #777d78;
}

#b-product.rw-product-v2 .rw-tab-key-specs dd {
    color: #161816;
    font-weight: 600;
    text-align: right;
}

#b-product.rw-product-v2 .rw-tab-open-tech {
    margin-top: 1.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--rw-product-green-dark);
    font: 600 1.25rem/1.4 var(--font-text);
    cursor: pointer;
}

#b-product.rw-product-v2 .rw-tab-open-tech span {
    margin-left: .5rem;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist {
    list-style: none;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist > li:first-child {
    border-top: 0;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-title {
    font-size: 1.35rem;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-gap {
    height: 1px;
    overflow: hidden;
    background-image: radial-gradient(circle, #cfd4cf 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    font-size: 0;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-val {
    font-size: 1.35rem;
}

#b-product.rw-product-v2 .rw-tab-standard-layout {
    display: grid;
    grid-template-columns: 22rem minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}

#b-product.rw-product-v2 .rw-tab-richtext table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

#b-product.rw-product-v2 .rw-tab-richtext td,
#b-product.rw-product-v2 .rw-tab-richtext th {
    padding: 1rem 0;
    border-top: 1px solid #e8ebe8;
    text-align: left;
    vertical-align: top;
}

#b-product.rw-product-v2 .rw-tab-richtext tr:first-child td,
#b-product.rw-product-v2 .rw-tab-richtext tr:first-child th {
    border-top: 0;
}

@media (max-width: 991px) {
    #b-product.rw-product-v2 .rw-tab-description-grid,
    #b-product.rw-product-v2 .rw-tab-technical-layout,
    #b-product.rw-product-v2 .rw-tab-standard-layout {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }

    #b-product.rw-product-v2 .rw-tab-section-heading {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-tab-key-specs,
    #b-product.rw-product-v2 .rw-tab-tech-card,
    #b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext {
        padding: 1.5rem;
    }
}

#b-product.rw-product-v2 .rw-tab-description-grid > :only-child {
    grid-column: 1 / -1;
}

#b-product.rw-product-v2 .rw-product-gallery-static {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 635 / 380 !important;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--rw-product-border);
    background: #f6f6f3;
    contain: layout paint;
}

#b-product.rw-product-v2 .rw-product-gallery-main-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
    background: #f6f6f3;
}

#b-product.rw-product-v2 .rw-product-gallery-main-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #f6f6f3;
    opacity: 1;
    transition: opacity .14s ease;
}

#b-product.rw-product-v2 .rw-product-gallery-main-image.is-changing {
    opacity: .35;
}

#b-product.rw-product-v2 .rw-product-gallery-static > .rw-product-gallery-arrow {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    border: 1px solid var(--rw-product-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    background: rgba(255,255,255,.96);
    color: #454b45;
    cursor: pointer;
    box-shadow: 0 .3rem 1.2rem rgba(0,0,0,.06);
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

#b-product.rw-product-v2 .rw-product-gallery-static > .rw-product-gallery-arrow:hover,
#b-product.rw-product-v2 .rw-product-gallery-static > .rw-product-gallery-arrow:focus {
    color: var(--rw-product-green-dark);
    border-color: var(--rw-product-green);
    box-shadow: 0 .5rem 1.6rem rgba(0,0,0,.1);
    outline: 0;
}

#b-product.rw-product-v2 .rw-product-gallery-static > .rw-product-gallery-arrow--prev {
    left: 1.2rem;
}

#b-product.rw-product-v2 .rw-product-gallery-static > .rw-product-gallery-arrow--next {
    right: 1.2rem;
}

#b-product.rw-product-v2 .rw-product-gallery-static > .rw-product-gallery-arrow svg {
    width: 2rem;
    height: 2rem;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#b-product.rw-product-v2 .rw-product-actions .js-add2basket.rw-product-cart-added,
#b-product.rw-product-v2 .rw-product-actions .js-add2basket.active.rw-product-cart-added {
    color: var(--rw-product-site-green) !important;
    background: rgba(97, 183, 125, .10) !important;
    border: 1px solid var(--rw-product-site-green) !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .9rem !important;
    cursor: default !important;
}

#b-product.rw-product-v2 .rw-product-actions .js-add2basket.rw-product-cart-added::before,
#b-product.rw-product-v2 .rw-product-actions .js-add2basket.rw-product-cart-added::after {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .rw-product-cart-check {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.2rem;
    color: #fff;
    background: var(--rw-product-site-green);
    font: 700 1.3rem/1 Arial, sans-serif;
}

#b-product.rw-product-v2 .rw-product-tabs__nav,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns {
    align-items: stretch;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li {
    width: auto !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li > span,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 1.24rem !important;
    line-height: 1.25 !important;
}

#b-product.rw-product-v2 .rw-tab-standard-layout,
#b-product.rw-product-v2 .rw-tab-technical-layout {
    display: block !important;
}

#b-product.rw-product-v2 .rw-tab-standard-layout > .rw-tab-section-heading,
#b-product.rw-product-v2 .rw-tab-technical-layout > .rw-tab-section-heading {
    margin: 0 0 1.6rem !important;
    font-size: 2.1rem !important;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext {
    gap: 1.4rem;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > p,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > ul,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > ol,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > blockquote,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > table,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > div {
    min-width: 0;
    margin: 0 !important;
    padding: 1.6rem 1.7rem !important;
    border: 1px solid var(--rw-product-border) !important;
    background: #fff !important;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > h2,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > h3,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > h4,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > img,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > figure {
    grid-column: 1 / -1;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > ul,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > ol {
    padding-left: 3.8rem !important;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > ul li,
#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > ol li {
    margin: .55rem 0;
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-gallery-static {
        aspect-ratio: 4 / 3 !important;
    }

    #b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext {
        grid-template-columns: 1fr;
    }
}

#b-product.rw-product-v2 .rw-product-configuration__value {
    justify-content: flex-start !important;
}

#b-product.rw-product-v2 .rw-product-configuration__edit {
    display: none !important;
}

#b-product.rw-product-v2 .rw-product-tabs {
    margin-top: 2.4rem !important;
    border: 1px solid var(--rw-product-border) !important;
    background: #fff !important;
    overflow: hidden !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav-wrap,
#b-product.rw-product-v2 .rw-product-tabs .b-submenu-wrap {
    overflow: visible !important;
    border-bottom: 1px solid var(--rw-product-border) !important;
    background: #fafbfa !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns {
    display: grid !important;
    grid-template-columns: repeat(var(--rw-tab-count), minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-right: 1px solid var(--rw-product-border) !important;
    background: transparent !important;
    position: relative !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li:last-child,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li:last-child {
    border-right: 0 !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li > span,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span {
    min-height: 5.5rem !important;
    height: 100% !important;
    padding: 1.2rem .9rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    color: #555f58 !important;
    font: 500 1.25rem/1.25 var(--font-title) !important;
    background: transparent !important;
    border: 0 !important;
    cursor: pointer !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li.active > span,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li.active > span,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.ui-tabs-active > span,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.current > span {
    color: var(--rw-product-green-dark) !important;
    background: #fff !important;
}

#b-product.rw-product-v2 .rw-product-tabs__nav > li.active::after,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li.active::after,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.ui-tabs-active::after,
#b-product.rw-product-v2 .rw-product-tabs__nav > li.current::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 1.4rem !important;
    right: 1.4rem !important;
    bottom: 0 !important;
    height: 2px !important;
    background: var(--rw-product-green-dark) !important;
}

#b-product.rw-product-v2 .rw-product-tabs__pane {
    padding: 2.8rem 3rem 3.2rem !important;
    background: #fff !important;
}

#b-product.rw-product-v2 .rw-tab-description-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(25rem, .9fr) !important;
    gap: 3rem !important;
    align-items: start !important;
}

#b-product.rw-product-v2 .rw-tab-section-heading {
    margin: 0 0 1.5rem !important;
    font-size: 2.35rem !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    color: #111 !important;
}

#b-product.rw-product-v2 .rw-tab-richtext,
#b-product.rw-product-v2 .rw-tab-card-copy,
#b-product.rw-product-v2 .rw-tab-feature-intro {
    font-size: 1.55rem !important;
    line-height: 1.65 !important;
    color: #4a4f4b !important;
}

#b-product.rw-product-v2 .rw-tab-richtext p,
#b-product.rw-product-v2 .rw-tab-card-copy p,
#b-product.rw-product-v2 .rw-tab-feature-intro p {
    margin: 0 0 1.3rem !important;
}

#b-product.rw-product-v2 .rw-tab-richtext p:last-child,
#b-product.rw-product-v2 .rw-tab-card-copy p:last-child,
#b-product.rw-product-v2 .rw-tab-feature-intro p:last-child {
    margin-bottom: 0 !important;
}

#b-product.rw-product-v2 .rw-tab-key-specs,
#b-product.rw-product-v2 .rw-tab-tech-card,
#b-product.rw-product-v2 .rw-tab-payment-card,
#b-product.rw-product-v2 .rw-tab-feature-card {
    border: 1px solid var(--rw-product-border) !important;
    background: #fff !important;
    box-shadow: none !important;
}

#b-product.rw-product-v2 .rw-tab-payment-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.8rem !important;
}

#b-product.rw-product-v2 .rw-tab-payment-card {
    padding: 2rem !important;
}

#b-product.rw-product-v2 .rw-tab-payment-card__head {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.4rem !important;
    padding-bottom: 1.2rem !important;
    border-bottom: 1px solid #edf0ed !important;
}

#b-product.rw-product-v2 .rw-tab-payment-card__head h3,
#b-product.rw-product-v2 .rw-tab-feature-card h3 {
    margin: 0 !important;
    font-size: 1.7rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #161916 !important;
}

#b-product.rw-product-v2 .rw-tab-payment-card__icon {
    width: 3.4rem !important;
    height: 3.4rem !important;
    flex: 0 0 3.4rem !important;
    border: 1px solid #cfe6d6 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--rw-product-green-dark) !important;
    background: #f6fbf8 !important;
}

#b-product.rw-product-v2 .rw-tab-payment-card__icon svg {
    width: 2rem !important;
    height: 2rem !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

#b-product.rw-product-v2 .rw-tab-card-copy ul,
#b-product.rw-product-v2 .rw-tab-card-copy ol,
#b-product.rw-product-v2 .rw-tab-feature-intro ul,
#b-product.rw-product-v2 .rw-tab-feature-intro ol {
    margin: 1rem 0 0 !important;
    padding-left: 2rem !important;
}

#b-product.rw-product-v2 .rw-tab-card-copy li,
#b-product.rw-product-v2 .rw-tab-feature-intro li {
    margin: .55rem 0 !important;
}

#b-product.rw-product-v2 .rw-tab-feature-layout {
    display: block !important;
}

#b-product.rw-product-v2 .rw-tab-feature-intro {
    margin: 0 0 1.8rem !important;
    max-width: 100% !important;
}

#b-product.rw-product-v2 .rw-tab-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.8rem !important;
}

#b-product.rw-product-v2 .rw-tab-feature-card {
    min-width: 0 !important;
    padding: 1.9rem 2rem !important;
}

#b-product.rw-product-v2 .rw-tab-feature-card h3 {
    margin-bottom: 1.2rem !important;
}

#b-product.rw-product-v2 .rw-tab-feature-card--single {
    width: 100% !important;
    max-width: none !important;
}

#b-product.rw-product-v2 .rw-tab-feature-card--single .rw-tab-card-copy {
    max-width: 72rem !important;
}

#b-product.rw-product-v2 .rw-tab-technical-layout {
    grid-template-columns: 20rem minmax(0, 1fr) !important;
    gap: 3rem !important;
    align-items: start !important;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext {
    display: block !important;
    grid-template-columns: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-richtext > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

@media (max-width: 991px) {
    #b-product.rw-product-v2 .rw-tab-description-grid,
    #b-product.rw-product-v2 .rw-tab-technical-layout,
    #b-product.rw-product-v2 .rw-tab-payment-grid,
    #b-product.rw-product-v2 .rw-tab-feature-grid {
        grid-template-columns: 1fr !important;
    }

    #b-product.rw-product-v2 .rw-tab-feature-card--single .rw-tab-card-copy {
        max-width: none !important;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-tabs__pane {
        padding: 2rem 1.6rem 2.4rem !important;
    }
}

#b-product.rw-product-v2 .rw-tab-description-single {
    width: 100%;
    max-width: 76rem;
}

#b-product.rw-product-v2 .rw-tab-description-single .rw-tab-section-heading {
    margin-bottom: 2rem;
}

#b-product.rw-product-v2 .rw-tab-description-single .rw-tab-richtext {
    width: 100%;
    max-width: none;
}

#b-product.rw-product-v2 .rw-tab-technical-layout {
    display: block !important;
}

#b-product.rw-product-v2 .rw-tab-technical-layout > .rw-tab-section-heading {
    margin: 0 0 2rem !important;
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card {
    width: 100% !important;
    max-width: none !important;
    padding: 1.2rem 2.2rem !important;
    border: 1px solid var(--rw-product-border) !important;
    background: #fff !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 3.2rem !important;
    row-gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist > li {
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(11rem, auto) minmax(2rem, 1fr) auto !important;
    align-items: center !important;
    gap: .9rem !important;
    margin: 0 !important;
    padding: 1.35rem 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e9ece9 !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist > li:nth-last-child(-n/**/+2) {
    border-bottom: 0 !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-title,
#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-val {
    font-size: 1.35rem !important;
    line-height: 1.4 !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-title {
    color: #6f756f !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-val {
    color: #111 !important;
    font-weight: 600 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

#b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist-gap {
    min-width: 2rem !important;
}

@media (max-width: 1199px) {
    #b-product.rw-product-v2 .rw-product-tabs__nav > li > span,
    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist {
        grid-template-columns: 1fr !important;
    }

    #b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist > li:nth-last-child(-n/**/+2) {
        border-bottom: 1px solid #e9ece9 !important;
    }

    #b-product.rw-product-v2 .rw-tab-tech-card .b-product-techlist > li:last-child {
        border-bottom: 0 !important;
    }
}

#b-product.rw-product-v2 .rw-product-benefits strong,
#b-product.rw-product-v2 .rw-product-benefits small,
#b-product.rw-product-v2 .rw-product-delivery-summary strong,
#b-product.rw-product-v2 .rw-product-delivery-summary small,
#b-product.rw-product-v2 .rw-product-configuration__value span,
#b-product.rw-product-v2 .rw-product-configuration__edit,
#b-product.rw-product-v2 .rw-product-order__conversion,
#b-product.rw-product-v2 .rw-product-order__conversion small,
#b-product.rw-product-v2 .rw-product-tabs__nav > li > span,
#b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span {
    font-size: 1.2rem !important;
}

#b-product.rw-product-v2 .rw-product-delivery-summary strong {
    line-height: 1.3;
}

#b-product.rw-product-v2 .rw-tab-payment-single {
    width: 100%;
    max-width: 59rem;
    margin: 0 auto;
    padding: 2.2rem 2rem 2.8rem;
    border: 1px solid var(--rw-product-border);
    background: #fff;
}

#b-product.rw-product-v2 .rw-tab-payment-single__title {
    margin: 0 0 1.8rem;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy,
#b-product.rw-product-v2 .rw-tab-payment-single__copy p,
#b-product.rw-product-v2 .rw-tab-payment-single__copy li {
    font-size: 1.6rem;
    line-height: 1.65;
    color: #484d48;
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy p {
    margin: 0 0 2rem !important;
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy p:last-child {
    margin-bottom: 0 !important;
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy ul,
#b-product.rw-product-v2 .rw-tab-payment-single__copy ol {
    margin: .8rem 0 2.2rem !important;
    padding-left: 2.1rem !important;
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy li {
    margin: .7rem 0 !important;
    padding-left: .2rem;
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy li::marker {
    color: var(--rw-product-green);
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy a {
    color: var(--rw-product-green-dark);
    text-decoration: none;
    border-bottom: 1px solid rgba(22, 131, 69, .25);
}

#b-product.rw-product-v2 .rw-tab-payment-single__copy a:hover {
    border-bottom-color: currentColor;
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-tab-payment-single {
        max-width: none;
        padding: 1.8rem 1.6rem 2rem;
    }

    #b-product.rw-product-v2 .rw-tab-payment-single__copy,
    #b-product.rw-product-v2 .rw-tab-payment-single__copy p,
    #b-product.rw-product-v2 .rw-tab-payment-single__copy li {
        font-size: 1.5rem;
    }
}

#b-product.rw-product-v2 .rw-product-tabs__pane--PAYMENT_DELIVERY {
    padding: 3.2rem 3.4rem 3.6rem !important;
}

#b-product.rw-product-v2 .rw-tab-feature-layout--payment-delivery {
    display: block !important;
}

#b-product.rw-product-v2 .rw-tab-feature-card--payment-delivery {
    width: 100% !important;
    max-width: none !important;
    padding: 2.2rem 2.4rem !important;
}

#b-product.rw-product-v2 .rw-tab-feature-card--payment-delivery .rw-tab-card-copy {
    max-width: 72rem !important;
}

#b-product.rw-product-v2 .rw-tab-payment-single,
#b-product.rw-product-v2 .rw-tab-payment-single__title,
#b-product.rw-product-v2 .rw-tab-payment-single__copy {
    all: unset;
}

#b-product.rw-product-v2 .rw-product-services > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--rw-product-text);
    cursor: pointer;
    list-style: none;
}

#b-product.rw-product-v2 .rw-product-services > summary::-webkit-details-marker {
    display: none;
}

#b-product.rw-product-v2 .rw-product-services > summary::after {
    display: none !important;
    content: none !important;
}

#b-product.rw-product-v2 .rw-product-services__summary-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

#b-product.rw-product-v2 .rw-product-services__summary-icon {
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 3.4rem;
    border: 1px solid #cfe6d6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rw-product-site-green);
    background: #f5fbf7;
}

#b-product.rw-product-v2 .rw-product-services__summary-icon svg,
#b-product.rw-product-v2 .rw-service-card__icon svg {
    width: 1.9rem;
    height: 1.9rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#b-product.rw-product-v2 .rw-product-services__summary-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

#b-product.rw-product-v2 .rw-product-services__summary-copy strong {
    line-height: 1.25;
    color: #161916;
}

#b-product.rw-product-v2 .rw-product-services__summary-copy small {
    line-height: 1.3;
    color: var(--rw-product-muted);
}

#b-product.rw-product-v2 .rw-product-services__summary-meta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    color: var(--rw-product-site-green);
}

#b-product.rw-product-v2 .js-rw-services-count {
    font-size: 1.2rem;
    white-space: nowrap;
}

#b-product.rw-product-v2 .rw-product-services__chevron {
    width: .8rem;
    height: .8rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-.2rem);
    transition: transform .2s ease;
}

#b-product.rw-product-v2 .rw-product-services[open] .rw-product-services__chevron {
    transform: rotate(225deg) translate(-.15rem, -.15rem);
}

#b-product.rw-product-v2 .rw-product-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

#b-product.rw-product-v2 .rw-service-card {
    min-width: 0;
    align-items: center;
    color: #202420;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#b-product.rw-product-v2 .rw-service-card__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#b-product.rw-product-v2 .rw-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rw-product-site-green);
}

#b-product.rw-product-v2 .rw-service-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

#b-product.rw-product-v2 .rw-service-card__copy strong {
    color: #171a17;
}

#b-product.rw-product-v2 .rw-service-card__copy small {
    color: #7a7f7a;
}

#b-product.rw-product-v2 .rw-service-card__check {
    border: 1px solid #cbd2cd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    background: #fff;
    font-size: 1.2rem;
    line-height: 1;
}

#b-product.rw-product-v2 .rw-service-card:has(.rw-service-card__input:checked) {
    border-color: var(--rw-product-green);
    background: var(--rw-product-green-soft);
    box-shadow: inset 0 0 0 1px rgba(22, 131, 69, .08);
}

#b-product.rw-product-v2 .rw-service-card:has(.rw-service-card__input:checked) .rw-service-card__check {
    border-color: var(--rw-product-site-green);
    color: #fff;
    background: var(--rw-product-site-green);
}

#b-product.rw-product-v2 .rw-product-delivery-summary strong {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    #b-product.rw-product-v2 .rw-product-services__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-tabs__pane--PAYMENT_DELIVERY {
        padding: 2rem 1.6rem 2.4rem !important;
    }

    #b-product.rw-product-v2 .rw-tab-feature-card--payment-delivery {
        padding: 1.8rem 1.6rem !important;
    }

    #b-product.rw-product-v2 .rw-product-services > summary {
        align-items: flex-start;
    }

    #b-product.rw-product-v2 .js-rw-services-count {
        display: none;
    }
}

#b-product.rw-product-v2 .rw-service-card.is-selected {
    border-color: var(--rw-product-green);
    background: var(--rw-product-green-soft);
    box-shadow: inset 0 0 0 1px rgba(22, 131, 69, .08);
}

#b-product.rw-product-v2 .rw-service-card.is-selected .rw-service-card__check {
    border-color: var(--rw-product-site-green);
    color: #fff;
    background: var(--rw-product-site-green);
}

#b-product.rw-product-v2 .rw-tab-standard-layout {
    width: 100%;
}

#b-product.rw-product-v2 .rw-tab-standard-layout .rw-tab-section-heading {
    margin: 0 0 2rem !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard,
#b-product.rw-product-v2 .rw-tab-richtext--standard p,
#b-product.rw-product-v2 .rw-tab-richtext--standard li {
    font-size: 1.55rem !important;
    line-height: 1.7 !important;
    color: #474c48 !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard p {
    margin: 0 0 2rem !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard p:last-child {
    margin-bottom: 0 !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard h2,
#b-product.rw-product-v2 .rw-tab-richtext--standard h3,
#b-product.rw-product-v2 .rw-tab-richtext--standard h4 {
    margin: 3rem 0 1.2rem !important;
    color: #151815 !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard h2 {
    font-size: 2rem !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard h3,
#b-product.rw-product-v2 .rw-tab-richtext--standard h4 {
    font-size: 1.7rem !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard ul,
#b-product.rw-product-v2 .rw-tab-richtext--standard ol {
    padding-left: 2.2rem !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard li {
    padding-left: .25rem;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard li::marker {
    color: var(--rw-product-green);
}

#b-product.rw-product-v2 .rw-tab-richtext--standard a {
    color: var(--rw-product-green-dark) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(22, 131, 69, .25);
}

#b-product.rw-product-v2 .rw-tab-richtext--standard a:hover {
    border-bottom-color: currentColor;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard img {
    max-width: 100%;
    height: auto;
}

#b-product.rw-product-v2 .rw-product-tabs__pane--PAYMENT_DELIVERY,
#b-product.rw-product-v2 .rw-product-tabs__pane--MOUNTING,
#b-product.rw-product-v2 .rw-product-tabs__pane--APPLICATION,
#b-product.rw-product-v2 .rw-product-tabs__pane--CARE,
#b-product.rw-product-v2 .rw-product-tabs__pane--PAINTING {
    padding: 3.6rem 4rem 4.2rem !important;
}

#b-product.rw-product-v2 .rw-product-services {
    margin-top: 1rem;
    border: 1px solid var(--rw-product-border);
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-services > summary {
    min-height: 5.6rem;
    padding: 1rem 1.3rem;
    gap: 1.2rem;
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-services__summary-copy {
    flex: 1 1 auto;
}

#b-product.rw-product-v2 .rw-product-services__summary-copy strong {
    font-size: 1.35rem;
}

#b-product.rw-product-v2 .rw-product-services__summary-copy small {
    margin-top: .2rem;
    font-size: 1.2rem;
}

#b-product.rw-product-v2 .rw-product-services__summary-meta {
    gap: 1rem;
}

#b-product.rw-product-v2 .rw-product-services__body {
    padding: 0 1.3rem .8rem;
    border-top: 1px solid var(--rw-product-border);
    background: #fff;
}

#b-product.rw-product-v2 .rw-product-services__grid {
    display: block;
}

#b-product.rw-product-v2 .rw-service-card {
    min-height: 5.8rem;
    padding: 1rem .2rem;
    border: 0;
    border-top: 1px solid #edf0ed;
    display: grid;
    grid-template-columns: 2.8rem minmax(0, 1fr) 2rem;
    gap: 1rem;
    background: transparent;
    box-shadow: none;
}

#b-product.rw-product-v2 .rw-service-card:first-child {
    border-top: 0;
}

#b-product.rw-product-v2 .rw-service-card:hover {
    border-color: #edf0ed;
    background: #f8fbf9;
    box-shadow: none;
}

#b-product.rw-product-v2 .rw-service-card__icon {
    width: 2.8rem;
    height: 2.8rem;
}

#b-product.rw-product-v2 .rw-service-card__copy strong {
    font-size: 1.3rem;
    line-height: 1.25;
}

#b-product.rw-product-v2 .rw-service-card__copy small {
    font-size: 1.2rem;
    line-height: 1.35;
}

#b-product.rw-product-v2 .rw-service-card__check {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
}

#b-product.rw-product-v2 .rw-service-card:has(.rw-service-card__input:checked),
#b-product.rw-product-v2 .rw-service-card.is-selected {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-color: #dce9e0;
    background: var(--rw-product-green-soft);
    box-shadow: none;
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-product-tabs__pane--PAYMENT_DELIVERY,
    #b-product.rw-product-v2 .rw-product-tabs__pane--MOUNTING,
    #b-product.rw-product-v2 .rw-product-tabs__pane--APPLICATION,
    #b-product.rw-product-v2 .rw-product-tabs__pane--CARE,
    #b-product.rw-product-v2 .rw-product-tabs__pane--PAINTING {
        padding: 2.4rem 1.8rem 2.8rem !important;
    }

    #b-product.rw-product-v2 .rw-tab-standard-layout {
        max-width: none;
    }

    #b-product.rw-product-v2 .rw-product-services__summary-meta {
        padding-top: 0;
    }
}

#b-product.rw-product-v2 .rw-tab-richtext--standard ul,
#b-product.rw-product-v2 .rw-tab-richtext--standard ol {
    width: 100%;
    max-width: 64rem;
    margin: 1.4rem 0 2.4rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    list-style: none !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard li {
    min-height: 2.4rem;
    margin: 0 0 1rem !important;
    padding: 0 0 0 2.5rem !important;
    position: relative;
    list-style: none !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard li:last-child {
    margin-bottom: 0 !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard li::marker {
    content: none !important;
}

#b-product.rw-product-v2 .rw-tab-richtext--standard li::before {
    content: "✓";
    width: 1.6rem;
    height: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rw-product-green-dark);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 0;
    top: .35rem;
}

#b-product.rw-product-v2 .rw-tab-standard-layout {
    max-width: 78rem;
}

#b-product.rw-product-v2 .rw-product-tabs__pane--PAYMENT_DELIVERY .rw-tab-richtext--standard {
    max-width: 70rem;
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 .rw-tab-richtext--standard ul,
    #b-product.rw-product-v2 .rw-tab-richtext--standard ol {
        max-width: none;
    }
}

#b-product.rw-product-v2 .rw-product-v2__main {
    grid-template-areas: "gallery panel"
        "tabs panel";
}

#b-product.rw-product-v2 .rw-product-v2__left {
    grid-area: gallery;
    min-width: 0;
}

#b-product.rw-product-v2 .rw-product-panel {
    grid-area: panel;
    min-width: 0;
}

#b-product.rw-product-v2 .rw-product-tabs {
    grid-area: tabs;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0;
}

@media (max-width: 991px) {
    #b-product.rw-product-v2 .rw-product-v2__main {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "gallery"
            "panel"
            "tabs";
        gap: 2rem;
    }

    #b-product.rw-product-v2 .rw-product-panel {
        position: static !important;
        top: auto !important;
    }
}

@media (max-width: 767px) {
    #b-product.rw-product-v2 {
        --rw-mobile-pad: 1.6rem;
    }

    #b-product.rw-product-v2 .rw-product-v2__main {
        gap: 1.6rem;
    }

    #b-product.rw-product-v2 .rw-product-panel {
        width: 100%;
        margin: 0;
    }

    #b-product.rw-product-v2 .rw-product-buyblock {
        padding: 1.8rem var(--rw-mobile-pad);
        border-color: #dfe4e0;
        box-shadow: none;
    }

    #b-product.rw-product-v2 .rw-product-panel__price-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.2rem;
    }

    #b-product.rw-product-v2 .b-price {
        font-size: 2.8rem;
        line-height: 1.05;
    }

    #b-product.rw-product-v2 .b-product-price-meter {
        margin-top: .6rem;
        font-size: 1.4rem;
    }

    #b-product.rw-product-v2 .b-product-stock {
        margin-top: .3rem;
        padding-top: 0;
        font-size: 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-configuration {
        margin-top: 1.8rem;
    }

    #b-product.rw-product-v2 .rw-product-configuration__title,
    #b-product.rw-product-v2 .rw-product-order__label {
        margin-bottom: .8rem;
        font-size: 1.5rem;
    }

    #b-product.rw-product-v2 .rw-product-configuration__value {
        min-height: 4.4rem;
        padding: 1rem 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-configuration__value span {
        font-size: 1.25rem;
    }

    #b-product.rw-product-v2 .rw-product-params {
        margin-top: 1.4rem;
    }

    #b-product.rw-product-v2 .rw-product-param {
        grid-template-columns: 9.2rem minmax(0, 1fr) !important;
        gap: 1rem;
        margin-bottom: .9rem;
        align-items: center;
    }

    #b-product.rw-product-v2 .rw-product-param .b-product-param-title {
        font-size: 1.3rem;
        line-height: 1.25;
    }

    #b-product.rw-product-v2 .rw-product-param-select {
        height: 4.4rem;
        padding-left: 1.4rem;
        font-size: 1.5rem;
    }

    #b-product.rw-product-v2 .rw-product-services,
    #b-product.rw-product-v2 .rw-product-extra-params {
        margin-top: 1rem;
    }

    #b-product.rw-product-v2 .rw-product-services > summary,
    #b-product.rw-product-v2 .rw-product-extra-params > summary {
        min-height: 5.6rem;
        padding: .9rem 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-services__summary-copy strong {
        font-size: 1.4rem;
    }

    #b-product.rw-product-v2 .rw-product-services__summary-copy small,
    #b-product.rw-product-v2 .rw-product-services__summary-count {
        font-size: 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-services__body {
        padding: 0 1.2rem 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-services__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #b-product.rw-product-v2 .rw-service-card {
        min-height: 6rem;
        padding: 1rem 0;
    }

    #b-product.rw-product-v2 .rw-product-order {
        margin-top: 1.6rem;
        padding-top: 1.5rem;
    }

    #b-product.rw-product-v2 .rw-product-order__qty-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 8.2rem !important;
        gap: 1rem;
        align-items: center;
    }

    #b-product.rw-product-v2 .b-quantity {
        width: 100% !important;
        min-width: 0;
    }

    #b-product.rw-product-v2 .rw-product-order__measure-wrap,
    #b-product.rw-product-v2 .rw-product-order__measure-select {
        width: 100%;
    }

    #b-product.rw-product-v2 .rw-product-order__conversion {
        grid-column: 1 / -1;
        padding-left: 0;
        font-size: 1.2rem;
        line-height: 1.35;
    }

    #b-product.rw-product-v2 .rw-product-order__bottom {
        margin-top: 1.5rem;
    }

    #b-product.rw-product-v2 .rw-product-total {
        margin-bottom: 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-total > span {
        font-size: 1.4rem;
    }

    #b-product.rw-product-v2 .rw-product-total strong {
        margin-top: .3rem;
        font-size: 2.6rem;
    }

    #b-product.rw-product-v2 .rw-product-actions {
        gap: 1rem;
    }

    #b-product.rw-product-v2 .rw-product-actions .b-product-buy,
    #b-product.rw-product-v2 .rw-product-actions .b-product-oneclick .btn {
        min-height: 5rem;
        font-size: 1.4rem;
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary {
        margin-top: 1.5rem;
        grid-template-columns: 1fr 1fr !important;
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary > div,
    #b-product.rw-product-v2 .rw-product-delivery-summary > div:first-child {
        min-height: 8.4rem;
        padding: 1.2rem 1rem;
        border-top: 0 !important;
        border-left: 1px solid var(--rw-product-border) !important;
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary > div:first-child {
        border-left: 0 !important;
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary strong {
        font-size: 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-delivery-summary small {
        font-size: 1.2rem;
    }

    #b-product.rw-product-v2 .rw-product-tabs {
        border-color: #dfe4e0;
        overflow: hidden;
    }

    #b-product.rw-product-v2 .rw-product-tabs__nav-wrap,
    #b-product.rw-product-v2 .rw-product-tabs .b-submenu-wrap {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    #b-product.rw-product-v2 .rw-product-tabs__nav-wrap::-webkit-scrollbar,
    #b-product.rw-product-v2 .rw-product-tabs .b-submenu-wrap::-webkit-scrollbar {
        display: none;
    }

    #b-product.rw-product-v2 .rw-product-tabs__nav,
    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns {
        width: max-content !important;
        min-width: 100% !important;
        grid-template-columns: none !important;
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    #b-product.rw-product-v2 .rw-product-tabs__nav > li,
    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 12.8rem !important;
        scroll-snap-align: start;
    }

    #b-product.rw-product-v2 .rw-product-tabs__nav > li > span,
    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li > span {
        min-height: 5.2rem !important;
        padding: 1.1rem 1.5rem !important;
        font-size: 1.25rem !important;
        line-height: 1.25 !important;
        text-align: center;
        white-space: normal !important;
    }

    #b-product.rw-product-v2 .rw-product-tabs__pane,
    #b-product.rw-product-v2 .rw-product-tabs__pane--PAYMENT_DELIVERY,
    #b-product.rw-product-v2 .rw-product-tabs__pane--MOUNTING,
    #b-product.rw-product-v2 .rw-product-tabs__pane--APPLICATION,
    #b-product.rw-product-v2 .rw-product-tabs__pane--CARE,
    #b-product.rw-product-v2 .rw-product-tabs__pane--PAINTING {
        padding: 2.4rem 2rem 2.8rem !important;
    }

    #b-product.rw-product-v2 .rw-tab-section-heading {
        margin-bottom: 1.5rem;
        font-size: 2.4rem;
        line-height: 1.2;
    }

    #b-product.rw-product-v2 .rw-tab-richtext,
    #b-product.rw-product-v2 .rw-tab-richtext p,
    #b-product.rw-product-v2 .rw-tab-richtext li,
    #b-product.rw-product-v2 .rw-tab-tech-card,
    #b-product.rw-product-v2 .rw-tab-tech-card td,
    #b-product.rw-product-v2 .rw-tab-tech-card th {
        font-size: 1.5rem !important;
        line-height: 1.65 !important;
    }

    #b-product.rw-product-v2 .rw-tab-description-single,
    #b-product.rw-product-v2 .rw-tab-standard-layout,
    #b-product.rw-product-v2 .rw-tab-technical-layout,
    #b-product.rw-product-v2 .rw-tab-richtext--standard,
    #b-product.rw-product-v2 .rw-tab-richtext--description {
        width: 100%;
        max-width: none !important;
        margin: 0 !important;
    }

    #b-product.rw-product-v2 .rw-tab-richtext p {
        margin: 0 0 1.7rem;
    }

    #b-product.rw-product-v2 .rw-tab-richtext p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 399px) {
    #b-product.rw-product-v2 .rw-product-param {
        grid-template-columns: 8.2rem minmax(0, 1fr) !important;
    }

    #b-product.rw-product-v2 .rw-product-tabs__nav > li,
    #b-product.rw-product-v2 .rw-product-tabs .b-tabs-btns > li {
        min-width: 11.8rem !important;
    }
}

.rw-product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.5rem 7rem;
    background: rgba(16, 18, 17, .88);
}

.rw-product-lightbox__figure {
    width: min(112rem, calc(100vw - 14rem));
    height: min(82vh, 78rem);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rw-product-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 1.4rem 5rem rgba(0, 0, 0, .3);
}

.rw-product-lightbox__caption {
    min-width: 5.5rem;
    padding: .7rem 1rem;
    border-radius: 2rem;
    color: #fff;
    background: rgba(0, 0, 0, .48);
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
}

.rw-product-lightbox__close,
.rw-product-lightbox__arrow {
    border: 0;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.rw-product-lightbox__close:hover,
.rw-product-lightbox__arrow:hover {
    background: rgba(255, 255, 255, .22);
}

.rw-product-lightbox__close {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    font-size: 3.2rem;
    line-height: 4.2rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.rw-product-lightbox__arrow {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.rw-product-lightbox__arrow:hover {
    transform: translateY(-50%) scale(1.04);
}

.rw-product-lightbox__arrow span {
    display: block;
    font-size: 4rem;
    line-height: 4.6rem;
}

.rw-product-lightbox__arrow--prev {
    left: 2rem;
}

.rw-product-lightbox__arrow--next {
    right: 2rem;
}

@media (max-width: 767px) {
    .rw-product-lightbox {
        padding: 6rem 1.2rem 2rem;
    }

    .rw-product-lightbox__figure {
        width: 100%;
        height: calc(100vh - 8rem);
    }

    .rw-product-lightbox__close {
        top: 1rem;
        right: 1rem;
    }

    .rw-product-lightbox__arrow {
        width: 4.4rem;
        height: 4.4rem;
        background: rgba(0, 0, 0, .35);
    }

    .rw-product-lightbox__arrow--prev {
        left: .8rem;
    }

    .rw-product-lightbox__arrow--next {
        right: .8rem;
    }
}

.rw-related-section {
    --rw-related-border: #e0e5e1;
    --rw-related-muted: #777d78;
    position: relative;
    margin: 5.5rem 0 0;
    padding: 3rem;
    border: 1px solid var(--rw-related-border);
    background: #fff;
}

.rw-related-section + .rw-related-section {
    margin-top: 2.4rem;
}

.rw-related-section__header {
    min-height: 5rem;
    padding-right: 11rem;
    margin-bottom: 2.2rem;
}

.rw-related-section__title {
    margin: 0;
    font: 600 3rem/1.15 var(--font-title);
    color: #111;
}

.rw-related-section__subtitle {
    margin: .8rem 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--rw-related-muted);
}

.rw-related-tabs {
    display: inline-flex;
    align-items: stretch;
    margin: 0 0 2.2rem;
    border: 1px solid var(--rw-related-border);
    background: #fafbfa;
}

.rw-related-tabs__button {
    min-width: 18rem;
    min-height: 4.4rem;
    padding: 1rem 2rem;
    border: 0;
    border-right: 1px solid var(--rw-related-border);
    color: #555b56;
    font: 500 1.5rem/1.2 var(--font-title);
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.rw-related-tabs__button:last-child {
    border-right: 0;
}

.rw-related-tabs__button:hover {
    color: var(--rw-related-green);
}

.rw-related-panel {
    position: relative;
}

.js-rw-related-bundle.is-ready .rw-related-panel:not(.is-active) {
    display: none;
}

.rw-related-section .b-slider {
    margin: 0;
}

.rw-related-section .b-slider > h2,
.rw-related-section .b-slider > .h2 {
    position: static !important;
    width: 0;
    height: 0;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
    font-size: 0 !important;
    line-height: 0 !important;
}

.rw-related-section .b-slider-nav {
    display: flex;
    gap: 1rem;
    position: absolute;
    margin: 0 !important;
}

.rw-related-section .b-slider-nav .b-navbtn-prev,
.rw-related-section .b-slider-nav .b-navbtn-next {
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin: 0 !important;
    border: 1px solid #d8ded9;
    background: #fff;
}

.rw-related-section .b-slider-nav .b-navbtn-prev:not(.flex-disabled):hover,
.rw-related-section .b-slider-nav .b-navbtn-next:not(.flex-disabled):hover {
    border-color: var(--rw-related-green);
    background: var(--rw-related-green-soft);
}

.rw-related-section .b-slider-nav .b-navbtn-prev:not(.flex-disabled):hover::before,
.rw-related-section .b-slider-nav .b-navbtn-next:not(.flex-disabled):hover::before {
    border-color: var(--rw-related-green);
}

.rw-related-section .b-slider .flexslider {
    margin: 0 -1rem;
}

.rw-related-section .b-slider .flex-viewport {
    padding: .4rem 0 1rem;
    margin: -.4rem 0 -1rem;
}

.rw-related-section .b-slider .slides > li > * {
    margin: 0 1rem;
}

.rw-related-section .b-products-item {
    min-height: 35rem;
    padding: 0 0 1.4rem !important;
    border: 1px solid var(--rw-related-border);
    background: #fff;
    overflow: hidden;
}

.rw-related-section .b-products-item-link {
    display: flex;
    flex-direction: column;
    color: #161916 !important;
}

.rw-related-section .b-products-item-link > img {
    width: 100% !important;
    height: 19rem !important;
    max-width: none !important;
    max-height: none !important;
    padding: 2rem;
    margin: 0 !important;
    object-fit: contain;
}

.rw-related-section .b-products-item-link:hover > img {
    transform: scale(1.02);
}

.rw-related-section .b-products-item-link > span {
    min-height: 6rem;
    padding: 1.5rem 1.6rem .8rem;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
    color: #151815;
}

.rw-related-section .b-products-item-labels {
    font-size: 1.2rem;
}

.rw-related-section .b-products-item-labels > span {
    padding: .7rem 1.2rem;
}

.rw-related-section .b-products-item-buyblock {
    padding: .5rem 1.6rem 0;
}

.rw-related-section .b-products-item-buyblock .b-price {
    margin: 0 0 1.4rem;
    font-size: 1.6rem;
    line-height: 1.15;
    font-weight: 600;
}

.rw-related-section .b-products-item-buyblock .btn,
.rw-related-section .b-products-item-buyblock .btn-buy {
    max-width: none;
    margin: 0;
    border: 1px solid var(--rw-related-green);
    background: var(--rw-related-green);
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 600;
}

.rw-related-section .b-products-item-buyblock .btn:hover,
.rw-related-section .b-products-item-buyblock .btn-buy:hover {
    background: var(--rw-related-green-hover);
}

.rw-related-section .b-products-item-buyblock .btn-buy.active {
    background: var(--rw-related-green-soft) !important;
}

.rw-related-section .b-products-item-buyblock .btn-buy.active::before,
.rw-related-section .b-products-item-buyblock .btn-buy.active::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 767px) {
    .rw-related-section {
        margin-top: 3.2rem;
        padding: 2rem 1.5rem;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
    }

    .rw-related-section + .rw-related-section {
        margin-top: 1.6rem;
    }

    .rw-related-section__header {
        min-height: 4.4rem;
        padding-right: 9rem;
        margin-bottom: 1.6rem;
    }

    .rw-related-section__title {
        font-size: 2.2rem;
    }

    .rw-related-section__subtitle {
        font-size: 1.3rem;
    }

    .rw-related-section .b-slider-nav .b-navbtn-prev,
    .rw-related-section .b-slider-nav .b-navbtn-next {
        width: 3.8rem;
        height: 3.8rem;
    }

    .rw-related-tabs {
        display: flex;
        width: 100%;
        margin-bottom: 1.6rem;
    }

    .rw-related-tabs__button {
        flex: 1 1 50%;
        min-width: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1.35rem;
    }

    .rw-related-section .b-products-item {
        min-height: 31rem;
    }

    .rw-related-section .b-products-item-link > img {
        height: 16rem !important;
        padding: 1.4rem;
    }

    .rw-related-section .b-products-item-link > span {
        min-height: 5.6rem;
        padding: 1.2rem 1.2rem .6rem;
        font-size: 1.35rem;
    }

    .rw-related-section .b-products-item-buyblock {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

.rw-related-section {
    --rw-related-green: var(--color-active, #61b77d);
    --rw-related-green-hover: #4fa86d;
    --rw-related-green-soft: rgba(97, 183, 125, .10);
}

.rw-related-section .rw-related-panel {
    position: static;
}

.rw-related-section .b-slider-nav {
    top: 3rem !important;
    right: 3rem !important;
    z-index: 5;
}

.rw-related-section .b-slider-nav .b-navbtn-prev,
.rw-related-section .b-slider-nav .b-navbtn-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 0;
}

.rw-related-section .b-products-item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.rw-related-section .b-products-item-link {
    flex: 0 0 auto;
}

.rw-related-section .b-products-item-buyblock {
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.rw-related-section .b-products-item-buyblock .btn,
.rw-related-section .b-products-item-buyblock .btn-buy {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100% !important;
    min-height: 4.2rem;
    height: 4.2rem;
    padding: 0 1.4rem !important;
    border-color: var(--rw-related-green) !important;
    background-color: var(--rw-related-green) !important;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
}

.rw-related-section .b-products-item-buyblock .btn:hover,
.rw-related-section .b-products-item-buyblock .btn-buy:hover {
    border-color: var(--rw-related-green-hover) !important;
    background-color: var(--rw-related-green-hover) !important;
    color: #fff !important;
}

.rw-related-section .b-products-item-buyblock .btn-buy.active {
    border-color: var(--rw-related-green) !important;
    background-color: var(--rw-related-green-soft) !important;
    color: var(--rw-related-green) !important;
}

.rw-related-section .b-products-item-buyblock .b-price {
    color: var(--rw-related-green) !important;
}

@media (max-width: 767px) {
    .rw-related-section .b-slider-nav {
        top: 2rem !important;
        right: 1.5rem !important;
    }
}

.rw-related-section {
    box-shadow: none;
}

.rw-related-section .b-products-item,
.rw-related-section .b-products-item-link > img,
.rw-related-section .b-products-item-buyblock .btn,
.rw-related-section .b-products-item-buyblock .btn-buy,
.rw-related-section .b-slider-nav .b-navbtn-prev,
.rw-related-section .b-slider-nav .b-navbtn-next,
.rw-related-tabs,
.rw-related-tabs__button {
    border-radius: 0 !important;
}

.rw-related-section .b-products-item {
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.rw-related-section .b-products-item:hover {
    border-color: #d8ded9;
    box-shadow: none !important;
    transform: none !important;
}

.rw-related-section .b-products-item-link > img {
    background: #fff;
}

.rw-related-tabs__button {
    position: relative;
    background: #fff;
    box-shadow: none !important;
}

.rw-related-tabs__button:hover {
    background: #fff;
}

.rw-related-tabs__button.is-active {
    color: var(--rw-related-green) !important;
    background: #fff !important;
    box-shadow: inset 0 -2px 0 var(--rw-related-green) !important;
}

.rw-related-tabs__button.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--rw-related-green);
}

@media (max-width: 767px) {
    .rw-related-section {
        padding-right: 0;
        padding-left: 0;
    }

    .rw-related-section__header,
    .rw-related-tabs,
    .rw-related-section .b-slider,
    .rw-related-section > .rw-related-panel {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}

@media (max-width: 767px) {
    .rw-related-section .rw-related-tabs {
        width: calc(100% - 3rem) !important;
        max-width: calc(100% - 3rem) !important;
        margin: 0 1.5rem 1.6rem !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .rw-related-section .rw-related-tabs__button {
        flex: 1 1 50%;
        width: 50%;
        min-width: 0;
        box-sizing: border-box;
        white-space: nowrap;
    }
}

.rw-product-seo-text {
    margin-top: 3.2rem;
}

.rw-product-seo-text > :first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .rw-product-seo-text {
        margin-top: 2.4rem;
    }
}


#rw-catalog-v2 .rw-catalog-scroll-controls button {
    color: #6f756f;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

#rw-catalog-v2 .rw-catalog-scroll-controls button:not(:disabled):not(.disabled):hover,
#rw-catalog-v2 .rw-catalog-scroll-controls button:not(:disabled):not(.disabled):focus-visible {
    color: #fff;
    border-color: var(--rw-green);
    background: var(--rw-green);
    outline: 0;
}

#rw-catalog-v2 .rw-catalog-scroll-controls button:disabled,
#rw-catalog-v2 .rw-catalog-scroll-controls button.disabled {
    color: #cfd3cf;
    border-color: #ecefec;
    background: #fff;
    cursor: default;
}

.rw-catalog-filter-empty,
#rw-catalog-v2 .rw-catalog-filter-empty,
#rw-catalog-v2 .rw-catalog-filter-panel .rw-catalog-filter-placeholder {
    margin: 0 !important;
    padding: 1.6rem 1.8rem !important;
    color: #858c87 !important;
    font-size: 1.2rem !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
}

/* End */
/* /local/templates/realwood/components/topik/catalog/catalog.product-v2/style.css?1785099220181093 */
