.cd-trust-bar{background:#ad231f;color:#fff;padding:8px 12px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:10px}@media screen and (max-width:789px){.cd-trust-bar{gap:3px}}.cd-trust-bar__content{flex:1}.cd-trust-bar__title{font-size:12px;font-weight:700;margin:0 0 2px;letter-spacing:.02em}.cd-trust-bar__icons{font-size:11px;color:#ccc;margin:0}.cd-trust-bar__badge{height:48px;width:auto;flex-shrink:0}.cd-progress{margin:12px 40px 4px 25px}.cd-progress__msg{font-size:12px;text-align:center;margin:0 0 20px;color:#333;font-weight:500}.cd-progress__msg--unlocked{color:#ad231f;font-weight:700;margin:0 0 20px}.cd-progress__track-wrap{position:relative;padding-bottom:50px;padding-top:10px}.cd-progress__track{height:6px;background:#e5e5e5;border-radius:999px;overflow:visible;position:relative}.cd-progress__fill{height:100%;background:#111;border-radius:999px;transition:width .4s ease}.cd-progress__milestones{position:absolute;top:0;left:0;width:100%}.cd-progress__milestone{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;top:-10px}.cd-progress__milestone-dot{width:16px;height:16px;border-radius:50%;background:#e5e5e5;border:2px solid #e5e5e5;margin-bottom:4px;transition:background .3s}.cd-progress__milestone--reached .cd-progress__milestone-dot{background:#111;border-color:#111}.cd-progress__milestone span{font-size:10px;color:#888;white-space:nowrap}.cd-progress__milestone strong{font-size:10px;color:#111;white-space:nowrap}.cd-progress__milestone--reached span,.cd-progress__milestone--reached strong{color:#111;font-weight:700}.cu-section{margin:20px 20px 0;padding-top:18px;border-top:1px solid #ebebeb}.cu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cu-title{font-size:15px;font-weight:600;letter-spacing:.01em;color:#111}.cu-arrows{display:flex;gap:6px}.cu-arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:8px;background:#fff;color:#111;font-size:18px;cursor:pointer;transition:background .18s,border-color .18s,color .18s;line-height:1}.cu-arrow:hover{background:#111;border-color:#111;color:#fff}.cu-track{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:6px;-ms-overflow-style:none;scrollbar-width:none}.cu-track::-webkit-scrollbar{display:none}.cu-card{min-width:140px;max-width:140px;height:auto;flex-shrink:0;background:#fff;border:1px solid #ebebeb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.cu-card:hover{box-shadow:0 4px 16px #00000017}.cu-img-wrap{position:relative;display:block;width:100%;height:165px;overflow:hidden;background:#fff}.cu-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .3s ease}.cu-card:hover .cu-img{transform:scale(1.04)}.cu-badge{position:absolute;top:6px;left:6px;background:#e84b3a;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.02em}.cu-info{padding:8px 8px 10px;display:flex;flex-direction:column;gap:4px;flex:1}.cu-name{font-size:10px;font-weight:500;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.cu-price-row{display:flex;align-items:baseline;gap:4px}.cu-compare{font-size:11px;color:#999;text-decoration:line-through}.cu-price{font-size:12px;font-weight:700;color:#111}.cu-field{display:flex;align-items:center;gap:4px}.cu-label{font-size:11px;color:#555;white-space:nowrap;flex-shrink:0}.cu-select-wrap{position:relative;flex:1}.cu-select{width:100%;appearance:none;-webkit-appearance:none;border:1px solid #ddd;border-radius:6px;padding:4px 18px 4px 6px;font-size:11px;color:#222;background:#fafafa;cursor:pointer;outline:none;transition:border-color .18s}.cu-select:focus{border-color:#111}.cu-chevron{position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:11px;color:#777;pointer-events:none}.cu-atb-btn{margin-top:auto;width:100%;background:#111;color:#fff;border:none;border-radius:8px;padding:8px 0;font-size:11px;font-weight:600;cursor:pointer;transition:opacity .18s;letter-spacing:.01em}.cu-atb-btn:hover{opacity:.82}.cu-atb-btn.added{background:#2a7d4f}.cu-popup-overlay{position:fixed;right:0;bottom:0;width:100%;max-width:420px;z-index:99999;display:none;align-items:flex-end}.cu-popup-overlay.active{display:flex}.cu-popup-sheet{width:100%;background:#fff;border-radius:18px 18px 0 0;padding:18px 20px 28px;box-shadow:0 -4px 30px #0000001f;animation:cuSlideUp .24s ease forwards}@keyframes cuSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cu-popup-handle{width:36px;height:4px;background:#ddd;border-radius:99px;margin:0 auto 16px}.cu-popup-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cu-popup-head h4{font-size:14px;font-weight:700;letter-spacing:.08em;margin:0}.cu-popup-close{width:26px;height:26px;border-radius:50%;background:#111;color:#fff;border:none;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cu-size-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px}.cu-size-box{border:1px solid #e0e0e0;border-radius:8px;padding:13px;text-align:center;font-size:14px;cursor:pointer;background:#f9f9f9;transition:all .18s}.cu-size-box:hover{border-color:#111}.cu-size-box.active{border:2px solid #111;background:#fff;font-weight:600}.cu-size-box.unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.cu-popup-add-btn{width:100%;padding:14px;border-radius:30px;background:#111;color:#fff;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .18s}.cu-popup-add-btn:disabled{background:#ccc;cursor:not-allowed}.cu-popup-add-btn:not(:disabled):hover{opacity:.82}
/*# sourceMappingURL=/cdn/shop/t/37/assets/upsell.css.map */
