.product-modal__container{position:relative;background:#fff;border:6px solid #2C3E50;border-radius:16px;box-shadow:12px 12px #2c3e5066,0 20px 40px #00000026;max-width:120rem;max-height:90vh;width:100%;overflow:hidden;transform:translateY(-20px) scale(.9);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);will-change:transform,opacity}.product-modal.active .product-modal__container{transform:translateY(0) scale(1);opacity:1}.product-modal__header{position:absolute;top:1.5rem;right:1.5rem;z-index:100}.product-modal__close{background:#ff3b30;border:4px solid #2C3E50;border-radius:50%;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);box-shadow:4px 4px #2c3e5066;transform:rotate(8deg);color:#fff;font-size:2rem;font-weight:900}.product-modal__close:hover{background:#dc3545;transform:rotate(8deg) translate(-2px,-2px) scale(1.1);box-shadow:6px 6px #2c3e5066,0 8px 20px #ff3b304d;filter:saturate(1.2) brightness(1.1)}.product-modal__close:active{transform:rotate(8deg) translate(-1px,-1px) scale(1.05);box-shadow:3px 3px #2c3e5066}.product-modal__close svg{width:2.4rem;height:2.4rem;fill:currentColor;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.2))}.product-modal__content{display:grid;grid-template-columns:1fr 1fr;height:100%;min-height:60vh;max-height:90vh;background:#fff}.product-modal__media{position:relative;padding:3rem;display:flex;flex-direction:column;gap:2rem;background:#fff}.product-modal__gallery{display:flex;flex-direction:column;gap:2rem;height:100%}.product-modal__main-image{flex:1;position:relative;background:#fff;border:4px solid #2C3E50;border-radius:12px;overflow:hidden;box-shadow:6px 6px #2c3e504d;transform:rotate(-1deg);cursor:zoom-in;aspect-ratio:4/5;width:100%;max-width:42rem;display:flex;align-items:center;justify-content:center}.product-modal__main-image:hover{transform:rotate(0) translate(-2px,-2px);box-shadow:8px 8px #2c3e504d}.product-modal__image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .2s ease}.product-modal__image:hover{transform:scale(1.02)}.product-modal__3d-viewer{width:100%;height:100%;aspect-ratio:4/5;position:relative;background:#fff;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-modal__3d-canvas{width:100%;height:100%;border-radius:8px;display:block}.product-modal__3d-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:#ffffffe6;padding:2rem;border-radius:8px;border:3px solid #2C3E50;box-shadow:4px 4px #2c3e504d}.product-modal__3d-loading .loading-spinner{font-size:1.6rem;font-weight:800;color:#2c3e50;text-align:center;animation:loadingPulse 1.5s ease-in-out infinite}.product-modal__video{width:100%;height:100%;border-radius:8px;background:#fff;aspect-ratio:4/5;object-fit:contain;outline:none;pointer-events:auto}.product-modal__video::-webkit-media-controls-panel{background:linear-gradient(45deg,#2c3e50e6,#ff6b35e6);border-radius:8px}.product-modal__thumbnails{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem}.product-modal__thumbnail{flex:0 0 10rem;height:10rem;border:4px solid rgba(44,62,80,.3);border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);box-shadow:3px 3px #2c3e5033;transform:rotate(1deg);background:#fff}.product-modal__thumbnail:hover{transform:rotate(0) translate(-1px,-1px) scale(1.05);box-shadow:4px 4px #2c3e504d}.product-modal__thumbnail.active{border-color:#ff6b35;box-shadow:4px 4px #ff6b3566;transform:rotate(0)}.product-modal__thumbnail img{width:100%;height:100%;object-fit:cover}.product-modal__video-badge,.product-modal__3d-badge{position:absolute;bottom:.5rem;right:.5rem;background:#2c3e50;color:#fff;padding:.3rem .6rem;border-radius:4px;font-size:1rem;font-weight:900;box-shadow:2px 2px #0003}.product-modal__info{padding:3rem;display:flex;flex-direction:column;gap:2rem;overflow-y:auto;background:#fff}.product-modal__title{font-size:3.2rem;font-weight:900;color:#2c3e50;margin:0;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.1);transform:rotate(-1deg);display:inline-block;background:#fff;padding:1rem 2rem;border:4px solid #2C3E50;border-radius:8px;box-shadow:4px 4px #2c3e504d}.product-modal__price-wrapper{display:flex;align-items:center;gap:1.5rem;margin:1rem 0}.product-modal__price-wrapper .price{font-size:2.8rem;font-weight:900;color:#fff;background:#ff6b35;padding:1rem 2rem;border:4px solid #2C3E50;border-radius:8px;box-shadow:4px 4px #ff6b3599;transform:rotate(2deg);text-shadow:2px 2px 4px rgba(0,0,0,.2)}.product-modal__price-wrapper .price__compare{font-size:2rem;font-weight:700;color:#6c757d;text-decoration:line-through;background:#f8f9fa;padding:.5rem 1rem;border:3px solid #DEE2E6;border-radius:6px;transform:rotate(-1deg)}.product-modal__description{font-size:1.6rem;line-height:1.6;color:#2c3e50cc;background:#fffc;padding:2rem;border:3px solid rgba(44,62,80,.2);border-radius:8px;transform:rotate(.5deg);box-shadow:2px 2px #2c3e501a}.product-modal__variants{background:#fff9;padding:2rem;border:3px solid rgba(44,62,80,.2);border-radius:12px;transform:rotate(-.5deg)}.product-modal__option{margin-bottom:2rem}.product-modal__option-label{font-size:1.6rem;font-weight:800;color:#2c3e50;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.02em}.product-modal__option-values{display:flex;flex-wrap:wrap;gap:1rem}.product-modal__option-values input[type=radio]{display:none}.product-modal__option-value{display:inline-block;padding:1.2rem 2rem;background:#fff;color:#2c3e50;border:3px solid #2C3E50;border-radius:8px;cursor:pointer;font-weight:700;font-size:1.4rem;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);box-shadow:3px 3px #2c3e5033;transform:rotate(1deg)}.product-modal__option-value:hover{background:#4ecdc4;transform:rotate(0) translate(-1px,-1px);box-shadow:4px 4px #2c3e504d}.product-modal__option-values input[type=radio]:checked+.product-modal__option-value{background:#ff6b35;color:#fff;transform:rotate(0);box-shadow:4px 4px #ff6b3566}.product-modal__actions{display:flex;flex-direction:column;gap:2rem;margin-top:auto;padding-top:2rem}.product-modal__quantity{display:flex;flex-direction:column;gap:1rem}.form__label{font-size:1.4rem;font-weight:800;color:#2c3e50;text-transform:uppercase}.quantity{display:inline-flex;align-items:center;background:#fff;border:4px solid #2C3E50;border-radius:8px;overflow:hidden;box-shadow:4px 4px #2c3e504d;transform:rotate(-1deg);width:fit-content}.quantity__button{background:#ffe66d;border:none;padding:1.2rem 1.5rem;cursor:pointer;font-size:1.8rem;font-weight:900;color:#2c3e50;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quantity__button:hover{background:#ffd93d}.quantity__button:active{background:#e6c438}.quantity__input{border:none;padding:1.2rem 1.5rem;text-align:center;font-size:1.6rem;font-weight:800;color:#2c3e50;width:8rem;background:#fff;outline:none}.product-modal__buttons{display:flex;gap:1.5rem}.product-modal__add-to-cart,.product-modal__buy-now{flex:1;padding:1.5rem 2rem;border:4px solid #2C3E50;border-radius:8px;font-size:1.6rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;overflow:hidden}.product-modal__add-to-cart{background:#28a745;color:#fff;box-shadow:4px 4px #1e7e34;transform:rotate(-1deg)}.product-modal__add-to-cart:hover:not(:disabled){background:#218838;transform:rotate(-1deg) translate(-2px,-2px) scale(1.02);box-shadow:6px 6px #1e7e34,0 8px 20px #28a7454d;filter:saturate(1.2) brightness(1.1)}.product-modal__add-to-cart:disabled{opacity:.7;cursor:not-allowed}.product-modal__add-to-cart.loading{background:#6c757d;color:#fff;cursor:wait;position:relative;overflow:hidden}.product-modal__add-to-cart.loading:after{content:"";position:absolute;top:50%;left:50%;width:2rem;height:2rem;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;transform:translate(-50%,-50%);animation:buttonSpin 1s linear infinite}.product-modal__add-to-cart.success{background:#28a745;color:#fff;animation:successPulse .6s ease-out}.product-modal__add-to-cart.error{background:#dc3545;color:#fff;animation:errorShake .5s ease-in-out}@keyframes buttonSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes successPulse{0%{transform:rotate(-1deg) scale(1)}50%{transform:rotate(-1deg) scale(1.05)}to{transform:rotate(-1deg) scale(1)}}@keyframes errorShake{0%,to{transform:rotate(-1deg) translate(0)}25%{transform:rotate(-1deg) translate(-5px)}75%{transform:rotate(-1deg) translate(5px)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.product-modal__buy-now{background:#6bcf7f;color:#2c3e50;box-shadow:4px 4px #5bb56b;transform:rotate(1deg)}.product-modal__buy-now:hover:not(:disabled){background:#5bb56b;color:#fff;transform:rotate(1deg) translate(-2px,-2px) scale(1.02);box-shadow:6px 6px #4a9b5c,0 8px 20px #6bcf7f4d;filter:saturate(1.2) brightness(1.1)}.quantity__button,.quantity__minus,.quantity__plus{background:#ffe66d;border:none;padding:1.2rem 1.5rem;cursor:pointer;font-size:1.8rem;font-weight:900;color:#2c3e50;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quantity__button:hover,.quantity__minus:hover,.quantity__plus:hover{background:#ffd93d}.quantity__button:active,.quantity__minus:active,.quantity__plus:active{background:#e6c438}.loading-overlay__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-overlay__spinner.hidden{display:none}.loading-overlay__spinner svg{width:2.4rem;height:2.4rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-modal__footer{text-align:center;padding-top:2rem;border-top:3px dashed rgba(44,62,80,.2)}.product-modal__view-details{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#ff6b351a;color:#ff6b35;text-decoration:none;border:3px solid #FF6B35;border-radius:8px;font-weight:800;font-size:1.4rem;text-transform:uppercase;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);box-shadow:3px 3px #ff6b354d;transform:rotate(-1deg)}.product-modal__view-details:hover{background:#ff6b35;color:#fff;transform:rotate(-1deg) translate(-1px,-1px);box-shadow:4px 4px #ff6b3566}.product-modal__view-details svg{width:1.8rem;height:1.8rem;fill:currentColor}@media screen and (max-width: 1024px){.product-modal__content{grid-template-columns:1fr;max-height:95vh}.product-modal__container{border-width:4px;border-radius:12px;margin:1rem}.product-modal__media{padding:2rem}.product-modal__main-image{aspect-ratio:4/5;max-width:35rem}.product-modal__info{padding:2rem}.product-modal__title{font-size:2.4rem;padding:.8rem 1.5rem}.product-modal__price-wrapper .price{font-size:2.2rem;padding:.8rem 1.5rem}}@media screen and (max-width: 768px){.product-modal{padding:.5rem}.product-modal__container{border-width:3px;border-radius:8px}.product-modal__media,.product-modal__info{padding:1.5rem}.product-modal__title{font-size:2rem;transform:rotate(0)}.product-modal__price-wrapper{flex-direction:column;align-items:flex-start;gap:1rem}.product-modal__price-wrapper .price{font-size:2rem;transform:rotate(0)}.product-modal__buttons{flex-direction:column}.product-modal__thumbnails{gap:1rem}.product-modal__thumbnail{flex:0 0 8rem;height:8rem}}@media screen and (max-width: 480px){.product-modal__close{width:4rem;height:4rem;font-size:1.6rem}.product-modal__main-image{min-height:25rem}.product-modal__title{font-size:1.8rem;padding:.6rem 1rem}.product-modal__price-wrapper .price{font-size:1.8rem;padding:.6rem 1.2rem}.product-modal__add-to-cart,.product-modal__buy-now{font-size:1.4rem;padding:1.2rem 1.5rem}}.product-modal__ar-button{font-family:inherit;text-transform:none;letter-spacing:normal;white-space:nowrap;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.product-modal__ar-section{margin:1.5rem 0}.product-modal__ar-button-main{background:#fff;color:#2c3e50;border:4px solid #2C3E50;border-radius:12px;padding:1.2rem 2.4rem;font-size:1.6rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;box-shadow:4px 4px #2c3e5066;transform:rotate(-1deg);text-shadow:none;font-family:inherit}.product-modal__ar-button-main:hover{background:#f8f9fa;color:#2c3e50;transform:rotate(-1deg) translate(-2px,-2px) scale(1.02);box-shadow:6px 6px #2c3e5066,0 8px 20px #2c3e5033;filter:saturate(1.1) brightness(1.05)}.product-modal__ar-button-main:active{transform:rotate(-1deg) translate(-1px,-1px) scale(.98);box-shadow:3px 3px #ff6b3599}@media screen and (max-width: 768px){.product-modal__ar-button-main{font-size:1.4rem;padding:1rem 2rem;transform:rotate(0)}.product-modal__ar-button-main:hover{transform:rotate(0) translate(-1px,-1px) scale(1.01)}}@media screen and (max-width: 480px){.product-modal__ar-button-main{font-size:1.3rem;padding:1rem 1.5rem;min-height:48px}}@media screen and (max-width: 768px){.product-modal__ar-button{bottom:10px!important;right:10px!important;padding:10px 16px!important;font-size:13px!important;border-radius:16px!important;min-height:44px!important;min-width:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;box-shadow:0 4px 16px #0006!important}}@media screen and (max-width: 480px){.product-modal__ar-button{bottom:8px!important;right:8px!important;padding:12px 18px!important;font-size:14px!important;border-radius:18px!important;min-height:48px!important;font-weight:800!important;box-shadow:0 6px 20px #00000080!important}}@media screen and (max-width: 768px){.product-modal__3d-viewer{min-height:300px;aspect-ratio:1/1}.product-modal__3d-canvas{touch-action:manipulation;-webkit-touch-callout:none}.product-modal__3d-loading{padding:1.5rem;border-width:2px}.product-modal__3d-loading .loading-spinner{font-size:1.4rem}}@media screen and (max-width: 480px){.product-modal__3d-viewer{min-height:280px;border-radius:6px}.product-modal__3d-loading{padding:1rem}.product-modal__3d-loading .loading-spinner{font-size:1.3rem}}@media screen and (max-width: 768px){.product-modal__container{max-height:90vh!important;height:auto!important;margin:5vh .5rem!important;width:calc(100% - 1rem)!important;max-width:calc(100% - 1rem)!important;box-sizing:border-box!important;overflow:hidden!important}.product-modal__content{min-height:auto!important;max-height:85vh!important;overflow-y:auto!important;overflow-x:hidden!important}.product-modal__media{position:relative!important;padding:1rem!important}.product-modal__main-image{max-width:100%!important;width:100%!important;aspect-ratio:1/1!important;min-height:250px!important;max-height:300px!important}.product-modal__info{max-height:none!important;overflow:visible!important;padding:1rem!important}}@media screen and (max-width: 480px){.product-modal__container{margin:1vh .5rem;width:calc(100% - 1rem);max-height:98vh}.product-modal__close{top:1rem;right:1rem}.product-modal__main-image{aspect-ratio:1/1;min-height:250px}}@media (hover: none) and (pointer: coarse){.product-modal__ar-button{background:#000000d9!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.product-modal__ar-button:active{background:#000000f2!important;transform:scale(.98)!important;transition:all .1s ease!important}.product-modal__3d-canvas{cursor:grab}.product-modal__3d-canvas:active{cursor:grabbing}}@media screen and (max-height: 500px) and (orientation: landscape){.product-modal__container{max-height:95vh;margin:2.5vh 2rem}.product-modal__content{grid-template-columns:1fr 1fr;max-height:90vh}.product-modal__media,.product-modal__info{padding:1rem}.product-modal__main-image{aspect-ratio:1/1;min-height:200px}.product-modal__ar-button{bottom:8px!important;right:8px!important;padding:8px 14px!important;font-size:12px!important;min-height:40px!important}}@media (prefers-reduced-motion: reduce){.product-modal__container{transform:none!important;transition:none!important;animation:none!important}.product-modal__title,.product-modal__price-wrapper .price,.product-modal__option-value,.quantity{transform:none!important}}.modal-loading{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;font-size:1.8rem;font-weight:800;color:#2c3e50b3;background:#fff;border-radius:8px;text-align:center;animation:loadingPulse 1.5s ease-in-out infinite}@keyframes loadingPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@media (prefers-contrast: high){.product-modal__container{border-width:8px}.product-modal__title,.product-modal__add-to-cart,.product-modal__buy-now{border-width:6px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/product-modal.css.map */
