.cart__validation-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1rem;background-color:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:.375rem;color:#dc3545;font-size:1.3rem;animation:cart-validation-shake .4s ease-out}.cart__validation-error[hidden]{display:none}.cart__validation-error-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart__checkout-button[data-validation-pending]{opacity:.6;cursor:not-allowed}@keyframes cart-validation-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.delivery-settings{width:100%;margin-block:1rem}.delivery-settings__heading{font-size:1.625rem;margin-bottom:.75rem;color:inherit}.delivery-settings__options{display:flex;flex-direction:column;gap:.5rem}.delivery-settings__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.delivery-settings__option{display:block;cursor:pointer}.delivery-settings__content{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:.5rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .2s ease,background-color .2s ease;font-family:inherit;font-size:1.4rem;text-align:left}.delivery-settings__option:hover .delivery-settings__content{border-color:rgba(var(--color-foreground),.4)}.delivery-settings__input:focus-visible+.delivery-settings__content{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.delivery-settings__input:checked+.delivery-settings__content{border-color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05)}.delivery-settings__icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0}.delivery-settings__icon svg{width:100%;height:100%;fill:currentColor}.delivery-settings__label{font-weight:500;height:2rem}.delivery-settings__datetime{margin-top:1rem;padding:1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:.5rem;background-color:rgb(var(--color-background));animation:delivery-settings-fade-in .25s ease-out}.delivery-settings__datetime[hidden]{display:none}.delivery-settings__datetime-label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:1rem;color:rgb(var(--color-foreground))}.delivery-settings__datetime-fields{display:flex;flex-direction:column;gap:1rem}.delivery-settings__field{display:flex;flex-direction:column;gap:.375rem}.delivery-settings__field-label{font-size:1.2rem;color:rgba(var(--color-foreground),.75)}.delivery-settings__date-input,.delivery-settings__time-select{width:100%;padding:.75rem 1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:.375rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;font-size:1.4rem;transition:border-color .2s ease}.delivery-settings__date-input:hover,.delivery-settings__time-select:hover{border-color:rgba(var(--color-foreground),.4)}.delivery-settings__date-input:focus,.delivery-settings__time-select:focus{outline:none;border-color:rgb(var(--color-foreground))}.delivery-settings__time-select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.delivery-settings__time-select option:disabled{color:rgba(var(--color-foreground),.4)}.delivery-settings__date-input{cursor:pointer}.air-datepicker-overlay.-active-{display:block}.air-datepicker-cell.-day-.-disabled-{color:rgba(var(--color-foreground),.5)}.air-datepicker-cell.-other-month-{visibility:hidden}.air-datepicker-cell.-day-.delivery-settings__disabled-day,.air-datepicker-cell.-day-.delivery-settings__disabled-day.-focus-{color:#c00000bf}.air-datepicker-cell.-day-{color:#60a060}.air-datepicker{--adp-font-family: inherit;--adp-font-size: 1.4rem;--adp-width: 28rem;--adp-background-color: rgb(var(--color-background));--adp-color: rgb(var(--color-foreground));--adp-color-secondary: rgba(var(--color-foreground), .5);--adp-accent-color: rgb(var(--color-foreground));--adp-color-current-date: rgb(var(--color-foreground));--adp-cell-background-color-selected: rgb(var(--color-foreground));--adp-cell-color-selected: rgb(var(--color-background));--adp-cell-background-color-selected-hover: rgba(var(--color-foreground), .85);--adp-cell-background-color-in-range: rgba(var(--color-foreground), .1);--adp-cell-background-color-in-range-hover: rgba(var(--color-foreground), .2);--adp-day-name-color: rgba(var(--color-foreground), .6);--adp-border-color: rgba(var(--color-foreground), .2);--adp-nav-arrow-color: rgb(var(--color-foreground));--adp-nav-color-secondary: rgba(var(--color-foreground), .5);--adp-cell-border-radius: .375rem;--adp-border-radius: .5rem;border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #0000001a;font-weight:600}@keyframes delivery-settings-fade-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width: 750px){.delivery-settings__options{flex-direction:row}.delivery-settings__option{flex:1}.delivery-settings__option:only-child{flex:0 1 auto;min-width:12rem}.delivery-settings__content{justify-content:center}.delivery-settings__datetime-fields{flex-direction:row}.delivery-settings__field{flex:1}}.delivery-settings-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;visibility:hidden;background:rgba(var(--color-foreground),.5);transition:opacity .25s ease,visibility .25s ease}.delivery-settings-modal[open]{z-index:10;opacity:1;visibility:visible}.delivery-settings-modal__dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(92vw,50rem);max-height:90vh;max-height:90dvh;overflow-y:auto}.delivery-settings-modal__content{background:rgb(var(--color-background));border-radius:.75rem;padding:1.5rem;position:relative;box-shadow:0 8px 32px #00000026}.delivery-settings-modal__close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:50%;color:rgb(var(--color-foreground));transition:background-color .2s ease}.delivery-settings-modal__close:hover{background-color:rgba(var(--color-foreground),.1)}.delivery-settings-modal__close svg{width:1.25rem;height:1.25rem}.delivery-settings-modal__heading{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;padding-right:2rem;color:rgb(var(--color-foreground))}.delivery-settings-modal__description{font-size:1.4rem;color:rgba(var(--color-foreground),.75);margin:0 0 1.5rem}.delivery-settings-modal__settings{margin-bottom:1.5rem}.delivery-settings-modal__settings .delivery-settings__options{display:flex;flex-direction:column;gap:.5rem}.delivery-settings-modal__error{font-size:1.3rem;color:rgb(var(--color-error, 200 30 30));margin:1rem 0 0;padding:.75rem;background:rgba(var(--color-error, 200 30 30),.1);border-radius:.375rem}.delivery-settings-modal__error[hidden]{display:none}.delivery-settings-modal__actions{display:flex;gap:.75rem;justify-content:flex-end}.delivery-settings-modal__cancel,.delivery-settings-modal__continue{flex:1}@media screen and (min-width: 750px){.delivery-settings-modal__dialog{width:min(90vw,50rem)}.delivery-settings-modal__settings .delivery-settings__options{flex-direction:row}.delivery-settings-modal__settings .delivery-settings__option{flex:1}}.wolt-button-wrapper{margin:1rem 0}.button.wolt-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#009de0;color:#fff;border:none;text-decoration:none;transition:background-color .2s ease}.button.wolt-button:hover{background-color:#007bb5;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
