.sorting-form{
    margin-bottom: 16px;
}
.wcms-block-product-thumbs-item{
    display: flex;
    flex-direction: column;
}
.sys-thumb-i-subcaption{
    margin-top: auto;
}

/*.container-app {*/
/*    font-family: sans-serif;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background: #f9f9f9;*/
/*    color: #333;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

/*.container {*/
/*    min-width: 1200px;*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    flex: 1;*/
/*}*/

/*.breadcrumbs {*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    margin-bottom: 10px;*/
/*}*/

/*h1 {*/
/*    margin-top: 0;*/
/*}*/

/*.content {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    min-height: 500px;*/
/*}*/

/*.sidebar {*/
/*    width: 250px;*/
/*    background: #fff;*/
/*    padding: 15px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
/*    flex-shrink: 0;*/
/*}*/

.filter-title {
    font-weight: 400;
    margin: 0 0 10px;
    cursor: pointer;
    position: relative;
    padding: 15px 5px 0;
    display: block;
    color: var(--wcms-color-primary);
    font-size: 0.9em;
}

.filter-title svg {
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 13px;
    transform: rotate(90deg);
}

.filter-group.collapsed .filter-title svg {
    transform: rotate(0);
}




.filters.wa-form .wa-field .wa-name{
    padding: 15px 0;
    margin-bottom: 0;
}
.filters.wa-form .wa-field {
    margin-bottom: 0;
    padding: 0 5px 15px;
}
.filter-group.collapsed.wa-field .wa-name{
    padding: 15px 0 0;
}

.filter-content {
    display: block;
    transition: all 0.3s ease;
}

.filters {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.filter-group {
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--wcms-background-ultralight);
}

.filter-group.collapsed .filter-content {
    display: none;
}

.filter-content label {
    float: left;
    width: 100%;
}

.wa-form input[type="number"]{
    padding: 7px;
    font-size: 0.9em;
    width: 100%;
    border: 1px solid;
    border-radius: 3px;
    border-color: var(--wcms-color-ultralight);
    min-height: 40px;
    background: var(--wcms-background-ultralight);
}

.price-range-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-range input {
    width: 100%;
    margin-top: 5px;
}

.categories {
    flex-grow: 1;
    min-width: 0;
}

.subcategories {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
}

.subcategories a {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px;
    background: var(--wcms-background-ultralight);
    border-color: var(--wcms-color-ultralight);
    border-radius: 6px;
    text-decoration: none;
    color: var(--wcms-color-primary);
    transition: background 0.3s;
}

.subcategories a:hover {
    background: var(--wcms-background-ultralight);
}
.pagination.mt30{
    margin-top: 30px;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}


.container-product {
    max-width: 1200px;
    margin: auto;
}

.product-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product-image {
    width: 100%;
    max-width: 400px;
    background: var(--wcms-background-primary);
    padding: 10px;
    border: 1px solid var(--wcms-color-ultralight);
    border-radius: 5px;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.product-info {
    flex: 1 1 400px;
}

.price {
    margin-top: 15px;
    margin-left: 13px;
    text-align: right;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.3em;
}
.price + .sys-thumb-i-more.pt0{
    padding: 0;
}
.price + .sys-thumb-i-more.pt0 .popup-deploy{
    border-radius: 5px;
    color: var(--wcms-color-secondary);
    background: var(--wcms-color-links);
    outline: none;
    border: none;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.characteristics {
    border: 1px solid var(--wcms-color-ultralight);
    border-radius: 5px;
    padding: 5px;
}

.characteristics table {
    width: 100%;
    border-collapse: collapse;
}

.characteristics th,
.characteristics td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid var(--wcms-background-ultralight);
}
.characteristics tbody tr:last-child td, .characteristics tbody tr:last-child th {
     border-bottom: none;
 }

.description p{
    padding: 8px 8px 0;
}
.page-content.padded{
    margin-right: 0;
}


.filters .ui-slider-horizontal {
    background: var(--wcms-background-ultralight);
    height: 2px;
    position: relative;
    margin: 9px 10px 25px;
}

.filters .ui-slider-range {
    background: var(--wcms-color-links);
    position: relative;
}

.filters .ui-slider-handle {
    background: var(--wcms-color-links);
    border: 1px solid var(--wcms-color-links);
    border-radius: 10px;
    width: 20px;
    height: 20px;
    top: -9px;
    outline: none;
}

.filters .ui-slider-handle.ui-state-hover {
    background: var(--wcms-color-links-hover);
}

.filters .ui-slider-range {
    height: 100%;
}

.filters .ui-slider-handle {
    margin-left: -10px;
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.image-nav-p {
    padding: 10px;
}
.image-nav.slick-slider{
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    align-items: center;
    grid-gap: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    /*height: 105px;*/
}
.product-arrow {
    min-width: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 20px);
    position: relative;
    background: var(--wcms-background-ultralight);
    bottom: 0;
    border: none;
    transition: all .3ms;
    cursor: pointer;
}
.product-arrow:hover{
    color: var(--wcms-background-primary);
    background: var(--wcms-background-light);
}
.product-prev{
    border-radius: 8px 0 0 8px;
}
.product-next{
    border-radius: 0 8px 8px 0;
    margin-left: auto;
}
.product-next svg{
    transform: rotate(-90deg);
    width: 15px;
}
.product-prev svg{
    transform: rotate(90deg);
    width: 15px;
}
.image-slider:not(.slick-initialized), .image-nav:not(.slick-initialized){
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}


@media (max-width: 768px) {
    .product-content {
        flex-direction: column;
    }
}