.checkout-modal .g-modal__content{max-width:671px;width:calc(100vw - 32px);max-height:90vh;border-radius:16px;overflow:hidden}.checkout{display:flex;flex-direction:column;max-height:90vh}.checkout__header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;flex-shrink:0}.checkout__title{font-size:20px;font-weight:700;color:rgba(0,0,0,.85);margin:0}.checkout__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:transparent;color:rgba(0,0,0,.85);cursor:pointer;transition:background .15s}.checkout__close:hover{background:rgba(0,0,0,.04)}.checkout__step{padding:0 16px 24px;align-items:flex-end}.checkout__step,.checkout__step-body{display:flex;flex-direction:column;gap:28px}.checkout__step-body{width:100%}.checkout__position-info{display:flex;align-items:center;justify-content:space-between;width:100%}.checkout__cart-count{font-size:14px;font-weight:600;color:rgba(0,0,0,.85)}.checkout__clear{border:none;background:transparent;font-family:inherit;font-size:13px;color:rgba(0,0,0,.35);cursor:pointer;padding:4px 8px}.checkout__clear:hover{color:#FF3364}.checkout__scrolling-container{display:flex;flex-direction:column;width:100%;max-height:340px;overflow-y:auto}.checkout__scrolling-container::-webkit-scrollbar{width:4px}.checkout__scrolling-container::-webkit-scrollbar-track{background:transparent}.checkout__scrolling-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:2px}.checkout__item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06);width:100%}.checkout__item:last-child{border-bottom:none}.checkout__item-img{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f7f7f5}.checkout__item-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.checkout__item-code{font-size:13px;color:rgba(0,0,0,.35);line-height:18px}.checkout__item-name{font-size:14px;color:rgba(0,0,0,.85);line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checkout__item-actions{display:flex;align-items:center;gap:12px;margin-top:4px}.checkout__item-counter{display:flex;padding:6px 12px;align-items:center;gap:10px;border-radius:8px;background:rgba(255,0,61,.1)}.checkout__item-counter-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:#FF3364;font-size:16px;font-weight:600;cursor:pointer;line-height:1}.checkout__item-counter-value{font-size:14px;font-weight:600;color:rgba(0,0,0,.85);min-width:24px;text-align:center}.checkout__item-delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:rgba(0,0,0,.25);cursor:pointer;border-radius:4px;transition:color .15s}.checkout__item-delete:hover{color:#FF3364}.checkout__item-min{font-size:12px;color:rgba(0,0,0,.35);line-height:16px}.checkout__item-price{font-size:16px;font-weight:600;color:rgba(0,0,0,.85);flex-shrink:0;white-space:nowrap}.checkout__total{display:flex;align-items:center;justify-content:space-between;width:100%;color:rgba(0,0,0,.85)}.checkout__total,.checkout__total-value{font-size:18px;font-weight:700}.checkout__step-footer,.checkout__step-footer--two{display:flex;justify-content:flex-end;width:100%}.checkout__step-footer--two{gap:12px}.checkout__btn-next{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--g-color-base-positive-heavy,#1D9E75);color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;transition:background .15s}.checkout__btn-next:hover{background:var(--g-color-base-positive-heavy-hover,#178A66)}.checkout__btn-back{display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:6px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:transparent;color:rgba(0,0,0,.85);font-family:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:background .15s}.checkout__btn-back:hover{background:rgba(0,0,0,.04)}.checkout__btn-submit{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:#FF3364;color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;transition:background .15s}.checkout__btn-submit:hover{background:#FF1950}.checkout__form-section{display:flex;flex-direction:column;gap:12px;width:100%}.checkout__form-title{font-size:15px;font-weight:600;color:rgba(0,0,0,.85)}.checkout__form-fields{display:flex;flex-direction:column;gap:8px}.checkout__consents{display:flex;flex-direction:column;gap:10px;width:100%}.checkout__link{color:var(--g-color-text-link,#0066CC);text-decoration:none}.checkout__link:hover{text-decoration:underline}.checkout__success{flex-direction:column;padding:48px 24px;text-align:center;gap:16px}.checkout__success,.checkout__success-icon{display:flex;align-items:center;justify-content:center}.checkout__success-icon{width:56px;height:56px;border-radius:50%;background:rgba(29,158,117,.1);font-size:24px;color:#1D9E75}.checkout__success-text{color:rgba(0,0,0,.5);font-size:16px;line-height:24px;margin:0}.checkout__success-btn{padding:10px 24px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:rgba(0,0,0,.85);cursor:pointer;transition:background .15s}.checkout__success-btn:hover{background:rgba(0,0,0,.04)}@media (max-width:599px){.checkout-modal .g-modal__content{max-width:100%;width:100%;max-height:95vh;border-radius:16px 16px 0 0;margin:0;position:fixed;bottom:0}.checkout__item-img{width:60px;height:60px}.checkout__step-footer--two{flex-direction:column-reverse}.checkout__btn-back,.checkout__btn-next,.checkout__btn-submit{width:100%}}