.sticky-bar{background:#fff;transition:transform .3s ease,opacity .3s ease;box-shadow:#000 -2px 5px 12px 4px}.sticky-bar.is-hidden{transform:translateY(calc(100% + 20px));opacity:0;pointer-events:none}.sticky-bar .push-btn__surface{transition:box-shadow .15s ease,transform .1s ease}.sticky-bar .push-btn:hover .push-btn__surface{transform:translateY(2px)}.sticky-bar .push-btn:active .push-btn__surface{transform:translateY(3px)}.sticky-bar__wrapper{gap:2rem}@media screen and (max-width: 575.98px){.sticky-bar__wrapper{gap:.75rem;flex-direction:column}}.sticky-bar .push-btn{min-width:16rem}.sticky-bar__action{width:18rem}@media screen and (max-width: 575.98px){.sticky-bar__action{width:100%}}.sticky-bar__info{display:flex;flex-direction:column;justify-content:space-between;gap:.3rem}@media screen and (max-width: 575.98px){.sticky-bar__info{width:100%;flex-direction:row;flex-wrap:wrap}}.sticky-bar__title{font-size:24px;color:#111;letter-spacing:.04em}@media screen and (max-width: 749.98px){.sticky-bar__title{font-size:16px}}.sticky-bar__reviews{color:#555}.sticky-bar__stars{flex-shrink:0}.sticky-bar__star{display:block;width:14px;height:14px;flex-shrink:0}.sticky-bar__star--filled{fill:#000}.sticky-bar__star--half{fill:#000;opacity:.5}.sticky-bar__star--empty{fill:#d1d5db}