.crypto-sidebar{position:fixed;right:0;top:50%;transform:translateY(-50%);width:280px;background:#fff;border:1px solid #e4e2e2;border-right:none;border-radius:4px 0 0 4px;z-index:9999;font-family:inherit;box-shadow:-2px 0 12px #0000000f;transition:transform .3s ease}.crypto-sidebar[data-expanded=false]{transform:translateY(-50%) translate(100%)}.crypto-sidebar__toggle{position:absolute;left:0;top:50%;transform:translate(-100%);width:28px;padding:10px 0;background:#fff;border:1px solid #e4e2e2;border-right:none;border-radius:4px 0 0 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;color:#434343;transition:background .2s ease}.crypto-sidebar__toggle:hover{background:#f5f5f5}.crypto-sidebar__toggle-icon{flex-shrink:0;opacity:.7}.crypto-sidebar__toggle-chevron{flex-shrink:0;transition:transform .3s ease}.crypto-sidebar[data-expanded=false] .crypto-sidebar__toggle-chevron{transform:rotate(180deg)}.crypto-sidebar__inner{padding:16px}.crypto-sidebar__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #e4e2e2}.crypto-sidebar__title{font-size:14px;font-weight:400;color:#434343;letter-spacing:.06em;text-transform:uppercase}.crypto-sidebar__subtitle{font-size:11px;color:#b4b4b4;letter-spacing:.02em}.crypto-sidebar__loading{display:flex;justify-content:center;padding:24px 0}.crypto-sidebar__spinner{width:20px;height:20px;border:2px solid #e4e2e2;border-top-color:#434343;border-radius:50%;animation:crypto-spin .7s linear infinite}.crypto-sidebar__list{display:flex;flex-direction:column;gap:2px}.crypto-sidebar__coin{display:grid;grid-template-columns:28px 1fr auto;grid-template-rows:auto auto;column-gap:10px;row-gap:1px;align-items:center;padding:8px 6px;border-radius:3px;transition:background .15s ease}.crypto-sidebar__coin:hover{background:#f9f9f9}.crypto-sidebar__icon{grid-row:1 / 3;width:28px;height:28px;border-radius:50%;object-fit:contain}.crypto-sidebar__coin-name{font-size:13px;font-weight:400;color:#2b2b2b;line-height:1.2}.crypto-sidebar__coin-symbol{font-size:10px;color:#b4b4b4;text-transform:uppercase;letter-spacing:.04em}.crypto-sidebar__price{font-size:13px;font-weight:400;color:#2b2b2b;text-align:right;font-variant-numeric:tabular-nums}.crypto-sidebar__change-row{grid-column:2 / 4;display:flex;align-items:center;gap:6px}.crypto-sidebar__change{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-variant-numeric:tabular-nums;line-height:1}.crypto-sidebar__change--up{color:#16a34a}.crypto-sidebar__change--down{color:#dc2626}.crypto-sidebar__arrow{display:inline-block;width:0;height:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent}.crypto-sidebar__arrow--up{border-bottom:5px solid #16a34a}.crypto-sidebar__arrow--down{border-top:5px solid #dc2626}.crypto-sidebar__sparkline{height:20px;width:60px;margin-left:auto}.crypto-sidebar__footer{margin-top:12px;padding-top:10px;border-top:1px solid #e4e2e2;font-size:10px;color:#b4b4b4;text-align:center;letter-spacing:.02em}.crypto-sidebar__footer-link{color:#888;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.crypto-sidebar__footer-link:hover{color:#434343;border-bottom-color:#434343}.crypto-sidebar__mobile-handle{display:none;flex-direction:column;align-items:center;padding:8px 0 12px;cursor:pointer;gap:6px}.crypto-sidebar__handle-pill{width:36px;height:4px;background:#e4e2e2;border-radius:2px}.crypto-sidebar__handle-label{display:flex;align-items:center;gap:6px;font-size:12px;color:#434343;letter-spacing:.05em;text-transform:uppercase}.crypto-sidebar__handle-market-icon{opacity:.75;flex-shrink:0}.crypto-sidebar__handle-chevron{flex-shrink:0;transition:transform .3s ease;margin-left:2px;opacity:.5}.crypto-sidebar[data-expanded=true] .crypto-sidebar__handle-chevron{transform:rotate(180deg)}@media(max-width:768px){.crypto-sidebar{top:auto;right:0;left:0;bottom:0;width:100%;max-height:85vh;border-radius:12px 12px 0 0;border:1px solid #e4e2e2;border-bottom:none;transform:translateY(calc(100% - 56px));box-shadow:0 -4px 20px #00000014}.crypto-sidebar[data-expanded=true]{transform:translateY(0)}.crypto-sidebar[data-expanded=false]{transform:translateY(calc(100% - 56px))}.crypto-sidebar__toggle{display:none}.crypto-sidebar__mobile-handle{display:flex}.crypto-sidebar__inner{overflow-y:auto;max-height:calc(85vh - 56px);padding-bottom:20px}}.btc-price-badge{display:inline-flex;align-items:center;font-size:.85em;color:#f7931a;font-weight:600;white-space:nowrap;vertical-align:baseline}.btc-price-badge:before{content:"|";margin:0 6px;color:#ccc;font-weight:400}[data-price-cents] .f\:price__regular,[data-price-cents] .f\:price__sale{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:0 4px}.crypto-pay-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;transition:background .2s,transform .1s;border:none;margin:8px 0;line-height:1.4}.crypto-pay-btn:active{transform:scale(.98)}.crypto-pay-btn--primary{background:#f7931a;color:#fff}.crypto-pay-btn--primary:hover{background:#e8850f}.crypto-pay-btn--secondary{background:transparent;color:#f7931a;border:2px solid #f7931a}.crypto-pay-btn--secondary:hover{background:#f7931a14}.crypto-pay-btn__icon{flex-shrink:0}.crypto-checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px}.crypto-checkout-modal{background:#fff;border-radius:12px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;padding:32px;position:relative;box-shadow:0 20px 60px #00000040}.crypto-checkout-modal__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:4px}.crypto-checkout-modal__close:hover{color:#000}.crypto-checkout-modal__title{font-size:22px;font-weight:700;margin:0 0 4px}.crypto-checkout-modal__subtitle{color:#666;font-size:14px;margin:0 0 20px}.crypto-checkout-cart-summary{background:#f9f9f9;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:14px}.crypto-checkout-cart-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;gap:8px}.crypto-checkout-cart-item__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crypto-checkout-cart-item__price{white-space:nowrap;font-weight:500}.crypto-btc-highlight{color:#f7931a;font-weight:600}.crypto-checkout-cart-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;margin-top:8px;padding-top:8px;font-weight:700;font-size:15px}.crypto-checkout-cart-summary__empty{text-align:center;color:#999;margin:0}.crypto-checkout-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.crypto-checkout-form__field{margin-bottom:14px}.crypto-checkout-form__field label{display:block;font-size:13px;font-weight:600;margin-bottom:4px;color:#333}.crypto-checkout-form__field input,.crypto-checkout-form__field textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.crypto-checkout-form__field input:focus,.crypto-checkout-form__field textarea:focus{outline:none;border-color:#f7931a;box-shadow:0 0 0 2px #f7931a26}.crypto-checkout-form__input--error{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261f!important}.crypto-checkout-form__submit{margin-top:6px}.crypto-checkout-confirm{text-align:center;padding:20px 0 10px}.crypto-checkout-confirm__icon{width:56px;height:56px;background:#16a34a;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}.crypto-checkout-confirm__text{color:#555;font-size:15px;line-height:1.6;margin:12px 0 24px}.crypto-checkout-loading{text-align:center;padding:40px 0}.crypto-checkout-loading__spinner{width:36px;height:36px;border:3px solid #eee;border-top-color:#f7931a;border-radius:50%;animation:crypto-spin .7s linear infinite;margin:0 auto 16px}@keyframes crypto-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.crypto-checkout-modal{padding:20px;max-height:95vh}.crypto-checkout-form__row{grid-template-columns:1fr;gap:0}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom.css.map */
