.customization-block .categories{
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    margin-bottom: clamp(3em, 5vw, 150px);
}

.customization-block .categories ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    font-weight: bold;
}
.customization-block .categories li:not(:last-child) {
    cursor: pointer;
    margin-right: clamp(3em, 5vw, 150px);
}
.customization-block .categories li{
    cursor: pointer;
}
.customization-block .categories li:last-child {
    margin-left: auto;
}
.customization-block .categories li h3 {
    font-size: 1.2em;
    font-weight: 600;
    opacity: 0.4;
    margin: 0;
}
.customization-block .categories li.target h3 {
    opacity: 1;
    color: #554BC3;
}

.customization-block .categories li:last-child h3,
.customization-block .notIncluded{
    color: #FC627D;
}

.customization-block .content > div{
    transition: all .5s ease;
}

.customization-block .content > div:not(.active){
    display: none;
}

.customization-block .content-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    gap: 5em;
    grid-auto-rows: minmax(min-content, max-content);
}
.customization-block .content-card p {
    font-size: clamp(12px, 0.8em, 0.8em);
    line-height: 1.3em;
}
.customization-block .content-card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.customization-block .content-card h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 1.3em!important;
}

.customization-block .color{
    display: flex;
    width: 100%;
}

.customization-block .color-bullet{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 1em;
    border: 1px solid rgba(255, 255, 255, 0.15)
}

.customization-block .color-content, .customization-block .header-content{
    width: 30%;
    margin-right: 5em;
}

.customization-block .color-mockup, .customization-block .header-mockup{
    width: 70%;
    text-align: center;
}

.customization-block .custom-color, .customization-block .custom-header{
    display: flex;
}

.customization-block .header-mockup{
    position: relative;
    text-align: center;
}

.customization-block .header-mockup img{
    transition: .3s;
}

.customization-block .header-mockup img:not(.active){
    opacity: 0;
}

.customization-block #header-mockup-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customization-block .switch{
    display: flex;
}


.customization-block .switch i {
    position: relative;
    display: inline-block;
    margin: 0 1em;
    width: 46px;
    height: 26px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
  }
  
  .customization-block .switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background: #000000;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
  }
  
  .customization-block .switch i::after {
    content: "";
    position: absolute;
    left: 0;
    margin: 2px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
  }

  .customization-block .switch span{
      font-weight: 600;
      transition: .3s ease;
  }
  
  .customization-block .switch[state="active"] i::after {
    width: 18px;
    transform: translate3d(22px, 2px, 0);
  }

  .customization-block .switch[state="inactive"] span:nth-child(1){
      color: #554BC3;
  }

  .customization-block .switch[state="active"] span:nth-child(3){
    color: #554BC3;
}

  .customization-block .customization-block h5{
      font-size: 1em;
  }
  
  .customization-block .customization-block p{
      font-size: .9em;
  }











.customization-block #content_1 .switch {
    margin-bottom: 3em;
}

@media only screen and (max-width: 576px) {

section.customization-block {
        width: 100%;
        padding: 0px;
    }
    .customization-block .categories{
        overflow-x: auto;
        -ms-overflow-style: none;  
        overflow: -moz-scrollbars-none; 
        border-top: 2px solid #0000006b;
        border-bottom: 1px solid #0000006b;
        margin-bottom: 0px;
        border-top: 2px solid #0000006b;
        background: #00000027;
    }
    .customization-block .categories::-webkit-scrollbar {
        display: none;
    }
    .customization-block .categories ul{
        min-width: max-content;
        display: flex;
        list-style: none;
        justify-content: space-between;
        font-weight: bold;
        padding: 2em 0;
        height: 100%;
        margin: 0;
    }
    .customization-block .categories li{
        display: flex;
        min-width: fit-content;
        align-items: center;
        padding: 0 1em;
        margin: 0px 1em;
    }

    .customization-block .categories li:not(:last-child) {
        cursor: pointer;
        margin-right: 0em;
    }


    /* TOGGLE GLOBALS  */
    .customization-block .color-content, .customization-block .header-content {
        width: 100%;
        margin-right: 5em;
        padding: 24px;
    }
    .customization-block .color-mockup, .customization-block .header-mockup {
        width: 100%;
        padding: 1.5em;
    }
    /* TOGGLES 0 */
    div#content_0,
    .customization-block div#content_1 {
        flex-direction: column-reverse;
    }
    .customization-block .content-grid {
        gap: 0px;
        padding: 0px;
        grid-template-columns: 50vw 50vw;
    }
    .customization-block .content-card {
        padding: 24px;
        border: 1px solid #0000006b;
    }
    .customization-block .content-grid .content-card img {
        width: 100%;
    }
    .customization-block #content_1 .switch {
        margin-bottom: 3em;
        justify-content: center;
    }
    .customization-block .header-mockup img {
        transition: .3s;
        padding: 0 24px;
    }
    .customization-block .color {
        justify-content: space-between;
    }
    .customization-block .color-bullet {
        margin: 0 1em 0 0;
    }
    .color-picker {
        padding-bottom: 2em;
        border-bottom: 1px solid #5248bb6b;
        margin-bottom: 2em!important;
    }
}