.simple-gear-builder{padding:2rem 0;font-family:sans-serif;overflow-x:hidden}.agb-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:5rem;max-width:1200px;margin:0 auto;position:relative;height:auto}.agb-layout>*{min-width:0}.step-container{display:flex;flex-direction:column}.agb-main{flex:2;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 1000px){.agb-layout{grid-template-columns:1fr;gap:.1rem}#summary-panel{order:1;max-height:none;min-height:auto;border-radius:2px;padding:1rem;padding-bottom:0}.agb-main{order:2}.product-title{font-size:1.5rem}.product-basic-info{margin-bottom:1.5rem;padding-bottom:1rem}.product-info__block-item[data-block-type=description]{margin-top:1.5rem;padding-top:1rem}.step-container{padding:1rem;margin-bottom:1rem;border:none;border-radius:2px;background:#fff}#kzero-form{gap:1rem}.suggestions-wrapper{border:none}.agb-title{font-size:1rem;margin:.5rem 0;font-weight:600}.suggestion-custom-title{font-size:1.2rem;font-weight:700;color:#1f2937;margin:0;text-align:center;order:-1}.simple-gear-builder{padding:1rem 0}}#summary-panel{position:relative;border-radius:2px;display:flex;flex-direction:column;align-items:center;contain:layout paint}#summary-panel h3{margin-top:0;font-size:1.2rem}.suggestions-wrapper{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;max-height:700px;overflow:hidden;margin-top:1rem;flex:1;border-top:1px solid #e5e7eb;border-radius:2px}.suggestions-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;pointer-events:none;z-index:5}.suggestions-header h2{font-size:1rem;font-weight:600;color:#1a1a1a;text-align:center;letter-spacing:-.02em}.suggestions-title{display:flex;font-weight:100;justify-content:center;align-items:center;color:#333;margin:0}#suggestions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;height:auto;scroll-behavior:smooth;scroll-snap-type:y proximity;scroll-padding-block:.5rem;-webkit-overflow-scrolling:touch}.suggestion-btn-container{margin-bottom:auto}li.suggestion-card{font-family:acumin-variable,sans-serif;display:grid;grid-template-columns:1fr 3fr;grid-template-rows:auto auto auto;grid-template-areas:"img title" "img price" "img actions";align-items:center;padding:1rem;border:1px solid #e5e7eb;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px #0000000f;max-width:100%;min-width:0;overflow:hidden;will-change:transform,opacity;backface-visibility:hidden;transition:transform .15s ease,box-shadow .15s ease}.suggested-avatar{grid-area:img;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:1rem}.suggested-card-img-wrapper{width:100px;height:100px;object-fit:cover;border-radius:2px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1/1}.suggestion-card-img{object-fit:cover;transition:transform .3s ease;transform:scale(1.4)}.agb-title.suggestion-card-title,.suggestion-card-title{grid-area:title;font-size:1.1rem;font-weight:500;margin-left:2rem;line-height:1.3;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agb-item-meta{grid-area:meta;font-size:.6rem;color:#4b5563}.agb-item-actions{grid-area:actions;display:flex;gap:.7rem;flex-wrap:nowrap;align-items:center;justify-content:space-between}.agb-item-actions button,.agb-item-price{white-space:nowrap}.agb-item-actions button{font-size:.85rem;padding:.3rem;border:1px solid transparent;background:#fff;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .08s ease;will-change:transform;backface-visibility:hidden}.agb-item-actions .edit{color:#000;background:transparent;border:1px solid transparent;transition:background-color .3s ease}.agb-item-actions .next{color:#fff;background:#000;border:1px solid black;transition:background-color .3s ease}.agb-item-actions .next:hover{background-color:#333}.agb-item-actions svg{fill:#000}.agb-item-actions .accept{color:#fff;background:#000;border:1px solid black;width:100%;transition:background-color .3s ease}.agb-item-actions .accept:hover{background-color:#333}.agb-item-actions .reject{color:gray;background:#fff;border:1px solid grey;width:100%}.agb-item-actions .delete{color:#000;background:#fff;border:1px solid black;width:100%;transition:background-color .3s ease}.agb-item-actions .delete:hover{background-color:#333}.agb-item-price{margin-left:auto;padding-right:1rem;font-weight:600;font-size:.7rem;color:gray;font-variant-numeric:tabular-nums;grid-area:price;margin-bottom:1rem}.stock.in{color:#059669;font-weight:600}.stock.out{color:#dc2626;font-weight:600}@media (max-width: 1000px){li.suggestion-card{grid-template-columns:88px 1fr;border:none;box-shadow:none}.suggestion-card-img{width:88px;height:88px}}@keyframes agbCardIn{0%{opacity:.5;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.agb-appear{animation:none!important}}.color-swatches,.size-swatches{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.swatch{-webkit-appearance:none;appearance:none;width:30px;height:30px;border:1px solid #cfcfcf;border-radius:3px;background:#fff;cursor:pointer;position:relative;outline:none;transition:box-shadow .15s ease,border-color .15s ease,transform .02s ease}.swatch:hover{border-color:#999}.swatch:active{transform:translateY(1px)}.swatch.selected{border-color:#000;box-shadow:0 0 0 2px #1111 inset}.swatch.unavailable:before,.swatch.unavailable:after{content:"";position:absolute;top:4px;left:4px;width:calc(100% - 8px);height:2px;background-color:#900;pointer-events:none;transform-origin:center}.swatch.unavailable:before{transform:rotate(45deg)}.swatch.unavailable:after{transform:rotate(-45deg)}.swatch.unavailable{opacity:.6;cursor:not-allowed}.color-swatches-wrapper{position:relative}.swatch-dot{display:none}.chevron{font-size:.8rem;margin-left:6px;pointer-events:none;-webkit-user-select:none;user-select:none;display:inline-block}.size-swatches .swatch{width:auto;padding:4px 8px;font-size:12px;background:#eee;border:1px solid #ccc;border-radius:3px;cursor:pointer}.size-swatches .swatch.selected{background:#111;color:#fff;border-color:#111}.swatch--color{aspect-ratio:1/1}.swatch[data-color*=Black],.custom-swatch[data-color*=Black]{background-color:#000}.swatch[data-color*="Coyote Tan"],.custom-swatch[data-color*="Coyote Tan"]{background:url(https://cdn.shopify.com/s/files/1/0526/4001/files/coyote-tan.jpg?v=1703582706) center/cover}.swatch[data-color*="Ranger Green"],.custom-swatch[data-color*="Ranger Green"]{background:url(https://cdn.shopify.com/s/files/1/0526/4001/files/ranger-green.jpg?v=1703582706) center/cover}.swatch[data-color*="Coyote Brown"],.custom-swatch[data-color*="Coyote Brown"]{background:url(https://cdn.shopify.com/s/files/1/0526/4001/files/coyote-brown.jpg?v=1703582706) center/cover}.swatch[data-color*=Multicam],.custom-swatch[data-color*=Multicam]{background:url(https://cdn.shopify.com/s/files/1/0526/4001/files/multicam.jpg?v=1738761182) center/cover}.swatch[data-color*="Multicam Black"],.custom-swatch[data-color*="Multicam Black"]{background:url(https://cdn.shopify.com/s/files/1/0526/4001/files/multicam-black.jpg?v=1738761182) center/cover}.swatch[data-color*="M81 Woodland"],.custom-swatch[data-color*="M81 Woodland"]{background:url(https://cdn.shopify.com/s/files/1/0526/4001/files/M81_woodland.jpg?v=1738761182) center/cover}.swatch--color:not([style*=background-image]):not([data-swatch]){background-color:#e5e5e5}#custom-variant-picker{font-family:sans-serif}.custom-picker .option-group{margin-bottom:1rem;border:none;padding:0}.option-group{margin:0 0 14px;border:0;padding:0}.option-legend{font-weight:600;margin:0 0 8px}.option-values{display:flex;flex-wrap:wrap;gap:8px}.custom-swatch{border:3px solid #ccc;padding:6px 10px;font-size:14px;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.custom-swatch[aria-pressed=true]{background:#000!important;color:#fff!important;border-color:#000!important}.custom-swatch:hover{border-color:#666}.swatch-modal{display:flex;gap:.5rem;background:#fff;border:1px solid #ccc;padding:.5rem;border-radius:2px;box-shadow:0 4px 12px #00000026;z-index:9999}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button-swatch-group{display:flex;gap:8px;margin-top:6px}.button-swatch{padding:.5em 1em;border:4px solid #ccc;border-radius:4px;cursor:pointer;font-weight:700;transition:all .2s}input[type=radio].sr-only{display:none}input[type=radio].sr-only:checked+.button-swatch{border-color:#000}#CustomProductCanvas{width:min(100%,1147px);max-width:67%;height:auto;aspect-ratio:1147 / 1737;display:none;flex:0 0 auto}@media (max-width: 1000px){#CustomProductCanvas{max-width:100%;aspect-ratio:1147 / 1737}}.simple-gear-builder,.simple-gear-builder *{word-wrap:break-word;overflow-wrap:anywhere}html,body{max-width:100%;overflow-x:hidden}.product-info__block-item[data-block-type=description]{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.product-info__block-item[data-block-type=description] .prose{color:#374151;line-height:1.6}.product-info__block-item[data-block-type=description] .prose h1,.product-info__block-item[data-block-type=description] .prose h2,.product-info__block-item[data-block-type=description] .prose h3,.product-info__block-item[data-block-type=description] .prose h4,.product-info__block-item[data-block-type=description] .prose h5,.product-info__block-item[data-block-type=description] .prose h6{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;color:#111827}.product-info__block-item[data-block-type=description] .prose p{margin-bottom:1rem}.product-info__block-item[data-block-type=description] .prose ul,.product-info__block-item[data-block-type=description] .prose ol{margin-bottom:1rem;padding-left:1.5rem}.product-info__block-item[data-block-type=description] .prose li{margin-bottom:.5rem}#agb-sticky-bar{position:relative}.agb-sticky-reel-toggle{display:none}@media (max-width: 1000px){.accepted-items-header{flex-wrap:wrap}.header-right{flex-basis:100%;margin-left:0}.agb-sticky-reel-toggle{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);align-items:center;justify-content:center;width:44px;height:28px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 2px 10px #0000000f;z-index:60}.agb-sticky-reel-toggle .material-symbols-outlined{font-variation-settings:"wght" 500,"opsz" 24;font-size:20px;line-height:1}#agb-sticky-bar.reel-open .agb-sticky-reel-toggle{top:-2px}}.order-summary-chip{display:grid;grid-template-columns:auto auto;column-gap:12px;row-gap:4px;align-items:center;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000a;overflow:hidden;width:100%}.order-summary-chip .chip-row{display:contents}.order-summary-chip .chip-label{font-size:12px;color:#6b7280;white-space:nowrap}.order-summary-chip .chip-value{font-size:13px;font-weight:700;color:#111827;text-align:right;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#sum-base,#sum-total{cursor:help}@media (max-width: 1000px){.order-summary-chip{width:100%;max-width:100%}}.accepted-items-scroll-container{overflow-x:auto;overflow-y:hidden;padding:0 8px;box-sizing:border-box}.accepted-items-scroll-container::-webkit-scrollbar{height:6px}.accepted-items-scroll-container::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.accepted-items-scroll-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.accepted-items-scroll-container::-webkit-scrollbar-thumb:hover{background:#999}.accepted-items-list{display:flex;gap:8px;min-width:max-content;height:100%;padding:.2rem;border:none!important}.accepted-item-card{display:flex;flex-direction:column;align-items:center;min-width:70px;max-width:70px;height:80px;background:#fff;border:1px solid #e0e0e0;border-radius:2px;box-shadow:0 2px 4px #00000014;position:relative;padding:0;margin:0;justify-content:flex-end}.base-item-card{border-color:#2563eb;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.base-item-card .accepted-item-title{color:#1e40af;font-weight:600}.base-item-card .accepted-item-subtitle{color:#3b82f6;font-weight:500}.accepted-item-image-wrapper{width:60px;height:60px;border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.accepted-item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;transform:scale(1.1)}.accepted-item-image-wrapper .edit-icon{position:absolute;bottom:4px;left:50%;transform:translate(-50%);background:#fffc;border-radius:50%;padding:2px;font-size:18px;color:#333;cursor:pointer;transition:background .2s}.accepted-item-title{font-size:11px;color:#333;margin:4px 0 0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accepted-item-subtitle{font-size:9px;color:#666;margin:2px 0 0;text-align:center;font-style:italic}.accepted-item-btn.remove{background:none;border:none;color:#8f1915;font-size:18px;line-height:1;padding:0 4px;cursor:pointer;position:absolute;top:2px;right:2px;z-index:2}.accepted-item-btn.remove:hover{color:#a71d2a}.accepted-item-quantity{display:flex;align-items:center;gap:4px;margin-top:6px}.quantity-input{width:40px;height:24px;text-align:center;border:1px solid #ddd;border-radius:2px;font-size:11px}.quantity-btn{width:20px;height:20px;border:1px solid #ddd;background:#f8f9fa;border-radius:2px;cursor:pointer;font-size:10px;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#e9ecef}.accepted-items-empty{text-align:center;padding:40px 20px;color:#666}.accepted-items-empty p{margin:0;font-size:14px}.accepted-items-loading{text-align:center;padding:20px;color:#666}.edit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.edit-modal{background:#fff;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.edit-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.edit-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.edit-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s}.edit-modal-close:hover{background:#f3f4f6;color:#111}.edit-modal-content{padding:20px;display:flex;flex-direction:column;gap:16px}.edit-option label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.edit-option select,.edit-option input[type=number]{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.edit-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid #e5e7eb}.edit-modal-actions button{padding:8px 14px;font-size:14px;font-weight:600;border-radius:4px;border:1px solid #d1d5db;background:#fff;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.edit-modal-actions .edit-modal-save{background:#111827;color:#fff;border-color:#111827}.edit-modal-actions .edit-modal-save:hover{background:#1f2937}.edit-modal-actions .edit-modal-cancel:hover{background:#f9fafb}#agb-sticky-bar{max-height:90px;height:90px;position:fixed;left:0;right:0;bottom:0;z-index:999;width:100vw;background:#fff;box-shadow:0 -4px 20px #00000026;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;margin:0;gap:1rem;transition:all .2s ease-in-out}#agb-sticky-bar .agb-sticky-bar__info{display:flex;align-items:center;gap:1rem;min-width:0;padding-left:2rem}#agb-sticky-bar .agb-sticky-bar__product-image{flex-shrink:0}#agb-sticky-bar .agb-sticky-bar__info img{width:48px;height:48px;margin-right:.75rem;object-fit:contain;border-radius:6px}#agb-sticky-bar .v-stack{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}#agb-sticky-bar .agb-sticky-product-handle{font-size:.75rem;color:#888;font-weight:400;text-transform:capitalize}#agb-sticky-bar .agb-sticky-product-title{display:block;max-width:100%;line-height:1.2;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1}#agb-sticky-bar .agb-sticky-variant-info{font-size:.75rem;color:#6b7280;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#agb-sticky-bar .agb-sticky-price{font-family:-apple-system,sans-serif,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:200;color:#111827;font-size:.8rem;line-height:1.2}#agb-sticky-bar .price--sale{color:#dc2626;font-weight:600}#agb-sticky-bar .price--compare{color:#666;text-decoration:line-through;margin-left:.5rem;font-weight:400}#agb-sticky-bar .price-amount{color:#222;font-weight:200}#agb-sticky-bar .agb-sticky-items-count{font-size:1rem;font-weight:600;line-height:1.2}#agb-sticky-bar .price-breakdown{font-size:.75rem;color:#666;font-weight:400;line-height:1.2}#agb-sticky-bar .buy-buttons{margin-left:0;flex-shrink:0;display:flex;align-items:center;gap:0}#agb-sticky-bar .button{min-width:120px;font-size:.8rem;font-weight:500;background:#8f1915;color:#fff;border:none;cursor:pointer;transition:all .2s ease;width:auto;display:block;visibility:visible;opacity:1;pointer-events:auto;white-space:nowrap;padding-right:2rem}#agb-sticky-bar .button.disabled{opacity:.5;cursor:not-allowed;background:#ccc;color:#666}#agb-sticky-bar .button.disabled:hover{background:#ccc;color:#666;transform:none}@media (max-width:1000px){#agb-sticky-bar{gap:.75rem;height:4rem}#agb-sticky-bar .agb-sticky-bar__info{gap:.75rem;padding-left:1rem}#agb-sticky-bar .agb-sticky-bar__info img{width:40px;height:40px;margin-right:.5rem}#agb-sticky-bar .v-stack{gap:.125rem}#agb-sticky-bar .agb-sticky-product-title{height:20px;font-size:.8125rem;line-height:1.1;max-width:150px}#agb-sticky-bar .agb-sticky-variant-info{font-size:.6875rem;max-width:120px}#agb-sticky-bar .agb-sticky-price{font-size:.7rem}#agb-sticky-bar .agb-sticky-items-count{font-size:.8rem}#agb-sticky-bar .button{min-width:100px;font-size:.8rem;padding:.5rem 1rem}}@media (max-width:1000px){#agb-sticky-bar{gap:.5rem}#agb-sticky-bar .agb-sticky-bar__info img{width:36px;height:36px;margin-right:.5rem}#agb-sticky-bar .agb-sticky-product-title{height:18px;font-size:.75rem;line-height:1.1;max-width:120px}#agb-sticky-bar .agb-sticky-variant-info{max-width:100px}#agb-sticky-bar .button{font-size:.8rem;padding:.5rem .875rem;width:40vw;height:4rem}}product-sticky-bar.product-sticky-bar.is-visible{position:fixed!important;left:0;right:0;bottom:0;z-index:10000;opacity:1!important;visibility:visible!important;width:100vw;background:#fff;box-shadow:0 -2px 8px #00000014;border-top:1px solid #eee;padding:1rem .5rem 0!important;margin:0!important;display:block}body{padding-bottom:0!important;margin-bottom:0!important}.canvas-toolbar{position:absolute;top:8px;right:8px;display:flex;gap:6px;background:#ffffffe6;border:1px solid #e5e7eb;border-radius:8px;padding:4px;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.icon-btn{-webkit-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;padding:6px;border-radius:6px}.icon-btn:hover{background:#f3f4f6}.reset-btn-small{margin-top:8px;padding:6px 10px;font-size:12px;background:#6b7280;color:#fff;border:none;border-radius:6px;cursor:pointer}.reset-btn-small:hover{background:#4b5563}#agb-loading{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffd9;display:none;align-items:center;justify-content:center;gap:12px;z-index:10000;font:500 14px/1.2 system-ui,sans-serif;color:#111}#agb-loading .spinner{width:18px;height:18px;border-radius:50%;border:2px solid #e5e7eb;border-top-color:#111;animation:agbSpin .7s linear infinite}@keyframes agbSpin{to{transform:rotate(360deg)}}body.agb-loading #agb-loading{display:flex}body.agb-loading .simple-gear-builder{pointer-events:none;opacity:1}.smart-notification{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:slideInRight .3s ease-out}.smart-notification.success{background:linear-gradient(135deg,#10b981,#059669)}.smart-notification.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.smart-notification.info{background:linear-gradient(135deg,#3b82f6,#2563eb)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.agb-atc-msg{color:#059669;font-weight:500;text-align:center;padding:.5rem;border-radius:.375rem;background-color:#d1fae5;border:1px solid #a7f3d0}.variant-picker-test__option-values [data-option-value][aria-selected=false]{color:#222;font-weight:600;opacity:1}.variant-picker-test__option-values [data-option-value][data-sold-out=true],.variant-picker-test__option-values [role=option][aria-disabled=true]{color:#9ca3af;font-weight:500;opacity:.5}.variant-picker-test__option-values .swatch:not(.unavailable){opacity:.95;font-weight:600;border-color:#222}.agb-loading [data-agb-interactive]{pointer-events:none;opacity:.5}.agb-skeleton{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:agbShimmer 1.2s infinite}@keyframes agbShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.suggestion-receipt{display:none!important}.receipt-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:1rem 1.25rem;box-shadow:0 4px 20px #0000000f}.receipt-header h3{margin:0 0 .25rem;font-size:1.25rem}.receipt-line,.receipt-total{display:flex;justify-content:space-between;padding:.375rem 0}.receipt-total{font-weight:700;border-top:1px dashed #e5e7eb;margin-top:.5rem;padding-top:.75rem}.receipt-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.button.primary{background:#111;color:#fff}.button.icon .material-symbols-outlined{font-size:18px;margin-right:.25rem;vertical-align:middle}.agb-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:8px 8px 0 0;padding:0;overflow-x:auto}.agb-tabs .tab{-webkit-appearance:none;appearance:none;border:none;background:transparent;padding:4px 20px;font-weight:600;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb;white-space:nowrap;min-width:max-content}.agb-tabs .tab:hover:not(.disabled):not(.active){color:#334155;background:#f8fafc}.agb-tabs .tab.active{color:#1e293b;background:#fff;font-weight:700;border-bottom:3px solid transparent}.agb-tabs .tab.disabled,.agb-tabs .tab[aria-disabled=true]{opacity:.4;cursor:not-allowed;color:#94a3b8}.agb-tabs .tab:focus-visible{outline-offset:-2px;border-radius:4px}@media (max-width: 1000px){.agb-tabs{padding:0 4px}.agb-tabs .tab{padding:10px 16px;font-size:13px;border-radius:6px 6px 0 0}.agb-tabs .tab.active{border-radius:6px 6px 0 0}}.receipt-table{width:100%;display:grid;grid-auto-rows:minmax(44px,auto)}.receipt-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:8px 0;border-bottom:1px dashed #e5e7eb}.receipt-row--head{font-weight:700;color:#374151;border-bottom:1px solid #e5e7eb;padding-top:0}.receipt-cell{min-width:0}.receipt-cell--item{display:grid;gap:2px}.r-item-title{font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.r-item-variant{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.receipt-cell--price{font-weight:700;color:#111827;white-space:nowrap}.receipt-cell--edit{text-align:right}.r-edit-btn{-webkit-appearance:none;appearance:none;border:1px solid #e5e7eb;background:#fff;padding:6px 10px;font-weight:600;cursor:pointer;transition:transform .06s ease,box-shadow .2s ease,border-color .2s ease}.r-edit-btn:hover{border-color:#cbd5e1;box-shadow:0 1px 2px #0000000f}.r-edit-btn:active{transform:translateY(1px)}@media (max-width: 1000px){.receipt-row{grid-template-columns:1fr auto;grid-template-areas:"item price" "item edit";row-gap:6px}.receipt-cell--item{grid-area:item}.receipt-cell--price{grid-area:price;justify-self:end}.receipt-cell--edit{grid-area:edit;justify-self:end}}@media (max-width: 1000px){#agb-canvas-wrap{position:sticky;top:0;height:30svh;z-index:2;background:#fff;display:grid;align-items:center;justify-items:center;border:1px solid #e5e7eb;border-radius:2px;overflow:hidden}#agb-canvas-wrap.agb-released{position:static;height:auto}#agb-canvas-wrap #CustomProductCanvas{width:min(100%,1147px);height:auto;aspect-ratio:1147 / 1737;display:block;flex:0 0 auto;object-fit:contain}}.agb-variant-msg{margin-top:.5rem;padding:.5rem .75rem;border:1px dashed #e5e7eb;background:#f9fafb;font-size:.9rem;color:#111827;border-radius:2px}.agb-fade-in{animation:agbFade .18s ease-out both}@keyframes agbFade{0%{opacity:.001;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.variant-picker-test [data-option-value][disabled],.variant-picker-test [data-option-value].is-disabled,.variant-picker-test [data-option-value][aria-disabled=true]{opacity:.45;pointer-events:none;cursor:not-allowed}.block-swatch{color:#000}@media (max-width: 1000px){:root{--agb-sticky-height: 2rem;--agb-fly-gap: 0px}.stage-nav{justify-content:space-evenly}}#agb-sticky-bar[style*="display: none"]{display:none!important}.stage-nav{display:flex;gap:8px;align-items:center;padding-top:1rem;justify-content:space-between}.stage-dot{width:15px;height:15px;border-radius:50%;border:2px solid #909090;background:#fff;font:600 13px/28px system-ui;text-align:center;cursor:pointer;position:relative}.stage-dot.is-done{border-color:#111!important;box-shadow:0 0 0 2px #1111 inset}.stage-dot.is-current{background:#e8f7ed;background:#303030;background:radial-gradient(circle,#474747 90%,#fff);border:3px}.stage-dot.is-locked{opacity:.1;cursor:not-allowed}.stage-dot.is-locked:after{content:""}.stage-dot.is-prize{background:linear-gradient(45deg,gold,#ffed4e);border:2px solid #ffa500;opacity:.7!important}.stage-dot.is-prize.is-current{background:linear-gradient(45deg,#ff6b35,#f7931e);border-color:#ff4500;animation:prizePulse 1.5s infinite}.stage-dot.is-prize.is-done{background:linear-gradient(45deg,#32d74b,#30d158);border-color:#28cd41}.prize-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;pointer-events:none}.stage-dot.is-prize .prize-icon{width:14px;height:14px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center}@keyframes prizePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.stage-dot.is-prize .prize-icon:empty:before{content:""}@media (max-width: 480px){.stage-dot{inline-size:24px;block-size:24px;font-size:11px;margin-left:0}}.suggestion-card{position:relative}.suggestion-card .help-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.suggestion-card .help-btn .material-symbols-outlined{font-size:18px;line-height:1}.agb-help-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000080}.agb-help-modal[hidden]{display:none}.agb-help-dialog{position:relative;background:#fff;width:90vw;max-width:640px;max-height:80vh;overflow:auto;border-radius:12px;padding:16px;box-shadow:0 10px 30px #0003}.agb-help-close{position:absolute;top:8px;right:8px;background:transparent;border:0;cursor:pointer}.agb-help-body iframe{width:100%;aspect-ratio:16 / 9;border:0;display:block}@media (max-width: 1000px){.agb-layout{align-items:start}#summary-panel{position:sticky;top:var(--stick-offset, 12px);max-height:calc(100dvh - var(--stick-offset, 12px));overflow:auto}.simple-gear-builder,.simple-gear-builder .container,.agb-layout{overflow:visible}}@media (max-width: 1000px){#summary-panel{position:sticky;top:0;right:0;z-index:10;overflow:hidden;background:#fff}}#summary-panel{transition:transform .16s ease,box-shadow .16s ease}#summary-panel.is-sticky{border-radius:0 0 32px 32px;transform-origin:top center}#summary-panel.is-squish{box-shadow:0 8px 24px #0000001a}.rail-chevron{display:none}@media (max-width: 1000px){#agb-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:999;width:100vw;background:#fff;box-shadow:0 -4px 20px #00000026;border-top:1px solid #e5e7eb}.agb-sticky-reel-toggle{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:28px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 2px 10px #0000000f;z-index:60;transition:opacity .2s ease,background-color .2s ease,transform .1s ease;cursor:pointer;margin:0;will-change:transform,opacity;backface-visibility:hidden}.agb-sticky-reel-toggle.disabled{opacity:.5;background:#f5f5f5;cursor:not-allowed}#agb-sticky-bar.has-open-rail .agb-sticky-reel-toggle{opacity:0;pointer-events:none}.agb-sticky-reel-toggle .material-symbols-outlined{font-variation-settings:"wght" 500,"opsz" 24;font-size:20px;line-height:1;color:#666}.agb-sticky-reel-toggle.disabled .material-symbols-outlined{color:#999}#step2.step-container{position:fixed;left:0;right:0;bottom:2rem;z-index:998;width:100vw;margin:0;padding:1rem 1rem 60px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -10px 24px #0000001f;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 20px);min-height:0;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.25,.46,.45,.94),opacity .16s ease;will-change:transform,opacity;backface-visibility:hidden;transform-style:preserve-3d;display:flex;flex-direction:column}#step2.step-container.is-open{transform:translateY(0);opacity:1;pointer-events:auto;background:radial-gradient(circle,#fff 70%,#f5f5f5 98%);transform:translateZ(0)}#step2.step-container:before{content:"close";position:absolute;top:8px;right:12px;font-family:Material Symbols Outlined;font-size:20px;color:#666;cursor:pointer;z-index:1000;padding:4px;border-radius:50%;background:#ffffffe6;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}#step2.step-container:after{content:"";position:sticky;bottom:2rem;left:50%;transform:translate(-50%);width:44px;height:28px;background:#fff;border:1px solid #e5e7eb;border-radius:999px 999px 0 0;box-shadow:0 -2px 10px #0000000f;z-index:1001;cursor:grab;flex-shrink:0;display:none}#step2.step-container .rail-chevron{position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:44px;height:24px;display:flex;align-items:center;justify-content:center;z-index:1002;cursor:grab;color:#666;font-size:18px}#step2.step-container .rail-chevron:active{cursor:grabbing}body.step2-rail-open,body.rail-dragging{overflow:hidden;position:fixed;width:100%}#step2.has-canvas-top{padding-top:.25rem}#step2.has-canvas-top .suggestions-wrapper{margin-top:.5rem;border-top:none}#step2 #CustomProductCanvas.in-stage{display:block;margin:1rem auto 0;width:40vw;max-width:100%;height:auto;max-height:35vh;object-fit:contain}#suggestions-list,.suggestions-list{position:static!important;inset:auto!important;bottom:auto!important;pointer-events:auto!important;background:transparent;max-height:none}#suggestion-stage-nav.stage-nav .is-active,#suggestion-stage-nav.stage-nav [aria-current=true]{opacity:1}#step2 .suggestions-wrapper{margin-top:.5rem;border-top:none;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 200px)}@media (max-height: 600px){#step2.step-container{max-height:calc(100vh - 10px)}#step2 #CustomProductCanvas.in-stage{max-height:25vh}}}@media (max-width: 1000px){#agb-sticky-bar .accepted-items-display,#agb-sticky-bar.reel-open .accepted-items-display{display:none!important;max-height:0!important;opacity:0!important;pointer-events:none!important}}#agb-mobile-stage.is-open #stage-canvas-slot{position:sticky;top:0;z-index:2;background:#fff;box-shadow:0 1px #0000000f}#agb-mobile-stage.is-open #CustomProductCanvas{transform:scale(.6);transform-origin:top center;width:min(100%,1147px);height:auto;display:block}#agb-mobile-stage.is-open #stage-suggestions-slot{padding-top:.5rem}#agb-toast-wrap{position:fixed;font-size:1rem;left:50%;bottom:18px;transform:translate(-50%);z-index:99999;display:flex;flex-direction:column;gap:8px}#agb-toast-wrap div{background:#111;color:#fff;padding:10px 12px;border-radius:10px;box-shadow:0 8px 30px #00000040;display:flex;gap:8px;align-items:center;white-space:nowrap;max-width:calc(100vw - 32px);overflow:hidden;text-overflow:ellipsis}@media (max-width: 1000px){font-size:.75rem}#agb-share-cta{font-weight:500;background:#8f1915;color:#fff;border:none;cursor:pointer;display:block;white-space:nowrap;padding:.5rem 1rem;text-align:center}#agb-share-cta svg{fill:#fff}.card-inner{grid-column:span 2;text-align:center;display:flex;justify-content:center}.agb-stage-tip{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 4px 12px #00000026;line-height:1.4}.agb-stage-tip:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000e6;pointer-events:none}.agb-stage-tip[data-position=below]:before{top:-12px;border-top-color:transparent;border-bottom-color:#000000e6}.popover--bottom-start{z-index:200}
/*# sourceMappingURL=/cdn/shop/t/22/assets/ag-builder.css.map */
