.catalogue-section .name{color:var(--secondary-color);font-size:18px;font-weight:500;line-height:1.15}.catalogue-section .content .icon-wrapper{position:relative;top:-2px;cursor:pointer}.catalogue-section .content .icon-wrapper i{color:var(--secondary-color)}.catalogue-section .popup-overlay{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background:rgba(0,0,0,.75);z-index:9999}.catalogue-section .popup-form{width:90vw;max-width:760px;height:max-content;max-height:90vh;background:var(--lightblue-bg)}.catalogue-section .popup-form h2{font-size:24px;font-weight:500;line-height:1.25;text-align:left;padding-right:20px}.catalogue-section .popup-form h2 span{color:var(--secondary-color)}.catalogue-section .popup-form .top-heading{position:relative;min-height:22px}.catalogue-section .popup-form .close-menu{cursor:pointer;position:absolute;right:0}.catalogue-section .popup-form .title{font-size:28px;font-weight:500;line-height:1.25;text-align:left}.catalogue-section .popup-form p{margin-top:16px;font-size:22px}.catalogue-section .popup-form p.errorMsg{font-size:14px}.catalogue-section .form-wrapper{max-height:calc(100vh - 150px);overflow-y:auto}.catalogue-section form{max-height:calc(100% - 100px);overflow-y:auto}.catalogue-section .item .img-wrapper{background:var(--light-grey);box-shadow:0 0 4px rgba(0,0,0,.1)}.catalogue-section .item .img-wrapper img{height:100%;max-height:240px;width:100%;max-width:100%;object-fit:cover;object-position:center}@media only screen and (max-width:1024.5px){.catalogue-section .item .img-wrapper img{max-height:300px}}@media only screen and (max-width:767.5px){.catalogue-section .popup-form h2{font-size:18px}.catalogue-section .popup-form .title{font-size:22px}.catalogue-section .popup-form p{font-size:16px}.catalogue-section .item .img-wrapper img{max-height:100%}}