.cartnote{position:fixed;right:0;bottom:40vh;background:var(--white-color);border:.0625rem solid var(--primary-color);border-radius:.625rem 0 0 .625rem;overflow:hidden;font-family:var(--arial-font);font-size:.875rem;font-weight:700;z-index:999;animation:slide 1s 1}.cartnote__bld-text{background:var(--secondary-color);color:var(--white-color);padding:.5rem;text-align:center}.cartnote__text{padding:.5rem 1.25rem .5rem .5rem}.cartnote__link{display:inline-flex;align-items:center}@keyframes slide{0%{right:-100%}to{right:0}}