.simple-gear-builder{padding:2rem 0;font-family:sans-serif;overflow-x:hidden}.agb-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;position:relative;height:auto}.agb-layout>*{min-width:0}.step-container{display:flex;flex-direction:column;margin-bottom:16px}.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;margin-bottom:1rem;max-height:none;min-height:auto;border-radius:2px;padding:1rem}.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:1px solid #e5e7eb;border-radius:2px;background:#fff}#kzero-form{gap:1rem}.suggestions-wrapper{margin:1rem 0}#suggestions-list li{padding:1rem;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:2px;background:#fff;display:flex;flex-direction:column;gap:.75rem}#suggestions-list img{width:80px;height:80px;object-fit:cover;border-radius:2px}.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}}@media (max-width: 480px){.agb-layout{padding:0 .5rem}.step-container{padding:.75rem}.product-title{font-size:1.25rem}#suggestions-list li{padding:.75rem}#suggestions-list img{width:60px;height:60px}.agb-title{font-size:.9rem}.agb-item-actions{gap:.25rem}.agb-item-actions button{padding:.5rem;font-size:.9rem}}#summary-panel{position:relative;border-radius:2px;display:flex;flex-direction:column;align-items:center}#summary-panel h3{margin-top:0;font-size:1.2rem}.suggestions-wrapper{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-title{display:flex;min-height:40px;font-weight:100;justify-content:space-between;align-items:center;padding:1px 16px;font-size:1.3rem;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{display:grid;grid-template-columns:1fr 3fr;grid-template-rows:auto auto auto;grid-template-areas:"img title" "img price" "img actions";gap:.1rem;align-items:center;padding:.3rem;margin:.8rem;border:1px solid #e5e7eb;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px #0000000f;max-width:100%;min-width:0;overflow:hidden}.suggested-avatar{grid-area:img;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:.2rem}.suggested-card-img-wrapper{width:100px;height:100px;object-fit:cover;border-radius:2px;background:#f9f9f9;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.5)}.agb-title.suggestion-card-title,.suggestion-card-title{grid-area:title;font-size:1.3rem;font-weight:600;margin:.7rem;margin-bottom:0;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:wrap;align-items:center;justify-content:end}.agb-item-actions button,.agb-item-price{white-space:nowrap}.agb-item-actions button{font-size:.875rem;padding:.45rem 1rem;margin-right:.3rem;border:1px solid transparent;background:#fff;cursor:pointer;transition:background-size .25s ease,background-color .2s ease,color .2s ease,border-color .2s ease,transform .05s ease;line-height:1.2}.agb-item-actions button:active{transform:translateY(1px)}.agb-item-actions button[disabled]{opacity:.55;cursor:not-allowed}.agb-item-actions .accept{color:#16a34a;border-color:#16a34a;background:#fff}.agb-item-actions .accept:hover{background:#16a34a;color:#fff}.agb-item-actions .reject{color:#8f1814;border:none;background:#fff;background-image:linear-gradient(#8f1814,#8f1814);background-repeat:no-repeat;background-position:left bottom;background-size:100% 2px}.agb-item-actions .reject:hover{background-size:100% 100%;color:#fff}.agb-item-price{margin-left:auto;padding-right:1rem;font-weight:600;font-size:.8rem;color:gray;font-variant-numeric:tabular-nums;grid-area:price}.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}.suggestion-card-img{width:88px;height:88px}}@keyframes agbCardIn{0%{opacity:.2;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.agb-appear{animation:agbCardIn 1s cubic-bezier(.22,1,.36,1) both}@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(/cdn/shop/files/coyote-tan.jpg?v=1703582706) center/cover}.swatch[data-color*="Ranger Green"],.custom-swatch[data-color*="Ranger Green"]{background:url(/cdn/shop/files/ranger-green.jpg?v=1703582706) center/cover}.swatch[data-color*="Coyote Brown"],.custom-swatch[data-color*="Coyote Brown"]{background:url(/cdn/shop/files/coyote-brown.jpg?v=1703582706) center/cover}.swatch[data-color*=Multicam],.custom-swatch[data-color*=Multicam]{background:url(/cdn/shop/files/multicam.jpg?v=1738761182) center/cover}.swatch[data-color*="Multicam Black"],.custom-swatch[data-color*="Multicam Black"]{background:url(/cdn/shop/files/multicam-black.jpg?v=1738761182) center/cover}.swatch[data-color*="M81 Woodland"],.custom-swatch[data-color*="M81 Woodland"]{background:url(/cdn/shop/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}.simple-gear-builder img,.simple-gear-builder video,.simple-gear-builder canvas{max-width:80%;height:auto}#CustomProductCanvas{max-width:70%;aspect-ratio:888 / 1090}.simple-gear-builder,.simple-gear-builder *{word-wrap:break-word;overflow-wrap:anywhere}html,body{max-width:100%;overflow-x:hidden}.product-basic-info{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.product-vendor{margin-bottom:.5rem}.product-title{margin:0 0 .75rem;font-size:1.875rem;font-weight:700;line-height:1.2;color:#111827}.variant-sku{display:block;margin-bottom:.75rem;color:#6b7280;font-size:.875rem}.product-price{margin-top:1rem}.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}.accepted-items-display{border:1px solid #e5e7eb;border-top:none;border-radius:2px;overflow:hidden}.accepted-items-header{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:nowrap;padding:4px 8px}.accepted-items-header h4{margin:0;font-size:16px;font-weight:800;white-space:nowrap;flex:0 0 auto;min-width:0;color:#333}.header-right{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;align-items:center;gap:10px;margin-left:auto;min-width:0}.items-count{white-space:nowrap;font-size:12px;padding:4px 8px;border-radius:999px;color:#666;background:#e0e0e0}.selected-summary{min-width:0;max-width:clamp(140px,45vw,420px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;color:#4b5563;font-size:.85rem}@media (max-width: 640px){.accepted-items-header{flex-wrap:wrap;row-gap:8px}.header-right{grid-auto-flow:row;grid-template-columns:1fr auto;width:100%;gap:8px}.items-count{justify-self:end}}#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-bar .accepted-items-display{position:absolute;left:0;right:0;bottom:100%;background:#fff;border:1px solid #e5e7eb;border-bottom:none;border-radius:12px 12px 0 0;box-shadow:0 -6px 20px #00000014;max-height:0;overflow:hidden;opacity:0;transform:translateY(8px);pointer-events:none;transition:max-height .25s ease,opacity .2s ease,transform .25s ease;z-index:50}#agb-sticky-bar .accepted-items-display .accepted-items-list{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;justify-content:center;gap:10px;padding:12px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch}#agb-sticky-bar .accepted-items-display .accepted-items-header{display:none!important}#agb-sticky-bar.reel-open .accepted-items-display{max-height:160px;opacity:1;transform:translateY(0);pointer-events:auto}.agb-sticky-reel-toggle{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;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;border:1px solid #f0f0f0;overflow:hidden;display:flex;align-items:center;justify-content:center}.accepted-item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;transform:scale(1.1)}.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}@media (max-width: 1000px){.accepted-item-card{max-width:100px}.accepted-item-image{width:60px;height:60px}.accepted-item-title{font-size:10px}.accepted-item-color{font-size:9px}}.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;animation:agbCardIn .25s ease-out both}.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;padding:0 1rem;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}#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-weight:600;color:#111827;font-size:1rem;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:600}#agb-sticky-bar .agb-sticky-items-count{font-size:.75rem;font-weight:500;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:.875rem;font-weight:600;padding:.625rem 1.25rem;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}#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{padding:.75rem .875rem;gap:.75rem}#agb-sticky-bar .agb-sticky-bar__info{gap:.75rem}#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:.875rem}#agb-sticky-bar .agb-sticky-items-count{font-size:.6875rem}#agb-sticky-bar .button{min-width:100px;font-size:.8125rem;padding:.5rem 1rem}}@media (max-width:1000px){#agb-sticky-bar{padding:.625rem .75rem;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{min-width:90px;font-size:.75rem;padding:.5rem .875rem}}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:.98}.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:.95}.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}}.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:auto;height:100%;max-height:100%;aspect-ratio:888 / 1090;display:block}}.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: 84px;--agb-fly-gap: 8px}#suggestions-list,.suggestions-list{position:fixed;left:16px;right:16px;bottom:calc(env(safe-area-inset-bottom) + var(--agb-sticky-height) + var(--agb-fly-gap));z-index:9999;margin:0;padding:0;list-style:none;pointer-events:none;background:transparent}#suggestions-list:empty,.suggestions-list:empty{display:none!important}#suggestions-list>li.suggestion-card:not(:last-child),.suggestions-list>li.suggestion-card:not(:last-child){display:none!important}#suggestions-list>li.suggestion-card:last-child,.suggestions-list>li.suggestion-card:last-child{pointer-events:auto;display:block!important;width:min(92vw,520px);margin:0 auto;padding:12px 14px;background:#fff;border-radius:12px;box-shadow:0 10px 28px #0000002e,0 2px 10px #0000001f;transform:translateY(8px);opacity:0;animation:agb-fly-in .18s ease-out forwards;font-size:16px}#suggestions-list .suggestion-card .agb-item-actions button{min-height:40px;padding:8px 12px;font-size:16px}#suggestions-title{display:none}@keyframes agb-fly-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(8px)}}body.cart-drawer--open #suggestions-list,body.cart-drawer-open #suggestions-list,body.drawer-open #suggestions-list,body.modal-open #suggestions-list{display:none!important}body:has(details[open].accepted-items) #suggestions-list{display:none!important}body:has([data-accepted-toggle][aria-expanded=true]) #suggestions-list{display:none!important}body:has(.mini-cart.is-open),body:has(#mini-cart[open]) #suggestions-list{display:none!important}}@media (min-width: 1001px){#suggestions-list,.suggestions-list{position:static;inset:auto;z-index:auto;pointer-events:auto}}@media (max-width: 1000px){#suggestions-list>li.suggestion-card:last-child,.suggestions-list>li.suggestion-card:last-child{display:grid!important;grid-template-columns:92px 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"thumb head" "thumb body" "thumb actions";column-gap:12px;row-gap:8px;padding:4px;border-radius:12px;box-shadow:0 10px 24px #00000029,0 2px 8px #0000001a;width:min(92vw,480px);font-size:16px}.suggestion-card .suggested-avatar{grid-area:thumb;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.suggestion-card .suggested-card-img-wrapper{width:84px;height:84px;border-radius:10px;overflow:hidden;background:#f6f6f6;display:flex;align-items:center;justify-content:center}.suggestion-card .suggestion-card-img{max-width:100%;max-height:100%;object-fit:contain;display:block}.suggestion-card .agb-item-meta{font-size:.5rem;text-align:center;color:#6b7280;line-height:1.25}.suggestion-card .agb-item-meta .stock.in{color:#15803d}.suggestion-card .suggestion-card-title{grid-area:head;align-self:start;font-weight:700;font-size:16px;line-height:1.25;margin:0;padding-right:96px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.suggestion-card .agb-item-price{grid-area:body;justify-self:end;align-self:start;font-size:13px;color:#6b7280;margin-top:-2px}.suggestion-card .agb-item-actions{grid-area:actions;align-self:end;justify-self:center;display:grid;grid-auto-flow:column;gap:10px}.suggestion-card .agb-item-actions .accept,.suggestion-card .agb-item-actions .reject{min-height:22px;padding:4px 14px;border-radius:999px;font-weight:600;border:1px solid #e5e7eb;transition:transform .06s ease,box-shadow .12s ease,background-color .12s ease;touch-action:manipulation}.suggestion-card .agb-item-actions .accept{background:#16a34a;color:#fff;border-color:transparent}.suggestion-card .agb-item-actions .accept:active{transform:translateY(1px)}.suggestion-card .agb-item-actions .reject{background:#fff;color:#7f1d1d}.suggestion-card .agb-item-actions .reject:active{transform:translateY(1px)}.suggestion-card .agb-title{margin:0}}
/*# sourceMappingURL=/cdn/shop/t/110/assets/ag-builder.css.map */
