.cd-panel{position:fixed;right:31px;bottom:22px;z-index:1000;width:276px;background:#fff;box-shadow:4px 0 30px rgba(0,0,0,.25);border-radius:24px;flex-direction:column;padding:24px;gap:24px;box-sizing:border-box;animation:cdSlideIn .22s cubic-bezier(.22,1,.36,1)}.cd-panel,.cd-panel__header{display:flex;align-items:center}.cd-panel__header{flex-direction:row;justify-content:space-between;width:100%}.cd-panel__title{font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#1c1c1c}.cd-panel__divider{width:100%;height:1px;background:#f8f8f8;margin:-16px 0}.cd-panel__footer{width:100%}.cd-panel__btn{width:100%;height:44px;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#fff;cursor:pointer;transition:background .15s}.cd-panel__btn--active{background:#ff5000}.cd-panel__btn--active:hover{background:#e04500}.cd-panel__btn--disabled{background:rgba(255,80,0,.3);cursor:not-allowed}@media(max-width:768px){.cd-panel{right:0;bottom:0;left:0;width:100%;border-radius:24px 24px 0 0;box-shadow:0 -6px 10.8px rgba(0,0,0,.25);padding:16px 20px 0;gap:16px}.cd-panel__divider,.cd-panel__header{display:none}.cd-panel__footer{width:100%;padding:16px 0 32px;background:#fff;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.cd-panel__btn{height:43.5px}}.cd-slots{display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:768px){.cd-slots{flex-direction:row;gap:8px}}.cd-slot{position:relative;box-sizing:border-box;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px;gap:8px;width:100%;min-height:131px}.cd-slot--filled{border:1px solid #cdcdcd;background:#fff}.cd-slot--empty{background:#f3f3f3;border:1px dashed #cdcdcd;padding:4px 12px 8px}@media(max-width:768px){.cd-slot{flex:1;min-height:139px;padding:4px 0 8px 4px}.cd-slot--empty{padding:4px 12px 8px}}.cd-slot__image{width:83px;height:73px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.cd-slot__image{width:73px;height:64px}}.cd-slot__name{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:125%;color:#000;text-align:center;margin:0;width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:768px){.cd-slot__name{text-align:center;-webkit-line-clamp:3}}.cd-slot__remove{position:absolute;top:6px;right:6px;width:24px;height:24px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%}.cd-slot__remove:hover{opacity:.8}@media(max-width:768px){.cd-slot__remove{top:12px;right:11.75px}}.cd-slot__empty-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.cd-slot__empty-text{font-family:Poppins,sans-serif;font-weight:400;font-size:12px;line-height:125%;color:#acacac;text-align:center;margin:0;max-width:136px}.cd-slot__empty-text strong{font-weight:700;color:#acacac}@keyframes cdSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}