/* Modalidades de venda: licenciamento e vitalícia */
.store-purchase-actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:10px}.store-purchase-actions.has-two{grid-template-columns:1fr 1fr}.store-purchase-actions form{margin:0}.store-purchase-actions a,.store-purchase-actions button{width:100%;height:40px;border:0;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font:600 10px Poppins;cursor:pointer;transition:transform .2s,background .2s}.store-buy-license{background:#16a05d;color:#fff}.store-buy-license:hover{background:#0d7d47;color:#fff;transform:translateY(-1px)}.store-buy-lifetime{background:#ff5a00;color:#fff}.store-buy-lifetime:hover{background:#151619;transform:translateY(-1px)}.store-product-more{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:9px;color:#65656b;text-decoration:none;font-size:9px;font-weight:500}.store-product-more:hover{color:#ff5a00}.store-product-grid.is-list .store-purchase-actions{max-width:420px;margin-left:auto}.store-product-grid.is-list .store-product-more{justify-content:flex-end}
.store-purchase-options-detail{display:grid;grid-template-columns:1fr;gap:13px;margin:25px 0}.store-purchase-options-detail.has-two{grid-template-columns:1fr 1fr}.store-purchase-options-detail article{position:relative;border:1px solid #e0e1e4;border-radius:14px;padding:20px;background:#fff}.store-purchase-options-detail article.license{border-color:#bfe5d2;background:#f7fffa}.store-purchase-options-detail article.lifetime{border-color:#ffd4b8;background:#fffaf7}.store-option-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;margin-bottom:13px;background:#fff;color:#ff5a00;font-size:22px;border:1px solid #eee}.store-purchase-options-detail .license .store-option-icon{color:#149759;border-color:#ccebdc}.store-purchase-options-detail article>span{display:block;font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.6px}.store-purchase-options-detail article>strong,.store-option-price strong{display:block;font-size:25px;margin:5px 0}.store-option-price{display:flex;align-items:baseline;gap:8px}.store-option-price del{font-size:11px;color:#999}.store-purchase-options-detail article>small{display:block;min-height:34px;color:#777;font-size:10px;line-height:1.5}.store-purchase-options-detail article>a,.store-purchase-options-detail article form>button{width:100%;height:46px;border:0;border-radius:8px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#fff;font:600 12px Poppins;cursor:pointer}.store-purchase-options-detail article>a{background:#16a05d}.store-purchase-options-detail article>a:hover{background:#0d7d47}.store-purchase-options-detail article form>button{background:#ff5a00}.store-purchase-options-detail article form>button:hover{background:#151619}.store-purchase-options-detail article form{margin:0}.store-purchase-options-detail article form label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;font-size:9px;color:#777}.store-purchase-options-detail article form input{width:64px;height:34px;border:1px solid #ddd;border-radius:7px;padding:0 8px;font:11px Poppins}.store-product-info:has(.store-purchase-options-detail.has-two){padding:38px}.store-product-info:has(.store-purchase-options-detail.has-two) h1{font-size:33px}
@media(max-width:760px){.store-purchase-actions.has-two{grid-template-columns:1fr}.store-purchase-actions a,.store-purchase-actions button{height:44px;font-size:12px}.store-purchase-options-detail.has-two{grid-template-columns:1fr}.store-product-info:has(.store-purchase-options-detail.has-two){padding:28px}.store-product-info:has(.store-purchase-options-detail.has-two) h1{font-size:29px}}
