.product-event-daychoice{width:100%}.product-event-daychoice__inner{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:36.2rem;margin-inline:auto}.product-event-daychoice__divider{display:block;width:100%;height:0;margin:0 0 4rem;border:0;border-top:1px solid #ddd}.product-event-daychoice__content{display:flex;flex-direction:column;gap:2rem;align-items:stretch;width:100%}.product-event-main__content .product-form__input.product-form__input--pill,.product-event-main__content .product-form__input.product-form__input--swatch{gap:1.5rem}.product-event-main__content .product-form__input--pill input[type=radio]+label,.product-event-main__content .product-form__input--pill input[type=radio]:checked+label{background-color:transparent;border-color:#888;border-radius:6px;padding:9px 16px 9px 64px;margin:0;font-size:1.6rem;font-weight:700;line-height:normal;color:#000;word-break:break-word;width:100%;min-height:64px;text-align:left;display:flex;align-items:center;justify-content:flex-start}.product-event-main__content .product-form__input--pill input[type=radio]+label:before{content:"";position:absolute;top:calc(var(--variant-pills-border-width) * -1);right:calc(var(--variant-pills-border-width) * -1);bottom:calc(var(--variant-pills-border-width) * -1);left:calc(var(--variant-pills-border-width) * -1);z-index:-1;border-radius:var(--variant-pills-radius);box-shadow:var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow),var(--variant-pills-shadow-opacity))}.product-event-main__content .product-form__input--pill input[type=radio]:checked+label:before{content:"";position:absolute;z-index:2;top:50%;left:20px;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background-color:#6d6cff}.product-event-main__content .product-form__input--pill input[type=radio]+label:after{content:"";position:absolute;z-index:1;top:50%;left:12px;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:#efefef}.product-event-daychoice__heading{margin:0;font-family:Zen Kaku Gothic New,sans-serif;font-weight:700;font-size:1.7rem;line-height:normal;color:#222;word-break:break-word}.product-event-daychoice__picker{position:relative;width:100%}.product-event-daychoice__trigger{display:flex;align-items:center;gap:2rem;width:100%;min-height:6.4rem;padding:.9rem 2rem;border:1px solid #efefef;background-color:#efefef;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease}.product-event-daychoice__trigger:hover,.product-event-daychoice__trigger[aria-expanded=true]{border-color:#ddd}.product-event-daychoice__trigger-text{flex:1 1 0;min-width:0;font-family:Zen Kaku Gothic New,sans-serif;font-weight:700;font-size:1.6rem;line-height:normal;color:#000;word-break:break-word}.product-event-daychoice__trigger-text p{margin:0}.product-event-daychoice__radio{flex-shrink:0;display:grid;place-items:center;width:4rem;height:4rem;border-radius:50%;border:2px solid #ddd;background-color:#fff;box-sizing:border-box}.product-event-daychoice__radio:after{content:"";width:2rem;height:2rem;border-radius:50%;background-color:transparent;transition:background-color .2s ease}.product-event-daychoice__trigger[aria-expanded=true] .product-event-daychoice__radio:after,.product-event-daychoice__option-input:checked+.product-event-daychoice__option .product-event-daychoice__radio:after{background-color:#6d6cff}.product-event-daychoice__list{position:absolute;z-index:3;top:calc(100% + .1rem);left:0;width:100%;max-height:32.4rem;overflow-y:auto;margin:0;padding:0;list-style:none;border:1px solid #efefef;background-color:#fff;box-shadow:0 .2rem .5rem #00000014}.product-event-daychoice__list[hidden]{display:none}.product-event-daychoice__option{display:flex;align-items:center;gap:2rem;width:100%;min-height:6.4rem;padding:1.2rem 2rem;margin:0;box-sizing:border-box;cursor:pointer;border-top:1px solid #efefef}.product-event-daychoice__option:first-child{border-top:none}.product-event-daychoice__option-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-event-daychoice__option-input:focus-visible+.product-event-daychoice__option{outline:2px solid #6d6cff;outline-offset:-2px}.product-event-daychoice__option--disabled{opacity:.45;cursor:not-allowed}.product-event-daychoice__option-text{flex:1 1 0;min-width:0;font-family:Zen Kaku Gothic New,sans-serif;font-weight:700;font-size:1.6rem;line-height:normal;color:#000;word-break:break-word}.product-event-daychoice__option-text p{margin:0}.product-event-daychoice__note{display:flex;gap:.4rem;align-items:flex-start;margin:0;font-family:Zen Kaku Gothic New,sans-serif;font-weight:500;font-size:1.3rem;line-height:1.9rem;color:#222;word-break:break-word}.product-event-daychoice__note-mark{flex-shrink:0}.product-event-daychoice__form{width:100%}.product-event-daychoice__error-message-wrapper:not([hidden]){display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1.6rem;font-size:1.4rem;color:#c00}.product-event-daychoice__submit{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:26rem;margin-inline:auto;padding:1.3rem 1rem 1.3rem 5.5rem;border:0;background-color:#000;color:#fff;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.5;text-align:center;cursor:pointer;box-shadow:0 .2rem .5rem #00000026;transition:opacity .2s ease}.product-event-daychoice__submit:hover:not(:disabled){opacity:.85}.product-event-daychoice__submit:disabled,.product-event-daychoice__submit[aria-disabled=true]{opacity:.45;cursor:not-allowed}.product-event-daychoice__submit.loading{opacity:.7}.product-event-daychoice__submit-icon{flex-shrink:0;width:2.4rem;height:2.4rem;color:#fff}.product-event-daychoice__submit-icon svg{display:block;width:100%;height:100%}.product-event-daychoice__submit .loading__spinner{position:absolute}.product-event-daychoice__empty{margin:0;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.5rem;color:#888}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-event-daychoice.css.map */
