.cart-loader-wrapper{z-index:2;position:absolute;top:0;left:0;border-radius:6px;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.66);height:100%;width:100%}.cart-loader__icon{stroke:var(--theme-color-main, #1baeb4);height:20px}.button-spinner-icon__path--green{stroke:var(--theme-color-main, #1baeb4)}.cart-icon{width:24px;height:24px;fill:currentColor;pointer-events:none}@media only screen and (min-width: 1024px ){.cart-icon{width:28px;height:28px}}.incordia-cart{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.incordia-cart__link{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:2}.cart-item-count{pointer-events:none;position:absolute;font-size:1rem;top:0;left:29px;display:flex;align-items:center;line-height:initial;height:16px;min-width:16px;border-radius:20px;font-weight:700;padding:1px 5px 1px;background-color:var(--theme-color-main, #1baeb4);color:var(--theme-color-white, #ffffff)}@media only screen and (min-width: 1024px ){.cart-item-count{top:4px;left:24px}}