

/* Start:/bitrix/templates/trendylight_main/components/bitrix/catalog/od_catalog/style.css?17876691035878*/
.grid {}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    box-sizing: border-box;
}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

/* Корневая страница каталога */
.od-catalog-hub,
.od-catalog-hub * {
    box-sizing: border-box;
}

.od-catalog-hub {
    width: auto;
    margin: 2.6rem 3rem 7.6rem;
    color: #090808;
}

.od-catalog-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
    width: 100%;
}

.od-catalog-hub__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: #f2f0ec;
    border: 1px solid #dedbd5;
}

.od-catalog-hub__visual {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f6f5f2;
}

.od-catalog-hub__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform .35s ease;
}

@media (hover: hover) {
    .od-catalog-hub__visual:hover img {
        transform: scale(1.025);
    }
}

.od-catalog-hub__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 2.4rem;
}

.od-catalog-hub__title {
    margin: 0 0 2rem;
    padding: 0 0 1.4rem;
    border-bottom: 1px solid #cbc7c0;
    font: inherit;
    font-size: clamp(2.4rem, 2.2vw, 3.6rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-align: left;
    text-transform: none;
}

.od-catalog-hub__title a,
.od-catalog-hub__title a:hover,
.od-catalog-hub__title a:focus {
    color: #090808;
    opacity: 1;
    text-decoration: none;
}

.od-catalog-hub__details {
    width: 100%;
    margin-top: auto;
}

.od-catalog-hub__action {
    display: flex;
    width: 100%;
    min-height: 5.6rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    margin: 0;
    padding: 1.4rem 1.8rem;
    border: 1px solid #090808;
    border-radius: 0;
    background: #090808;
    color: #fff;
    font: inherit;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
}

.od-catalog-hub__action::-webkit-details-marker {
    display: none;
}

.od-catalog-hub__action:hover,
.od-catalog-hub__action:focus {
    background: #242321;
    border-color: #242321;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.od-catalog-hub__action--link {
    margin-top: auto;
}

.od-catalog-hub__action-icon {
    position: relative;
    flex: 0 0 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
}

.od-catalog-hub__action-icon::before,
.od-catalog-hub__action-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.od-catalog-hub__action-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.od-catalog-hub__details[open] .od-catalog-hub__action-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.od-catalog-hub__subcategories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 1px solid #d3d0ca;
    border-left: 1px solid #d3d0ca;
    background: #fff;
}

.od-catalog-hub__subcategories a {
    display: flex;
    min-width: 0;
    min-height: 5.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.2rem 1.6rem;
    border-right: 1px solid #d3d0ca;
    border-bottom: 1px solid #d3d0ca;
    color: #090808;
    font: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
}

.od-catalog-hub__subcategories a:nth-child(2n) {
    border-right: 0;
}

.od-catalog-hub__subcategories a:hover,
.od-catalog-hub__subcategories a:focus {
    background: #eeeae3;
    color: #090808;
    opacity: 1;
    text-decoration: none;
}

@media (max-width: 991px) {
    .od-catalog-hub {
        margin-right: 2rem;
        margin-left: 2rem;
    }

    .od-catalog-hub__grid {
        gap: 1.8rem;
    }

    .od-catalog-hub__content {
        padding: 2rem;
    }

    .od-catalog-hub__subcategories {
        grid-template-columns: 1fr;
    }

    .od-catalog-hub__subcategories a,
    .od-catalog-hub__subcategories a:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .od-catalog-hub {
        margin: 1.6rem 2rem 4.8rem;
    }

    .od-catalog-hub__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.6rem;
    }

    .od-catalog-hub__visual {
        aspect-ratio: 4 / 3;
    }

    .od-catalog-hub__content {
        padding: 1.8rem;
    }

    .od-catalog-hub__title {
        margin-bottom: 1.6rem;
        padding-bottom: 1.2rem;
        font-size: 2.5rem;
        line-height: 1.15;
    }

    .od-catalog-hub__action {
        min-height: 5rem;
        padding: 1.2rem 1.5rem;
        font-size: 1.7rem;
    }

    .od-catalog-hub__subcategories a {
        min-height: 4.8rem;
        padding: 1.1rem 1.4rem;
        font-size: 1.6rem;
    }
}

/* End */


