{"version":3,"sourceRoot":"","sources":["../../pss/blocks/pss-product_block.scss"],"names":[],"mappings":"AAAA,kBACC,aACA,eACA,8BAED,mBACC,WACA,yBAEA,aACA,mDACA,2CAED,sBACI,eACA,gBACH,cAED,sBACC,eACA,cAED,sBACC,eACA,cAED,sBACC,WACA,cACA,kBAED,qBACC,UACA,aAED,mBACC,UACA,gBAED,iBACC,WACA,gBACA,WAED,mBACC,sBACA,2BACA,WAED,0CACC,mBACC,iCAED,qBACC,qBACA,kBAED,iBACC,WACA,aAED,mBACC,WACA","sourcesContent":[".pss-product_wrap {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tjustify-content: space-between;\n}\n.pss-product_block {\n\twidth: 100%;\n\tborder: 1px solid #d8d8d8;\n\t// margin-bottom: 50px;\n\tdisplay: flex;\n\t-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);\n\tbox-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);\n}\n.pss-product_block h2 {\n    font-size: 22px;\n    font-weight: 500;\n\tmargin: 10px 0;\n}\n.pss-product_block h3 {\n\tfont-size: 20px;\n\tmargin: 10px 0;\n}\n.pss-product_block h4 {\n\tfont-size: 19px;\n\tmargin: 10px 0;\n}\n.pss-product_purchase {\n\twidth: 100%;\n\tdisplay: block;\n\ttext-align: center;\n}\n.pss-product_details {\n\twidth: 40%;\n\tpadding: 20px;\n}\n.pss-product_right {\n\twidth: 60%;\n\toverflow: hidden;\t\n}\n.pss-product_map {\n\twidth: 100%;\n\tbackground: black;\n\theight: 50%;\n}\n.pss-product_image {\n\tbackground-size: cover;\n\tbackground-position: center;\n\theight: 50%;\n}\n@media only screen and (max-width: 768px) {\n\t.pss-product_block {\n\t\tflex-direction: column !important;\n\t}\n\t.pss-product_details {\n\t\twidth: 85% !important;\n\t\ttext-align: center;\n\t}\n\t.pss-product_map {\n\t\twidth: 100%;\n\t\theight: 350px;\n\t}\n\t.pss-product_right {\n\t\twidth: 100%;\n\t\theight: 550px;\n\t}\n}"]}