._sd_completa_tu_look__footer_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: -1;
    opacity: 0;
}
._sd_completa_tu_look__footer_wrapper.show {
    z-index: 999;
    opacity: 1;
}  
._sd_completa_tu_look__footer_container {
    width: 500px;
    /* display: flex;
    flex-direction: column; */
    background-color: white;
    height: 100%;
    padding: 0px 50px;
    position: absolute;
    right: 0;
    box-shadow: rgb(34 45 57 / 18%) 0px 14px 30px 0px, rgb(34 45 57 / 6%) 0px 4px 3px 0px, rgb(34 45 57 / 6%) 0px 0px 0px 1px;
    transform: translateX(100%);
    transition: 0.5s;
}  
._sd_completa_tu_look__footer_wrapper.show ._sd_completa_tu_look__footer_container {
    transform: translateX(0);
}  

._sd_completa_tu_look__footer_title {
    margin-top: 75px;
    font-weight: 400;
    color: #000;
    font-size: 22px;
    margin-bottom: 25px;

}
._sd_completa_tu_look__footer_product {
    overflow: auto;
}

._sd_completa_tu_look__footer_product::-webkit-scrollbar {
    width: 8px;
}
._sd_completa_tu_look__footer_product::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 20px;
}
._sd_completa_tu_look__footer_product::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 4px;
}
._sd_completa_tu_look__footer_product_colors_wrapper {
    margin-top: 40px;
}
._sd_completa_tu_look__footer_product_colors_wrapper > span{
    text-transform: uppercase;
    color: #111;
}
._sd_completa_tu_look__footer_product_name {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}
._sd_completa_tu_look__footer_product_price {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
._sd_completa_tu_look__footer_products > span {
    color: #111;
    font-size: 20px;
    font-weight: 500;
} 
._sd_completa_tu_look__footer_product_colors {
    display: flex;
    gap: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 3px;
}
._sd_completa_tu_look__footer_product_colors {
    display: flex;
    gap: 7px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 3px;
}
._sd_completa_tu_look__footer_product_color {
    height: 28px; 
    width: 28px; 
    border-radius: 50%; 
    border: 1px solid #f2f2f2
}
._sd_completa_tu_look__footer_product_combinations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 10px;
    margin-top: 15px;
}
._sd_completa_tu_look__footer_product_combination {
    text-align: center;
    padding: 4px 16px;
    font-weight: 500;
    margin-bottom: 0px;
    gap: 10px;
    font-size: 16px;
    color: #111;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
._sd_completa_tu_look__footer_product_images {
    overflow: hidden;
}
._sd_completa_tu_look__footer_product_combination:not(.unavailable).selected {
    background-color: #111;
    color: white;
}
._sd_completa_tu_look__footer_product_combination.active {
    box-shadow: 0 0 0 1px white, 0px 0px 0px 2px #e5e5e5;
}
._sd_completa_tu_look__footer_product_combination.unavailable {
    opacity: 0.3;
    cursor: initial;
}
._sd_completa_tu_look__footer_product_combinations_wrapper {
    margin-top: 40px;
}
._sd_completa_tu_look__footer_product_combinations_wrapper > span{
    text-transform: uppercase;
    color: #111;
}
._sd_completa_tu_look__footer_product_add {
    margin-top: 40px;
    width: 100%;
    background-color: #111;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #222;
}
._sd_completa_tu_look__footer_product_add.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}
