aside#productReminder{visibility:hidden;opacity:0;position:fixed;top:52px;width:100%;height:52px;background-color:var(--w);z-index:99;transition:opacity .4s ease-in-out;border-bottom:1px solid var(--we);box-shadow:0 0 8px rgba(0,0,0,.16)}aside#productReminder .width *{user-select:none;display:none}aside#productReminder .width .button,aside#productReminder .width .product,aside#productReminder .width button{display:inline-block}aside#productReminder .width span{font-size:16px;font-family:OS;line-height:16px;margin:18px 0 0 4px;overflow:visible}aside#productReminder .width span:first-child{margin:12px 0 0 20px;font-size:20px;line-height:24px;font-weight:600;font-family:FS}aside#productReminder .width span.tag{margin:9px 16px 0 20px;color:var(--w);padding:4px 8px;font-size:12px;font-weight:600;line-height:20px;vertical-align:text-bottom;background-color:var(--c);text-transform:uppercase;white-space:nowrap;border-radius:2px;letter-spacing:.8px}aside#productReminder .width b[tag]{display:none;margin:9px 0 0 16px}aside#productReminder .width b[tag]:before{display:inline-block;content:'';border-radius:4px 0 0 4px;width:8px;background-color:var(--lc);border-right:2px var(--w) dotted;height:32px}aside#productReminder .width b[tag]:after{content:attr(tag);display:inline-block;background-color:var(--lc);color:var(--bb);border-radius:0 4px 4px 0;font-size:16px;font-variation-settings:'wght' 650;line-height:32px;vertical-align:top;margin:0 8px 0 0;padding:0 8px;text-transform:uppercase}aside#productReminder .width span.price{font-size:24px;line-height:12px;font-variation-settings:'wght' 700}aside#productReminder .width d{display:none}aside#productReminder .width .button,aside#productReminder .width button{margin:8px 20px 0 0;float:right;padding:8px 12px;font-size:13px}aside#productReminder.show{visibility:visible;opacity:1}@media screen and (min-width:640px){aside#productReminder .width b[tag],aside#productReminder .width span{display:inline-block}aside#productReminder .width span:first-child{margin:12px 0 0 20px;font-size:21px}}@media screen and (min-width:900px){aside#productReminder .width d{display:inline}}