.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)}.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--mobile-hide{display:none!important}.foxsell--desktop-hide{display:block!important}.foxsell--justify-between{justify-content:space-between}@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:15px;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;column-gap:24px}}.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:25px 15px}@media screen and (min-width:768px){.foxsell-category__product-grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}}@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-ajax-cart-product-form{display:block;width:100%}[data-ajax-cart-errors=form]:empty{display:none}.foxsell-add-to-cart-button--loading{opacity:.75;pointer-events: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-size:1.42em}.foxsell-product-card{background-color:var(--foxsell-color-background);display:flex;flex-direction:column;gap:8px}.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;gap:4px;flex:1}.foxsell-product-card__quantity-selector-wrapper{margin-top:auto}.foxsell-product-card[data-category=__add_ons__]{display:none}.foxsell-product-card[data-category=__add_ons__].active{display:flex}.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}.foxsell-variant-radio label{display:inline-flex;align-items:center;cursor:pointer}.foxsell-variant-radio label:not(:has(.swatch)){padding:4px 12px;border-radius:var(--foxsell-border-radius);border:1px solid var(--foxsell-color-border);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-accent-1);border-radius:var(--foxsell-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);background-color:rgba(from var(--foxsell-color-accent-1) r g b / .25)}.foxsell-product-card__quantity-selector>button{display:inline-flex;align-items:center;justify-content:center;padding:14px;border-radius:0;border:none;background-color:var(--foxsell-color-accent-1);cursor:pointer}.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,.foxsell-remove-from-bundle{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,.foxsell-product-card.is-in-bundle .foxsell-remove-from-bundle,.foxsell-product-card--modal.is-in-bundle .foxsell-remove-from-bundle{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}@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)}.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)}.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)}@media(min-width:768px){.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),.foxsell-bundle-summary__free-addon-list>*:not(:last-child){margin-bottom:10px}.foxsell-bundle-summary>*:not(:last-child){margin-bottom:10px}.foxsell-bundle-summary__items-list-empty{padding:30px 10px;text-align:center}.foxsell-bundle-summary__item{display:grid;grid-template-columns:75px 1fr auto auto;gap:.5rem;font-size:.9em}.foxsell-bundle-summary__item-image{border-radius:var(--foxsell-border-radius)}.foxsell-bundle-summary__item-title{font-weight:var(--foxsell-heading-font-weight)}.foxsell-bundle-summary__item-subtitle{font-size:.875em}.foxsell-bundle-summary__item-quantity{padding-left:5px;font-weight:var(--foxsell-heading-font-weight)}.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)}.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-size:.85em}.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__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)}.foxsell-bundle-summary__free-addons-heading{font-weight:var(--foxsell-heading-font-weight)}.foxsell-bundle-summary__free-addons-wrapper.desktop{display:flex;flex-direction:column;gap:10px;padding:12px;background:var(--foxsell-color-background);border-radius:var(--foxsell-border-radius);border:1px solid var(--foxsell-color-border)}.foxsell-bundle-summary__free-addons-wrapper.mobile{display:flex;flex-direction:column;gap:10px}.foxsell-bundle-summary__free-addons-wrapper:not(:has(.foxsell-bundle-summary__free-addon-list>*)){display:none}@media(max-width:768px){.foxsell-bundle-summary__items-list-wrapper{max-height:0;overflow:hidden}.foxsell-bundle-summary:has(#foxsell-bundle-summary-toggle:checked) .foxsell-bundle-summary__items-list-wrapper{max-height:40vh;overflow:auto;transition:max-height .3s ease-out;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;gap:10px}.foxsell-bundle-summary:has(#foxsell-bundle-summary-toggle:checked) .foxsell-bundle-summary__items-list-wrapper::-webkit-scrollbar{display:none}.foxsell-bundle-summary__free-addons-wrapper.desktop{display:none}@media(prefers-reduced-motion:reduce){.foxsell-bundle-summary:has(#foxsell-bundle-summary-toggle:checked) .foxsell-bundle-summary__items-list-wrapper{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!important}.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-bundle-summary__free-addons-wrapper.mobile{display:none}}.foxsell-product-gallery{display:flex;gap:10px;flex-direction:column}.foxsell-product-gallery__images{--card-to-show: 6;--gap: 5px;display:flex;flex-wrap:wrap;gap:var(--gap);padding:5px}.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;max-height:90vh;border-radius:var(--foxsell-border-radius);top:50%;left:50%;transform:translate(-50%,-50%);padding:16px}.foxsell-product-card--modal .foxsell-product-card__image-wrapper{height:max-content;position:sticky;top:0}@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;position:absolute;z-index:10;right:12px}.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/23/assets/foxsell-cutbyfred.css.map */
