#gwp_popup:not(.visible){display:none}#gwp_popup .gwp_popup__black_drop{position:fixed;width:100%;height:100%;background-color:#000;display:block;z-index:99999998;opacity:.5}#gwp_popup .gwp_popup__container{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:99999999;background-color:#fff;padding:30px;border:solid 2px #161616;overflow-y:auto}#gwp_popup .gwp_popup__close_button{cursor:pointer;position:absolute;top:30px;right:30px;font-size:0;width:20px;height:20px}#gwp_popup .gwp_popup__close_button svg{width:100%;height:100%;padding:0}#gwp_popup .gwp_popup__header{text-align:center;margin:0 0 20px}#gwp_popup .gwp_popup__header p{margin:0}#gwp_popup .gwp_popup__product_container{display:flex;align-items:center;gap:50px}#gwp_popup .gwp_popup__product_container .gwp_popup__product_image{flex:40% 0 0}#gwp_popup .gwp_popup__product_container .gwp_popup__product_image img{width:100%}#gwp_popup .gwp_popup__product_container .gwp_popup__product_image img:not(.active){display:none}#gwp_popup .gwp_popup__product_informations{display:flex;flex-direction:column;gap:5px}#gwp_popup .gwp_popup__product_title{margin:0;font-weight:400;font-size:26px;line-height:34px}#gwp_popup .gwp_popup__product_option_title{text-transform:uppercase;font-weight:700;font-size:17px;line-height:20px}#gwp_popup .gwp_popup__product_option_value{font-weight:400;font-size:14px;line-height:20px;margin-left:5px;text-transform:capitalize}#gwp_popup .gwp_popup__add_to_cart{margin-top:10px}@media only screen and (max-width: 749px){#gwp_popup .gwp_popup__container{width:90%;max-height:80%}#gwp_popup .gwp_popup__product_container{flex-direction:column}#gwp_popup .gwp_popup__product_container .gwp_popup__product_image{max-height:220px}#gwp_popup .gwp_popup__product_container .gwp_popup__product_image img{object-fit:contain;height:100%}#gwp_popup .gwp_popup__close_button{top:15px;right:15px}}@media only screen and (min-width: 750px){#gwp_popup{min-width:600px}}