.product-modal{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:2147483647!important;display:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.product-modal.active{display:flex!important;align-items:center;justify-content:center;opacity:1;visibility:visible;pointer-events:auto}.modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:var(--current-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:100!important;pointer-events:auto}.modal-content{position:relative!important;display:flex!important;flex-direction:column!important;background:#ffffff1a!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-radius:12px!important;max-width:900px!important;width:90%!important;max-height:90vh!important;padding:0!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 8px 32px #0003!important;transform:translateY(20px);transition:transform .3s ease;pointer-events:auto;z-index:2147483647!important}.product-modal .modal-content,#productModal .modal-content{padding:0!important}.product-modal.active .modal-content{transform:translateY(0)}.modal-scroll-container{flex:1!important;overflow-y:auto!important;padding:3rem 2rem 2rem!important;mask-image:linear-gradient(to bottom,black 80%,transparent 100%)!important;-webkit-mask-image:linear-gradient(to bottom,black 80%,transparent 100%)!important}.modal-close{position:absolute!important;top:1.25rem!important;right:1.25rem!important;background:none!important;border:none!important;color:#fff!important;font-size:1.5rem!important;cursor:pointer!important;padding:.5rem!important;line-height:1!important;z-index:100!important;pointer-events:auto!important}.modal-footer{position:sticky!important;bottom:0!important;width:100%!important;padding:0!important;background:#1e1e2899!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;z-index:10!important;margin:0!important;border-top:1px solid rgba(255,255,255,.1)!important;border-radius:0 0 12px 12px!important;box-shadow:0 -4px 20px #0003!important}.modal-footer .add-to-cart-button{width:100%!important;height:64px!important;border-radius:0 0 12px 12px!important;margin:0!important;padding:0!important;background:linear-gradient(45deg,#ffffff1a,#fff3)!important;font-family:Orbitron,sans-serif!important;font-size:1.1rem!important;letter-spacing:1px!important;color:#fff!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;transition:all .2s ease!important}.modal-footer .add-to-cart-button:hover{transform:none!important;background:linear-gradient(45deg,#fff3,#ffffff4d)!important;box-shadow:inset 0 0 30px #ffffff1a!important}.modal-footer .add-to-cart-button:disabled{opacity:.6!important;background:#ffffff1a!important;cursor:not-allowed!important}.modal-footer .notify-me-button{width:100%!important;height:64px!important;border-radius:0 0 12px 12px!important;margin:0!important;padding:0!important;background:linear-gradient(45deg,#ffffff1a,#fff3)!important;font-family:Orbitron,sans-serif!important;font-size:1.1rem!important;letter-spacing:1px!important;color:#fff!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;transition:all .2s ease!important}.modal-footer .notify-me-button:hover{transform:none!important;background:linear-gradient(45deg,#fff3,#ffffff4d)!important;box-shadow:inset 0 0 30px #ffffff1a!important}.modal-footer .notify-me-button:disabled{opacity:.6!important;background:#ffffff1a!important;cursor:not-allowed!important}.modal-footer .notify-me-button .bell-icon{width:20px!important;height:20px!important}.size-grid.highlight-selection{animation:pulse 1s ease-in-out 2!important;border:2px solid #ff5f57!important;border-radius:8px!important;padding:4px!important}@keyframes pulse{0%{box-shadow:0 0 #ff5f5766}70%{box-shadow:0 0 0 10px #ff5f5700}to{box-shadow:0 0 #ff5f5700}}.size-selection-message{font-size:.85rem!important;color:#ff5f57!important;margin-top:8px!important;text-align:center!important;display:block!important}.modal-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:2rem!important}.product-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem!important}.product-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.price-availability-container{display:flex;align-items:center;justify-content:flex-start;gap:15px;margin-bottom:1.5rem}.product-price-container{font-weight:700;font-size:1.3rem}.product-price{font-size:1.2rem;font-weight:500;color:#fff;margin:0}.in-stock-indicator{font-size:.9rem;font-weight:600;padding:3px 8px;border-radius:4px}.in-stock-indicator.in-stock{background:#28c8401a;color:#28c840}.in-stock-indicator.out-of-stock{background:#ff5f571a;color:#ff5f57}.product-description{color:#fffc;line-height:1.6}.size-container{margin-bottom:1.5rem}.size-container label{display:block;margin-bottom:.5rem;font-weight:600}.size-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.size-option{border:1px solid rgba(255,255,255,.2);padding:8px 12px;border-radius:4px;cursor:pointer;transition:all .2s ease}.size-option:hover{background:#ffffff1a}.size-option.selected{background:#fff3;border-color:#fff6}.size-option.sold-out{opacity:.5;text-decoration:line-through;cursor:not-allowed}.product-gallery{width:100%;max-height:400px;overflow:hidden;border-radius:8px}.main-image{width:100%;height:auto;object-fit:contain}.thumbnail-gallery{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0}.thumbnail{width:70px;height:70px;border-radius:8px;cursor:pointer;object-fit:cover;border:2px solid transparent;transition:all .2s ease;opacity:.6}.thumbnail:hover{opacity:.8}.thumbnail.active{opacity:1;border-color:#fff;transform:scale(1.05)}@media(max-width:767px){.modal-grid{grid-template-columns:1fr!important}.modal-scroll-container{padding:2.5rem 1.5rem 1.5rem!important}.modal-footer .add-to-cart-button{height:60px!important;border-radius:0 0 12px 12px!important;font-size:1rem!important}.modal-footer .notify-me-button{height:60px!important;font-size:1rem!important}.modal-content{width:95%!important;max-height:95vh!important;padding:0!important}.product-modal .modal-content,#productModal .modal-content{padding:0!important}.modal-footer{position:sticky!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;padding:0!important;margin:0!important}@supports (-webkit-touch-callout: none){.modal-footer{position:fixed!important;bottom:0!important;left:50%!important;transform:translate(-50%)!important;width:95%!important;border-radius:0 0 12px 12px!important}.modal-scroll-container{padding-bottom:80px!important}}.product-title{font-size:1.2rem}.product-price{font-size:1rem}.main-image{max-height:300px}.thumbnail{width:50px;height:50px}.price-availability-container{margin-top:.5rem}}.header,.footer,.announcement-bar,.cart-drawer,.search-drawer,.menu-drawer,.dino-game-container,.game-container,.game-overlay,.game-content,.game-button,.game-controls,.collection-filter{z-index:100!important}#root,main,section{position:relative!important;z-index:1!important;background:transparent!important}.product-modal[style*=padding] .modal-content,#productModal[style*=padding] .modal-content,.product-modal .modal-content,[id=productModal] .modal-content{padding:0!important}
/*# sourceMappingURL=/cdn/shop/t/18/assets/product-modal.css.map */
