.products {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #fff;
}
@media (max-width: 575px) {
    .products {
        padding: 1.5625em 0;
    }
}
.products_cnt {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .products_cnt {
        width: 90%;
    }
}
.products_cnt .breadcrumbs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.products_cnt .breadcrumbs ul {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.products_cnt .breadcrumbs ul li {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
}
.products_cnt .breadcrumbs ul li:not(:last-child)::after {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-4.62904e-07 1.41L4.32659 6L-6.16331e-08 10.59L1.33198 12L7 6L1.33198 -5.82229e-08L-4.62904e-07 1.41Z' fill='%23676766'/%3E%3C/svg%3E")
        no-repeat center;
    background-size: contain;
    margin: 0 4px;
}
.products_cnt .breadcrumbs ul li a,
.products_cnt .breadcrumbs ul li p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    font-weight: 600;
    color: #676766;
    transition: 0.4s ease-in-out;
}
.products_cnt .breadcrumbs ul li a:where(p),
.products_cnt .breadcrumbs ul li p:where(p) {
    color: #c20000;
}
@media not all and (pointer: coarse) {
    .products_cnt .breadcrumbs ul li a:where(a):hover,
    .products_cnt .breadcrumbs ul li p:where(a):hover {
        color: #c20000;
    }
}
.products_cnt .products_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
@media (max-width: 1024px) {
    .products_cnt .products_wrapper {
        gap: 20px;
    }
}
.products_cnt .products_wrapper .products_filter {
    width: 100%;
    position: relative;
    display: block;
    max-width: 260px;
}
@media (max-width: 1024px) {
    .products_cnt .products_wrapper .products_filter {
        max-width: 100%;
    }
}
.products_cnt .products_wrapper .products_filter .filter_toggler {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid hsl(60, 0.487804878%, 55.1960784314%);
}
@media (max-width: 1024px) {
    .products_cnt .products_wrapper .products_filter .filter_toggler {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }
}
.products_cnt .products_wrapper .products_filter .filter_toggler button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    font-size: 1.125em;
    font-weight: 600;
    color: #676766;
    gap: 8px;
}
.products_cnt .products_wrapper .products_filter .filter_toggler button img {
    width: 24px;
}
.products_cnt .products_wrapper .products_filter .filter_content {
    width: 100%;
    position: relative;
    display: block;
}
@media (max-width: 1024px) {
    .products_cnt .products_wrapper .products_filter .filter_content {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
        background: rgba(0, 0, 0, 0.4);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        height: 100dvh;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
    }
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper {
    width: 100%;
    position: relative;
    display: block;
}
@media (max-width: 1024px) {
    .products_cnt
        .products_wrapper
        .products_filter
        .filter_content
        .filter_wrapper {
        max-width: 320px;
        background: #fff;
        height: 100%;
        overflow: auto;
        padding: 24px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
        transform: translateX(-100%);
        transition: 0.4s ease-in-out;
    }
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    button.close_filters {
    width: 100%;
    position: relative;
    display: none;
    font-weight: 500;
    margin-bottom: 16px;
    gap: 4px;
}
@media (max-width: 1024px) {
    .products_cnt
        .products_wrapper
        .products_filter
        .filter_content
        .filter_wrapper
        button.close_filters {
        display: flex;
        align-items: center;
    }
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    button.close_filters
    svg {
    width: 24px;
    position: relative;
    display: block;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 8px;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--title
    h6 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    color: #c20000;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items {
    width: 100%;
    position: relative;
    display: block;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box {
    width: 100%;
    position: relative;
    display: block;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler
    a {
    width: calc(100% - 24px);
    position: relative;
    display: block;
    font-weight: 600;
    line-height: 1;
    color: #676766;
    transition: 0.4s ease-in-out;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler
    button {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler
    button
    svg {
    width: 12px;
    position: relative;
    display: block;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: 0.4s ease-in-out;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler
    button
    svg
    path {
    fill: #676766;
    transition: 0.4s ease-in-out;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler.active
    a {
    color: #000;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler.active
    button
    svg {
    transform: rotate(0deg);
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._toggler.active
    button
    svg
    path {
    fill: #000;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._content {
    width: 100%;
    position: relative;
    display: none;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._content
    ul {
    width: 100%;
    position: relative;
    display: block;
    padding: 4px 0 0 8px;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._content
    ul
    li {
    width: 100%;
    position: relative;
    display: block;
    line-height: 1;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._content
    ul
    li
    a {
    width: 100%;
    position: relative;
    display: block;
    color: #676666;
    line-height: 1;
    transition: 0.4s ease-in-out;
}

.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._content
    ul
    li
    a.active {
    color: #000;
    font-weight: 600;
}
@media not all and (pointer: coarse) {
    .products_cnt
        .products_wrapper
        .products_filter
        .filter_content
        .filter_wrapper
        .filter_box
        .filter_box--items
        ._box
        ._content
        ul
        li
        a:hover {
        color: #c20000;
    }
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box
    ._content
    ul
    li:not(:last-child) {
    margin-bottom: 8px;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._box:not(:last-child) {
    margin-bottom: 4px;
}
@media not all and (pointer: coarse) {
    .products_cnt
        .products_wrapper
        .products_filter
        .filter_content
        .filter_wrapper
        .filter_box
        .filter_box--items
        ._box:hover
        ._toggler
        a {
        color: #000;
    }
    .products_cnt
        .products_wrapper
        .products_filter
        .filter_content
        .filter_wrapper
        .filter_box
        .filter_box--items
        ._box:hover
        ._toggler
        button
        svg
        path {
        fill: #000;
    }
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._checkbox {
    width: 100%;
    position: relative;
    display: block;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._checkbox
    label {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._checkbox
    label
    input {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    accent-color: #c20000;
    cursor: pointer;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._checkbox
    label
    span {
    width: calc(100% - 28px);
    position: relative;
    display: block;
    font-weight: 600;
    color: #676766;
    transition: 0.4s ease-in-out;
}
.products_cnt
    .products_wrapper
    .products_filter
    .filter_content
    .filter_wrapper
    .filter_box
    .filter_box--items
    ._checkbox:not(:last-child) {
    margin-bottom: 12px;
}
@media (max-width: 1024px) {
    .products_cnt
        .products_wrapper
        .products_filter
        .filter_content.show_filters {
        opacity: 1;
        visibility: visible;
    }
    .products_cnt
        .products_wrapper
        .products_filter
        .filter_content.show_filters
        .filter_wrapper {
        transform: translateX(0%);
    }
}
.products_cnt .products_wrapper .products_content {
    width: calc(100% - 292px);
    position: relative;
    display: block;
}
@media (max-width: 1024px) {
    .products_cnt .products_wrapper .products_content {
        width: 100%;
    }
}
.products_cnt .products_wrapper .products_content .products_title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.products_cnt .products_wrapper .products_content .products_title h1 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 2.5em;
    margin-bottom: 8px;
}
@media (max-width: 575px) {
    .products_cnt .products_wrapper .products_content .products_title h1 {
        font-size: 2em;
    }
}
.products_cnt .products_wrapper .products_content .products_title p {
    width: 100%;
    position: relative;
    display: block;
}
.products_cnt .products_wrapper .products_content .products_list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    gap: 20px;
}
.products_cnt .products_wrapper .products_content .products_list .product_item {
    width: calc(33.3333333333% - 13.3333333333px);
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 32px 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0745098039);
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .products_cnt
        .products_wrapper
        .products_content
        .products_list
        .product_item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    ._tags {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 0;
    right: 0;
    z-index: 2;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    ._tags
    p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8125em;
    line-height: 1;
    font-weight: 500;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_image {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_image
    picture {
    width: 100%;
    position: relative;
    max-width: 262px;
    display: block;
    aspect-ratio: 262/226;
    overflow: hidden;
    margin: 0 auto;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_image
    picture
    img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_title
    h6 {
    width: 100%;
    position: relative;
    max-width: 240px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto 8px;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_title
    p {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #c20000;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 600;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_description {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_description
    p {
    width: 100%;
    position: relative;
    min-height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #676766;
    font-size: 1.125em;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_buttons {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_buttons
    button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
}
@media (max-width: 1366px) {
    .products_cnt .products_wrapper .products_content .products_list .product_item .product_buttons button {
        padding: 8px;
        font-size: .9em;
    }
}
@media (max-width: 834px) {
    .products_cnt .products_wrapper .products_content .products_list .product_item .product_buttons button {
        padding: 8px 4px;
        font-size: .8em;
    }
}
@media (max-width: 575px) {
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_buttons{
        gap: 5px;
    }

    .products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_buttons
    button{
        width: 58%;
    }
}
@media not all and (pointer: coarse) {
    .products_cnt
        .products_wrapper
        .products_content
        .products_list
        .product_item
        .product_buttons
        button:hover {
        background: #fff;
        color: #c20000;
    }
}
.products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_buttons
    a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #000;
    border: 2px solid #000;
    line-height: 1;
}
@media (max-width: 1366px) {

    .products_cnt .products_wrapper .products_content .products_list .product_item .product_buttons a {
        padding: 8px;
        font-size: .9em;
    }
}

@media (max-width: 834px) {
    .products_cnt .products_wrapper .products_content .products_list .product_item .product_buttons a {
        padding: 8px 4px;
        font-size: .8em;
    }
}
@media (max-width: 575px) {
    .products_cnt
    .products_wrapper
    .products_content
    .products_list
    .product_item
    .product_buttons
    a{
        width: 38%;
    }
}
@media not all and (pointer: coarse) {
    .products_cnt
        .products_wrapper
        .products_content
        .products_list
        .product_item
        .product_buttons
        a:hover {
        background: #fff;
        color: #000;
    }
}
@media (max-width: 768px) {
    .products_cnt
        .products_wrapper
        .products_content
        .products_list
        .product_item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 575px) {
    .products_cnt
        .products_wrapper
        .products_content
        .products_list
        .product_item {
        width: 100%;
    }
}
.products_cnt .products_wrapper .products_content .products_pagination {
    width: 100%;
    position: relative;
    display: block;
}
.products_cnt .products_wrapper .products_content .products_pagination ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.products_cnt .products_wrapper .products_content .products_pagination ul li {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    line-height: 1;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    button,
.products_cnt .products_wrapper .products_content .products_pagination ul li a {
    width: 37px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .products_cnt
        .products_wrapper
        .products_content
        .products_pagination
        ul
        li
        button:hover,
    .products_cnt
        .products_wrapper
        .products_content
        .products_pagination
        ul
        li
        a:hover {
        background: #f7f7f7;
    }
}
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    button.active,
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    a.active {
    background: #c20000;
    color: #fff;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    button
    svg,
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    a
    svg {
    width: 7px;
    position: relative;
    display: block;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    button
    svg
    path,
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    a
    svg
    path {
    fill: #000;
}
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    button:where(button):disabled,
.products_cnt
    .products_wrapper
    .products_content
    .products_pagination
    ul
    li
    a:where(button):disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.product {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #fff;
}
@media (max-width: 575px) {
    .product {
        padding: 1.5625em 0;
    }
}
.product_cnt {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .product_cnt {
        width: 90%;
    }
}
.product_cnt .breadcrumbs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.product_cnt .breadcrumbs ul {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product_cnt .breadcrumbs ul li {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
}
.product_cnt .breadcrumbs ul li:not(:last-child)::after {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-4.62904e-07 1.41L4.32659 6L-6.16331e-08 10.59L1.33198 12L7 6L1.33198 -5.82229e-08L-4.62904e-07 1.41Z' fill='%23676766'/%3E%3C/svg%3E")
        no-repeat center;
    background-size: contain;
    margin: 0 4px;
}
.product_cnt .breadcrumbs ul li a,
.product_cnt .breadcrumbs ul li p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    font-weight: 600;
    color: #676766;
    transition: 0.4s ease-in-out;
}
.product_cnt .breadcrumbs ul li a:where(p),
.product_cnt .breadcrumbs ul li p:where(p) {
    color: #c20000;
}
@media not all and (pointer: coarse) {
    .product_cnt .breadcrumbs ul li a:where(a):hover,
    .product_cnt .breadcrumbs ul li p:where(a):hover {
        color: #c20000;
    }
}
.product_cnt .product_wrapper {
    width: 100%;
    position: relative;
    display: block;
}
.product_cnt .product_wrapper .product_info {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.product_cnt .product_wrapper .product_info .gallery {
    width: 47%;
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    .product_cnt .product_wrapper .product_info .gallery {
        width: 100%;
    }
}
.product_cnt .product_wrapper .product_info .gallery .main_gallery {
    width: 100%;
    position: relative;
    max-width: 490px;
    margin: 0 auto;
    display: block;
}
.product_cnt .product_wrapper .product_info .gallery .main_gallery a {
    width: 100%;
    position: relative;
    display: block;
}
.product_cnt .product_wrapper .product_info .gallery .main_gallery a picture {
    width: 100%;
    position: relative;
    display: block;
    aspect-ratio: 490/425;
}
.product_cnt
    .product_wrapper
    .product_info
    .gallery
    .main_gallery
    a
    picture
    img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product_cnt .product_wrapper .product_info .gallery .thumbs_gallery {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.product_cnt .product_wrapper .product_info .gallery .thumbs_gallery button {
    width: 27px;
    height: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 2px;
}
.product_cnt
    .product_wrapper
    .product_info
    .gallery
    .thumbs_gallery
    button
    svg {
    width: 7px;
    position: relative;
    display: block;
}
.product_cnt
    .product_wrapper
    .product_info
    .gallery
    .thumbs_gallery
    button
    svg
    path {
    fill: #fff;
}
.product_cnt
    .product_wrapper
    .product_info
    .gallery
    .thumbs_gallery
    .thumbs_gallery--wrapper {
    width: calc(100% - 70px);
    position: relative;
    display: block;
}
.product_cnt
    .product_wrapper
    .product_info
    .gallery
    .thumbs_gallery
    .thumbs_gallery--wrapper
    picture {
    width: 100%;
    position: relative;
    display: block;
    aspect-ratio: 108/93;
    opacity: 0.6;
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.product_cnt
    .product_wrapper
    .product_info
    .gallery
    .thumbs_gallery
    .thumbs_gallery--wrapper
    picture
    img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product_cnt
    .product_wrapper
    .product_info
    .gallery
    .thumbs_gallery
    .thumbs_gallery--wrapper
    .swiper-slide-thumb-active
    picture {
    opacity: 1;
    filter: grayscale(0);
}
.product_cnt .product_wrapper .product_info .info {
    width: calc(53% - 32px);
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    .product_cnt .product_wrapper .product_info .info {
        width: 100%;
    }
}
.product_cnt .product_wrapper .product_info .info .info_wrapper {
    width: 100%;
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 5px;
    background: #f7f7f7;
    margin-bottom: 24px;
}
@media (max-width: 575px) {
    .product_cnt .product_wrapper .product_info .info .info_wrapper {
        padding: 16px;
    }
}
.product_cnt .product_wrapper .product_info .info .info_wrapper ._title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.product_cnt .product_wrapper .product_info .info .info_wrapper ._title h1 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 2.375em;
    color: #676766;
}
@media (max-width: 575px) {
    .product_cnt .product_wrapper .product_info .info .info_wrapper ._title h1 {
        font-size: 2em;
    }
}
.product_cnt .product_wrapper .product_info .info .info_wrapper ._title h2 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 2.375em;
}
@media (max-width: 575px) {
    .product_cnt .product_wrapper .product_info .info .info_wrapper ._title h2 {
        font-size: 2em;
    }
}
.product_cnt .product_wrapper .product_info .info .info_wrapper ._description {
    width: 100%;
    position: relative;
    display: block;
    max-height: 120px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}
.product_cnt
    .product_wrapper
    .product_info
    .info
    .info_wrapper
    ._description::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 24px;
    background: linear-gradient(to top, #f7f7f7, transparent 180%);
    bottom: 0;
    left: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
}
.product_cnt
    .product_wrapper
    .product_info
    .info
    .info_wrapper
    ._description
    h3 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.5em;
    margin-bottom: 8px;
}
.product_cnt
    .product_wrapper
    .product_info
    .info
    .info_wrapper
    ._description
    p {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.0625em;
}
.product_cnt
    .product_wrapper
    .product_info
    .info
    .info_wrapper
    ._description.see_more {
    max-height: 100%;
}
.product_cnt
    .product_wrapper
    .product_info
    .info
    .info_wrapper
    ._description.see_more::after {
    opacity: 0;
    visibility: hidden;
}
.product_cnt .product_wrapper .product_info .info .info_wrapper button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    color: #c20000;
    font-weight: 600;
    text-align: left;
    font-size: 1.0625em;
    padding: 8px 0;
}
.product_cnt .product_wrapper .product_info .info .actions {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 16px;
}
.product_cnt .product_wrapper .product_info .info .actions a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
}
@media not all and (pointer: coarse) {
    .product_cnt .product_wrapper .product_info .info .actions a:hover {
        background: #fff;
        color: #c20000;
    }
}
.product_cnt .product_wrapper .product_info .info .actions button {
    width: 43px;
    height: 43px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 5px;
}
.product_cnt .product_wrapper .product_info .info .actions button::before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6px 12px;
    border-radius: 5px;
    background: #fff;
    font-size: 0.8125em;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1019607843);
    color: #c20000;
    transform: translate(-34%, -100%);
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.product_cnt .product_wrapper .product_info .info .actions button svg {
    width: 25px;
    position: relative;
    display: block;
}
.product_cnt .product_wrapper .product_info .info .actions button svg path {
    fill: #fff;
}
@media not all and (pointer: coarse) {
    .product_cnt
        .product_wrapper
        .product_info
        .info
        .actions
        button:hover::before {
        transform: translate(-34%, calc(-100% - 8px));
        opacity: 1;
        visibility: visible;
    }
}
.product_cnt .product_wrapper .product_info .info .documents {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.product_cnt .product_wrapper .product_info .info .documents .doc_item {
    width: calc(25% - 9px);
    position: relative;
    display: block;
    padding: 16px;
    border-radius: 5px;
    background: #f7f7f7;
    transition: 0.4s ease-in-out;
}
@media (max-width: 1024px) {
    .product_cnt .product_wrapper .product_info .info .documents .doc_item {
        width: calc(50% - 6px);
    }
}
@media (max-width: 768px) {
    .product_cnt .product_wrapper .product_info .info .documents .doc_item {
        width: calc(25% - 9px);
    }
}
@media (max-width: 575px) {
    .product_cnt .product_wrapper .product_info .info .documents .doc_item {
        width: calc(50% - 6px);
    }
}
.product_cnt .product_wrapper .product_info .info .documents .doc_item a {
    width: 100%;
    position: relative;
    display: block;
}
.product_cnt .product_wrapper .product_info .info .documents .doc_item a img {
    width: 39px;
    height: 39px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 8px;
}
.product_cnt .product_wrapper .product_info .info .documents .doc_item a span {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #676766;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media not all and (pointer: coarse) {
    .product_cnt
        .product_wrapper
        .product_info
        .info
        .documents
        .doc_item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.technical_sheet {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 0 0;
}
.technical_sheet--cnt {
    width: 100%;
    position: relative;
    display: block;
}
.technical_sheet--cnt .technical_sheet--title {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .technical_sheet--cnt .technical_sheet--title {
        width: 90%;
    }
}
.technical_sheet--cnt .technical_sheet--title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.technical_sheet--cnt .technical_sheet--table {
    width: 100%;
    position: relative;
    display: block;
    padding: 50px 0;
    background: #f7f7f7;
}
.technical_sheet--cnt .technical_sheet--table .table_wrapper {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
}
@media (max-width: 575px) {
    .technical_sheet--cnt .technical_sheet--table .table_wrapper {
        width: 90%;
        overflow-x: auto;
    }
}
.technical_sheet--cnt .technical_sheet--table .table_wrapper table {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1215px;
    position: relative;
    border-collapse: collapse;
}
@media (max-width: 575px) {
    .technical_sheet--cnt .technical_sheet--table .table_wrapper table {
        width: 100%;
    }
}
.technical_sheet--cnt .technical_sheet--table .table_wrapper table thead {
    margin: 0;
    padding: 0;
}
.technical_sheet--cnt .technical_sheet--table .table_wrapper table thead tr th {
    padding: 12px 24px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 1.0625em;
}
@media (max-width: 575px) {
    .technical_sheet--cnt
        .technical_sheet--table
        .table_wrapper
        table
        thead
        tr
        th {
        padding: 8px 16px;
    }
}
.technical_sheet--cnt
    .technical_sheet--table
    .table_wrapper
    table
    thead
    tr
    th
    img {
    max-width: 130px;
}
.technical_sheet--cnt .technical_sheet--table .table_wrapper table tbody {
    margin: 0;
    padding: 0;
}
.technical_sheet--cnt .technical_sheet--table .table_wrapper table tbody tr td {
    padding: 12px 24px;
    text-align: left;
    color: #676766;
}
@media (max-width: 575px) {
    .technical_sheet--cnt
        .technical_sheet--table
        .table_wrapper
        table
        tbody
        tr
        td {
        padding: 8px 16px;
        line-height: 125%;
        font-size: 0.875em;
    }
}
.technical_sheet--cnt
    .technical_sheet--table
    .table_wrapper
    table
    tbody
    tr
    td:first-child {
    font-weight: 600;
    color: #000;
}
@media (max-width: 575px) {
    .technical_sheet--cnt
        .technical_sheet--table
        .table_wrapper
        table
        tbody
        tr
        td:first-child {
        font-weight: 500;
    }
}
.technical_sheet--cnt
    .technical_sheet--table
    .table_wrapper
    table
    tbody
    tr:nth-child(odd)
    td {
    background: #d9d9d9;
}
.product_advantages {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #fff;
}
@media (max-width: 575px) {
    .product_advantages {
        padding: 1.5625em 0;
    }
}
.product_advantages--cnt {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .product_advantages--cnt {
        width: 90%;
    }
}
.product_advantages--cnt .product_advantages--title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.product_advantages--cnt .product_advantages--title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.product_advantages--cnt .product_advantages--content {
    width: 100%;
    position: relative;
    display: block;
}
.product_advantages--cnt .product_advantages--content .product_advantage--item {
    width: 100%;
    position: relative;
    display: block;
    padding: 24px;
    border-radius: 5px;
    background: #f7f7f7;
}
.product_advantages--cnt
    .product_advantages--content
    .product_advantage--item
    picture {
    width: 83px;
    height: 83px;
    position: relative;
    display: block;
    margin: 0 auto 12px;
}
.product_advantages--cnt
    .product_advantages--content
    .product_advantage--item
    picture
    img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product_advantages--cnt
    .product_advantages--content
    .product_advantage--item
    h6 {
    width: 100%;
    position: relative;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.product_advantages--cnt
    .product_advantages--content
    .product_advantage--item
    p {
    width: 100%;
    position: relative;
    display: -webkit-box;
    text-align: center;
}
@media (max-width: 575px) {
    .product_advantages--cnt
        .product_advantages--content
        .product_advantage--item
        p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.suggested_products {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #f7f7f7;
}
@media (max-width: 575px) {
    .suggested_products {
        padding: 1.5625em 0;
    }
}
.suggested_products--cnt {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .suggested_products--cnt {
        width: 90%;
    }
}
.suggested_products--cnt .suggested_products--title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.suggested_products--cnt .suggested_products--title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.suggested_products--cnt .suggested_products--list {
    width: 100%;
    position: relative;
    display: block;
}
.suggested_products--cnt .suggested_products--list .product_item {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 32px 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0745098039);
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .suggested_products--cnt .suggested_products--list .product_item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.suggested_products--cnt .suggested_products--list .product_item ._tags {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 0;
    right: 0;
    z-index: 2;
}
.suggested_products--cnt .suggested_products--list .product_item ._tags p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 6px 12px;
    background: #c20000;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8125em;
    line-height: 1;
    font-weight: 500;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_image {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_image
    picture {
    width: 100%;
    position: relative;
    max-width: 262px;
    display: block;
    aspect-ratio: 262/226;
    overflow: hidden;
    margin: 0 auto;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_image
    picture
    img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_title
    h6 {
    width: 100%;
    position: relative;
    max-width: 240px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto 8px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_title
    p {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #c20000;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 600;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_description {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_description
    p {
    width: 100%;
    position: relative;
    min-height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #676766;
    font-size: 1.125em;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
}
@media (max-width: 1366px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button {
        padding: 8px;
        font-size: .9em;
    }
}
@media (max-width: 834px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button {
        padding: 8px 4px;
        font-size: .8em;
    }
}
@media (max-width: 575px) {
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons{
        gap: 5px;
    }

    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button{
        width: 58%;
    }
}
@media not all and (pointer: coarse) {
    .suggested_products--cnt
        .suggested_products--list
        .product_item
        .product_buttons
        button:hover {
        background: #fff;
        color: #c20000;
    }
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #000;
    border: 2px solid #000;
    line-height: 1;
}
@media (max-width: 1366px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a {
        padding: 8px;
        font-size: .9em;
    }
}
@media (max-width: 834px) {
     .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a {
        padding: 8px 4px;
        font-size: .8em;
    }
}
@media (max-width: 575px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a{
        width: 38%;
    }
}
@media not all and (pointer: coarse) {
    .suggested_products--cnt
        .suggested_products--list
        .product_item
        .product_buttons
        a:hover {
        background: #fff;
        color: #000;
    }
}
.suggested_products--cnt
    .suggested_products--list
    .suggested_products--pagination {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 12px;
    bottom: unset;
    top: unset;
    left: unset;
}
@media (max-width: 575px) {
    .suggested_products--cnt
        .suggested_products--list
        .suggested_products--pagination {
        margin-top: 32px;
    }
}
.suggested_products--cnt
    .suggested_products--list
    .suggested_products--pagination
    span {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    opacity: 1;
    background: #d9d9d9 !important;
    margin: 0 !important;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.suggested_products--cnt
    .suggested_products--list
    .suggested_products--pagination
    span.swiper-pagination-bullet-active {
    background: #c20000 !important;
}
