.am-voucher [hidden]{display:none!important}.am-voucher{--av-accent:var(--wp--preset--color--primary,#1a1a1a);--av-accent-hover:var(--wp--preset--color--primary-hover,var(--av-accent));--av-accent-fg:var(--wp--preset--color--light,#fff);--av-secondary:var(--wp--preset--color--secondary,var(--av-accent));--av-secondary-hover:var(--wp--preset--color--secondary-hover,var(--av-secondary));--av-secondary-fg:var(--wp--preset--color--light,#fff);--av-text:var(--wp--preset--color--typography,#222);--av-border:#e0e0e0;--av-surface:#f8f8f8;--av-radius:10px;--av-radius-sm:6px;--av-gap:1.5rem;--av-shadow:0 4px 24px #0000001a;--av-transition:.15s ease;color:var(--av-text);max-width:var(--av-max-width,720px);margin-inline:auto;padding:0;font-family:inherit}.am-voucher__catalog{grid-template-columns:repeat(var(--av-columns,2), 1fr);margin-bottom:var(--av-gap);gap:1.5rem;display:grid}.am-voucher__product-card{cursor:pointer;transition:box-shadow var(--av-transition), transform var(--av-transition);background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f}.am-voucher__product-card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000001a,0 8px 20px #00000014}.am-voucher__product-card-img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.am-voucher__product-card-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#e8e4df 0%,#d0c9c0 100%);width:100%;height:auto}.am-voucher__product-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.am-voucher__product-card-body h2{margin:0;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.25}.am-voucher__product-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.am-voucher__product-card-hint{color:var(--av-accent);margin:0;font-weight:600}.am-voucher__product-card-btn-wrap{width:100%;margin-top:auto;padding-top:.75rem}.am-voucher__product-card-btn-wrap .wp-block-button__link{text-align:center;width:100%;padding-block:.45rem;padding-inline:1rem;font-size:.85rem}.am-voucher__breadcrumb{margin-bottom:1.25rem}.am-voucher__breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.25rem .4rem;margin:0;padding:0;font-size:.82rem;list-style:none;display:flex}.am-voucher__breadcrumb li{align-items:center;display:flex}.am-voucher__breadcrumb li:not(:last-child):after{content:"›";color:#bbb;margin-left:.4rem;font-size:.9em}.am-voucher__breadcrumb a{color:var(--av-accent);text-underline-offset:2px;transition:opacity var(--av-transition);text-decoration:underline}.am-voucher__breadcrumb a:hover{opacity:.65}.am-voucher__breadcrumb [aria-current=page]{color:#888}.am-voucher__header{margin-bottom:var(--av-gap)}.am-voucher__product-title{margin:0 0 .4rem;font-size:1.6rem;font-weight:700;line-height:1.2}.am-voucher__product-info{color:#555;margin:0 0 .8rem;font-size:.95rem;line-height:1.6}.am-voucher__product-desc{color:#555;margin:0;font-size:.95rem;line-height:1.6}.am-voucher__section{margin-bottom:var(--av-gap)}.am-voucher__section-title{text-transform:uppercase;letter-spacing:1px;color:#999;margin:0 0 .75rem;font-size:.7rem;font-weight:700}.am-voucher__motifs{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem;display:grid}.am-voucher__motif{all:unset;cursor:pointer;border:2px solid var(--av-border);border-radius:var(--av-radius-sm);transition:border-color var(--av-transition), transform var(--av-transition);flex-direction:column;display:flex;overflow:hidden}.am-voucher__motif img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.am-voucher__motif span{background:var(--av-surface);text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:.3rem .5rem;font-size:.72rem;display:block;overflow:hidden}.am-voucher__motif:hover{border-color:#aaa}.am-voucher__motif.is-selected{border-color:var(--av-accent);transform:scale(1.03)}.am-voucher__motif:focus-visible{outline:2px solid var(--av-accent);outline-offset:2px}.am-voucher__textarea{border:1px solid var(--av-border);border-radius:var(--av-radius-sm);width:100%;font:inherit;resize:vertical;transition:border-color var(--av-transition);box-sizing:border-box;background:#fff;padding:.65rem .85rem;font-size:.95rem}.am-voucher__textarea:focus{border-color:var(--av-accent);outline:none}.am-voucher__char-count{text-align:right;color:#bbb;margin-top:.25rem;font-size:.75rem;display:block}.am-voucher__presets{flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem;display:flex}.am-voucher__preset-btn{border:1px solid var(--av-border);cursor:pointer;font:inherit;transition:all var(--av-transition);background:#fff;border-radius:100px;padding:.45rem 1.1rem;font-size:.9rem;font-weight:500}.am-voucher__preset-btn:hover,.am-voucher__preset-btn.is-active{background:var(--av-accent);color:var(--av-accent-fg);border-color:var(--av-accent)}.am-voucher__amount-row{align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.am-voucher__amount-input{border:1px solid var(--av-border);border-radius:var(--av-radius-sm);width:120px;font:inherit;text-align:right;transition:border-color var(--av-transition);padding:.55rem .75rem;font-size:1.3rem;font-weight:700}.am-voucher__amount-input:focus{border-color:var(--av-accent);outline:none}.am-voucher__amount-input.is-invalid{border-color:#c0392b}.am-voucher__currency{color:#666;font-size:1.1rem;font-weight:600}.am-voucher__amount-tip{color:#777;margin:.1rem 0 .5rem;font-size:.82rem}.am-voucher__amount-notice{color:#999;margin:0;font-size:.8rem}.am-voucher__amount-notice.is-invalid{color:#c0392b}.am-voucher__fixed-display{color:var(--av-accent);margin:0;font-size:1.8rem;font-weight:700}.am-voucher .wp-block-button__link:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.am-voucher .wp-block-button__link{justify-content:center;align-items:center;display:inline-flex}.am-voucher__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.am-voucher__btn-wrap--flex{flex:1}.am-voucher__btn-wrap--full{width:100%}.am-voucher__btn-wrap--pay{width:100%;margin-top:1rem}.am-voucher__product-card-btn-wrap{width:100%;margin-top:auto}.am-voucher__checkout-fields{border:none;min-width:0;margin:0;padding:0}.am-voucher__field{margin-bottom:1rem}.am-voucher__field label{text-transform:uppercase;letter-spacing:.5px;color:#777;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.am-voucher__field small{color:#aaa;margin-top:.25rem;font-size:.78rem;display:block}.am-voucher__field-row{gap:1rem;margin-bottom:1rem;display:flex}.am-voucher__field-row>.am-voucher__field{flex:1;min-width:0;margin-bottom:0}.am-voucher__field-row>.am-voucher__field--zip{flex:0 0 8rem}.am-voucher__input{border:1px solid var(--av-border);border-radius:var(--av-radius-sm);width:100%;font:inherit;box-sizing:border-box;transition:border-color var(--av-transition);background:#fff;padding:.65rem .85rem;font-size:1rem}.am-voucher__input:focus{border-color:var(--av-accent);outline:none}.am-voucher__voucher-status--ok{color:#2e7d32}.am-voucher__voucher-status--error{color:#c0392b}.am-voucher__error{color:#c0392b;border-radius:var(--av-radius-sm);background:#fdf2f2;border-left:3px solid #c0392b;margin:.5rem 0;padding:.5rem .75rem;font-size:.875rem}.am-voucher__hobex-header{aspect-ratio:400/80;width:100%;margin-bottom:.5rem}.am-voucher__hobex-header svg{width:100%;height:100%;display:block}.am-voucher__stripe-element{border:1px solid var(--av-border);border-radius:var(--av-radius-sm);background:#fff;min-height:60px;padding:1rem}.am-voucher__order-summary{background:var(--av-surface);border-radius:var(--av-radius-sm);border:1px solid var(--av-border);color:var(--av-text);margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9375rem}.am-voucher__order-summary-detail{opacity:.7}.am-voucher__order-summary-detail:empty{display:none}.am-voucher__order-summary-row{justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.25rem;display:flex}.am-voucher__order-summary-total{white-space:nowrap;font-weight:600}.am-voucher__order-summary-breakdown{border-top:1px solid var(--av-border);margin-top:.5rem;padding-top:.5rem}.am-voucher__order-summary-breakdown .am-voucher__order-summary-row{margin-top:.25rem}.am-voucher__order-summary-row--discount{color:#2e7d32}.am-voucher__order-summary-row--total{border-top:1px solid var(--av-border);margin-top:.4rem;padding-top:.4rem;font-weight:600}.am-voucher__modal{display:none}.am-voucher__modal:not([hidden]){z-index:99999;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=600px){.am-voucher__modal:not([hidden]){align-items:center}}.am-voucher__modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;position:fixed;inset:0}.am-voucher__modal-box{z-index:1;border-radius:var(--av-radius) var(--av-radius) 0 0;width:100%;max-height:92dvh;box-shadow:var(--av-shadow);background:#fff;padding:2rem 1.5rem 1.5rem;position:relative;overflow-y:auto}@media (width>=600px){.am-voucher__modal-box{border-radius:var(--av-radius);max-width:520px}.am-voucher__modal-box--preview{max-width:min(560px,90vw)}}.am-voucher__modal-title{margin:0 0 1rem;font-size:1.2rem;font-weight:700}.am-voucher__modal-close{background:var(--av-surface);cursor:pointer;height:32px;font:inherit;letter-spacing:.3px;text-transform:uppercase;color:#666;transition:background var(--av-transition);white-space:nowrap;border:none;border-radius:100px;align-items:center;gap:.3rem;padding:0 .6rem;font-size:.78rem;font-weight:600;display:inline-flex;position:absolute;top:.85rem;right:.85rem}.am-voucher__modal-close:hover{color:#333;background:#e0e0e0}.am-voucher__preview-wrap{border-radius:var(--av-radius-sm);background:#fff;margin-top:3rem;margin-bottom:1rem;position:relative;overflow:hidden}.am-voucher__preview-frame{transform-origin:0 0;background:#fff;border:none;width:794px;height:1123px;display:block}.am-voucher__preview-loading{justify-content:center;align-items:center;min-height:120px;display:flex}.am-voucher__spinner{border:3px solid #ddd;border-top-color:var(--av-accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite avSpin}.am-voucher__payment{margin-top:.5rem}.am-voucher__checkbox-label{color:var(--av-text);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.am-voucher__checkbox-label input[type=checkbox]{flex:none;margin-top:.2rem}.am-voucher__field--cash{margin-top:-.25rem}.am-voucher__cash-consent{margin-top:.5rem}.am-voucher__cash-consent p{color:var(--av-text);background:var(--av-surface);border-radius:var(--av-radius-sm);border:1px solid var(--av-border);margin:0 0 1rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.am-voucher__cash-consent .am-voucher__checkbox-label{margin-bottom:1rem}.am-voucher__section--appointment .am-appt-calendar{--adp-accent-color:var(--av-accent,#1a1a1a);--adp-color-secondary:#666;--adp-border-color:var(--av-border,#e0e0e0);--adp-border-color-inner:var(--av-border,#e0e0e0);--adp-background-color:#fff;--adp-background-color-hover:var(--av-surface,#f8f8f8);--adp-day-name-color:#aaa;--adp-cell-border-radius:var(--av-radius-sm,6px);--adp-width:100%;--adp-font-size:.9rem;--adp-nav-height:44px;width:100%;max-width:100%;margin:0 0 1.25rem}.am-voucher__section--appointment .am-appt-calendar .air-datepicker-body--cells.-days-{grid-auto-rows:2.8rem!important}.am-voucher__section--appointment .am-appt-calendar .air-datepicker-cell.-day-{position:relative!important;overflow:visible!important}.am-voucher .am-appt-badge{letter-spacing:0;pointer-events:none;white-space:nowrap;font-size:.52rem;font-weight:700;line-height:1;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.am-voucher .am-appt-badge--ok{color:#00a32a}.am-voucher .am-appt-badge--none{color:#ccc}.am-voucher__appt-quantity{flex-direction:column;gap:.4rem;margin-top:.25rem;display:flex}.am-voucher__appt-quantity-label{color:#999;letter-spacing:1px;text-transform:uppercase;font-size:.7rem;font-weight:700}.am-voucher__appt-quantity-row{align-items:center;gap:.75rem;display:flex}.am-voucher__appt-quantity-input{border:1px solid var(--av-border,#e0e0e0);border-radius:var(--av-radius-sm,6px);width:5.5rem;font:inherit;text-align:center;transition:border-color var(--av-transition,.15s ease);-moz-appearance:textfield;background:#fff;padding:.6rem .75rem;font-size:1rem;font-weight:600}.am-voucher__appt-quantity-input:focus{border-color:var(--av-accent,#1a1a1a);outline:none}.am-voucher__appt-quantity-input::-webkit-inner-spin-button{opacity:1}.am-voucher__appt-quantity-input::-webkit-outer-spin-button{opacity:1}.am-voucher__goods-quantity{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.am-voucher__goods-quantity-label{color:#999;letter-spacing:1px;text-transform:uppercase;font-size:.7rem;font-weight:700}.am-voucher__goods-quantity-row{align-items:center;gap:.75rem;display:flex}.am-voucher__goods-quantity-input{border:1px solid var(--av-border,#e0e0e0);border-radius:var(--av-radius-sm,6px);width:5.5rem;font:inherit;text-align:center;transition:border-color var(--av-transition,.15s ease);-moz-appearance:textfield;background:#fff;padding:.6rem .75rem;font-size:1rem;font-weight:600}.am-voucher__goods-quantity-input:focus{border-color:var(--av-accent,#1a1a1a);outline:none}.am-voucher__goods-quantity-input::-webkit-inner-spin-button{opacity:1}.am-voucher__goods-quantity-input::-webkit-outer-spin-button{opacity:1}.am-voucher__appt-hint{color:#00a32a;font-size:.82rem}.am-voucher__appt-hint--low{color:#d97706}.am-voucher__appt-hint--full{color:#c0392b}.am-voucher__success{text-align:center;padding:2.5rem 1rem}.am-voucher__success h2{margin-bottom:.5rem;font-size:1.5rem}.am-voucher__success p{color:#666;margin-bottom:2rem}.am-voucher__success-icon{color:#155724;background:#d4edda;border-radius:50%;width:72px;height:72px;margin:0 auto 1.25rem;font-size:2.5rem;font-weight:700;line-height:72px}.am-voucher__success-code{background:var(--av-surface);border:1px solid var(--av-border);border-radius:var(--av-radius);margin-bottom:1.5rem;padding:1rem 2rem;display:inline-block}.am-voucher__code-label{text-transform:uppercase;letter-spacing:1px;color:#999;margin-bottom:.3rem;font-size:.7rem}.am-voucher__code-value{letter-spacing:2px;font-family:monospace;font-size:1.4rem;font-weight:700}@keyframes avSpin{to{transform:rotate(360deg)}}@media (width<=480px){.am-voucher__catalog{grid-template-columns:1fr}.am-voucher__motifs{grid-template-columns:repeat(2,1fr)}.am-voucher__actions{flex-direction:column}.am-voucher__preset-btn{font-size:.85rem}.am-voucher__field-row{flex-direction:column}.am-voucher__field-row>.am-voucher__field--zip{flex:1}}@media (width<=767px){.am-voucher__section--appointment .am-appt-calendar .air-datepicker-body--cells.-days-{grid-auto-rows:3.2rem!important}}.am-withdrawal [hidden]{display:none!important}.am-withdrawal{--av-accent:var(--wp--preset--color--primary,#1a1a1a);--av-border:#e0e0e0;--av-radius-sm:6px;--av-text:var(--wp--preset--color--typography,#222);--av-transition:.15s ease;color:var(--av-text);max-width:600px;font-family:inherit}.am-withdrawal__title{margin:0 0 .5rem;font-size:clamp(1.1rem,2vw,1.4rem)}.am-withdrawal__intro{color:#555;margin:0 0 1.5rem;font-size:.95rem}.am-withdrawal__field{margin-bottom:1rem}.am-withdrawal__field label{text-transform:uppercase;letter-spacing:.05em;color:#777;margin-bottom:.3rem;font-size:.8rem;font-weight:700;display:block}.am-withdrawal__input{border:1px solid var(--av-border);border-radius:var(--av-radius-sm);width:100%;font:inherit;box-sizing:border-box;transition:border-color var(--av-transition);background:#fff;padding:.65rem .85rem;font-size:1rem}.am-withdrawal__input:focus{border-color:var(--av-accent);outline:none}.am-withdrawal__error{color:#c0392b;border-radius:var(--av-radius-sm);background:#fdf2f2;border-left:3px solid #c0392b;margin:.5rem 0 1rem;padding:.5rem .75rem;font-size:.875rem}.am-withdrawal__btn-wrap{margin-top:1.25rem}.am-withdrawal__summary{border:1px solid var(--av-border);border-radius:var(--av-radius-sm);background:#f8f8f8;margin:0 0 1.5rem;padding:1rem 1.25rem}.am-withdrawal__summary-row{border-bottom:1px solid #ebebeb;justify-content:space-between;gap:1rem;padding:.4rem 0;font-size:.9rem;display:flex}.am-withdrawal__summary-row:last-child{border-bottom:none}.am-withdrawal__summary-row dt{color:#777;flex-shrink:0}.am-withdrawal__summary-row dd{text-align:right;margin:0;font-weight:600}.am-withdrawal__btn-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.am-withdrawal__btn-back{color:var(--av-accent);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;font-size:.9rem;text-decoration:underline}.am-withdrawal__btn-withdraw{background:#c0392b!important}.am-withdrawal__success{text-align:center;padding:2rem 1rem}.am-withdrawal__success-icon{color:#00a32a;margin-bottom:.75rem;font-size:3rem;line-height:1}.am-withdrawal__success h2{margin:0 0 .5rem}.am-withdrawal__success p{color:#555}
