.byo-start-here{margin:0 0 10px;padding:10px 14px;border-radius:12px;background:#fff9d9;border:1px solid #f4dda3;color:#7a5c00;font-size:14px;font-weight:600}#byo-builder *{box-sizing:border-box;font-family:inherit}#byo-step-1{padding:18px;border:2px solid #e6f0e6;border-radius:16px;background:#fff;margin-bottom:30px;scroll-margin-top:140px}@media(max-width:900px){#byo-step-1{scroll-margin-top:160px}}.byo-viewmix-btn{position:fixed;bottom:24px;right:24px;z-index:999999999;background:#27ae60;color:#fff;padding:14px 22px;border-radius:40px;font-weight:700;font-size:17px;border:none;box-shadow:0 4px 14px #00000038;cursor:pointer;transition:.25s ease;pointer-events:auto}@media(max-width:900px){.byo-viewmix-btn{right:50%;transform:translate(50%);bottom:20px;font-size:16px;padding:12px 20px}}.byo-title{font-size:24px;font-weight:700;margin-bottom:12px}.byo-bag-row{display:flex;gap:20px;margin:20px 0;flex-wrap:wrap}.byo-size-option{position:relative;cursor:pointer;border-radius:30px}.byo-size-option input{position:absolute;opacity:0;pointer-events:none}.byo-size-option span{display:inline-block;padding:12px 24px;border:2px solid #ddd;border-radius:30px;font-weight:600;transition:.25s ease}.byo-size-option:hover span{border-color:#444;transform:translateY(-1px)}.byo-size-option input:checked~span{border-color:#27ae60;box-shadow:inset 0 0 0 2px #27ae60}#byo-step-2{background:#f5fff5;border:2px solid #d6f2d6;border-radius:16px;padding:22px;margin-bottom:70px}.byo-limit{margin-bottom:8px;font-size:15px;color:#444}.byo-progress-wrap{margin-bottom:14px}.byo-progress-bar{width:100%;height:12px;background:#e6e6e6;border-radius:20px;overflow:hidden}#byo-progress-fill,#drawer-progress-fill,#sheet-progress-fill{height:100%;width:0%;border-radius:20px;transition:width .35s ease,background-color .35s ease;background:linear-gradient(90deg,#27ae60,#6fcf97)}.byo-progress-fill.low{background:#cfd8dc}.byo-progress-fill.mid{background:linear-gradient(90deg,#27ae60,#6fcf97)}.byo-progress-fill.high{background:linear-gradient(90deg,#f2c94c,#f2994a)}.byo-progress-fill.full{background:linear-gradient(90deg,#219653,#27ae60)}.byo-progress-text{font-size:13px;margin-top:6px;color:#444;text-align:right}#byo-progress-remaining{margin-left:6px;color:#666;font-weight:400}.byo-dynamic-helper{background:#fff9d9;border:1px solid #f4dda3;padding:10px 14px;border-radius:8px;font-size:14px;color:#7a5c00;margin-bottom:15px;display:none}#byo-fruit-grid{display:grid;gap:16px;grid-template-columns:repeat(5,1fr)}@media(max-width:900px){#byo-fruit-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){#byo-fruit-grid{grid-template-columns:repeat(2,1fr)}}.byo-fruit-tile{background:#fff;border:2px solid #eee;padding:12px;border-radius:12px;text-align:center;transition:.25s;position:relative}.byo-fruit-tile:hover{transform:translateY(-3px);box-shadow:0 3px 12px #00000014}.byo-fruit-tile img{width:100%;height:auto;border-radius:10px;margin-bottom:6px}.add-btn,.remove-btn,.reset-fruit-btn{width:100%;border:none;border-radius:6px;padding:8px;margin-top:6px;cursor:pointer;font-size:14px}.add-btn{background:#27ae60;color:#fff}.remove-btn{background:#ffdede;color:#b20000}.reset-fruit-btn{background:#ddd;color:#444}.disabled{background:#ccc!important;color:#777!important;pointer-events:none!important}.byo-fruit-tile.selected{border-color:#27ae60;background:linear-gradient(180deg,#f0fff4,#fff);box-shadow:0 0 0 2px #27ae6059,0 6px 16px #27ae6026}.byo-fruit-tile.selected:after{content:"\2713  Added";position:absolute;top:8px;right:8px;background:#27ae60;color:#fff;font-size:11px;font-weight:700;padding:3px 6px;border-radius:6px}.byo-fruit-tile.suggested{outline:2px dashed #f4dda3;background:#fffdf3;animation:softPulse 1.6s ease-out infinite}@keyframes softPulse{0%{box-shadow:0 0 #f4dda399}70%{box-shadow:0 0 0 10px #f4dda300}to{box-shadow:0 0 #f4dda300}}#byo-drawer{position:fixed;top:0;right:-420px;width:420px;height:100vh;background:#fff;border-left:4px solid #27ae60;box-shadow:-4px 0 18px #00000026;transition:right .18s ease;display:flex;flex-direction:column;z-index:999990}#byo-drawer.open{right:0}.byo-drawer-header{display:flex;justify-content:space-between;padding:20px;border-bottom:1px solid #eee;align-items:center}#byo-summary-list{flex:1;padding:15px;overflow-y:auto}.byo-summary-footer{padding:20px;border-top:1px solid #eee;margin-bottom:70px}.byo-edit-btn{width:100%;background:#f2f2f2;color:#333;padding:10px;font-size:15px;font-weight:600;border-radius:8px;border:1px solid #ddd;cursor:pointer;margin-bottom:10px}.byo-edit-btn:hover{background:#e8e8e8}.byo-add-btn{width:100%;background:#27ae60;padding:14px;font-size:17px;font-weight:700;border-radius:10px;color:#fff;border:none;cursor:pointer}.byo-summary-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #eee}.byo-summary-row:last-child{border-bottom:none}.byo-summary-thumb{width:44px;height:44px;object-fit:cover;border-radius:8px;flex-shrink:0}.byo-summary-text{flex:1;display:flex;justify-content:space-between;align-items:baseline}.byo-summary-name{font-weight:600;font-size:14px}.byo-summary-grams{font-size:13px;color:#666}#byo-mobile-sheet{position:fixed;bottom:-100%;left:0;width:100%;height:92%;background:#00000073;display:flex;justify-content:center;align-items:flex-end;transition:bottom .18s ease;z-index:999999}#byo-mobile-sheet.open{bottom:0}.sheet-card{width:92%;background:#fff;border-radius:20px 20px 0 0;padding:20px;display:flex;flex-direction:column;max-height:90%}.sheet-header{display:flex;justify-content:space-between;margin-bottom:12px}#sheet-summary-list{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sheet-header-actions{display:flex;gap:8px;margin-top:6px}.sheet-header-actions .byo-edit-btn{flex:1;padding:8px;font-size:13px;margin:0}.sheet-footer{padding:8px 12px;margin-bottom:12px;border-top:1px solid #eee}#byo-popup{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:none;justify-content:center;align-items:center;z-index:99999999;pointer-events:auto}.byo-popup-box{width:300px;padding:22px;background:#fff;border-radius:10px;border:2px solid #27ae60;text-align:center}.byo-popup-box button{background:#27ae60;color:#fff;padding:10px 16px;border-radius:8px;border:none;margin-top:10px;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/16/assets/byo-builder.css.map */
