

/* Start:/local/templates/parade/components/bitrix/catalog.element/detail/style.css?177496670311801*/
.product-detailed {
    display: flex;
    
    @media (min-width: $bp-desktop-min) {
        padding: 40px 40px 80px 40px;
        max-width: 1440px;
        margin: 0 auto;
    }

    @media (max-width: $bp-mobile-max) {
        flex-direction: column;
    }
}

.gr_pdf {
	color: #000000;
	background-image: url(/local/templates/parade/components/bitrix/catalog.element/detail/images/pdf.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	line-height: 30px;
	padding-left: 30px;
	margin-top: 20px;
	font-weight: bold;
}

.product-detailed__card {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    
    @media (min-width: $bp-desktop-min) {
        width: calc((100vw - 1201px) / (1920 - 1201) * (360 - 300) + 300px);
        max-width: 360px;
    }

    @media (max-width: $bp-mobile-max) {
        width: 100%;
        padding: 16px;
    }

}

.product-detailed__image {
    
    @media (min-width: $bp-desktop-min) {
        width: 100%;
    }

    @media (min-width: 333px) and (max-width: $bp-mobile-max) {
        width: calc((100vw - 375px) / (1200 - 375) * (360 - 300) + 300px);
        max-width: 360px;
        margin: 0 auto;
    }

    @media (min-width: 320px) and (max-width: 332px) {
        width: 100%;
    }
}

.product-detailed__short-description {
    
    letter-spacing: 0.01em;
    

    @media (min-width: $bp-desktop-min) {
        margin-top: 24px;
        font-size: 13px;
        line-height: 1.2;
    }

    @media (max-width: $bp-mobile-max) {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.6;
        max-width: 400px;
        margin: 0 auto;
    }
}

.product-detailed__properties {
    display: flex;
    align-items: flex-start;
    
    @media (min-width: $bp-desktop-min) {
        margin-top: 16px;
    }

    @media (max-width: $bp-mobile-max) {
        max-width: 400px;
        margin: 12px auto 0 auto;
        width: 100%;
    }
}

.product-detailed__property {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
}

.product-detailed__property-name,.product-detailed__property-value {
    font-family: "GothamPro-Bold", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.product-detailed__actions {
    
    display: flex;
    padding-top: 16px;

    @media (min-width: $bp-desktop-min) {
        margin-top: 24px;
        border-top: 1px solid #e0e0e0;
    }

    @media (max-width: $bp-mobile-max) {
        max-width: 400px;
        margin: 16px auto 0 auto;
        width: 100%;
    }
}

.product-detailed__link-action {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-family: "GothamPro-Medium", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-right: 27px;
    color: #333;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.product-detailed__link-action-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: #333;
    transition: fill 0.2s ease;
}

.product-detailed__link-action:hover {

    @media (min-width: $bp-desktop-min) {
        color: $accent-color;

        .product-detailed__link-action-icon {
            fill: $accent-color;
        }
    }
}

.product-detailed__tabs {
    
    @media (min-width: $bp-desktop-min) {
        margin-left: calc((100vw - 1201px) / (1920 - 1201) * (76 - 40) + 40px);
    }

    @media (max-width: $bp-mobile-max) {
        
    }
}

.product-detailed__info {
    display: flex;
    flex-direction: column;
    @media (min-width: $bp-desktop-min) {
        padding: 32px 12px 0 24px;
    }
}

.product-detailed__info-description {
    line-height: 1.6;
    letter-spacing: 0.01em;
    
    @media (min-width: $bp-desktop-min) {
        font-size: 16px;
        margin-bottom: 24px;
        max-width: 724px;
    }

    @media (max-width: $bp-mobile-max) {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.product-detailed__info-description_underline {
    position: relative;
}

.product-detailed__info-description_underline:before { 
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    background-color: #000;
}

.product-detailed__info-items {
    padding: 0;
    max-width: 724px;
}

.product-detailed__info-item {
    line-height: 1.6;
    letter-spacing: 0.01em;
    position: relative;

    @media (min-width: $bp-desktop-min) {
        font-size: 16px;
        margin-bottom: 12px;
        padding-left: 28px;
    }

    @media (max-width: $bp-mobile-max) {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 20px;
    }
}

.product-detailed__info-item:before {
    content: "";
    height: 2px;
    left: 0;
   
    position: absolute;
    background-color: $accent-color;

    @media (min-width: $bp-desktop-min) {
        top: 11px;
        width: 12px;
    }

    @media (max-width: $bp-mobile-max) {
        top: 10px;
        width: 10px;
    }
}

.product-detailed__certificates {
    display: flex;
    flex-wrap: wrap;
}

.product-detailed__certificate {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 170px;
    min-width: 170px;

    @media (min-width: $bp-desktop-min) {
        margin-right: 16px;
    }

    @media (max-width: $bp-mobile-max) {
        flex: 1 0;
        margin-right: 5px;
        margin-left: 5px;
    }
}

.product-detailed__certificate-img {
    width: 160px;
    height: auto;
}

.product-detailed__certificate-background {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 233px;
}

.product-detailed__certificate-title {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 8px;
}
.product-detailed-palettes{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
}
.product-detailed-palettes-item{
    border-bottom: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    
}
.product-detailed-palettes-item__image{
    height: auto;
    width: 100%;
    object-fit: contain;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.product-detailed-palettes-item:hover >.product-detailed-palettes-item__image{
    opacity: 0.7;   
}
@media (max-width: 1200px) {
    .product-detailed-palettes{
        display: flex !important;
        gap: 0px !important;
    }
    .product-detailed-palettes-item{
        width: calc(50vw - 32px) !important;
        max-width: 164px !important;
        margin: 8px !important;
    }
}
/* .product-detailed-palettes-item__title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #0C0C0C;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
    letter-spacing: 0.16px;
} */
.tabs {
    background-color: #fff;

    @media (min-width: $bp-desktop-min) {
        //border-radius: 8px;
        //box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
        //height: 56px;
    }

    @media (max-width: $bp-mobile-max) {
        display: flex;
        flex-direction: column;
    }
}

.tabs__input-switcher {
    display: none;
}

.tabs__buttons {

    @media (min-width: $bp-desktop-min) {
        display: flex;
        //height: 100%;
        border-radius: 8px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
        height: 56px;
    }

    @media (max-width: $bp-mobile-max) {
        display: none;
    }
}

.tabs__button-switcher {
}

.tabs__content {
    width: 100%;

    @media (min-width: $bp-desktop-min) {
        display: none;
        flex: 0 0 auto;
    }

    @media (max-width: $bp-mobile-max) {
        display: block;
    }
}

.tabs__content_collection-colors {
    @media (max-width: $bp-mobile-max) {
        display: none;
    }
}

.tabs__input-switcher_1:checked ~ .tabs__content_1,
.tabs__input-switcher_2:checked ~ .tabs__content_2,
.tabs__input-switcher_3:checked ~ .tabs__content_3,
.tabs__input-switcher_4:checked ~ .tabs__content_4,
.tabs__input-switcher_5:checked ~ .tabs__content_5,
.tabs__input-switcher_6:checked ~ .tabs__content_6,
.tabs__input-switcher_7:checked ~ .tabs__content_7{
    display: block;
}

.tabs_search {

    @media (max-width: $bp-mobile-max) {
        margin: 16px 0 32px 0;
        max-width: 100%;
    }
}

.tabs_search .tabs__buttons {

    @media (max-width: $bp-mobile-max) {
        display: flex;
        flex-direction: row-reverse;
        border-radius: 8px;
        padding: 8px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
        height: 100%;
        margin: 0 16px;
        width: calc(100% - 32px);
    }
}

.tabs__dropdown-buttons {
    display: flex;

    @media (min-width: $bp-desktop-min) {
        flex: 1 0;
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            flex: 1 0 auto;
        }
    }

    @media (max-width: $bp-mobile-max) {
        flex-direction: column;
        position: absolute;
        opacity: 0;
        z-index: -99;
        pointer-events: none;
    }
}

.tabs__dropdown-input {
    display: none;
}

.tabs__dropdown-label {

    @media (min-width: $bp-desktop-min) {
        display: none;
    }

    @media (max-width: $bp-mobile-max) {
        font-family: "GothamPro-Medium",sans-serif;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0.01em;
        color: #333;
        min-width: 134px;
        border-radius: 4px;
        background-color: #f2f2f2;
        height: 32px;
        padding: 11px 36px 8px 12px;
        position: relative;
        text-overflow:ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 8px;
    }

    @media (max-width: 374px) {
        min-width: 124px;
    }
}

.tabs__dropdown-arrow {
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 12px;
    top: 13px;
}

.tabs__dropdown-input:checked ~ .tabs__dropdown-label {
    background-color: #fff;
    z-index: 42;
}

.tabs__dropdown-input:checked ~ .tabs__dropdown-label .tabs__dropdown-arrow{
    transform: rotate(-180deg);
}

.tabs__dropdown-input:checked ~ .tabs__dropdown-buttons {
    opacity: 1;
    z-index: 40;
    pointer-events: all;
    background: #FFFFFF;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding-top: 40px;
}

.effects-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.effects-list .row a {
    border-bottom: none;}

.effects-list__background-item {
    display: block;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    transition: opacity .3s ease;
}

@media (min-width:1201px) {

    .tabs-content__content-wrapper .effects-list__item {
        width: 180px;
        height: 211px;
        margin: 20px;
        cursor: pointer
    }

    .tabs-content__content-wrapper .effects-list__img-item {
        height: 180px;
    }
    .tabs-content__content-wrapper .effects-list {
        width: 100%;
        padding: 3px 0 40px;
    }

    .tabs-content__content-wrapper .effects-list__background-item {
        height: 180px;
    }
}

@media (max-width:1200px) {
    .tabs-content__content-wrapper .effects-list {
        padding: 0 0 24px 0;
    }

    .tabs-content__content-wrapper .effects-list__item {
        width: calc(50vw - 32px);
    }

}
/* End */
/* /local/templates/parade/components/bitrix/catalog.element/detail/style.css?177496670311801 */
