.collection_upholstery a:visited {
    color: #282828;
}

.heading_height {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.style-header .collection-info {
    font-size: 14px;
}

.tab-collection {
    border-bottom: 1px solid #282828;
}

.tab-collection h5 {
    font-family: AvenirNextLTPro, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
}

button[data-loadcontent].button_common,
.tab-collection .tab-toggle  {
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

button[data-loadcontent].button_common.current,
.tab-collection .tab-toggle.current {
    font-weight: 600;
}

button[data-loadcontent].button_common.current:after,
.tab-collection .tab-toggle.current:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 5px;
    background-color: #282828;
    width: calc(100% - 16px);
    left: 8px;
}

.tab-collection .tab-toggle.current:after {
    background-color: #282828;
    width: calc(100% - 33px);
    left: 15px;
}

.tab-container .img_overlay .img_hover_unset {
    opacity: 1;
    transition: opacity 1s ease;
}

.tab-container .img_overlay .img_hover_set {
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.custom_upholstery .tab-container .img_overlay:hover .img_hover_unset {
    opacity: 0;
    transition: opacity 1s ease;
}

.custom_upholstery .tab-container .img_overlay:hover .img_hover_set {
    opacity: 1;
    transition: opacity 1s ease;
}

.collection_upholstery .tab-container .hover_for_secondary .img_overlay:hover .img_hover_unset {
    opacity: 0;
    transition: opacity 1s ease;
}

.collection_upholstery .tab-container .hover_for_secondary .img_overlay:hover .img_hover_set {
    opacity: 1;
    transition: opacity 1s ease;
}

@media screen and (min-width: 1300px) and (max-width: 1399px){
    .collection_upholstery .style-header .collection-info {
        font-size: 13px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1299px){
    .collection_upholstery .style-header .collection-info {
        font-size: 12px;
    }
}

.click_catcher {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    aspect-ratio: 16/10;
    display: none;
}

@media screen and (max-width:991px) {
    .collection_upholstery .product_tile:not(.hover_for_secondary) .click_catcher {
        display: block !important;
    }

    .collection_upholstery .product_tile:not(.hover_for_secondary) .upholstery_slider .slick-arrow,
    .collection_upholstery .product_tile:not(.hover_for_secondary) .upholstery_slider .slick-dots {
        display: none !important;
    }
}

.tab-container .img_overlay .hover_dots {
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
}

.tab-container .img_overlay .hover_dots .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 2px;
    transition: 0.75s ease-in-out;
    box-shadow: none;
}

.tab-container .img_overlay .hover_dots .dot_one {
    background-color: #FFFFFF;
}

.tab-container .img_overlay .hover_dots .dot_two {
    background-color: rgba(255, 255, 255, 0.4);
}

.tab-container .img_overlay:hover .hover_dots .dot_one {
    background-color: rgba(255, 255, 255, 0.4);
}

.tab-container .img_overlay:hover .hover_dots .dot_two {
    background-color: #FFFFFF;
}

.tab-container .banner_copy h5 {
    font-family: AvenirNextLTPro, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
}

.design_services {
    background-color: #EFEDE8;
}

.upholstery_guide {
    background-color: #F8F8F8;
}

.upholstery_guide .button_block {
    max-width: 330px;
}

.collection_upholstery .sofas_slider .slick-slide {
    border: 1px solid transparent;
}

.collection_upholstery .sofas_slider .slick-slide:hover {
    border: 1px solid #DEDEDE;
}

.collection_upholstery .sofas_slider .slick-slide img {
    transform: scale(1, 1);
    transition: 0.4s ease-in all;
}

.collection_upholstery .sofas_slider .slick-slide img:hover {
    transform: scale(1.05, 1.05);
}

.slider_sofas .button_block,
.additional_sofas .button_block,
.additional_sectionals .button_block {
    max-width: 400px;
}

.sofas_slider .slick-dots,
.additional_sofas .slick-dots,
.additional_sectionals .slick-dots  {
    bottom: -20px;
}

.collection_slider .slick-dots {
    bottom: -5px;
}

.collection_slider .slick-prev,
.collection_slider .slick-next {
    top: 38%;
}

.sofas_slider .slick-dots li button:before,
.collection_slider .slick-dots li button:before {
    font-size: 9px;
}

.collection_upholstery .sofas_slider .slick-dots li,
.collection_upholstery .collection_slider .slick-dots li {
    margin: 0 4px;
}

.collection_upholstery .sofas_slider .slick-dots li button:before,
.collection_upholstery .collection_slider .slick-dots li button:before {
    font-size: 9px;
}

.collection_slider.kkh_controls .slick-next {
    right: 8px;
}

.collection_slider.kkh_controls .slick-prev {
    left: 8px;
}

.slider_looks:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100dvw;
    top: 0;
    left: 50%;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    transform: translateX(-50%);
    /* z-index: -1; */
}

.slider_collection h3 {
    font-size: 21px;
}

.slider_collection:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100dvw;
    top: 0;
    left: 50%;
    background-color: #F8F8F8;
    transform: translateX(-50%);
    z-index: -1;
}

.looks_slider .slick-prev,
.looks_slider .slick-next {
    top: 40%;
}

.arrow_pointer:after {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #282828;
    border-right: 1px solid #282828;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    right: -5px;
}

