.fsb-whats-in-box{max-width:1200px;margin:0 auto;width:100%}.fsb-whats-in-box__start-building-button{width:100%;border:none;border-radius:4px;cursor:pointer;transition:height .2s ease,transform .2s ease;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px;overflow:hidden;height:50px;display:flex;justify-content:center;align-items:center;background:var(--fs-start-building-button-background, #000000)}.fsb-whats-in-box__start-building-button span{color:var(--fs-start-building-button-text-color, #ffffff);font-size:16px;font-weight:600}.fsb-whats-in-box__start-building-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0003}.fsb-whats-in-box__start-building-button--hidden{height:0;transition:height .2s ease}.fsb-whats-in-box__title{font-size:18px;font-weight:600;margin-top:0;color:var(--fs-text-color, #000000);text-align:start}.fsb-whats-in-box__category{padding:25px 0;max-width:375px;border-bottom:2px solid #000;display:flex;flex-direction:column;gap:15px}.fsb-whats-in-box__category:last-child{margin-bottom:30px}.fsb-whats-in-box__category-title-container{display:flex;justify-content:space-between;align-items:start;gap:12px;padding:10px 0}.fsb-whats-in-box__category-title-container-inner{display:flex;flex-direction:row;justify-content:space-between;width:100%;flex-wrap:wrap;gap:10px}.fsb-whats-in-box__category-title{margin:0;line-height:1;font-size:18px;font-weight:600}.fsb-whats-in-box__category-title-container-inner-min{font-size:16px;font-weight:600;color:var(--fs-text-color, #666666);line-height:1;margin-top:-2px}.fsb-whats-in-box__category-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media screen and (min-width: 991px){.fsb-whats-in-box__select-option-button{max-width:215px}}.fsb-whats-in-box__product-card{transition:all .2s;cursor:pointer;position:relative}.fsb-whats-in-box__checkmark{position:absolute;top:0;left:0;width:20px;height:20px;cursor:pointer;color:#c3c4c3;z-index:2}.fsb-whats-in-box__product-card--selected .fsb-whats-in-box__checkmark{color:#27cd0d;cursor:pointer}.fsb-whats-in-box__product-card--selected .fsb-whats-in-box__checkmark:hover{opacity:.7}.fsb-whats-in-box__checkmark--required{pointer-events:none;cursor:default}.fsb-whats-in-box__product-card[data-category-title=add-ons]{cursor:pointer}.fsb-whats-in-box__product-card[data-category-title=add-ons]:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.fsb-whats-in-box__addons-container .fsb-whats-in-box__product-card--selected{border:2px solid #000000;background-color:#0003;box-shadow:0 0 0 3px #0003}.fsb-add-ons__category{margin-bottom:10px}.fsb-add-ons__category-title{font-size:18px;font-weight:600;margin:0 0 18px;color:var(--fs-text-color, #000000)}.fsb-add-ons__category-products{display:flex;flex-direction:row;gap:16px;width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1)}.fsb-add-ons__category--no-split .fsb-add-ons__category-products{margin:0;width:100%;justify-content:start}.fsb-add-ons__category--no-split .fsb-add-ons__product-card:last-child,.fsb-add-ons__category--no-split .fsb-add-ons__product-card:first-child{margin-left:0;margin-right:0}.fsb-add-ons__category--no-split .fsb-add-ons__product-card{width:100%}.fsb-add-ons__category--no-split .fsb-add-ons__product-card-container-wrapper{max-width:150px}.fsb-add-ons__product-card-container-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}.fsb-add-ons__product-card-container-title{font-size:16px;font-weight:600;margin:0;color:var(--fs-text-color, #000000);line-height:1;padding:0 var(--container-gutter)}.fsb-add-ons__product-card-container{display:flex;flex-direction:row;gap:10px;width:100%;overflow-x:auto;outline:none}.fsb-add-ons__product-card-container:focus{outline:2px solid #000;outline-offset:2px}.fsb-add-ons__product-card{background:var(--fs-add-on-background-color, #fff);transition:all .2s;display:flex;flex-direction:column;gap:8px;border:1px solid var(--fs-add-on-border-color, #ddd);border-radius:4px;padding:10px;justify-content:space-between;align-items:center;cursor:pointer;position:relative;z-index:1}.fsb-add-ons__checkmark{position:absolute;top:5px;left:5px;width:20px;height:20px;cursor:pointer;color:#c3c4c3;z-index:2}.fsb-add-ons__product-card--selected .fsb-add-ons__checkmark{color:#27cd0d;cursor:pointer}.fsb-add-ons__product-card--selected .fsb-add-ons__checkmark:hover{opacity:.7}.fsb-add-ons__product-card:first-child{margin-left:var(--container-gutter)}.fsb-add-ons__product-card:last-child{margin-right:var(--container-gutter)}@media screen and (max-width: 400px){.fsb-add-ons__product-card{padding:5px;width:100px;min-width:100px}.fsb-add-ons__product-card-container{gap:5px}}@media screen and (min-width: 768px){.fsb-add-ons__product-card:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 2px 8px #0000001a;z-index:-1}.fsb-add-ons__product-card{width:125px;min-width:125px}}@media screen and (min-width: 1000px){.fsb-add-ons__category-products{width:calc(100% + var(--container-gutter));margin-left:0}.fsb-add-ons__product-card:first-child{margin-left:0}.fsb-add-ons__product-card-container-title{padding:0}}.fsb-add-ons__product-card--selected:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 2px 8px #0000001a;z-index:-1}.fsb-add-ons__product-top-container{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.fsb-add-ons__product-image-container{position:relative;display:inline-block;width:100%;height:100%}.fsb-add-ons__product-image{width:100%}.fsb-add-ons__product-image img{width:100%;height:100%;object-fit:contain;display:block}.fsb-add-ons__product-title{font-size:14px;font-weight:600;margin:0;color:var(--fs-text-color, #000000);text-align:center;line-height:1}.fsb-add-ons__product-low-container{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.fsb-add-ons__product-low-container-price-wrapper{display:flex;flex-direction:row;align-items:center;gap:3px;width:100%;justify-content:center}.fsb-add-ons__product-low-container-price-current{font-size:16px;font-weight:600;color:rgb(var(--product-on-sale-accent));line-height:1}.fsb-add-ons__product-low-container-price-compare{font-size:14px;font-weight:300;color:var(--fs-text-color, #666666);text-decoration:line-through;line-height:1}.fsb-add-ons__add-button{padding:5px;border-radius:2px;background:var(--fs-add-on-button-background-color, #000);color:var(--fs-add-on-button-label-color, #ffffff);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:100%;position:relative}.fsb-add-ons__product-card--selected .fsb-add-ons__add-button{background:var(--fs-add-on-button-label-color, #FFF);color:var(--fs-add-on-button-background-color, #000)}.fsb-add-ons__product-card--selected .fsb-add-ons__add-button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid var(--fs-add-on-button-background-color, #000);border-radius:2px}@media screen and (min-width: 768px){.fsb-add-ons__add-button:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid var(--fs-add-on-button-background-color, #000);border-radius:2px}.fsb-add-ons__add-button:hover{background:var(--fs-add-on-button-label-color, #FFF);color:var(--fs-add-on-button-background-color, #000)}}.fsb-add-ons__add-button-text{display:block}.fsb-add-ons__add-button-price{display:block;font-size:12px;font-weight:500;opacity:.9}.fsb-add-ons__see-details{display:block;width:100%;padding:0;background:none;border:none;color:inherit;font-size:14px;font-weight:500;text-decoration:underline;cursor:pointer;opacity:.8;transition:opacity .2s ease;text-align:center;line-height:1.2}.fsb-add-ons__see-details:hover{opacity:1}.fsb-add-ons__product-image-container .fsb-add-ons__variant-image{display:none;position:absolute;top:0;left:0;width:100%;height:auto}.fsb-add-ons__product-image-container .fsb-add-ons__variant-image.fsb-add-ons__variant-image--active{display:block;position:relative}.fsb-add-ons__selection-options{display:flex;flex-direction:column;gap:4px;width:100%}.fsb-add-ons__selection-option{display:flex;flex-direction:row;gap:4px;font-size:13px;line-height:1.3;justify-content:center}.fsb-add-ons__option-label{font-weight:600}.fsb-add-ons__selection-option-value{font-weight:400;opacity:.8}.fsb-add-ons__product-out-of-stock{font-size:14px;font-weight:600;color:#999;text-transform:uppercase}.fsb-add-ons__select-option-button{display:inline-block;width:100%;padding:0 4px;font-size:14px;font-weight:600;color:var(--fs-option-button-text-color, #fff);background:var(--fs-option-button-background-color, #000);border:1px solid var(--fs-option-button-border-color, #000);cursor:pointer;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.5px;text-align:center}.fsb-add-ons__select-option-button:hover:not(:disabled){opacity:.8}.fsb-add-ons__select-option-button:disabled{background:#ccc;border-color:#ccc;color:#666;cursor:not-allowed}.fsb-add-ons__select-option-button[data-has-selection=true]{color:var(--fs-option-button-background-color, #000);background:var(--fs-option-button-text-color, #fff);border-color:var(--fs-option-button-border-color, #000)}.fsb-add-ons__product-price{display:flex;align-items:center;gap:8px;margin-top:4px}.fsb__atc-warning{padding-left:5px!important;padding-right:5px!important;pointer-events:none!important;opacity:.8}.td-main-bundle-product .product-form__add-button{padding-left:5px!important;padding-right:5px!important;max-height:52px}@media screen and (min-width: 768px){.td-main-bundle-product .product-form__add-button{max-height:56px}}.fsb-add-ons__product-price-compare{text-decoration:line-through;color:#ddd;font-size:14px}.fsb-add-ons__product-price-current{font-size:14px;font-weight:600;color:var(--fs-text-color, #000000)}.fsb-add-ons__product-options{display:flex;flex-direction:column;gap:10px;margin-top:10px}.fsb-add-ons__product-info{display:flex;flex-direction:column}.fsb-add-ons__option{display:flex;flex-direction:column;gap:5px}.fsb-add-ons__option-value--single{display:none}.fsb-add-ons__option-values{display:flex;flex-wrap:wrap;gap:8px}.fsb-add-ons__option-value{padding:8px 12px;border:2px solid #ddd;color:var(--fs-text-color, #000000);border-radius:4px;cursor:pointer;background:none;transition:all .2s}.fsb-add-ons__option-value:hover:not(:disabled){border-color:#000}.fsb-add-ons__option-value--selected{color:#000;border-color:#000;background-color:#0003}.fsb-add-ons__option-value:disabled,.fsb-add-ons__color-swatch:disabled{display:none}.fsb-add-ons__color-swatch{width:29px;height:29px;border-radius:50%;border:1px solid #737373;cursor:pointer;position:relative;background:var(--swatch-background, #fff);padding:0}.fsb-add-ons__color-swatch--selected{width:30px;height:30px;box-shadow:0 0 0 2px #fff inset;border:2px solid var(--swatch-background)}@media (max-width: 768px){.fsb-add-ons__category-products{grid-template-columns:1fr}}.fsb-whats-in-box__product-header{display:flex;gap:10px;align-items:stretch;cursor:pointer;-webkit-user-select:none;user-select:none;padding-right:0}.fsb-whats-in-box__product-image-container{position:relative;display:inline-block;width:100%;height:100%}.fsb-whats-in-box__product-image{flex:0 0 110px;width:110px;height:110px}.fsb-whats-in-box__product-image img{width:100%;height:100%;object-fit:cover}.fsb-whats-in-box__variant-image{display:none;position:absolute;top:0;left:0}.fsb-whats-in-box__variant-image--active{display:block;position:relative}.fsb-whats-in-box__quantity-badge{position:absolute;top:-6px;left:-6px;background-color:#000;color:#fff;border-radius:4px;font-size:14px;font-weight:500;line-height:1.2;text-align:center;box-shadow:0 2px 4px #0000001a;z-index:1;width:18px;height:18px}.fsb-whats-in-box__product-title-container{flex:1;display:flex;flex-direction:column;justify-content:space-between}.fbs-whats-in-box__product-title-container-inner{display:flex;flex-direction:column}.fsb-whats-in-box__product-title{font-size:16px;font-weight:600;margin:0;color:var(--fs-text-color, #000000);line-height:1;font-family:var(--text-font-family)}.fsb-whats-in-box__product-price{display:flex;align-items:center;gap:4px}.fsb-whats-in-box__product-price-compare{text-decoration:line-through;color:var(--fs-text-color, #666666);font-size:16px}.fsb-whats-in-box__product-price-current{font-size:16px;font-weight:600;color:rgb(var(--product-on-sale-accent))}.fsb-whats-in-box__product-info{display:flex;flex-direction:column;gap:20px}.fsb-whats-in-box__selection-options{display:flex;flex-direction:column;gap:4px}.fsb-whats-in-box__selection-option{display:flex;flex-direction:row;gap:1px}.fsb-whats-in-box__product-out-of-stock{font-size:14px;font-weight:400;color:var(--fs-text-color, #000000);line-height:1}.fsb-whats-in-box__selection-option *{font-size:14px;font-weight:600;color:var(--fs-text-color, #000000);line-height:1}.fsb-whats-in-box__selection-option-value{margin-left:3px;font-size:14px;color:#999}.fsb-whats-in-box__selection-option-value--selected{color:var(--fs-text-color, #000000);font-weight:500}.fsb-whats-in-box__error-message{color:#dc3545;margin-top:10px;display:none}.fsb-whats-in-box__add-to-cart{padding:10px 20px;background-color:var(--fs-add-to-cart-button-color, #000);color:var(--fs-add-to-cart-button-text-color, #ffffff);border:none;border-radius:4px;cursor:pointer;width:100%}.fsb-whats-in-box__add-to-cart:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.fsb-whats-in-box__category-products{grid-template-columns:1fr}}.fsb__price-warning{color:#d32f2f;font-size:18px;font-weight:500;display:block}.td-main-bundle-product .product-form__add-button:hover span{color:rgb(var(--button-background))!important}.td-main-bundle-product .product-form__add-button span{transition:all ease-in-out .3s}.fsb-whats-in-box__select-option-button{display:inline-block;padding:0 10px;font-size:14px;font-weight:600;color:var(--fs-option-button-text-color, #fff);background:var(--fs-option-button-background-color, #000);border:1px solid var(--fs-option-button-border-color, #000);cursor:pointer;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;text-align:center}.fsb-whats-in-box__select-option-button:hover{opacity:.8}.fsb-whats-in-box__select-option-button[data-has-selection=true]{color:var(--fs-option-button-background-color, #000);background:var(--fs-option-button-text-color, #fff);border-color:var(--fs-option-button-border-color, #000)}.fsb-whats-in-box__select-option-button[data-has-selection=true]:hover{opacity:.8}.fsb-whats-in-box__modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;pointer-events:none;visibility:hidden}.fsb-whats-in-box__modal[hidden]{display:block!important}.fsb-whats-in-box__modal--open{pointer-events:auto;visibility:visible}.fsb-whats-in-box__modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;opacity:0;transition:opacity .3s ease}.fsb-whats-in-box__modal--open .fsb-whats-in-box__modal-overlay{opacity:1}.fsb-whats-in-box__modal-container{position:absolute;top:60px;right:0;width:100%;max-width:600px;height:calc(100% - 60px);background:#fff;z-index:2;overflow-y:auto;display:flex;flex-direction:column;border-radius:16px 16px 0 0;transform:translate(100%);transition:transform .3s ease}.fsb-whats-in-box__modal--open .fsb-whats-in-box__modal-container{transform:translate(0)}.fsb-whats-in-box__modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease,border-color .2s ease}.fsb-whats-in-box__modal-close:hover{background:#f5f5f5;border-color:#999}.fsb-whats-in-box__modal-close svg{width:20px;height:20px;color:#333}.fsb-whats-in-box__modal-content{padding:24px;flex:1;display:flex;flex-direction:column}.fsb-whats-in-box__modal-gallery{margin-bottom:24px;overflow:hidden;max-width:100%}.fsb-modal-gallery-set{width:100%}.fsb-modal-gallery-set[hidden]{display:none}.fsb-whats-in-box__modal-swiper{width:100%;aspect-ratio:1 / 1;background:#f5f5f5;border-radius:8px;overflow:hidden;margin-bottom:12px}.fsb-whats-in-box__modal-swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.fsb-whats-in-box__modal-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover}.fsb-whats-in-box__modal-nav-prev,.fsb-whats-in-box__modal-nav-next{width:40px;height:40px;background:#ffffffe6;border-radius:50%}.fsb-whats-in-box__modal-nav-prev:after,.fsb-whats-in-box__modal-nav-next:after{font-size:16px;font-weight:700;color:#333}.fsb-whats-in-box__modal-thumbs{width:100%;max-width:100%;height:80px;overflow:hidden}.fsb-whats-in-box__modal-thumbs .swiper-slide{width:80px;height:80px;opacity:.5;cursor:pointer;border-radius:4px;overflow:hidden;border:2px solid transparent;transition:opacity .2s ease,border-color .2s ease}.fsb-whats-in-box__modal-thumbs .swiper-slide-thumb-active{opacity:1;border-color:#000}.fsb-whats-in-box__modal-thumbs .swiper-slide img{width:100%;height:100%;object-fit:cover}.fsb-whats-in-box__modal-info{flex:1}.fsb-whats-in-box__modal-title{font-size:24px;font-weight:600;line-height:1.2;margin:0;color:var(--fs-text-color, #000)}.fsb-whats-in-box__modal-price-rating{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.fsb-whats-in-box__modal-price{display:flex;align-items:center;gap:8px;margin-bottom:16px}.fsb-whats-in-box__modal-price-current{font-size:20px;font-weight:600;color:rgb(var(--product-on-sale-accent));line-height:1.2}.fsb-whats-in-box__modal-price-compare{text-decoration:line-through;color:var(--fs-text-color, #666666);font-size:20px;line-height:1.2}.fsb-whats-in-box__modal-rating{flex-shrink:0}.fsb-whats-in-box__modal-rating .rating{display:flex;align-items:center}.fsb-whats-in-box__modal-rating .rating__stars{display:flex;align-items:center;gap:2px}.fsb-whats-in-box__modal-rating .rating__caption{font-size:18px;color:var(--fs-text-color, #666);display:flex;align-items:center;gap:20px;width:100%;justify-content:space-between}.fsb-whats-in-box__modal-section-title{font-size:18px;font-weight:600;margin:0 0 14px;color:var(--fs-text-color, #000);line-height:1.2;font-family:var(--text-font-family)}.fsb-whats-in-box__modal-description{font-size:16px;line-height:1.6;color:var(--fs-text-color, #666)}.fsb-whats-in-box__modal-description p{margin:0 0 12px}.fsb-whats-in-box__modal-description p:last-child{margin-bottom:0}.fsb-whats-in-box__modal-faq{margin-top:24px}.fsb-whats-in-box__modal-faq-wrapper{border-top:1px solid #e5e5e5}.fsb-whats-in-box__modal-faq-title{font-size:18px;font-weight:600;margin:0 0 16px;color:var(--fs-text-color, #000)}.fsb-whats-in-box__modal-faq-item{border-bottom:1px solid #e5e5e5}.fsb-whats-in-box__modal-faq-item:last-child{border-bottom:none}.fsb-whats-in-box__modal-faq-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:transparent;border:none;cursor:pointer;font-size:18px;font-weight:600;color:var(--fs-text-color, #000);text-align:left;gap:12px}.fsb-whats-in-box__modal-faq-toggle:hover{color:var(--fs-text-color, #333)}.fsb-whats-in-box__modal-faq-icon{flex-shrink:0;transition:transform .2s ease}.fsb-whats-in-box__modal-faq-toggle[aria-expanded=true] .fsb-whats-in-box__modal-faq-icon{transform:rotate(180deg)}.fsb-whats-in-box__modal-faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.fsb-whats-in-box__modal-faq-content--open{max-height:500px}.fsb-whats-in-box__modal-faq-content-inner{padding:0 0 16px;font-size:16px;line-height:1.6;color:var(--fs-text-color, #666)}.fsb-whats-in-box__modal-faq-content-inner p{margin:0 0 12px}.fsb-whats-in-box__modal-faq-content-inner p:last-child{margin-bottom:0}.fsb-whats-in-box__modal-faq-content-inner ul,.fsb-whats-in-box__modal-faq-content-inner ol{margin:0 0 12px;padding-left:20px}.fsb-whats-in-box__modal-faq-content-inner li{margin-bottom:4px}.fsb-whats-in-box__modal-variants{margin-bottom:20px}.fsb-whats-in-box__modal-variants .fsb-whats-in-box__category-title-container-inner-min{margin-bottom:5px;font-size:20px}.fsb-modal-variant-selector{margin-bottom:16px}.fsb-modal-variant-selector:last-child{margin-bottom:0}.fsb-modal-variant-selector__header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.fsb-modal-variant-selector__name{font-weight:600;font-size:18px;line-height:1.2;color:var(--fs-text-color, #000)}.fsb-modal-variant-selector__value{font-size:18px;line-height:1.2;color:var(--fs-text-color, #666)}.fsb-modal-variant-selector__options{display:flex;flex-wrap:wrap;gap:8px}.fsb-modal-variant-option{border:1px solid #ddd;background:#fff;cursor:pointer;transition:all .2s ease}.fsb-modal-variant-option--block{padding:10px 16px;font-size:14px;color:#000;background:#fff;border:1px solid #ccc;min-width:50px;text-align:center;border-radius:2px}.fsb-modal-variant-option--block:hover{border-color:var(--fs-text-color, #000)}.fsb-modal-variant-option--block.fsb-modal-variant-option--selected{background:#fff;color:#000;border-color:var(--fs-text-color, #000);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--fs-text-color, #000);border-radius:2px}.fsb-modal-variant-option--color{width:32px;height:32px;border-radius:50%;padding:0;position:relative;background:var(--swatch-background)}.fsb-modal-variant-option--color:hover,.fsb-modal-variant-option--color.fsb-modal-variant-option--selected{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--fs-text-color, #000)}.fsb-modal-variant-option--color.fsb-modal-variant-option--sold-out{opacity:.5;cursor:not-allowed;pointer-events:none}.fsb-modal-variant-option--color.fsb-modal-variant-option--sold-out:after{content:"";position:absolute;top:50%;left:-2px;right:-2px;height:2px;background:#666;transform:rotate(-45deg)}.fsb-modal-variant-option--block.fsb-modal-variant-option--sold-out{opacity:.5;cursor:not-allowed;pointer-events:none;text-decoration:line-through}.fsb-whats-in-box__modal-actions{margin:20px 0}.fsb-whats-in-box__modal-select-btn{width:100%;padding:8px 24px;font-size:16px;font-weight:600;background:var(--fs-option-button-background-color, #000);color:var(--fs-option-button-text-color, #fff);border:2px solid var(--fs-option-button-border-color, #000);cursor:pointer;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.5px;text-align:center}.fsb-whats-in-box__modal-select-btn:hover:not(:disabled){opacity:.8}.fsb-whats-in-box__modal-select-btn:disabled{background:#ccc;border-color:#ccc;color:#666;cursor:not-allowed;opacity:1}.fsb-whats-in-box__modal-remove-btn{width:100%;padding:8px 24px;font-size:16px;font-weight:600;margin-top:10px;background:var(--fs-option-button-text-color, #FFF);color:var(--fs-option-button-background-color, #000);border:1px solid var(--fs-option-button-border-color, #000);cursor:pointer;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.5px;text-align:center}.fsb-whats-in-box__modal-remove-btn:hover{opacity:.8}.fsb-addon-modal__add-btn{width:100%;padding:8px 24px;font-size:16px;font-weight:600;background:var(--fs-option-button-background-color, #000);color:var(--fs-option-button-text-color, #FFF);border:1px solid var(--fs-option-button-border-color, #000);cursor:pointer;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.5px;text-align:center}.fsb-addon-modal__add-btn:hover{opacity:.8}.fsb-addon-modal__remove-btn{width:100%;padding:8px 24px;font-size:16px;font-weight:600;background:var(--fs-option-button-text-color, #FFF);color:var(--fs-option-button-background-color, #000);border:1px solid var(--fs-option-button-border-color, #000);cursor:pointer;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.5px;text-align:center}.fsb-addon-modal__remove-btn:hover{opacity:.8}.fsb-addon-modal__variant-info{margin-bottom:16px}.fsb-addon-modal__variant-display{display:flex;flex-direction:column;gap:8px}.fsb-addon-modal__variant-display[hidden]{display:none}.fsb-addon-modal__variant-display .fsb-modal-variant-selector__header{margin-bottom:0}@media screen and (min-width: 768px){.fsb-whats-in-box__modal-container{top:0;height:100%;max-width:550px;border-radius:0}.fsb-whats-in-box__modal-content{padding:32px}.fsb-whats-in-box__modal-title{font-size:28px}}.fsb-button-price-compare{text-decoration:line-through;color:#fff;margin-left:8px;font-size:.9em;opacity:.8}.td-main-bundle-product .label--highlight{font-size:14px}@media screen and (min-width: 991px){.td-main-bundle-product .product--thumbnails-left .product__media{position:sticky;top:170px}.td-main-bundle-product .price-list{align-items:center}.td-main-bundle-product .price--compare{line-height:1;margin-top:-2px}}.fsb-price-starting-at--pdp{display:inline;font-size:inherit;font-weight:inherit;margin:0 6px 0 0}
/*# sourceMappingURL=/cdn/shop/t/161/assets/infinite-variants-pdp.css.map */
