.product-grid-collection{display:flex;flex-direction:column}
.product-grid-collection .product-grid-header{display:flex;justify-content:space-between;align-items:center}
.product-grid-collection .product-grid-header .product-grid-logo{width:77px;height:75px;margin-left:auto}
.product-grid-collection .mchp-title-hr{width:100%}
.product-grid-collection .product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.product-grid-collection .product-grid .product-category{border:1px solid #d1dbe6;border-radius:6px;display:flex;flex-direction:column;box-shadow:0 1px 3px 0 #0000001A,0 1px 2px 0 #0000000F}
.product-grid-collection .product-grid .product-category:nth-child(6n+1) .product-category-title{background-color:#d2eefe;font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;letter-spacing:0;padding:12px 16px;border-radius:5px;display:flex;align-items:center}
.product-grid-collection .product-grid .product-category:nth-child(6n+2) .product-category-title{background-color:#c1e4fa;font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;letter-spacing:0;padding:12px 16px;border-radius:5px;display:flex;align-items:center}
.product-grid-collection .product-grid .product-category:nth-child(6n+3) .product-category-title{background-color:#acd8f2;font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;letter-spacing:0;padding:12px 16px;border-radius:5px;display:flex;align-items:center}
.product-grid-collection .product-grid .product-category:nth-child(6n+4) .product-category-title{background-color:#91c8e7;font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;letter-spacing:0;padding:12px 16px;border-radius:5px;display:flex;align-items:center}
.product-grid-collection .product-grid .product-category:nth-child(6n+5) .product-category-title{background-color:#65b1db;font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;letter-spacing:0;padding:12px 16px;border-radius:5px;display:flex;align-items:center}
.product-grid-collection .product-grid .product-category:nth-child(6n+6) .product-category-title{background-color:#67abc9;font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;letter-spacing:0;padding:12px 16px;border-radius:5px;display:flex;align-items:center}
.product-grid-collection .product-grid .product-category .product-category-info{display:flex;flex-direction:column;justify-content:space-between;height:100%}
.product-grid-collection .product-grid .product-category .product-category-info .product-container{display:grid;grid-template-columns:repeat(1,1fr);gap:8px;padding:8px 0}
.product-grid-collection .product-grid .product-category .product-category-info .product-container .product-wrapper{padding:0 8px;margin:0}
.product-grid-collection .product-grid .product-category .product-category-info .product-container .product-wrapper .product{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:32px;padding:8px 12px;font-size:14px;font-weight:400;color:#182029;background-color:#e3f5ff;border-radius:4px;box-shadow:0 1px 2px 0 #1018200F,0 1px 3px 0 #1018201A;text-decoration:none;cursor:pointer;line-height:20px}
.product-grid-collection .product-grid .product-category .product-category-info .product-container .product-wrapper .product:hover{outline:1.5px solid var(--Secondary-Medium-blue-8,#65b1db)}
.product-grid-collection .product-grid .product-category .product-category-info .product-container .product-wrapper .product .product-description{color:#8090a0;font-size:10px;line-height:12px;font-weight:400}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper{background-color:#fafdff;position:relative;display:flex;flex-direction:column;align-items:flex-start;border-radius:6px;cursor:pointer;padding:0 16px 12px}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .mchp-product-action-button{display:flex;align-items:center;gap:8px;color:#1c355e;font-family:'Open Sans',sans-serif;font-size:14px;font-weight:400;text-decoration:none}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .mchp-product-action-button:hover{color:#157eac}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup{display:none;position:absolute;top:90%;left:50%;transform:translateX(-50%);z-index:10;background:#ecf1f6;padding:12px;border-radius:4px;flex-direction:column;align-items:center;gap:16px;width:100%}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .primary-button,.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .secondary-button{height:44px;width:100%;border-radius:4px;background-color:#1c355e;font-weight:600;font-size:14px;font-family:'Open Sans',sans-serif;line-height:24px;display:flex;justify-content:center;align-items:center;text-decoration:none}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .primary-button:hover,.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .secondary-button:hover{background-color:#157eac;outline:1px solid #157eac}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .primary-button:active,.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .secondary-button:active{background-color:#00709e;outline:1px solid #00709e}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .primary-button:focus,.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .secondary-button:focus{background-color:#157eac;outline:2px solid #84aae7}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .primary-button span,.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .secondary-button span{color:#fff;text-decoration:none !important}
@media(max-width:992px){.product-grid-collection .product-grid{grid-template-columns:repeat(1,1fr)}
.product-grid-collection .product-grid .product-category .product-category-info .product-container{grid-template-columns:repeat(2,1fr);gap:8px}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup{top:unset;bottom:0;background:0;flex-direction:row;width:95%}
.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .primary-button,.product-grid-collection .product-grid .product-category .product-category-info .button-wrapper .cta-popup .secondary-button{height:36px}
.product-grid-collection .product-grid-header .product-grid-logo{width:62px;height:60px}
}
@media(max-width:464px){.product-grid-collection .product-grid .product-category .product-category-info .product-container{grid-template-columns:repeat(1,1fr);gap:4px}
}