@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}.modal[aria-hidden=false]{animation:mmfadeIn .6s cubic-bezier(0,0,.2,1)}.modal{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.modal{visibility:hidden;opacity:0;pointer-events:none;width:100%;height:100vh;background-color:rgba(var(--black),.5);position:fixed;top:0;left:0}.modal .modal-container{width:100%;height:100vh;background:rgba(0,0,0,.6)}.modal button.close,.modal button.modal-close{position:absolute;right:0;top:0;z-index:200;width:40px;height:40px;line-height:40px;text-align:center;background:var(--highlight);border:none;cursor:pointer}.modal button.close::after,.modal button.modal-close::after{content:"\f00d";font-family:"Font Awesome 6 Sharp Regular";font-weight:400}.modal div[role=dialog]{width:90%;max-width:800px;background-color:var(--white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--black)}.modal div[role=dialog] header{display:flex;justify-content:space-between}.modal div[role=dialog] .row-inner{width:100%;padding:30px 5%}.modal#modal-add-to-wishlist div[role=dialog],.modal#modal-delete div[role=dialog],.modal#modal-share div[role=dialog]{max-width:450px;max-height:450px;overflow:auto}.modal#modal-add-to-wishlist h3,.modal#modal-delete h3,.modal#modal-share h3{text-align:center}.modal.is-open{visibility:visible;pointer-events:all;opacity:1;z-index:500}html.modal-is-open{overflow-y:hidden}body.woocommerce.gallery-active #content,body.woocommerce.gallery-active #smooth-inner,body.woocommerce.gallery-active .product-image-col,body.woocommerce.gallery-active .product-page,body.woocommerce.gallery-active .row-inner{position:static!important}body.woocommerce.gallery-active #content .row-type-image_carousel,body.woocommerce.gallery-active #smooth-inner .row-type-image_carousel,body.woocommerce.gallery-active .product-image-col .row-type-image_carousel,body.woocommerce.gallery-active .product-page .row-type-image_carousel,body.woocommerce.gallery-active .row-inner .row-type-image_carousel{position:static}