.ur-bar{background:rgba(var(--color-success),.1);padding:.75rem 1rem 1.75rem;margin-bottom:.75rem}.ur-bar--rounded{border-radius:.5rem}.ur-bar__msg{display:flex;align-items:center;gap:.5rem;color:rgb(var(--colors-text));line-height:1.35}.ur-bar__icon{width:1.25rem;height:1.25rem;flex:none;display:block}.ur-bar__msg b{font-weight:600}.ur-track{position:relative;width:auto;height:2px;margin:1.5rem .95rem 0;background:rgb(var(--colors-line-and-border));border-radius:9999px}.ur-track__fill{position:absolute;inset:0 auto 0 0;width:0;height:2px;border-radius:9999px;background:rgb(var(--color-success))}.ur-track__fill.is-active{transition:width .9s ease-in-out}[dir=rtl] .ur-track__fill{inset:0 0 0 auto}.ur-node{position:absolute;top:50%;transform:translate(-50%,-50%)}[dir=rtl] .ur-node{transform:translate(50%,-50%)}.ur-node__dot{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;border:1px solid rgb(var(--colors-text));background:rgb(var(--colors-background));color:rgb(var(--colors-text))}.ur-node__dot svg{width:.85rem;height:.85rem}.ur-node.is-reached .ur-node__dot{border-color:rgb(var(--color-success));background:rgb(var(--color-success));color:rgb(var(--colors-background))}.ur-node__cap{position:absolute;top:calc(100% + .3rem);left:50%;transform:translate(-50%);white-space:nowrap;font-size:.65rem;line-height:1;font-weight:600;opacity:.7}.ur-node--end .ur-node__cap{left:auto;right:0;transform:none}[dir=rtl] .ur-node--end .ur-node__cap{right:auto;left:0}.ur-node.is-reached .ur-node__cap{color:rgb(var(--color-success));opacity:1}.ur-pop__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100}.ur-pop__wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none}.ur-pop{position:relative;pointer-events:auto;display:flex;flex-direction:column;width:100%;max-width:30rem;max-height:88vh;max-height:88dvh;overflow:hidden;background:rgb(var(--colors-background));color:rgb(var(--colors-text));box-shadow:4px 8px 24px #0000003d}.ur-pop--rounded{border-radius:.75rem}.ur-pop__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 1.25rem}.ur-pop__body::-webkit-scrollbar{width:3px}.ur-pop__body::-webkit-scrollbar-thumb{background:rgba(var(--colors-text),.25);border-radius:9999px}.ur-pop__close{position:absolute;top:.65rem;right:.65rem;z-index:10;width:fit-content;border-radius:9999px;cursor:pointer}[dir=rtl] .ur-pop__close{right:auto;left:.65rem}.ur-pop__head{flex:none;display:flex;align-items:center;gap:.5rem;padding:1.25rem 3rem .9rem 1.25rem}.ur-pop__tick{width:1.4rem;height:1.4rem;flex:none;color:rgb(var(--color-success))}.ur-pop__item{display:flex;gap:.85rem;align-items:center;padding:.65rem;margin-bottom:1rem;background:rgba(var(--colors-line-and-border),.35)}.ur-pop__item--rounded{border-radius:.5rem}.ur-pop__thumb{position:relative;width:3.5rem;height:3.5rem;flex:none;overflow:hidden;background:rgba(var(--colors-line-and-border),.6)}.ur-pop__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ur-pop__price{margin-left:auto;font-weight:600;color:rgb(var(--colors-price))}[dir=rtl] .ur-pop__price{margin-left:0;margin-right:auto}.ur-rail{display:flex;gap:.65rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:.35rem;scrollbar-width:none}.ur-rail::-webkit-scrollbar{display:none}.ur-rail>*{flex:0 0 8.5rem;scroll-snap-align:start}.ur-rail__head{display:flex;align-items:center;gap:.5rem;margin:1.25rem 0 .6rem}.ur-rail__title{font-weight:600}.ur-rail__nav{margin-left:auto;display:flex;gap:.35rem}[dir=rtl] .ur-rail__nav{margin-left:0;margin-right:auto}.ur-rail__nav button{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--colors-line-and-border));border-radius:9999px;color:rgb(var(--colors-text));cursor:pointer}.ur-rail__nav button:hover{background:rgb(var(--colors-text));color:rgb(var(--colors-background))}.ur-rail__nav svg{width:.6rem;height:.6rem}.ur-rail__nav .ur-prev svg{transform:rotate(90deg)}.ur-rail__nav .ur-next svg{transform:rotate(-90deg)}.ur-card{display:flex;flex-direction:column;border:1px solid rgb(var(--colors-line-and-border));padding:.5rem}.ur-card--rounded{border-radius:.5rem}.ur-card__img{position:relative;width:100%;padding-bottom:100%;overflow:hidden;margin-bottom:.5rem;background:rgba(var(--colors-line-and-border),.5)}.ur-card--rounded .ur-card__img{border-radius:.35rem}.ur-card__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ur-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.3;min-height:2.05rem;margin-bottom:.2rem}.ur-card__price{font-size:.8rem;margin-bottom:.5rem}.ur-card__price .price{font-size:.8rem}.ur-card__btn{margin-top:auto;position:relative;width:100%;padding:.45rem .35rem;font-size:.75rem;font-weight:600;text-align:center;cursor:pointer;border:1px solid rgb(var(--colors-text));color:rgb(var(--colors-text));background:transparent;display:block}.ur-card--rounded .ur-card__btn{border-radius:.4rem}.ur-card__btn:hover{background:rgb(var(--colors-text));color:rgb(var(--colors-background))}.ur-card__btn--disabled{opacity:.45;cursor:default;pointer-events:none}.ur-card__spinner{position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem}.ur-pop__actions{flex:none;display:grid;grid-template-columns:1fr 1fr;gap:.6rem;padding:.9rem 1.25rem 1.25rem;border-top:1px solid rgb(var(--colors-line-and-border));background:rgb(var(--colors-background))}.ur-pop__actions>*{width:100%;text-align:center}@media(max-width:480px){.ur-pop{max-height:92dvh}.ur-pop__head{padding:1rem 2.75rem .75rem 1rem}.ur-pop__body{padding:0 1rem}.ur-pop__actions{padding:.75rem 1rem 1rem}.ur-node__cap{font-size:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/upsell-rewards.css.map */
