/* Visualize Section */
/* Decor Range */
.decor-range {
    background: #fff;
    position: relative;
    padding: 40px 0
}

.decor-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px
}

.decor-heading {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 8px 0;
    text-align: center;
    color: #474749
}

.decor-heading span {
    color: #ED3337
}

.decor-sub {
    font-size: 18px;
    line-height: 28px;
    color: #404040;
    text-align: center;
    max-width: 570px;
    margin: 20px auto 26px auto
}
button{
   font-family: 'Avenir Next LT Pro', sans-serif;
}

.decor-tabs {
    display: inline-flex;
    gap: 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    margin: 14px auto 0 auto;background: #fff;
   font-family: 'Avenir Next LT Pro', sans-serif;
}

.decor-tab {
    background: transparent;
    border: 0;
    color: #404040;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 6px;
    opacity: 0.8;

}

.decor-tab.is-active {
    color: #ED3337;
  font-size: 18px;
    background: #fff;
    opacity: 1;
}

/* .decor-tab:focus{outline:2px solid #ED3337;outline-offset:2px} */
.decor-grid {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 3px;
    margin-top: 40px;
}

.decor-thumbs {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 3px;
    align-content: start;
    margin-top: 25px;
    max-height: 375px;
    overflow-y: scroll;
    scrollbar-width: none;

    padding: 0 25px;
}

.decor-thumbs .decor-card {
    grid-column: span 3;
}

.decor-card {
    position: relative;
    display: block;
    border: 1.5px solid transparent;
    padding: 0;
    background: transparent;
    cursor: pointer
}

.decor-card-image {
    position: relative;
    width: 100%;
    height: 124px;
    background: #fff;
    border: 1px solid #E8E8E8;
    overflow: hidden
}

.decor-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.decor-card-info {
    display: none
}

.decor-card .decor-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #404040;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #E8E8E8;
    display: none;
}

.decor-card .decor-card-code-pill {
    display: none
}

.decor-card-code-pill {
    background: #fff;
    color: #404040;
    height: 28px;
    padding: 0;
    width: 81%;
   font-family: 'Avenir Next LT Pro', sans-serif;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.decor-card-desc {
    display: none
}

/* .decor-card:hover{border-color:#ED3337} */
.decor-card.is-active  .decor-card-image{
    padding: 5px
}

.decor-card.is-active .decor-card-image {
    outline: 2px solid #ED3337
}

.decor-card.is-active .decor-card-image::after {
    content: '\2713';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ED3337;
    color: #ED3337;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 2px
}

.decor-card-caption {
    padding: 8px 4px 12px 4px;
    text-align: left;
    font-weight: 500;
    position: relative;
}

.decor-card-code {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    margin-bottom: 2px
}

.decor-card-name {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 400
}

.decor-card-finish {
    font-size: 10px;
    line-height: 16px;
    color: #000;
}
.decor-card-finish + .decor-card-finish{
    position: absolute;
    right: 0;
    top: 9px;
}

.decor-preview {
    background: #cccccc80;
}

.decor-panel {
    display: none;
    gap: 18px
}

.decor-panel.is-active {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
}

.decor-preview-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.decor-details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
}

.decor-desc {
    grid-column: 1 / -1;
    color: #7E7E80;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.decor-meta {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #7E7E80;
    flex-direction: column;
}

.decor-meta>div {
    display: flex;
    align-items: center;
    gap: 6px
}

.decor-meta span {
    color: #7E7E80;
    margin-right: 0;
    font-size: 14px;
    font-weight: 300;
}

.decor-meta strong {
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.btn-outline {
    background: #fff;
    border: 1px solid #404040;
    color: #404040;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    cursor: pointer
}

.decor-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
}

.text-red-500.text-sm{
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: red;
    transform: translateX(-69%);
    font-size: 12px;

}
/* .decor-thumbs .decor-card:nth-last-child(-n+3){grid-column:span 4}
.decor-thumbs .decor-card:nth-last-child(-n+3) img{height: 124px;} */
.decor-cta a {
    width: 153px;
}

.decor-cta .border-none {
    background: transparent;
    border: 1px solid #474749;
    color: #474749;
    cursor: pointer;
}

.decor-cta .border-none:hover {
    color: #fff;
}

.decor-main-block {
    background: rgb(246, 246, 246);
    overflow: hidden;
}

