

/* Start:/local/templates/maneken/components/bitrix/catalog.element/.default/style.css?17846331278047*/
.collection__main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.collection__left {
    grid-column: 1 / span 8;
    padding-right: 32px;
}

.collection__right {
    grid-column: 9 / span 4;
    height: fit-content;
    position: sticky;
    top: 0;
}

.collection__name {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 40px;
}

.collection__text,
.collection__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.collection__text {
    margin-bottom: 40px;
}

.collection__properties-block {
    border-top: 1px solid var(--light-color);
    border-bottom: 1px solid var(--light-color);
    padding: 20px 0;
}

.collection__properties-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 120%;
    cursor: pointer;
}

.collection__properties-heading:after {
    content: '';
    display: block;
    background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) 50% 50% / 70% no-repeat;
    width: 28px;
    height: 28px;
    transform: rotate(270deg); 
}

.collection__properties-block.hidden .collection__properties-heading:after {
    transform: rotate(90deg);
}

.collection__properties-heading:hover:after {
    background-color: var(--light-grey);
}

.collection__properties {
    margin-top: 16px;
}

.collection__properties-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 12px;
    gap: 10px;
}

.collection__properties-item:last-child {
    margin-bottom: 0;
}

.collection__properties-item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.collection__properties-item-value {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: lowercase;
}
.collection__buttons {
    margin-top: 20px;
    display: flex;
    gap: 16px;
}
button.collection-btn {
    width: calc(100% - 64px);
}

.collection__heads{
    width: 100%;
}

.collection__heads-list-wrap {
    width: calc(100% + 55px);
}

.collection__heads-list {
    display: flex;
    gap: 16px;
    left: -55px;
    height: max-content;
}

.option-card {
    max-width: 136px;
}

.option-card__photo {
    width: 136px;
    object-fit: contain;
}

/* .option-card:hover .option-card__photo {
    border: 1px solid rgba(99, 81, 72, 0.70);
} */

.option-card__name {
    font-size: 16px;
    line-height: 120%;
    margin-top: 12px;
    text-align: center;
    /* font-weight: 400; */
}

/* .option-card:hover .option-card__name {
    font-weight: 500;
} */

.collection__categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.collection__categories-title {
    display: inline;
    margin-bottom: 0;
    margin-right: 24px;
}

.collection__categories-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-radius: var(--default-border-radius);
    background: var(--light-grey);
    padding: 8px 12px;
    /* margin-right: 12px; */
    white-space: nowrap;
    text-transform: lowercase;
}

.collection__categories-item:last-child {
    margin-right: 0;
}

.collection__categories-item:hover {
    background: var(--default-color);
    color: var(--white-color);
}

.collection__products-list {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
    column-gap: 16px;
    row-gap: 36px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1919px) {

    .collection__name {
        font-size: 24px;
    }
    
    .collection__text,
    .collection__text p {
        font-size: 14px;
    }
    
    .collection__properties-heading {
        font-size: 16px;
    }
    
    .collection__properties-heading:after {
        width: 24px;
        height: 24px;
    }
    
    .collection__properties-item-name {
        font-size: 14px;
    }
    
    .collection__properties-item-value {
        font-size: 14px;
    }
    
    .option-card__photo {
        /* width: 104px; */
    }
    
    .collection__categories-title {
        margin-right: 20px;
    }
    
    .collection__categories-item {
        font-size: 14px;
        padding: 8px;
    }
    
    .collection__products-list {
        row-gap: 32px;
    }
}

@media (max-width: 1511px) {

    .collection__name {
        font-size: 20px;
        margin-bottom: 32px;
    }
    
    .collection__text,
    .collection__text p {
        font-size: 12px;
    }

    .collection__text {
        margin-bottom: 32px;
    }
    
    .collection__properties-block {
        padding: 16px 0;
    }
    
    .collection__properties-heading {
        font-size: 14px;
    }
    
    .collection__properties-item-name {
        font-size: 12px;
    }
    
    .collection__properties-item-value {
        font-size: 12px;
    }
    
    .option-card__photo {
        width: 88px;
    }
    
    .option-card__name {
        font-size: 12px;
        margin-top: 8px;
    }

    .collection__categories {
        gap: 8px;
    }
    
    /* .collection__categories-title {
        margin-right: 20px;
    } */
    
    .collection__categories-item {
        font-size: 12px;
        line-height: 16px;
        /* margin-right: 8px; */
    }
    
    .collection__products-list {
        row-gap: 28px;
    }
}

@media (max-width: 1279px) {

    .collection__name {
        font-size: 18px;
        margin-bottom: 28px;
    }
    
    .collection__text {
        margin-bottom: 28px;
    }
    
    .collection__properties-block {
        padding: 12px 0;
    }
    
    .collection__properties-heading {
        font-size: 12px;
    }
    
    .collection__properties-heading:after {
        width: 28px;
        height: 28px;
    }
    
    .collection__properties {
        margin-top: 12px;
    }
    
    .collection__properties-item {
        margin-bottom: 8px;
    }
    
    .option-card__photo {
        width: 76px;
    }
    
    .option-card__name {
        font-size: 10px;
    }
    
    .collection__categories-title {
        margin-right: 12px;
    }
}

