:root{--ptlc-primary:var(--primary-color, #2f6bff);--ptlc-text:#1d2433;--ptlc-muted:#6c757d;--ptlc-bg:#fff;--ptlc-border:#e9eef5;--ptlc-radius:16px}.ptlc-grid,.ptlc-grid *{box-sizing:border-box}.ptlc-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;align-items:stretch}@media (max-width:1199.98px){.ptlc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.ptlc-grid{grid-template-columns:1fr;gap:16px}}.ptlc-card{background:var(--ptlc-bg);border:1px solid var(--ptlc-border);border-radius:var(--ptlc-radius);padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;transition:.2s ease;box-shadow:0 6px 20px rgb(47 107 255 / .06);width:100%;max-width:560px;margin-inline:auto}.ptlc-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgb(47 107 255 / .08)}.ptlc-imgbox{width:100%;height:96px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px 12px}.ptlc-img{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain;display:block}.ptlc-title{font-weight:800;font-size:20px;color:var(--ptlc-text)}.ptlc-price{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-size:14px;color:var(--ptlc-muted)}.ptlc-number{font-size:32px;font-weight:900;color:#0d6efd}.ptlc-unit{opacity:.85}.ptlc-select-wrap{width:100%;text-align:right}.ptlc-select-label{display:block;font-size:12px;color:var(--ptlc-muted);margin-bottom:6px}.ptlc-select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--ptlc-border);background:#fff;color:var(--ptlc-text)}.ptlc-select:focus{outline:0;box-shadow:0 0 0 3px rgb(47 107 255 / .15)}.ptlc-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;padding:10px 16px;border-radius:12px;text-decoration:none;color:#fff;background:var(--ptlc-primary)}.ptlc-btn:hover{opacity:.95}.ptlc-btn.ptlc-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.ptlc-features{list-style:none;padding:0;margin:8px 0 0 0;text-align:right;width:100%}.ptlc-features li{padding:8px 0;border-bottom:1px dashed var(--ptlc-border)}.ptlc-features li:last-child{border-bottom:0}.ptlc-card .ptlc-btn:visited,.ptlc-card .ptlc-order:visited{color:#fff!important;background:var(--ptlc-primary)!important;text-decoration:none!important}@supports selector(:has(*)){@media (min-width:1200px){.ptlc-grid:has(>.ptlc-card:only-child){grid-template-columns:minmax(0,560px);justify-content:center}.ptlc-grid:has(>.ptlc-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(280px,560px));justify-content:center}}}@media (max-width:575.98px){.ptlc-card{padding:18px;gap:10px}.ptlc-imgbox{height:80px}.ptlc-title{font-size:18px}.ptlc-number{font-size:28px}.ptlc-btn{width:100%}}