.selected-color{display:flex;align-items:stretch;border-radius:10px;overflow:hidden}.selected-color__rect{flex:0 0 291px}.selected-color__wrap{position:relative;padding:15px;background-color:#e8e8e8}.selected-color__like{position:absolute;top:11px;right:7px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(207,207,207,.55)}.selected-color__like svg:last-child{display:none}.selected-color__like.active svg:first-child{display:none}.selected-color__like.active svg:last-child{display:block}.selected-color__section{margin-bottom:10px}.selected-color__footer{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:auto}.selected-color__label{margin-bottom:5px;color:#7d7d7d}.selected-color__title{margin-bottom:5px;text-transform:uppercase;font-weight:500;font-size:24px;line-height:1.4;color:#2d4779}.selected-color__num{font-size:16px;color:#2d4779}.selected-color__collection{font-weight:500;font-size:16px;color:#2d4779}.selected-color__text{font-weight:700;color:#2d4779}.selected-color__text span{display:block;font-size:12px;line-height:1;color:#7d7d7d}.selected-color__select{flex:0 0 24px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;line-height:1;color:#fff;border-radius:50%;background-color:#2d4779}.paint__wrapper{display:flex}.paint__group{position:relative;max-width:96px;width:100%;display:flex;flex-wrap:wrap;cursor:pointer}.paint__group--highlighted:after{content:"";z-index:2;position:absolute;top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);border:10px solid #fff;border-radius:10px;box-shadow:0px 4px 24px 0px rgba(0,0,0,.2);opacity:1;transition:.25s ease}.paint__item{flex:0 0 25%;height:54px}.color-palette{display:flex;flex-wrap:wrap;border-radius:10px;overflow:hidden}.color-palette:hover{cursor:pointer}.color-palette__item{width:141px;height:143px;display:flex;flex-direction:column;justify-content:space-between;padding:9px 12px;color:#fff;transition:.25s ease-in-out}.color-palette__item.active{z-index:1;box-shadow:0px 4px 20px 0px rgba(0,0,0,.5)}.color-palette__item-title{font-size:12px}.color-palette__item-num{font-size:10px}