.toggle-btn:not(.extended) span:last-child {
    display: none;
}

.toggle-btn.extended span:first-child {
    display: none;
}

.custom_upholstery .button_common:hover {
    background-color: transparent;
    color: #282828;
    border-color: #282828;
}

.sub-tab-content {
    display: none;
}

.sub-tab-collection {
    background-color: #F8F8F8;
}

.sub-tab-collection .sectional_copy {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 100%;
    transform: translateX(-50%);
}

.sub-tab-collection .sectional_copy p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.sub-tab-link {
    cursor: pointer;
    border: 2px solid #FFFFFF;
}

.sub-tab-link:hover {
    font-weight: 600;
    border: 2px solid #DEDEDE;
}

.sub-tab-link.current {
    border: 2px solid #282828;
}

.sub-tab-link.current button span {
    font-weight: bold;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.collection_upholstery .sofas_slider .slick-prev, .sofas_slider .slick-next {
    top: 35%;
}

/* .collection_upholstery .swatch_row {
    display: flex;
    justify-content: space-between;
}

.collection_upholstery .swatch_row .swatch_box {
    width: 40px;
    height: 40px;
    padding: 4px;
    border: 1px solid #FFFFFF;
} */

.collection_upholstery .swatch_toggle {
    width: 36px;
    border: 2px solid transparent;
    padding: 2px;
    background: transparent;
}

.collection_upholstery .swatch_toggle:hover {
    border-color: #DEDEDE;
}

.collection_upholstery .swatch_toggle.active_swatch {
    border-color: #282828;
}

.collection_upholstery .swatch_more {
    font-size: 44px;
    line-height: 32px;
}

.collection_upholstery .section_separator {
    border-bottom: 1px solid #DEDEDE;
}

@media screen and (min-width: 991px) and (max-width: 1100px){
    .slider_collection {
        background: #f8f8f8;
        padding: 0px 15px;
    }
}

@media screen and (max-width: 990px) {
    .heading_height {
        height: unset;
    }

    /* .toggle-btn {
        font-weight: 600;
    } */

    .tab-collection .tab-toggle.current:after {
        width: calc(100% - 17px);
        left: 7px;
    }

    .upholstery_slider.slick-dotted.slick-slider {
        margin-bottom: 15px;
    }

    .upholstery_slider .slick-arrow.slick-disabled {
        display: none !important;
    }

    .upholstery_slider.kkh_controls .slick-next {
        right: 0px;
    }

    .upholstery_slider.kkh_controls .slick-prev {
        left: 0px;
    }

    .upholstery_slider.kkh_slider .slick-dots {
        left: -2px;
        bottom: 20px;
    }

    .upholstery_slider.kkh_slider .slick-dots li button:before {
        color: rgba(255, 255, 255, 0.4);
    }

    .upholstery_slider.kkh_slider .slick-dots li.slick-active button:before {
        color: #FFFFFF;
    }

    .upholstery_noslider.kkh_slider .slick-dots {
        display: none;
    }

    .tab-container .slide_video .img_overlay .img_hover_set {
        right: unset;
        left: unset;
        bottom: unset;
        top: -48px;
        opacity: 1;
    }

    .tab-container .img_overlay:hover .img_hover_unset {
        opacity: 1;
    }

    .tab-container .img_overlay:hover .img_hover_set {
        opacity: 0;
    }

    .slider_collection {
        background-color: #F8F8F8;
    }

    .slider_collection h3 {
        font-size: ;
    }

    .collection_slider .slick-dots {
        bottom: 20px;
    }

    .collection_slider .slick-dots li button:before {
        font-size: 9px;
    }

    .collection_slider.slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .slider_looks {
        border-top: 1px solid #282828;
        border-bottom: 1px solid #282828;
    }

    .slider_looks:before {
        border-top: unset;
        border-bottom: unset;
    }

    .looks_slider .slick-prev,
    .looks_slider .slick-next {
        top: 40%;
    }

    .looks_slider.kkh_controls .slick-next {
        right: 0px;
    }

    .looks_slider.kkh_controls .slick-prev {
        left: 0px;
    }

    .looks_slider .slick-dots {
        bottom: -25px;
    }

    .looks_slider .slick-dots li button:before {
        font-size: 9px;
    }

    .collection_upholstery .slider_sofas .slick-arrow {
        display: none !important;
    }

    .slider_sofas .button_block,
    .additional_sofas .button_block,
    .additional_sectionals .button_block  {
        max-width: 330px;
    }

    .sub-tab-collection .sectional_copy {
        bottom: 6%;
    }

    .collection_upholstery .section_separator {
        margin-bottom: 24px;
    }

    .collection_upholstery .kkh_controls.controls_overlay .slick-prev:before {
        right: unset;
        left: 1px;
    }
}

.slide_02 video.img_hover_set.position-absolute {
    bottom: 0;
}

.slide_02 video.img_hover_set.position-absolute,
.slide_02 img.img_hover_set.position-absolute {
    max-width: 100vw;
}

@media screen and (min-width: 991px) {
    .item_tile:nth-child(odd) {
        padding-right: 24px;
    }

    .item_tile:nth-child(even) {
        padding-left: 24px;
    }

    button[data-loadcontent].button_common.current:after {
        width: calc(100% - 32px);
        left: 16px;
    }
}