/* Start:/bitrix/templates/trendylight_main/components/bitrix/catalog.element/od_catalog_element/style.css?17877876337273*/
.offers {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.offers-item {
    border: 1px solid #000000;
    padding: 5px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

.offers-item:hover,
.offers-item-selected {
    background: #000000;
    color: #fff;
}

@media (max-width: 750px) {
    .content_docum_file a {
        display: inline-block;
        white-space: nowrap; /* Отменяем перенос текста */
        width: 200px;
        overflow: hidden; /* Обрезаем содержимое */
        text-overflow: ellipsis; /* Многоточие */
    }

}

.product-detail-picture {
    margin-bottom: 20px;
}

.uslugi_price {
    font-size: 30px;
}

h1.main {
    display: none;
}

/* styles unrelated to zoom */
* {
    border: 0;
    margin: 0;
    padding: 0;
}

/*p {
    position: absolute;
    top: 3px;
    right: 28px;
    color: #555;
    font: bold 13px/1 sans-serif;
}*/

/* these styles are for the demo, but are not required for the plugin */
/*.zoom {
    display: inline-block;
    position: relative;
}

.zoom {
    cursor: zoom-in;
}*/

/* magnifying glass icon */

/*.zoom img {
    display: block;
    overflow: hidden;
}

.zoom img::selection {
    background-color: transparent;
}*/

.info_basket .shildiki {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: left;
}

.info_basket .shildiki > div {
    display: inline-block;
    opacity: .8;
    margin-bottom: 10px;
}

.info_basket .info {
    line-height: 2em
}

.fav .bi {
    font-size: 16px;
    opacity: .4
}

.fav .active .bi {
    color: #272727;
    opacity: 1;
}

.info_basket img.color {
    height: 20px;
    width: 20px;
    border: 1px rgba(0, 0, 0, .15) solid;
}

.product-detail-gallery-img {
    object-fit: contain;
}

.product-detail-img {
    max-height: 1000px;
}

.sample-slider {
    width: 70%;
    position: static!important;
    display: grid!important;
}
.sample-slider.sample-slider-full-width {
    width: 95%;
}

.sample-slider.sample-slider-full-width .swiper-button-prev{
    justify-self: start;
    margin-left: -30px;
}

.sample-slider.sample-slider-full-width .swiper-button-next{
    justify-self: end;
    margin-right: -30px;
}

.sample-slider [class^="swiper-button-"]{
    inset: initial;
    margin: 0;
    align-self: center;
}
.sample-slider .swiper-button-prev{
    justify-self: start;
    margin-left: -50px;
}
.sample-slider .swiper-button-next{
    justify-self: end;
    margin-right: -50px;
}
.sample-slider .swiper-pagination{
    inset: initial!important;
    align-self: end;
    justify-self: center;
    margin-bottom: -40px;
}

.swiper-button-next, .swiper-button-prev {
    color: #404040 !important;
}

.product-detail-tkani select {
    border-radius: 2px;
    padding: 10px;
    border: 1px solid #AEAEAE;
    background: none;
    margin-bottom: 20px;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .interior-slider .swiper-button-next,
    .interior-slider .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 600px) {
    .sample-slider.swiper-specification {
        width: 100%;
    }

    .swiper-specification .swiper-button-next, .swiper-specification .swiper-button-prev {
        display: none;
    }
}

.specifications-block {
    background: #F5F5F5;
    padding: 20px;
}

.img-container {
    max-height: 500px;
    position: relative;
}

.product-detail-img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.buttons-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.buttons-wrapper a {
    width: fit-content !important;
    min-width: 170px;
    font-size: 1rem;
}

.shildiki {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.skidka {
    width: 100%;
    text-align: center;
}

@media (max-width: 670px) {
    .buttons-wrapper {
        flex-direction: column;
    }

    .buttons-wrapper a {
        width: 100% !important;
    }
}

/* Product detail: badges must not increase the title row height */
@media (min-width: 1200px) {
    .info_basket > .row.d-xl-flex.d-none > .col-auto:last-child {
        position: relative;
        flex: 0 0 100px;
        width: 100px;
        max-width: 100px;
    }

    .info_basket > .row.d-xl-flex.d-none > .col-auto:last-child > .shildiki {
        position: absolute;
        top: 0;
        right: 15px;
        left: auto;
    }
}

/* Product detail: one responsive H1 for mobile and desktop */
@media (min-width: 1200px) {
    .col-12.col-xl-6 > .product-main-title-row {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 5;
        width: 100%;
        margin: 0;
        padding-left: 24px;
        pointer-events: none;
    }

    .product-main-title-row > .col {
        min-width: 0;
        padding-right: 143px;
    }

    .product-main-title-row > .col-auto {
        display: none;
    }

    .product-main-title-row .product-main-title {
        margin-bottom: 8px !important;
    }

    .info_basket .product-title-spacer {
        visibility: hidden;
    }
}
/* Product detail: align the mobile H1 with the gallery */
@media (max-width: 1199.98px) {
    .col-12.col-xl-6 > .product-main-title-row > .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Product detail: production term from the current model. */
.od-product-production-term {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin-top: -4px;
    color: #212121;
    font-family: "Onest", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

.od-product-production-term__label {
    color: #757575;
    font-weight: 300;
}

.od-product-production-term__value {
    color: #212121;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .od-product-production-term {
        gap: 5px;
        margin-top: -2px;
        font-size: 16px;
        line-height: 1.4;
    }
}

/* Product detail gallery: white pagination dots on all screen sizes. */
.swiper-big {
    position: relative;
}

.swiper-big .product-gallery-pagination {
    position: absolute;
    right: auto;
    bottom: 14px !important;
    left: 50% !important;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    max-width: calc(100% - 32px);
    transform: translateX(-50%);
}

.swiper-big .product-gallery-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px !important;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.36);
    opacity: 0.58;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.swiper-big .product-gallery-pagination .swiper-pagination-bullet-active {
    transform: scale(1.3);
    opacity: 1;
}

@media (max-width: 767.98px) {
    .swiper-big .product-gallery-pagination {
        bottom: 10px !important;
    }
}


/* product-description-h2-spacing-20260827 */
#productTabsContent {
    padding-top: 12px !important;
}
#productTabsContent #description > .my-4 {
    margin-top: 0 !important;
}
#productTabsContent #description > .my-4 > h2:first-child {
    margin-top: 0 !important;
}