.docor-inner-title {
    font-size: 32px;
    line-height: 41px;
    color: #404040;
    font-weight: 300;
    margin: 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.docor-inner-title span {
    color: #ED3337;
    text-align: center;
}



.decor-panel.is-active {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    max-width: 500px;
    gap: 0;
    margin: 0 auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    position: relative;
    background: #fff;
    margin: 50px auto;
    border-radius: 12px;
}

.decor-panel img {
    border-radius: 12px 12px 0 0;
}

.decor-desc {
    display: none;
}

.decor-preview-media {
    max-height: 250px;
}

.decor-details {
    padding: 20px;
}

@media (max-width:1440px) {
    .decor-container {
        padding: 0 40px
    }
}

@media (max-width:991px) {
    .decor-thumbs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 10px;
        overflow: scroll;
    }

    .decor-thumbs .decor-card {
        flex: 0 0 120px;
        grid-column: auto
    }

    .decor-card-image {
        height: 100px
    }

   
}

@media (max-width:1026px) {
    .decor-cta a {
        width: 160px;
    }
    .decor-thumbs .decor-card {
        grid-column: span 4;
    }
}

@media (max-width:991px) {
    .decor-container {
        padding: 0 20px
    }

    .decor-grid {
        grid-template-columns: 1fr;
    }

    .decor-tabs {
        margin-top: 10px
    }

    .decor-thumbs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .decor-thumbs .decor-card {
        
        overflow-y: hidden;
    }

    .decor-panel.is-active {
        margin-top: 30px;
    }

}

@media (min-width: 992px) {
    .decor-card-info {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 124px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        opacity: 0;
        transition: opacity .25s ease
    }

    .decor-card:hover .decor-card-info {
        opacity: 1
    }

    .decor-card .decor-plus {
        width: 28px;
        height: 28px;
        font-size: 20px
    }

    .decor-card .decor-card-code-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #404040;
        height: 28px;
        padding: 0 12px;
        border: 1px solid #E8E8E8;
        border-radius: 2px;
       font-family: 'Avenir Next LT Pro', sans-serif;
        font-size: 12px;
        font-weight: 600;
        opacity: 0;
        transform: translateY(12px);
        transition: transform .25s ease, opacity .25s ease
    }

    .decor-card:hover .decor-card-code-pill {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:767px) {
    .decor-heading {
        font-size: 28px
    }

    .decor-card-image {
        height: 90px
    }

    .decor-card-image {
        height: 90px
    }
    .decor-panel.is-active{max-width: 360px;}

    .decor-tabs {
        border: 0;
        padding: 0;
        gap: 14px
    }

    .decor-tab {
        padding: 8px 10px
    }

    .decor-panel.is-active {
        grid-template-columns: 1fr;
    }

    .decor-preview {
        border: 0;
    }

    .decor-cta a {
        width: 75px;
    }

    .decor-card:hover .decor-card-info {
        transform: translate(-50%, -50%);
        opacity: 1
    }

    .decor-card.is-active .decor-card-info {
        transform: translate(-50%, -50%);
        opacity: 1
    }

    .decor-card.is-active {
        padding: 0;
    }

    .decor-container {
        padding: 0;
    }

    .decor-card .decor-plus {
        width: 18px;
        height: 18px;
        font-size: 14px;
    }



    .decor-thumbs {
        padding: 25px 0;
    }

    .decor-card.is-active {
        padding: 0;
        transform: scale(1.2);
    }

    .decor-card {
        flex: 0 0 90px;
        overflow-y: hidden;
        transform: scale(0.9);
        width: 100%;
    }

    .decor-heading,
    .decor-sub,
    .decor-preview {
        padding: 0 20px;
    }

    .decor-meta {
        border-bottom: 1px solid #E5E5E5;
        width: 100%;
        padding-bottom: 20px;
    }

    .decor-sub {
        font-size: 14px;
        line-height: 22px;
    }

    .decor-cta {
        width: 100%;
    }

    .decor-cta a {
        flex: 1;
    }


    .decor-details {
        grid-template-columns: 1fr;
    }
    .decor-thumbs {
       padding-left: 15px;
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 15px;
    }
    .site-header{position: sticky;top: 0;}
    .decor-cta .border-none{background: #ED3337;background-color: #ED3337;color: #fff;border: none;}
    .decor-range {

padding-bottom: 20px;
    }
}

@media (max-width:360px){
    .decor-panel.is-active {
        max-width: 313px;
        display: flex;
                flex-direction: column;
    }
    .decor-preview-media {
        max-height: 200px;
        width: 100%;
        height: 200px;
    }
}

/* Cookie Consent Banner */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:#ED3337;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    display: none;
}

.cookie-consent-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-consent-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

.cookie-consent-buttons {
    display: flex;
    gap: 10px;
}

.btn-accept, .btn-reject {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.btn-accept {
    background: #ED3337;
    color: #fff;
}

.btn-reject {
    background: #fff;
    color: #404040;
}

@media (max-width: 768px) {
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-consent-buttons {
        justify-content: center;
    }
}