:root{--foxsell-color-background: #ffffff;--foxsell-color-foreground: #333333;--foxsell-color-accent-1: #000000;--foxsell-color-accent-1-text: #ffffff;--foxsell-radius-card: 10px;--foxsell-radius-button: 10px;--foxsell-space-0: 0;--foxsell-space-1: 4px;--foxsell-space-2: 8px;--foxsell-space-3: 12px;--foxsell-space-4: 16px;--foxsell-space-5: 20px;--foxsell-space-6: 24px;--foxsell-space-7: 28px;--foxsell-space-8: 32px;--foxsell-space-9: 36px;--foxsell-space-10: 40px;--foxsell-space-11: 44px;--foxsell-space-12: 48px}foxsell-mix-match{display:block;min-width:0;max-width:100%}.foxsell-mix-match__container{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--foxsell-space-0);border:1px solid var(--foxsell-color-accent-1);border-radius:var(--foxsell-radius-card);overflow:hidden;line-height:1;min-width:0;max-width:100%;background-color:var(--foxsell-color-background)}.foxsell-mix-match__progress-mobile{display:block}.foxsell-category__list{display:flex;flex-direction:column;gap:var(--foxsell-space-4);padding:var(--foxsell-space-6) var(--foxsell-space-6) 0;min-width:0}@media screen and (min-width:768px){.foxsell-mix-match__progress-mobile{display:none}}.foxsell-category__item{display:flex;flex-direction:column;gap:var(--foxsell-space-5)}.foxsell-category__product-grid{display:grid;grid-template-columns:repeat(var(--foxsell-product-grid-columns-mobile, 1),minmax(0,1fr));row-gap:var(--foxsell-product-grid-row-gap, var(--foxsell-space-4));column-gap:var(--foxsell-product-grid-column-gap, var(--foxsell-space-4));min-width:0}.foxsell-category__product-grid>*{min-width:0}@media screen and (min-width:1024px){.foxsell-category__product-grid{grid-template-columns:repeat(var(--foxsell-product-grid-columns-desktop, 3),minmax(0,1fr))}}.foxsell-mix-match__summary-details{display:flex;flex-direction:column;gap:var(--foxsell-space-1)}.foxsell-mix-match__summary-details-total,.foxsell-mix-match__summary-details-price{display:flex;justify-content:space-between;align-items:center;gap:var(--foxsell-space-2)}.foxsell-mix-match__summary-details-total-label{font-family:var(--font-heading-family);font-size:16px;font-weight:var(--font-heading-weight);color:var(--foxsell-color-foreground)}.foxsell-mix-match__summary-details-total-savings{font-size:1.4rem;color:#d12d35}.foxsell-mix-match__summary-details-price-note{flex:1 1 0;min-width:0;font-size:1.4rem;font-style:italic;color:var(--foxsell-color-foreground)}.foxsell-mix-match__summary-details-price-value{flex-shrink:0;display:inline-flex;flex-wrap:nowrap;align-items:baseline;gap:var(--foxsell-space-2);text-align:right;white-space:nowrap;color:var(--foxsell-color-foreground)}.foxsell-mix-match__summary-price-sale{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight)}.foxsell-mix-match__summary-form{display:flex;flex-direction:column;gap:var(--foxsell-space-4);box-sizing:border-box;min-width:0;max-width:100%;margin-top:var(--foxsell-space-4);padding:var(--foxsell-space-4) var(--foxsell-space-6) var(--foxsell-space-6);border-top:1px solid var(--foxsell-color-foreground)}.foxsell-mix-match__summary-form form{display:block;max-width:100%;margin:0}.foxsell-mix-match__summary-form button[type=submit]{width:100%;max-width:100%;box-sizing:border-box;padding:var(--foxsell-space-3);font-size:1.6rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:var(--foxsell-color-accent-1-text);background-color:var(--foxsell-color-accent-1);border:none;border-radius:var(--foxsell-radius-button);opacity:1;cursor:pointer}.foxsell-mix-match__summary-form button[type=submit] .loading-overlay__spinner{display:none}.foxsell-mix-match__summary-form button[type=submit]:disabled,.foxsell-mix-match__summary-form button[type=submit][disabled],.foxsell-mix-match__summary-form button[type=submit][aria-disabled=true]{opacity:.5;cursor:not-allowed}.foxsell--hidden{display:none}.foxsell-mix-match fieldset{border:0;margin:0;padding:0;min-width:0}.foxsell__loading-spinner{width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.foxsell-category__header{display:flex;align-items:center;gap:var(--foxsell-space-3)}.foxsell-product-card{display:flex;gap:var(--foxsell-space-3);align-items:center;min-width:0;max-width:100%}.foxsell-product-card>div:first-child{flex-shrink:0}.foxsell-product-card .add-to-bundle-checkbox{appearance:none;-webkit-appearance:none;box-sizing:border-box;width:24px;height:24px;min-width:24px;min-height:24px;flex-shrink:0;margin:0;border:2px solid var(--foxsell-color-foreground);border-radius:var(--foxsell-radius-button);background-color:var(--foxsell-color-background);background-image:none;cursor:pointer;vertical-align:middle}.foxsell-product-card .add-to-bundle-checkbox:checked{background-color:var(--foxsell-color-accent-1);border-color:var(--foxsell-color-accent-1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M5.59 10.58L1.42 6.41L0 7.82L5.59 13.41L17.59 1.41L16.18 0L5.59 10.58Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:15px 12px}.foxsell-product-card .add-to-bundle-checkbox:focus{outline:none}.foxsell-product-card .add-to-bundle-checkbox:focus-visible{outline:2px solid var(--foxsell-color-foreground);outline-offset:2px}.foxsell-product-card .add-to-bundle-checkbox:disabled{opacity:.45;cursor:not-allowed}.foxsell-product-card__info{display:flex;flex:1 1 0;min-width:0;flex-direction:column;gap:var(--foxsell-space-2)}.foxsell-product-card__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.6rem;color:var(--foxsell-color-foreground)}.foxsell-product-card__price{font-size:1.4rem;color:var(--foxsell-color-foreground)}foxsell-variant-select,foxsell-variant-radio{display:block;min-width:0;max-width:100%}foxsell-variant-select fieldset,foxsell-variant-radio fieldset{min-width:0;max-width:100%}foxsell-variant-select select{box-sizing:border-box;width:100%;max-width:172px;min-height:32px;height:auto;font-size:1.4rem;line-height:1.2;color:var(--foxsell-color-foreground);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-block:6px;padding-inline:12px 28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5' fill='none'%3E%3Cpath d='M10 0H0L5 5L10 0Z' fill='black'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px 5px}foxsell-variant-select select:focus{outline:none}.foxsell-product-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--foxsell-space-2)}.foxsell-product-card__image-wrapper{width:80px;flex-shrink:0}.foxsell-product-card__image{width:100%;height:auto;object-fit:cover;display:block}.foxsell-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease;pointer-events:none}.foxsell-product-card:hover .foxsell-product-card__image--secondary{opacity:1}@media(prefers-reduced-motion:reduce){.foxsell-product-card__image--secondary{transition:none}}.foxsell-slashed-price{text-decoration:line-through;opacity:.5}.foxsell--image-square{aspect-ratio:1/1}.foxsell--image-original{aspect-ratio:auto}.foxsell-variant-radio .swatch{width:20px;height:20px;border-radius:50%;display:inline-block}.foxsell-variant-radio label:has(input:checked) .swatch{outline:1px solid var(--foxsell-color-foreground);outline-offset:.2rem}.foxsell-variant-radio .swatch.color{background-color:var(--swatch-color)}.foxsell-variant-radio .swatch.image{background-image:var(--swatch-image);background-size:cover;background-position:center;background-repeat:no-repeat}.foxsell-variant-radio fieldset:not(:last-child){margin-bottom:var(--foxsell-space-2)}.foxsell-product-card--modal{display:grid;grid-template-columns:1fr;gap:var(--foxsell-space-4)}.foxsell-product-card--modal>*{width:100%;min-width:0}@media screen and (min-width:768px){.foxsell-product-card--modal{grid-template-columns:1fr 1fr}}.foxsell-bundle-summary{display:flex;flex-direction:column;gap:var(--foxsell-space-5)}.foxsell-bundle-progress{display:flex;flex-direction:column;gap:var(--foxsell-space-3)}.foxsell-bundle-summary__header{display:flex;align-items:center;justify-content:space-between;gap:var(--foxsell-space-3)}.foxsell-bundle-summary__toggle{display:inline-flex;align-items:center}.foxsell-bundle-summary__item{display:grid;grid-template-columns:80px 1fr auto auto;gap:var(--foxsell-space-2)}.foxsell-bundle-summary__quantity{white-space:nowrap}.foxsell-bundle-progress__header-content{display:flex;flex-direction:column;gap:var(--foxsell-space-2);width:100%;color:var(--foxsell-color-accent-1-text);background-color:var(--foxsell-color-accent-1);padding:var(--foxsell-space-4) var(--foxsell-space-6)}.foxsell-bundle-progress__title{font-family:var(--font-heading-family);font-size:2.2rem;font-weight:var(--font-heading-weight)}.foxsell-bundle-progress__price{display:flex;align-items:center;justify-content:space-between;gap:var(--foxsell-space-3)}.foxsell-bundle-progress__price-value{display:flex;align-items:center;justify-content:flex-end;gap:var(--foxsell-space-2);flex-wrap:wrap;text-align:right}.foxsell-bundle-progress__list{display:flex;gap:var(--foxsell-space-2);width:100%;padding-top:var(--foxsell-space-3)}.foxsell-bundle-progress__item{flex:1;text-align:center;position:relative;padding-block:var(--foxsell-space-5);padding-inline:var(--foxsell-space-1);border:1px solid var(--foxsell-color-foreground)}.foxsell-bundle-progress__item.active,.foxsell-bundle-progress__item.active .foxsell-bundle-progress__value{background-color:var(--foxsell-color-accent-1);color:var(--foxsell-color-accent-1-text)}.foxsell-bundle-progress__value{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:var(--foxsell-color-background);color:var(--foxsell-color-foreground);padding-block:var(--foxsell-space-1);padding-inline:var(--foxsell-space-2)}foxsell-bundle-progress.foxsell-mobile-header{width:100%}foxsell-bundle-progress.foxsell-desktop-header{display:none;width:100%}.foxsell-bundle-progress__bars{display:flex;gap:var(--foxsell-space-2)}.foxsell-bundle-progress__track{flex:1;height:2px;background-color:#d8d8d8;background-color:color-mix(in srgb,var(--foxsell-color-foreground) 16%,var(--foxsell-color-background))}.foxsell-bundle-progress__bar{height:100%;width:0;background-color:var(--foxsell-color-accent-1)}.foxsell-bundle-summary__items-list{display:flex;flex-direction:column;gap:var(--foxsell-space-3);max-height:0;min-height:0;overflow:hidden;margin-top:calc(-1 * var(--foxsell-space-5))}.foxsell-bundle-summary:has(#foxsell-bundle-summary-toggle[aria-expanded=true]) .foxsell-bundle-summary__items-list{max-height:40vh;overflow:auto;margin-top:0;transition:max-height .3s ease-out}@media(prefers-reduced-motion:reduce){.foxsell-bundle-summary:has(#foxsell-bundle-summary-toggle[aria-expanded=true]) .foxsell-bundle-summary__items-list{transition:none}}.foxsell-bundle-summary__toggle[aria-expanded=false] .foxsell--hide,.foxsell-bundle-summary__toggle[aria-expanded=true] .foxsell--show{display:none}.foxsell-bundle-summary__toggle[aria-expanded=false] .foxsell--show,.foxsell-bundle-summary__toggle[aria-expanded=true] .foxsell--hide{display:inline-block}.foxsell-mix-match__summary-wrapper{position:fixed;bottom:0;left:0;background-color:var(--foxsell-color-background);width:100%;z-index:10}.foxsell-mix-match__summary{display:flex;flex-direction:column;gap:var(--foxsell-space-5);padding:var(--foxsell-space-3)}@media(min-width:768px){.foxsell-bundle-summary__toggle,.foxsell-mobile-header{display:none}foxsell-bundle-progress.foxsell-desktop-header{display:block}.foxsell-bundle-summary__items-list{max-height:none;overflow:visible;transition:none;margin-top:0}.foxsell-mix-match__summary-wrapper{position:static;width:100%}.foxsell-mix-match__summary{position:sticky;top:1rem;padding:0}}#foxsell-product-dialog{width:90vw;height:90vh;top:50%;left:50%;transform:translate(-50%,-50%)}.foxsell-product-modal__empty-state{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/358/assets/foxsell-miir.css.map */
