.drawer__header{padding-bottom:0}.cart-progress-bar .pb-title{text-transform:uppercase;margin-top:0;margin-bottom:0}.cart-progress-bar .pb-subtitle{font-size:1.35rem;line-height:1.2;display:block;margin:.5rem 0;text-transform:none}.cart-progress-bar .pb-meter{box-sizing:content-box;height:12px;position:relative;background:#555;border-radius:25px;padding:6px;box-shadow:inset 0 -1px 1px #ffffff4d}.cart-progress-bar .pb-meter>span{display:block;height:100%;border-radius:20px 8px 8px 20px;background-color:var(--mint);background-image:linear-gradient(center bottom,var(--mint) 37%,var(--azure) 69%);box-shadow:inset 0 2px 9px #ffffff4d,inset 0 -2px 6px #0006;position:relative;overflow:hidden}.cart-progress-bar .pb-meter>span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;background-size:50px 50px;animation:move 3s linear infinite;border-radius:20px 8px 8px 20px;overflow:hidden}@media (prefers-reduced-motion){.cart-progress-bar .pb-meter>span:after{animation:none}}@keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}cart-drawer.is-empty .cart-progress-bar{padding:0 2rem;text-align:center}@media (max-width: 380px){cart-drawer.is-empty .cart-progress-bar{padding:0 1.5rem}}@media (max-width: 404px){.cart-progress-bar p.pb-subtitle{font-size:1.2rem}cart-drawer.is-empty .cart-drawer-faq{display:none}}.threshold-selector{max-width:40rem;margin:0;padding:5px;background:#fafafa;border-radius:8px;transition:opacity .3s ease-out,max-height .5s ease-out,margin .3s ease-out,padding .3s ease-out;opacity:0;max-height:0;overflow:hidden}.threshold-selector:not(.hidden){opacity:1;max-height:2000px}.threshold-selector.hidden{opacity:0;max-height:0;margin:0 auto;padding-top:0;padding-bottom:0}.threshold-selector .threshold-header{text-align:center;margin-bottom:10px}.threshold-selector h4.threshold-subtitle{font-size:1.2rem;margin-bottom:0;margin-top:0;text-align:left}.threshold-selector .amount-needed{font-weight:600;color:#e0195b}.threshold-selector .product-grid{display:flex;overflow-x:auto;gap:10px;padding:5px 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.threshold-selector .product-grid::-webkit-scrollbar{height:4px}.threshold-selector .product-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.threshold-selector .product-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.threshold-selector .product-grid::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.threshold-selector .product-block{flex:0 0 150px;display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:10px;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;min-height:220px}.threshold-selector .product-block:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.threshold-selector .product-image{display:block;width:100%}.threshold-selector .product-image img{width:100%;height:130px;object-fit:cover;border-radius:4px;transition:opacity .2s}.threshold-selector .product-image:hover img{opacity:.9}.threshold-selector .product-image img.placeholder{background:#efefef;border:1px dashed #ddd}.threshold-selector .product-info{flex-grow:1;margin-bottom:8px;display:flex;flex-direction:column}.threshold-selector .product-title{display:block;font-size:1.1rem;font-weight:500;text-decoration:none;color:#333;margin-bottom:6px;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.threshold-selector .product-title:hover{color:var(--azure)}.threshold-selector .product-price{display:flex;align-items:center}.threshold-selector .current-price{font-size:1.1rem;font-weight:600;color:#333}.threshold-selector .sale-price{font-size:1.1rem;font-weight:600;color:#e0195b;margin-right:6px}.threshold-selector .original-price{color:#888;text-decoration:line-through;font-size:.8em;display:block}.threshold-selector .product-actions{margin-top:auto}.threshold-selector .add-button{width:100%;color:#fff;background:#e0195b;border:2px solid #e0195b;border-radius:6px;padding:8px 10px;font-weight:500;font-size:12px;cursor:pointer;transition:all .2s;position:relative;text-transform:uppercase}.threshold-selector .add-button:hover{background-color:#c9174f;border-color:#c9174f;transform:translateY(-1px)}.threshold-selector .add-button:active{transform:translateY(0)}.threshold-selector .add-button[aria-disabled=true]{cursor:not-allowed;opacity:.7;transform:none}.threshold-selector .add-button .loading__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;position:absolute;left:calc(50% - 7px);top:calc(50% - 7px)}.threshold-selector .add-button.loading span{visibility:hidden}@keyframes spin{to{transform:rotate(360deg)}}.threshold-selector .hidden{display:none!important}.threshold-selector .product-grid:before,.threshold-selector .product-grid:after{content:"";position:sticky;z-index:1;width:2px;flex-shrink:0}.threshold-selector .product-grid:before{left:0;background:linear-gradient(to right,#fafafa,transparent)}.threshold-selector .product-grid:after{right:0;background:linear-gradient(to left,#fafafa,transparent)}@media (max-width: 768px){.threshold-selector .threshold-subtitle{font-size:1.1rem}.threshold-selector .product-grid{gap:12px;padding:8px 0}.threshold-selector .product-block{flex:0 0 140px;padding:8px;min-height:200px}.threshold-selector .product-image img{height:120px}.threshold-selector .product-title{font-size:.85rem}.threshold-selector .add-button{padding:6px 8px;font-size:11px}}@media (max-width: 480px){.threshold-selector{max-width:calc(100vw - 40px)}.threshold-selector .threshold-subtitle{font-size:1rem}.threshold-selector .product-block{flex:0 0 130px;min-height:190px}.threshold-selector .product-image img{height:110px}.threshold-selector .product-title{font-size:1rem;-webkit-line-clamp:2}}
/*# sourceMappingURL=/cdn/shop/t/949/assets/progress-bar.css.map */
