.foxsell-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:var(--foxsell-button-border-radius);background-color:var(--foxsell-color-accent-1);color:var(--foxsell-color-accent-text-1);border:none;cursor:pointer;text-transform:uppercase;font-size:var(--foxsell-base-font-size);font-family:inherit;font-weight:var(--foxsell-heading-font-weight);font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif}.foxsell-button--secondary{background-color:var(--foxsell-color-accent-2);color:var(--foxsell-color-accent-text-2)}.foxsell-button--full{width:100%}.foxsell-button:disabled{opacity:.5}.foxsell-button:active{transform:scale(.98)}*[data-open-modal]{cursor:pointer}.foxsell--hidden{display:none}.foxsell-slashed-price{text-decoration:line-through;opacity:.5}.foxsell-compare-price{text-decoration:line-through}.foxsell-product-card__price{font-weight:var(--foxsell-heading-font-weight);font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif}.foxsell--mobile-hide{display:none!important}.foxsell--desktop-hide{display:block!important}.foxsell-price{font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif}@media(min-width:768px){.foxsell--mobile-hide{display:block!important}.foxsell--desktop-hide{display:none!important}}.foxsell-mix-match{display:grid;grid-template-columns:1fr;column-gap:16px;color:var(--foxsell-color-foreground);font-size:var(--foxsell-base-font-size);font-weight:var(--foxsell-base-font-weight)}@media screen and (min-width:768px){.foxsell-mix-match{grid-template-columns:1fr 400px}}.foxsell-category__item{display:none}.foxsell-category__item.active{display:block}.foxsell-category__item.active:not(:last-child){margin-bottom:3rem}.foxsell-category__product-grid{display:grid;grid-template-columns:repeat(var(--foxsell-product-grid-columns-mobile, 1),1fr);gap:1rem .5rem}@media screen and (min-width:768px){.foxsell-category__product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.foxsell-category__product-grid{grid-template-columns:repeat(var(--foxsell-product-grid-columns-desktop, 3),1fr)}}.foxsell__continue-button>input{display:none}.foxsell__continue-button:has(input:checked) .go-back,.foxsell__continue-button:has(input:not(:checked)) .continue{display:block}.foxsell__continue-button:has(input:checked) .continue,.foxsell__continue-button:has(input:not(:checked)) .go-back{display:none}.foxsell-mix-match__summary>*:not(:last-child){margin-bottom:10px}@media(max-width:768px){.foxsell-mix-match__summary-wrapper{position:fixed;bottom:0;left:0;width:100%;background-color:var(--foxsell-color-background);padding:12px 12px 24px;z-index:100;border-top-left-radius:var(--foxsell-border-radius);border-top-right-radius:var(--foxsell-border-radius);box-shadow:0 -1px 20px rgba(from var(--foxsell-color-foreground) r g b/ .1)}}@media(min-width:768px){.foxsell-mix-match__summary>*:not(:last-child){margin-bottom:16px}.foxsell-mix-match__summary{position:sticky;top:1rem}}.foxsell__loading-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.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:1rem;margin-bottom:1rem;font-weight:var(--foxsell-heading-font-weight);font-family:var(--foxsell-heading-font-family);font-size:1.42em}.foxsell-product-card{background-color:var(--foxsell-color-background);border-radius:var(--foxsell-border-radius);display:flex;flex-direction:column}.foxsell-product-card__image{width:100%;height:auto;object-fit:cover;border-radius:var(--foxsell-border-radius)}.foxsell-product-card__info{display:flex;flex-direction:column;flex:1}.foxsell-product-card__title{font-weight:var(--foxsell-heading-font-weight);font-family:var(--foxsell-heading-font-family)}.foxsell-product-card__quantity-selector-wrapper{margin-top:auto}.foxsell-product-card>*:not(:last-child),.foxsell-product-card__info>*:not(:last-child){margin-bottom:8px}.foxsell-product-card[data-category=__add_ons__]{display:none}.foxsell-product-card[data-category=__add_ons__].active{display:block}.foxsell-variant-radio input[type=radio]{position:absolute;opacity:0;width:0;height:0}.foxsell-variant-radio fieldset:not([hidden]){display:flex;flex-wrap:wrap;gap:8px;align-items:center}.foxsell-variant-radio legend{float:left;width:100%;margin-bottom:6px;display:none}.foxsell-variant-radio label{display:inline-flex;align-items:center;cursor:pointer;font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif;color:var(--foxsell-color-foreground);font-weight:500}.foxsell-variant-radio label:not(:has(.swatch)){padding:4px 12px;border-radius:var(--foxsell-button-border-radius);border:1px solid var(--foxsell-color-accent-2);font-size:.875em;line-height:1.5}.foxsell-variant-radio label:not(:has(.swatch)):has(input:checked){border-color:var(--foxsell-color-accent-2);background-color:var(--foxsell-color-accent-2);color:var(--foxsell-color-accent-text-2)}.foxsell-variant-radio label:not(:has(.swatch)):has(input:disabled){opacity:.4;cursor:not-allowed}.foxsell-variant-radio .swatch{width:28px;height:28px;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 label:has(input:disabled) .swatch{opacity:.5;cursor:not-allowed}.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{border:none;padding:0;margin:0;min-inline-size:0}.foxsell-variant-radio fieldset:not(:last-child){margin-bottom:8px}.foxsell-product-card__quantity-selector{display:flex;align-items:stretch;width:100%;--fs-border-width: 1px;border:var(--fs-border-width) solid var(--foxsell-color-foreground);border-radius:var(--foxsell-button-border-radius);overflow:hidden}.foxsell-product-card__quantity-selector>span{flex:1;text-align:center;border-left-width:0;border-right-width:0;display:flex;align-items:center;justify-content:center;font-weight:var(--foxsell-heading-font-weight);font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif;color:var(--foxsell-color-foreground)}.foxsell-product-card__quantity-selector>button{display:inline-flex;align-items:center;justify-content:center;padding:12px;border-radius:0;border:none;cursor:pointer;color:var(--foxsell-color-foreground)}.foxsell-product-card__quantity-selector>button svg{width:var(--foxsell-base-font-size);height:var(--foxsell-base-font-size);stroke-width:3px}.foxsell-product-card__quantity-selector>button:active svg{transform:scale(.9)}.foxsell-product-card.is-in-bundle .foxsell-add-to-bundle,.foxsell-product-card--modal.is-in-bundle .foxsell-add-to-bundle,.foxsell-product-card__quantity-selector{display:none}.foxsell-add-to-bundle,.foxsell-product-card.is-in-bundle .foxsell-product-card__quantity-selector,.foxsell-product-card--modal.is-in-bundle .foxsell-product-card__quantity-selector{display:flex}.foxsell-product-card--modal{display:flex;flex-wrap:wrap;gap:1rem}.foxsell-product-card--modal>*{width:100%}.foxsell-product-card--modal .foxsell-product-card__title{font-size:1.5em;color:var(--foxsell-color-foreground)}.foxsell-product-card--modal .foxsell-product-card__price{font-size:1.25em;color:var(--foxsell-color-foreground)}@media screen and (min-width:768px){.foxsell-product-card--modal>*{width:calc(50% - .5rem)}}.foxsell-bundle-summary,.foxsell-bundle-progress{display:block}.foxsell-bundle-summary__header{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:1.42em;font-weight:var(--foxsell-heading-font-weight);font-family:var(--foxsell-heading-font-family)}.foxsell-bundle-summary__price-wrapper{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-bottom:1px solid rgba(from var(--foxsell-color-foreground) r g b/ .1);font-weight:var(--foxsell-heading-font-weight);font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif}.foxsell-bundle-summary__price-value{display:flex;gap:8px;align-items:center}.foxsell-bundle-summary__toggle{display:flex;align-items:center;justify-content:center;gap:4px;font-size:.75em;font-weight:var(--foxsell-base-font-weight)}.foxsell-bundle-summary__toggle input{display:none}.foxsell-bundle-summary__toggle input:checked~svg{transform:rotate(180deg)}.foxsell-bundle-summary__items-list{max-height:40vh;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.foxsell-bundle-summary__items-list::-webkit-scrollbar{display:none}.foxsell-bundle-summary__items-list>*:not(:last-child){margin-bottom:10px}.foxsell-bundle-summary>*:not(:last-child){margin-bottom:10px}.foxsell-bundle-summary__items-list-empty{padding:10px;text-align:center}.foxsell-bundle-summary__item{display:grid;grid-template-columns:75px 1fr auto auto;gap:.5rem;font-size:.9em;font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif}.foxsell-bundle-summary__item-image{border-radius:var(--foxsell-border-radius)}.foxsell-bundle-summary__item-variant{color:#4d85be}.foxsell-bundle-summary__item-quantity{padding-left:5px}.foxsell-bundle-summary__item-delete{background:none;border:none;padding:0;margin:0;cursor:pointer}.foxsell-bundle-summary__pack-progress{background:var(--foxsell-color-background);border-radius:var(--foxsell-border-radius);border:1px solid var(--foxsell-color-border)}.foxsell-bundle-summary__pack-progress.foxsell--desktop-hide{margin-bottom:12px}.foxsell-bundle-pack__progress{display:flex;gap:8px;padding:16px 12px 12px}.foxsell-bundle-pack__progress-item{flex:1;display:flex;align-items:center;justify-content:center;padding:20px 10px;position:relative;text-align:center;background:var(--foxsell-color-accent-text-2);color:var(--foxsell-color-accent-2);border-radius:var(--foxsell-border-radius);border:1px solid var(--foxsell-color-border);font-size:.9em;font-weight:var(--foxsell-heading-font-weight);font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif}.foxsell-bundle-pack__progress-item.active{border-color:var(--foxsell-color-accent-2);background:var(--foxsell-color-accent-2);color:var(--foxsell-color-accent-text-2)}.foxsell-bundle-pack__progress-item-price{position:absolute;top:0;transform:translateY(-50%);padding:2px 8px;background:var(--foxsell-color-accent-1);color:var(--foxsell-color-accent-text-1);border-radius:25px;font-weight:400}.foxsell-bundle-summary__progress-bar>*{margin-bottom:12px}.foxsell-bundle-progress__products-selected{background:var(--foxsell-color-accent-1);color:var(--foxsell-color-accent-text-1);padding:4px 10px}.foxsell-bundle-progress__label{font-family:halyard-display,system-ui,-apple-system,Arial,sans-serif}.foxsell-bundle-progress__bars{display:flex;gap:.5rem}.foxsell-bundle-progress__track{flex:1;height:4px;border-radius:2px;background-color:rgba(from var(--foxsell-color-accent-2) r g b/ .1);overflow:hidden}.foxsell-bundle-progress__bar{height:100%;width:0;background-color:var(--foxsell-color-accent-2)}@media(max-width:768px){.foxsell-bundle-summary__items-list{max-height:0;overflow:hidden}.foxsell-bundle-summary:has(#foxsell-bundle-summary-toggle:checked) .foxsell-bundle-summary__items-list{max-height:40vh;overflow:auto;transition:max-height .3s ease-out}@media(prefers-reduced-motion:reduce){.foxsell-bundle-summary:has(#foxsell-bundle-summary-toggle:checked) .foxsell-bundle-summary__items-list{transition:none}}.foxsell-bundle-summary__header #foxsell-bundle-summary-toggle:checked~.foxsell--show,.foxsell-bundle-summary__header #foxsell-bundle-summary-toggle:not(:checked)~.foxsell--hide{display:none}.foxsell-bundle-summary__header #foxsell-bundle-summary-toggle:checked~.foxsell--hide,.foxsell-bundle-summary__header #foxsell-bundle-summary-toggle:not(:checked)~.foxsell--show{display:inline-block}}@media(min-width:768px){.foxsell-bundle-summary>*:not(:last-child){margin-bottom:16px}.foxsell-bundle-summary__toggle{display:none}.foxsell-bundle-summary__progress-wrapper{padding:12px;background:var(--foxsell-color-background);border-radius:var(--foxsell-border-radius);border:1px solid var(--foxsell-color-border)}}.foxsell-product-gallery{display:flex;gap:10px;flex-direction:column}.foxsell-product-gallery__images{--card-to-show: 6.5;--gap: 8px;display:flex;gap:var(--gap);overflow:auto;padding:4px}.foxsell-product-gallery__image{outline:2px solid transparent;outline-offset:2px;border-radius:var(--foxsell-border-radius);width:calc(100% / var(--card-to-show) - var(--gap) * (var(--card-to-show) - 1) / var(--card-to-show))}.foxsell-product-gallery__image.is-active{outline-color:var(--foxsell-color-accent-1)}@media screen and (min-width:768px){.foxsell-product-gallery__images{--card-to-show: 10;--gap: 10px}}#foxsell-product-dialog{width:90vw;min-height:80vh;height:max-content;padding:12px;border-radius:var(--foxsell-border-radius);border:1px solid var(--foxsell-color-border)}@media screen and (min-width:768px){#foxsell-product-dialog{width:80vw}}#foxsell-product-modal-close-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;color:var(--foxsell-color-foreground)}.foxsell-product-modal__empty-state{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center}.foxsell-bundle-summary__items-list-empty-item{padding:15px 10px;border:1px dashed var(--foxsell-color-foreground);border-radius:var(--foxsell-border-radius);font-weight:var(--foxsell-heading-font-weight);margin-bottom:10px}
/*# sourceMappingURL=/cdn/shop/files/foxsell-glow.css.map */