@media (max-width: 1132px) {
   
    .collection__left {
        grid-column: 1 / span 12;
        padding-right: 0;
        overflow: hidden;
    }
    
    .collection__right {
        grid-column: 1 / span 12;
        margin: 0 16px;
    }
    
    .collection__name {
        margin-bottom: 24px;
    }
    
    .collection__text {
        margin-bottom: 24px;
    }
    
    .collection__properties {
        width: 50%;
    }

    .collection__heads {
        overflow-x: hidden;
    }
    
    .collection__heads-list-wrap {
        overflow-x: auto;
        position: relative;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .collection__heads-list-wrap::-webkit-scrollbar {
		display: none;
	}

    .collection__heads-list {
        gap: 12px;
        width: max-content;
    }

    .option-card {
        width: 76px;
        display: block;
        overflow: hidden;
        height: fit-content;
    }

     .option-card__photo {
        height: 92px;
        width: 100%;
        object-fit: contain;
    }

    .collection__heads-list::-webkit-scrollbar {
        display: none;
    }
    
    .collection__categories {
        overflow: auto;
    }

    .collection__categories::-webkit-scrollbar {
        display: none;
    }

    .collection__products-list .product-card {
        max-width: 31% !important;
    }
}

@media (max-width: 600px) {

    .collection__properties {
        width: 100%;
    }

    

    .collection__products-list .product-card {
        max-width: 47% !important;
    }
}
/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.item/product-item/style.css?17846331272788*/
.product-card {
    position: relative;
    max-width: calc(25% - 16px);
}

.products .product-card {
    max-width: calc(33.33% - 11px);
}

.product-card .to-like {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: var(--default-border-radius);
    padding: 8px;
    z-index: 2;
    cursor: pointer;
}

.product-card .to-like svg {
    fill: transparent;
    width: 28px;
    height: 28px;
}

.product-card .to-like:hover {
    background: var(--light-grey);
}

.product-card .to-like.active svg {
    fill: var(--default-color);
}

.product-card__media {
    min-height: 440px;
}

.product-card__media .owl-item {
    overflow: hidden;
}

.product-card__media.owl-carousel .owl-dots {
	gap: 4px;
	bottom: 8px;
	padding: 0 8px;
}

.product-card__media.owl-carousel button.owl-dot {
	height: 2px;
}

.product-card .media__item.big,
.product-card .media__item.small {
    width: 100%;
}

.product-card__name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 120%;
    height: 44px;
    margin: 12px 0;
}

.product-card__code {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    height: 20px;
    margin-bottom: 12px;
}

.product-card__price span {
    font-size: 16px;
    line-height: 140%;
}

.product-card__price_new {
    margin-right: 12px;
}

.product-card__price_old {
    color: rgba(99, 81, 72, 0.80);
    text-decoration: line-through;
}

@media (max-width: 1919px) {

    .product-card .to-like {
        top: 12px;
        right: 12px;
        padding: 6px;
    }
    
    .product-card .to-like svg {
        width: 20px;
        height: 20px;
    }
    
    .product-card__media {
        min-height: auto;
    }
    
    .product-card__name {
        font-size: 16px;
        height: 38px;
    }
    
    .product-card__code {
        font-size: 12px;
        height: 17px;
    }
    
    .product-card__price span {
        font-size: 14px;
    }
}

@media (max-width: 1511px) {

    .product-card__name {
        font-size: 14px;
        height: 34px;
        margin: 8px 0;
    }
    
    .product-card__code {
        font-size: 10px;
        height: 14px;
        margin-bottom: 8px;
    }
    
    .product-card__price span {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {

    .product-card .to-like {
        top: 8px;
        right: 8px;
    }
    
    .product-card__name {
        font-size: 12px;
        height: 28px;
    }
}

@media (max-width: 1132px) {
    .products .product-card {
        max-width: calc(50% - 8px);
    }
}

/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/products/section/themes/blue/style.min.css?1784633127702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/.default/section/themes/blue/style.min.css?1784633127702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1784633127714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */
/* /local/templates/maneken/components/bitrix/catalog.element/.default/style.css?17846331278047 */
/* /local/templates/maneken/components/bitrix/catalog.item/product-item/style.css?17846331272788 */
/* /local/templates/maneken/components/bitrix/catalog.top/products/section/themes/blue/style.min.css?1784633127702 */
/* /local/templates/maneken/components/bitrix/catalog.top/.default/section/themes/blue/style.min.css?1784633127702 */
/* /local/templates/maneken/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1784633127714 */
