.homenote{position:fixed;right:0;bottom:4vh;background:var(--white-color);border-radius:.625rem 0 0 .625rem;border:.0625rem solid var(--primary-color);border-right:0;font-family:var(--arial-font);font-size:.875rem;font-weight:700;z-index:999;animation:slide 1s 1;display:flex;min-width:16.625rem}.homenote__cart{bottom:auto;top:40vh}.homenote__bld-text{background:var(--secondary-color);color:var(--white-color);padding:.5rem;border-radius:.625rem 0 0 .625rem;text-align:center}.homenote__bld-text img{max-width:1.875rem;max-height:1.875rem;width:1.875rem}.homenote__text{padding:.5rem 1.25rem .5rem .5rem}.homenote__icon-box,.homenote__link{display:inline-flex;align-items:center}.homenote__icon-box{width:1.5rem;height:1.5rem;min-width:1.5rem;position:absolute;top:-.75rem;right:.75rem;background:var(--primary-color);justify-content:center;border-radius:50%;line-height:1;cursor:pointer}.homenote__icon-box i{color:var(--white-color);font-size:.5rem;line-height:normal}@keyframes slide{0%{right:-100%}to{right:0}}