.age-gate{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;font-family:var(--font-body-family);font-size:var(--font-size-base)}.age-gate.is-active{display:block;animation:fadeIn .3s ease-out}.age-gate__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;padding:20px}.age-gate__modal{position:relative;max-width:400px;width:100%;background-color:var(--age-gate-bg-color);overflow:hidden;animation:slideIn .4s ease-out}.age-gate__content{position:relative;z-index:2;padding:40px 30px;text-align:center;color:var(--age-gate-text-color, #000000)}.age-gate__header{margin-bottom:30px}.age-gate__title{font-size:2.4rem;font-weight:400;margin:0 0 20px;line-height:1.6;color:var(--age-gate-text-color, #000000);text-rendering:optimizeLegibility}.age-gate__body{margin-bottom:30px}.age-gate__message{font-size:1.6rem;line-height:1.5;margin:0 0 20px;color:var(--age-gate-text-color, #000000)}.age-gate__actions{display:grid;grid-template-columns:1fr;gap:20px}.age-gate__actions button{padding:10px 20px;min-width:auto;width:fit-content;height:auto;min-height:auto;margin:0 auto;--color-button: var(--age-gate-button-color);--color-button-text: var(--age-gate-button-text-color);background-color:var(--color-button);color:var(--color-button-text);border-color:var(--color-button)}.age-gate__actions button:focus-visible,.age-gate__actions button:focus{box-shadow:none;outline:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media screen and (max-width: 768px){.age-gate__overlay{padding:15px}.age-gate__content{padding:30px 20px}.age-gate__title{font-size:1.5rem}.age-gate__message{font-size:.9rem}.age-gate__button{padding:12px 25px;font-size:.9rem}}@media screen and (max-width: 480px){.age-gate__modal{max-width:100%;margin:0 10px}.age-gate__content{padding:25px 15px}.age-gate__title{font-size:1.3rem}.age-gate__message{font-size:.85rem}.age-gate__button{padding:10px 20px;font-size:.85rem}}@media (prefers-contrast: high){.age-gate__button--confirm,.age-gate__button--decline{border:2px solid var(--age-gate-button-text-color, #ffffff)}}@media (prefers-reduced-motion: reduce){.age-gate.is-active,.age-gate__modal,.age-gate__button{animation:none;transition:none}.age-gate__button:hover{transform:none}}.age-gate__button:focus{outline:2px solid var(--age-gate-button-color, #0066cc);outline-offset:2px}body.age-gate-active{overflow:hidden;position:fixed;width:100%}@media print{.age-gate{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-age-gate.css.map */
