*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.secureorder-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;color:#333;background:#fff;min-height:100vh}.so-header{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-bottom:3px solid #222}.so-header__logo img{height:28px;width:auto}.so-header__badges{display:flex;align-items:center;gap:12px}.so-header__secure-badge{height:32px;width:auto}.so-header__separator{width:1px;height:24px;background:#ccc}.so-header__cards{display:flex;gap:6px;align-items:center}.so-header__cards img{height:20px;width:auto}.so-header__cart{color:#333;text-decoration:none}.so-main{display:flex;max-width:1100px;margin:0 auto;padding:40px 40px 0;gap:60px}.so-form{flex:1;min-width:0;max-width:520px}.so-sidebar{width:360px;flex-shrink:0}.so-section{margin-bottom:28px}.so-section__title{font-size:16px;font-weight:600;color:#111;margin-bottom:12px}.so-section__subtitle{font-size:13px;color:#666;margin-top:-8px;margin-bottom:12px}.so-field{margin-bottom:10px}.so-field-row{display:flex;gap:10px;margin-bottom:10px}.so-field--half{flex:1;margin-bottom:0}.so-input{width:100%;height:44px;padding:0 12px;border:1px solid #d1d1d1;border-radius:6px;font-size:14px;color:#333;background:#fff;outline:none;transition:border-color .15s}.so-input:focus{border-color:#888}.so-input::placeholder{color:#999}.so-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}.so-field--phone{display:flex;gap:0;margin-bottom:10px}.so-phone-code{width:80px;flex-shrink:0;border-radius:6px 0 0 6px;border-right:none}.so-phone-input{border-radius:0 6px 6px 0}.so-input-icon-wrap{position:relative}.so-input-icon-wrap .so-input{padding-right:36px}.so-input-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none}.so-shipping-option{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #d1d1d1;border-radius:6px;cursor:pointer;transition:border-color .15s}.so-shipping-option--selected{border-color:#111;background:#f9f9f9}.so-shipping-option__left{display:flex;align-items:center;gap:10px}.so-radio{display:none}.so-radio-dot{width:18px;height:18px;border-radius:50%;border:2px solid #ccc;position:relative;flex-shrink:0}.so-radio:checked+.so-radio-dot{border-color:#111}.so-radio:checked+.so-radio-dot:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background:#111}.so-shipping-option__label{font-size:14px;font-weight:500}.so-shipping-option__price{font-size:14px;color:#666}.so-payment-box{border:1px solid #d1d1d1;border-radius:6px;overflow:hidden}.so-payment-box__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border-bottom:1px solid #d1d1d1}.so-payment-box__label{font-size:14px;font-weight:500}.so-payment-box__icons{display:flex;gap:4px;align-items:center}.so-payment-box__icons img{height:20px;width:auto}.so-payment-box__body{padding:16px;background:#f6f6f6}.so-payment-box__body .so-field:last-of-type{margin-bottom:12px}.so-checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:#444;cursor:pointer}.so-checkbox{display:none}.so-checkbox-custom{width:18px;height:18px;min-width:18px;border:1px solid #d1d1d1;border-radius:3px;margin-top:1px;position:relative;background:#fff;transition:background .15s,border-color .15s}.so-checkbox:checked+.so-checkbox-custom{background:#1a73e8;border-color:#1a73e8}.so-checkbox:checked+.so-checkbox-custom:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.so-section--agreement .so-link{color:#1a73e8;text-decoration:none}.so-section--agreement .so-link:hover{text-decoration:underline}.so-subscription-terms{margin-top:14px;font-size:13px;color:#555}.so-section--cta{text-align:center}.so-btn-primary{display:block;width:100%;padding:18px 24px;background:#111;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.so-btn-primary:hover{background:#333}.so-btn-primary__text{display:block;font-size:16px;font-weight:700;letter-spacing:1px}.so-btn-primary__sub{display:block;font-size:11px;font-weight:400;margin-top:4px;letter-spacing:.5px;opacity:.85}.so-billing-note{font-size:12px;color:#888;margin-top:14px}.so-return-link{display:inline-block;margin-top:10px;font-size:13px;color:#1a73e8;text-decoration:none}.so-return-link:hover{text-decoration:underline}.so-footer{margin-top:36px;padding-top:20px;border-top:1px solid #eee;text-align:center}.so-footer__links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.so-footer__links .so-link{font-size:12px;color:#1a73e8;text-decoration:underline}.so-footer__branding{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:40px}.so-footer__logo{height:30px;width:auto}.so-footer__badge{height:48px;width:auto}.so-sidebar__inner{position:sticky;top:40px}.so-line-item{display:flex;gap:14px;align-items:flex-start;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.so-line-item__image-wrap{position:relative;width:64px;height:64px;flex-shrink:0}.so-line-item__image{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #e5e5e5}.so-line-item__qty-badge{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#666;color:#fff;font-size:11px;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.so-line-item__details{flex:1;min-width:0}.so-line-item__title{display:block;font-size:14px;font-weight:600;color:#111}.so-line-item__variant{display:block;font-size:12px;color:#777;margin-top:2px}.so-qty-control{display:inline-flex;border:1px solid #d1d1d1;border-radius:4px;margin-top:6px;overflow:hidden}.so-qty-btn{width:28px;height:26px;border:none;background:#fff;font-size:14px;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.so-qty-btn:hover{background:#f0f0f0}.so-qty-btn:first-child{border-right:1px solid #d1d1d1}.so-line-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.so-line-item__price{font-size:14px;font-weight:500;color:#111}.so-line-item__remove{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0;line-height:1}.so-line-item__remove:hover{color:#333}.so-discount{display:flex;gap:8px;margin-bottom:20px}.so-discount__input{flex:1}.so-discount__btn{padding:0 20px;height:44px;background:#888;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.so-discount__btn:hover{background:#666}.so-totals{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.so-totals__row{display:flex;justify-content:space-between;font-size:14px;color:#555;margin-bottom:8px}.so-totals__row:last-child{margin-bottom:0}.so-totals__row--total{font-weight:700;font-size:16px;color:#111;margin-top:4px}.so-vip-box{border:1px solid #d1d1d1;border-radius:6px;padding:18px 20px}.so-vip-box__title{font-size:15px;font-weight:700;color:#111;margin-bottom:4px}.so-vip-box__text{font-size:13px;color:#666}.so-billing-address{margin-top:10px}.so-subscription-terms>p{margin:10px}@media(max-width:860px){.so-main{flex-direction:column-reverse;padding:24px 20px 0;gap:30px}.so-form{max-width:100%}.so-sidebar{width:100%}.so-sidebar__inner{position:static}.so-header{padding:12px 20px}}@media(max-width:480px){.so-field-row{flex-direction:column;gap:10px}.so-header__badges{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/secureorder.css.map */
