.loaderContainer{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-item .product-actions .buttons{display:flex;flex-direction:row;justify-content:space-between;gap:6px}.product-item .product-actions .buttons .button{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:6px;border-radius:4px;background:var(--Primary-400,#c00);flex:1}.product-item .product-actions .buttons .button:hover{background:var(--Primary-500,#a00)}.product-item .product-actions .buttons .button .button-text{color:var(--Shades-White,#fff);font-size:14px;font-style:normal;font-weight:500;line-height:17px}.product-item .product-actions .buttons .button .button-image{color:var(--Shades-White,#fff);width:16px;height:16px}.product-item .product-actions .buttons .button.button-specs{background-color:#64748b}.product-item .product-actions .buttons .button.button-specs:hover{background-color:#4a5a6a}