.product-add-on-option{--select-height: 24px;--select-width: 82px}.product-add-on-option__legend{margin-block-end:.5rem;width:100%}.product-add-on-option__legend-content{display:flex;flex-wrap:wrap;justify-content:space-between}.product-add-on-option__label{color:#303030;text-transform:capitalize}.product-add-on-option__label-value,.product-add-on-option__label-error{color:#595959;margin-left:.25rem}.product-add-on-option__label-error{color:#e60050}.product-add-on-option select{background-color:#eaeaea;background-position:right 0.3125rem center;background-size:20px;border:0;border-radius:88px;color:#303030;height:var(--select-height);min-height:unset;padding:.125rem 1.25rem .125rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:var(--select-width)}.product-add-on-option select option:disabled{color:#9b9b9b}@media(min-width: 64em){.product-add-on-option{--select-width: 87px}}
.product-add-on-chip{--chip-height: 98px;--chip-image-size: 96px;--chip-title-size: 142px;--chip-width: 328px}.product-add-on-chip__tick{transition:opacity .1s cubic-bezier(0.42, 0, 0.58, 1);display:flex;left:.375rem;opacity:0;position:absolute;top:.375rem}.product-add-on-chip__tick .icon{background-color:#e60050;border-radius:100%;color:#fefefb;height:20px;width:20px}.product-add-on-chip__tick .icon path{width:10px}.product-add-on-chip__options{display:flex;gap:.5rem;margin-top:auto;width:100%}.product-add-on-chip .product-chip{transition:border .2s cubic-bezier(0.42, 0, 0.58, 1);height:var(--chip-height);width:var(--chip-width)}.product-add-on-chip .product-chip__body{align-items:flex-start;flex-direction:row;gap:.5rem;margin:0}.product-add-on-chip .product-chip__body-wrapper{height:100%;padding:0.625rem .5rem .5rem;width:100%}.product-add-on-chip .product-chip__media{display:flex;width:var(--chip-image-size)}.product-add-on-chip .product-chip__title{font-size:12.6419753086px;line-height:1.25;margin:0;max-width:var(--chip-title-size);padding:0;text-align:left;width:100%}.product-add-on-chip .product-chip__compare-at-price{margin-inline-start:.125rem !important}.product-add-on-chip .product-chip__prices{margin-left:auto}.product-add-on-chip .product-chip:hover,.product-add-on-chip .product-chip.is-active{border-color:#e60050}.product-add-on-chip .product-chip.is-active{box-shadow:none}.product-add-on-chip .product-chip.is-active .product-add-on-chip__tick{opacity:1}.is-tabbable .product-add-on-chip .product-chip:focus{box-shadow:0 0 0 1px #fff,0 0 0 5px #303030}.product-add-on-chip.is-loading{background-color:#f8f4ec}.product-add-on-chip.is-loading *{visibility:hidden}@media(min-width: 64em){.product-add-on-chip{--chip-image-size: 80px;--chip-title-size: 260px;--chip-title-size-percent: calc(260 / (448 - 80) * 100% + 2rem);--chip-width: 100%}.product-add-on-chip .product-chip__body{gap:.625rem}.product-add-on-chip .product-chip__body-wrapper{padding:.5rem 1rem 0.625rem}.product-add-on-chip .product-chip__image{transform:scale(1)}.product-add-on-chip .product-chip__title{width:var(--chip-title-size-percent)}}
.product-add-ons{margin:1rem 0}.product-add-ons__title{margin-bottom:.5625rem}.product-add-ons__products{display:flex;gap:.5rem;scroll-behavior:smooth}@media(max-width: 63.99em){.product-add-ons__products{margin-left:-1rem;margin-right:-1rem;-ms-overflow-style:none;overflow-x:auto;padding-left:1rem;padding-right:1rem;scrollbar-width:none}.product-add-ons__products::-webkit-scrollbar{display:none}}@media(min-width: 64em){.product-add-ons__title{margin-bottom:.4375rem}.product-add-ons__products{flex-direction:column}}
.product-swatches{margin-block-end:.25rem}.product-swatches:last-of-type{margin-block-end:0}.product-swatches__legend{margin-block-end:.5rem;width:100%}.product-swatches__legend-content{display:flex;flex-wrap:wrap;justify-content:space-between}.product-swatches__label{color:#303030;text-transform:capitalize}.product-swatches__label-value,.product-swatches__label-error{color:#595959;margin-left:.25rem}.product-swatches__label-error{color:#e60050}.product-swatches__list{display:flex;flex-flow:row wrap}.product-swatches__item{display:inherit;margin-bottom:.5rem;position:relative}.product-swatches__item:not(:last-child){margin-right:.625rem}.product-swatches__item.is-active .product-swatches__input-label{border-color:#303030}.product-swatches__item.is-disabled .product-swatches__input-label{color:#9b9b9b}.product-swatches__item.is-active.is-disabled .product-swatches__input-label{border-color:#9b9b9b}.product-swatches__item.product-swatches__item--color .product-swatches__input-label{background-color:#fefefb;background-position:center;background-size:cover;border:2px solid #fefefb;font-size:0;height:40px;min-width:0;padding:2px;width:40px}.product-swatches__item.product-swatches__item--color .product-swatches__input-label-inner{background-repeat:no-repeat;background-size:cover;border:2px solid #fefefb;border-radius:inherit;display:block;height:100%;width:100%}.product-swatches__item.product-swatches__item--color .product-swatches__input-label-inner--white{border-color:#eaeaea}.product-swatches__item.product-swatches__item--color:hover .product-swatches__input-label,.product-swatches__item.product-swatches__item--color.is-active .product-swatches__input-label{border-color:#303030}.product-swatches__item.product-swatches__item--color.is-disabled::before{background-color:#e60050;border-radius:1px;content:"";height:2px;left:-5px;pointer-events:none;position:absolute;top:calc(50% - 1px);transform:rotate(-45deg);transform-origin:50% 50%;width:calc(100% + 10px);z-index:2}.is-tabbable .product-swatches__input:focus+.product-swatches__input-label{box-shadow:0 0 0 1px #fff,0 0 0 5px #303030}.product-swatches__input-label{background-color:#eaeaea;border:2px solid #eaeaea;border-radius:40px;line-height:1.1;min-width:100px;overflow:hidden;padding:.5rem 1rem;position:relative;text-align:center;user-select:none}@media(min-width: 64em){.product-swatches{margin-block-end:.75rem}}
p.shopify-installments{display:flex;justify-content:center;align-items:center}.shopify-installments__content{color:#595959;font-size:14.1px;font-weight:400}.klarna-logo{height:35px;width:70px;vertical-align:middle}.product-form.critical-component-hide{display:block}.product-form.critical-component-clear{opacity:1}.product-form__options{flex-direction:column}.product-form__personalization{margin:1rem 0}.product-form__personalization-label{color:#303030;display:block}.product-form__personalization-label input{font-size:16px;margin-block-start:.5rem}.product-form__preorder-message{display:block;font-size:11.2373113855px;font-weight:600;letter-spacing:.05em;padding-left:1rem;position:relative;text-transform:uppercase}.product-form__preorder-message+.main-product__actions{margin-block-start:.5rem}.product-form__preorder-message::before{background-color:#e60050;border-radius:100%;content:"";display:block;height:.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}@media(min-width: 48em){.product-form__preorder-message{font-weight:700}}.product-form__shoppay{color:#595959;display:block;font-size:15.6px;font-weight:400;margin-top:.5rem}.product-form__shoppay path{fill:#000}.product-form .product-add-on-option.big-select{--select-height: 40px;--select-width: 156px}.product-form .product-add-on-option.big-select select{background-position:right 1rem center;padding-left:1rem;padding-right:2rem}.product-form .product-add-on-option.big-select .caption--small{font-size:14.2222222222px;font-weight:800}
