.uc-side-cart{--ubap-cart-bar-color:#10B981}.ubap-cart-bar{list-style:none;display:flex;align-items:center;gap:10px;margin:4px 0 10px;padding:9px 12px;border-left:3px solid var(--ubap-cart-bar-color);background:color-mix(in srgb,var(--ubap-cart-bar-color) 10%,transparent);border-radius:8px;color:color-mix(in srgb,var(--ubap-cart-bar-color) 75%,#0F172A 25%);font-size:12.5px;line-height:1.45;font-family:inherit;animation:ubap-cb-fade .22s ease-out}@supports not (background:color-mix(in srgb,red 50%,blue)){.ubap-cart-bar{background:#10b9811a;color:#064e3b}}.ubap-cart-bar__icon{flex-shrink:0;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--ubap-cart-bar-color);color:#fff}.ubap-cart-bar__text{flex:1;min-width:0}.ubap-cart-bar__text strong{font-weight:700;color:color-mix(in srgb,var(--ubap-cart-bar-color) 60%,#0F172A 40%)}.ubap-cart-bar__amount{color:var(--ubap-cart-bar-color);font-weight:800}@keyframes ubap-cb-fade{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .ubap-cart-bar,.dark .ubap-cart-bar{background:color-mix(in srgb,var(--ubap-cart-bar-color) 14%,transparent);color:color-mix(in srgb,var(--ubap-cart-bar-color) 80%,#F5F5F7 20%)}[data-theme=dark] .ubap-cart-bar__text strong,.dark .ubap-cart-bar__text strong{color:color-mix(in srgb,var(--ubap-cart-bar-color) 50%,#F5F5F7 50%)}.ubap-cart-suggestion{display:none!important}.ubap-coupon-notice{display:flex;align-items:center;gap:9px;margin:0 16px 10px;padding:0 13px;border-radius:10px;font-size:13.5px;font-weight:600;line-height:1.35;max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);transition:max-height .28s ease,opacity .2s ease,transform .28s ease,padding .28s ease}.ubap-coupon-notice.is-show{max-height:120px;opacity:1;padding-top:11px;padding-bottom:11px;transform:translateY(0)}.ubap-coupon-notice.is-ok{background:#e8f7ee;color:#157347;border:1px solid #b7e4c7}.ubap-coupon-notice.is-err{background:#fdecec;color:#c0392b;border:1px solid #f5b7b1}.ubap-coupon-notice__icon{display:inline-flex;flex:0 0 auto}.ubap-coupon-notice__txt{flex:1 1 auto}