#checkout .checkout__sticky{top:calc(var(--header-height) + 1.5rem);position:sticky;transition:all .2s ease-in-out}#checkout label{font-weight:700;margin-bottom:.5rem;display:block}#checkout .checkbox,#checkout .radio{margin-bottom:.5rem}#checkout .checkbox input,#checkout .radio input{margin-right:.5rem;box-sizing:border-box}#checkout .checkbox label,#checkout .radio label{margin-bottom:0;font-weight:400;display:inline-block;cursor:pointer}#checkout .checkout-section{padding-bottom:2rem}#checkout .checkout-section .checkout-section__title{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-left:1rem}#checkout .checkout-section .checkout-section__title label{margin-bottom:0}#checkout .checkout-section .checkout-section__title:before{content:"";display:block;position:absolute;width:7px;height:7px;background-color:var(--bs-dark);border-radius:50rem;left:-3px;top:.6em}#checkout .checkout-section .checkout-section__content{padding-left:1.3rem;border-left:1px solid var(--bs-gray-400)}#checkout .payment-methods .payment-method .payment-method__desc{font-weight:400;margin-top:.4rem;color:var(--bs-gray);display:none}#checkout .payment-methods .payment-method input[type=radio]:checked+.payment-method__desc{display:block}