.age-gate{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;animation:age-gate-fade-in .3s ease-out}.age-gate.hidden{display:none!important}body.age-gate-active:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--age-gate-overlay-color, #000000);opacity:var(--age-gate-overlay-opacity, .8);z-index:9998;pointer-events:none}.age-gate__modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:var(--age-gate-modal-width, 50rem);width:90%;max-height:90vh;overflow-y:auto;padding:4rem 3rem;border-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));animation:age-gate-modal-slide-in .4s ease-out}.age-gate__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;position:relative;z-index:2}.age-gate__logo{margin-bottom:1rem}.age-gate__logo img{display:block;height:auto;max-width:100%}.age-gate__heading{margin:0;color:rgb(var(--color-foreground))}.age-gate__description{color:rgba(var(--color-foreground),.75);line-height:1.6;max-width:45rem}.age-gate__description p{margin:0}.age-gate__description p+p{margin-top:1em}.age-gate__buttons{display:flex;gap:1.5rem;width:100%;max-width:40rem;margin-top:1rem}.age-gate__buttons--horizontal{flex-direction:row;justify-content:center}.age-gate__buttons--stacked{flex-direction:column;align-items:stretch}.age-gate__button{flex:1;min-width:0;padding:1.2rem 2.4rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.age-gate__buttons--stacked .age-gate__button{width:100%}.age-gate__button .button__text{display:inline-block}.age-gate__button:hover{transform:translateY(-2px)}.age-gate__button:active{transform:translateY(0)}@keyframes age-gate-fade-in{0%{opacity:0}to{opacity:1}}@keyframes age-gate-modal-slide-in{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}body.age-gate-active{overflow:hidden}body.age-gate-active>*:not(.age-gate){filter:blur(var(--age-gate-blur, 8px));transition:filter .3s ease}body:not(.age-gate-active)>*{filter:none;transition:filter .3s ease}@media screen and (max-width: 749px){.age-gate__modal{padding:3rem 2rem;width:95%}.age-gate__content{gap:1.5rem}.age-gate__heading{font-size:2.4rem}.age-gate__buttons{gap:1rem}.age-gate__buttons--horizontal{flex-direction:column}.age-gate__button{padding:1rem 2rem;font-size:1.4rem}}@media screen and (max-width: 550px){.age-gate__modal{padding:2.5rem 1.5rem}.age-gate__logo{margin-bottom:.5rem}.age-gate__heading{font-size:2rem}.age-gate__description{font-size:1.4rem}}@media (prefers-reduced-motion: reduce){.age-gate,.age-gate__modal{animation:none}.age-gate__button:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-age-gate.css.map */