/* End */


/* Start:/bitrix/templates/trendylight_main/components/bitrix/system.pagenavigation/my/style.css?17268365861194*/
div.modern-page-navigation { 
	padding: 22px 0;
	font-size: 16px;
}

div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	/*border-left-style: solid;*/
	text-decoration: none;
	padding: 5px 8px;
	color: #5B5B5B;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	/*border-right-style: solid; */
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }

span.modern-page-current { 
	/*font-weight: bold;*/
    background: #BEBEBE;
    border-color: #BEBEBE;
    padding: 2px 8px;
    border-radius: 50%;
    color: white;
    font-weight: bold;

}

.pagination {

    margin-top: 15px !important;
    margin-right: 5px !important;

}

.pagination>li>a {
color: black !important;
color: #5B5B5B !important;
}


.pagination>li.active>a {
color: #9B9B9B !important;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    background: none !important;
    border-color: transparent;
}

/*i.fa {font-size: 14px; margin-top; 3px}*/
/* End */


/* Start:/bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/style.css?178744497714335*/
.item-catalog a:hover {
    opacity: 1;
}


.item-catalog {
    background: white;
    padding-bottom: 20px;
/*    min-height: 470px;*/
    border:1px solid #ccc;
      padding: 10px 10px 10px;
      border-radius: 7px;
      margin: 0 auto;
      
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-catalog.list {
    min-height: auto;
    background: none;

}

.item-catalog .brend {
    font-size: 11px;
    opacity: .8;

}

.item-catalog img.color{
    height: 20px;
    width: 20px;
    border: 1px rgba(0,0,0, .15) solid;

}

.item-catalog.list:hover{
    box-shadow:none;
}

.item-catalog .h4{
    font-size: 1.2em;
    font-weight: bold;
    min-height: 40px;
}

.item-catalog.list .h4{
    min-height: auto;
}

.item-catalog.list img{
    border-radius: 10px;
}
.item-catalog .btn.modal_w {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 20px 20px !important;
    width: calc(100% - 30px);
    margin-right: 30px;
    border-top: #dee2e6 1px solid;
    padding-top: 8px;
    padding-bottom: 10px;
}

.item-catalog .adress {
    min-height: 70px;
}

.item-catalog .h3 {
    font-weight: bold;
    font-size: 22px;
}

.bi-diamond-fill {
    opacity: .5;
    font-size: 11px;
}

[class^="bi bi-chevron"].item_catalog {
    font-size: 15px;
    width: 20px;
    text-align: center;
    background: rgba(0,0,0, .2);
}


[id^="carusel_catalog_item"] .carousel-control-next,
[id^="carusel_catalog_item"] .carousel-control-prev {
    opacity: .5;
}

.item-catalog img {
    /*cursor: zoom-in;*/
}

.item-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .item-img {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .item-img {
        height: 340px;
    }
}

.item-img img {
    /* max-height: 100%; */
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.item-img:hover .item-img-hover {
    opacity: 1;
    transform: scale(1.09);
}

.item-img-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.item-img-hover img {
    width: 100%;
    object-fit: cover;
}

.catalog_fav {
    font-size: 18px;
    text-align: center;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*margin: 20px 0;*/
}

.item-catalog .catalog_fav {
    position: absolute;
    top: 20px;
    right: 20px;
}

.view_stock {
    color: #343A40 !important;
    /* border: 1px dashed #343A40; */
    border: 1px solid #343A40;
    border-radius: 5px;
}

.view_no_stock {
    color: #ed0c0c !important;
    border: 1px solid #ed0c0c;
    border-radius: 5px; 
}

.catalog_fav label {
    padding: 0 !important;
}

.catalog_fav .btn {
    font-size: 22px;
}

.catalog_fav .bi {
    color: #9e9d98;
    text-shadow: black 0 0 1px;
}


.sticky-top.map {
    top: 30px;
    padding: 3px;
}

.shildiki {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    text-align: center;
    z-index: 10;
}

.shildiki div {padding: 3px 7px 3px; border-radius: 5px; margin-bottom: 3px; font-size: 11px; color: white;}

.shildiki .new { background: #00AD58;}
.shildiki .hit { background: #FF8300;}
.shildiki .skidka { background: #ff5656;}
.shildiki .showroom { background: #ffd201;}
.shildiki .recom { background: #007FFF;}

.new_scroll { overflow-y: auto; }
.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
    width: 5px;
    height: 16px;
    background: #eeeeee90;
}

.new_scroll::-webkit-scrollbar-thumb,.new_scroll_index::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .1);
}

.new_scroll::-webkit-scrollbar-track, .new_scroll_index::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .1);
}

.see.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
    width: 2px !important;
}

.new_scroll.see {
    gap: 2%;
}

.new_scroll_index::-webkit-scrollbar-button:end:horizontal:increment,
.new_scroll::-webkit-scrollbar-button:end:horizontal:increment
 {
    background: url(/bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/img/scroll_arrow_right.png) center;
    width:25px;
    cursor: pointer;
}

.new_scroll_index::-webkit-scrollbar-button:start:horizontal:decrement,
.new_scroll::-webkit-scrollbar-button:start:horizontal:decrement
 {
    background: url(/bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/img/scroll_arrow_left.png)  center;
    cursor: pointer;
    width:25px;
}



.col_my {
    /*min-width: 200px;
    display: inline-block;*/
}

.col_my.see {
    width: 32%;
    display: inline-block;
}
.new_scroll .item-catalog{
    padding-bottom: 0 !important;
    min-height: auto !important;
}
.new_scroll  .catalog_fav {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 18px;
    z-index: 10;
}

.item-catalog  .carousel-control-prev, .item-catalog .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: end;
    -ms-flex-pack: center;
    justify-content: center;
     width: auto; 
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.item-catalog-cart {
    width: 70%;
}

/* Product names in catalog cards */
.products-container .item-catalog > a.text-dark.d-block.position-relative:not(.temp_1),
.products-container .item-catalog > a.text-dark.d-block.position-relative:not(.temp_1) > *,
.item-catalog > a.text-dark.d-block.position-relative:not(.temp_1),
.item-catalog > a.text-dark.d-block.position-relative:not(.temp_1) > * {
    font-family: "Onest", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
}

/* Buttons and action links in catalog cards */
.products-container .item-catalog .view__property_href,
.products-container .item-catalog .btn,
.products-container .item-catalog button,
.products-container .item-catalog input[type="button"],
.products-container .item-catalog input[type="submit"],
.item-catalog .view__property_href,
.item-catalog .btn,
.item-catalog button,
.item-catalog input[type="button"],
.item-catalog input[type="submit"] {
    font-family: "Onest", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.view__property {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.view__property_href {
    color: #343A40 !important;
    /* border: 1px dashed #343A40; */
    border: 1px solid #343A40;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px 5px;
    line-height: 24px    
}
.view__property_href:hover {
    background: #343A40;
    color: #FFF!important;
}
span.view__property_priceOld {
    text-decoration: line-through;
    opacity: 0.5;
}


@media (max-width: 762px) {
    .item-img img {
        position: inherit;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .slick-dots-white.slick-dots-see {
        display: block!important;
    }
}

/* Product card image navigation: white dots on mobile, arrows on desktop. */
.catalog-card-dots {
    display: none;
}

@media (max-width: 767.98px) {
    .swiper.asdf.adapt > .swiper-button-prev,
    .swiper.asdf.adapt > .swiper-button-next {
        display: none !important;
    }

    .swiper.asdf.adapt > .catalog-card-dots {
        position: absolute;
        left: 50%;
        bottom: 12px;
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        max-width: calc(100% - 36px);
        transform: translateX(-50%);
    }

    .swiper.asdf.adapt .catalog-card-dot {
        display: block;
        flex: 0 0 auto;
        width: 6px;
        height: 6px;
        min-width: 0;
        margin: 0;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 50%;
        background: #ffffff !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
        opacity: 0.58;
        transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
    }

    .swiper.asdf.adapt .catalog-card-dot.is-active {
        width: 8px;
        height: 8px;
        opacity: 1;
    }
}

/* Mobile catalog grid inspired by SK Design: two compact product cards per row. */
@media (max-width: 767.98px) {
    .products-container > div:first-child > .row {
        align-items: stretch;
        column-gap: 4px;
        row-gap: 12px;
        margin-right: -30px;
        margin-left: -30px;
    }

    .products-container > div:first-child > .row > [class*="col-"] {
        flex: 0 0 calc(50% - 2px);
        max-width: calc(50% - 2px);
        margin-bottom: 0 !important;
        padding-right: 0;
        padding-left: 0;
    }

    .products-container > div:first-child > .row > [class*="col-"]:nth-child(5n) {
        flex-basis: 100%;
        max-width: 100%;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog {
        display: flex;
        min-height: 0 !important;
        height: 100% !important;
        padding: 0;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: #ffffff;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog > .position-relative,
    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt {
        width: 100%;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt {
        height: auto;
        margin: 0;
        touch-action: pan-y;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt .swiper-wrapper,
    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt .swiper-slide {
        height: auto !important;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt .item-img,
    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt .item-img > a {
        display: block;
        width: 100%;
        height: auto !important;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #f5f5f3;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt .item-img {
        margin-bottom: 4px;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .swiper.asdf.adapt .item-img img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .item-img.pks {
        display: none !important;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog > a.text-dark.d-block.position-relative:not(.temp_1) {
        margin: 6px 8px 0;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog > a.text-dark.d-block.position-relative:not(.temp_1) .row {
        margin: 0 !important;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog > a.text-dark.d-block.position-relative:not(.temp_1) .row > * {
        width: 100%;
        padding: 0;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .font-weight-bolder1 {
        display: -webkit-box;
        min-height: 0;
        overflow: hidden;
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 17px !important;
        letter-spacing: -0.01em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .products-container > div:first-child > .row > [class*="col-"].catalog-mobile-two-line-row > .item-catalog .font-weight-bolder1 {
        min-height: 34px;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .view__property {
        display: block;
        width: 100%;
        margin-top: auto;
        padding: 2px 0 10px;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .view__property_price {
        display: flex;
        flex-wrap: nowrap;
        align-items: baseline;
        justify-content: flex-start !important;
        width: 100%;
        gap: 0 4px;
        margin: 0;
        font-size: 13px;
        font-weight: 600;
        line-height: 17px;
        text-align: left !important;
        white-space: nowrap;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .view__property_priceNew {
        font-size: 13px;
        font-weight: 600;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .view__property_priceOld {
        font-size: 11px;
        white-space: nowrap;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .view__property_href {
        display: none !important;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .catalog_fav {
        top: 5px;
        right: 5px;
        z-index: 14;
        font-size: 16px;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .catalog_fav .btn {
        font-size: 18px;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .shildiki {
        top: 5px;
        left: 5px;
        z-index: 14;
        align-items: flex-start;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .shildiki div {
        padding: 2px 5px;
        border-radius: 3px;
        font-size: 9px;
        line-height: 13px;
    }

    .products-container > div:first-child > .row > [class*="col-"] > .item-catalog .catalog-card-dots {
        bottom: 12px;
        gap: 4px;
    }
}

/* End */
/* /bitrix/templates/trendylight_main/components/bitrix/catalog/od_catalog/style.css?17876691035878 */
/* /bitrix/templates/trendylight_main/components/bitrix/catalog.element/od_catalog_element/style.css?17877876337273 */
/* /bitrix/templates/trendylight_main/components/bitrix/system.pagenavigation/my/style.css?17268365861194 */
/* /bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/style.css?178744497714335 */
