.fitment-section{padding:1.5rem 0 1rem;background:rgb(var(--color-background))}.fitment-container{max-width:720px;margin:0 auto;padding:0 1.25rem}.fitment-card{position:relative;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.14);border-radius:14px;padding:1.25rem;box-shadow:0 1px 2px #00000005;transition:border-color .2s ease,box-shadow .2s ease}.fitment-card:focus-within{border-color:rgba(var(--color-foreground),.22);box-shadow:0 2px 8px #0000000a}.fitment-head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.125rem}.fitment-icon{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:10px;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center}.fitment-icon svg{width:1.125rem;height:1.125rem}.fitment-head__text{flex:1;min-width:0}.fitment-heading{font-size:1.0625rem;font-weight:600;letter-spacing:-.015em;line-height:1.3;margin:0;color:rgb(var(--color-foreground))}.fitment-subheading{font-size:.8125rem;font-weight:400;line-height:1.4;color:rgba(var(--color-foreground),.6);margin:.1875rem 0 0}.fitment-stat{flex-shrink:0;display:none;flex-direction:column;align-items:flex-end;gap:0;padding:.375rem .625rem;border-radius:8px;background:rgba(var(--color-foreground),.04);line-height:1}.fitment-stat__num{font-size:.9375rem;font-weight:700;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.fitment-stat__label{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.5);margin-top:.1875rem}.fitment-saved{margin:0 0 .75rem}.fitment-saved__chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4375rem .625rem .4375rem .5rem;background:#16a34a14;border:1px solid rgba(22,163,74,.18);border-radius:999px;font-size:.8125rem;color:#156534;max-width:100%}.fitment-saved__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.fitment-saved__icon svg{width:.9375rem;height:.9375rem}.fitment-saved__text{font-weight:500;letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fitment-saved__text strong{font-weight:700}.fitment-saved__change{border:0;background:transparent;padding:.125rem .4375rem;font-size:.75rem;font-weight:600;color:#156534;cursor:pointer;border-radius:999px;transition:background .16s ease;flex-shrink:0}.fitment-saved__change:hover{background:#16a34a1f}.fitment-form[hidden]{display:none}.fitment-fields{display:grid;grid-template-columns:1fr;gap:.625rem;margin-bottom:.875rem}.fitment-field{display:flex;flex-direction:column;gap:.3125rem}.fitment-field__label{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}.fitment-select{width:100%;padding:.6875rem 2.25rem .6875rem .875rem;font-size:.9375rem;font-weight:500;font-family:inherit;border:1px solid rgba(var(--color-foreground),.16);border-radius:9px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:.875rem;cursor:pointer}.fitment-select:disabled{opacity:.45;cursor:not-allowed;background-color:rgba(var(--color-foreground),.025)}.fitment-select:focus{outline:none;border-color:rgba(var(--color-foreground),.4);box-shadow:0 0 0 3px rgba(var(--color-foreground),.08)}.fitment-select.is-filled{border-color:rgba(var(--color-foreground),.28);background-color:rgba(var(--color-foreground),.015)}.fitment-submit{width:100%;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8125rem 1rem;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;font-family:inherit;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:0;border-radius:9px;cursor:pointer;transition:opacity .16s ease,transform .16s ease,background .16s ease}.fitment-submit:hover:not(:disabled){opacity:.92}.fitment-submit:active:not(:disabled){transform:translateY(1px)}.fitment-submit:disabled{opacity:.4;cursor:not-allowed}.fitment-submit__arrow,.fitment-submit__spinner{width:.9375rem;height:.9375rem;flex-shrink:0}.fitment-submit__spinner{display:none;animation:fitment-spin .7s linear infinite}.fitment-submit.is-loading .fitment-submit__arrow{display:none}.fitment-submit.is-loading .fitment-submit__spinner{display:inline-block}@keyframes fitment-spin{to{transform:rotate(360deg)}}.fitment-result{margin-top:.875rem;padding:.875rem 1rem;border-radius:10px;border:1px solid;font-size:.875rem;line-height:1.45;animation:fitment-fade-in .32s cubic-bezier(.4,0,.2,1)}.fitment-result[hidden]{display:none}.fitment-result--ok{background:#16a34a0f;border-color:#16a34a40;color:#156534}.fitment-result--warn{background:#d977060d;border-color:#d9770647;color:#92400e}.fitment-result__head{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;letter-spacing:-.01em;margin-bottom:.1875rem}.fitment-result__head svg{width:1.0625rem;height:1.0625rem;flex-shrink:0}.fitment-result__detail{font-weight:400;color:inherit;opacity:.85;margin:0}.fitment-result__cta{display:inline-flex;align-items:center;gap:.4375rem;margin-top:.625rem;padding:.5rem .8125rem;font-size:.8125rem;font-weight:600;border-radius:999px;background:#25d366;color:#fff!important;text-decoration:none;transition:background .16s ease;letter-spacing:-.005em}.fitment-result__cta:hover{background:#1ebe5d}.fitment-result__cta svg{width:.875rem;height:.875rem}.fitment-help{display:block;margin:.75rem auto 0;background:transparent;border:0;padding:.375rem .5rem;font-size:.8125rem;font-weight:500;color:rgba(var(--color-foreground),.55);text-decoration:underline;text-decoration-color:rgba(var(--color-foreground),.25);text-underline-offset:3px;cursor:pointer;font-family:inherit;transition:color .16s ease}.fitment-help:hover{color:rgb(var(--color-foreground));text-decoration-color:rgb(var(--color-foreground))}.fitment-empty{padding:1.75rem 1rem;text-align:center;border:1px dashed rgba(var(--color-foreground),.18);border-radius:10px;color:rgba(var(--color-foreground),.5);font-size:.875rem}@keyframes fitment-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(min-width:600px){.fitment-stat{display:inline-flex}}@media(min-width:750px){.fitment-section{padding:2rem 0 1.5rem}.fitment-card{padding:1.5rem 1.75rem}.fitment-heading{font-size:1.1875rem}.fitment-subheading{font-size:.875rem}.fitment-fields{grid-template-columns:1fr 1fr .75fr;gap:.75rem}}@media(prefers-reduced-motion:reduce){.fitment-result,.fitment-submit__spinner,.fitment-submit,.fitment-card,.fitment-select{animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product-fitment.css.map */
