.product-card{box-sizing:border-box;background-color:#fff;border:1px solid #0078a01f;border-radius:20px;padding:20px;display:flex;box-shadow:0 10px 28px #12263f0f}.product-image{object-fit:contain;width:100px;height:100px;margin-right:20px}.product-info{flex-direction:column;flex:1;gap:6px;display:flex}.product-title{color:#153142;margin-bottom:0;font-size:1.1rem;font-weight:700}.product-lead{color:#506270;font-size:.95rem;line-height:1.5}.product-description{color:#284352;word-break:break-word;margin-bottom:10px}.description-content{background-color:#f6fbfd;border:1px solid #0078a014;border-radius:14px;margin-top:-2px;margin-bottom:12px;padding:12px 14px}.description-list{gap:8px;padding-left:0;list-style:none;display:grid}.description-list li{color:#3d5562;padding-left:18px;line-height:1.45;position:relative}.description-list li:before{content:"";background:var(--primary-color);border-radius:999px;width:8px;height:8px;position:absolute;top:.55em;left:0}.product-link{color:var(--primary-color);padding:2px 0;text-decoration:none;display:inline-block}.product-details{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:auto;display:flex}.licence-control{flex-wrap:wrap;align-items:center;margin-bottom:5px;margin-right:10px;display:flex}.licence-label{color:#526371;margin-bottom:5px;margin-right:10px;font-weight:600}.quantity-control{border:1px solid var(--border-color);border-radius:20px;align-items:center;display:flex;overflow:hidden}.quantity-btn{cursor:pointer;background:#f4fafc;border:none;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;padding:0;font-size:18px;display:flex}.decrement-btn{color:red}.increment-btn{color:green}.quantity-input{text-align:center;border:none;width:40px;font-size:16px}.product-price{color:#243846;white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;font-size:.92rem;font-weight:700;display:flex}.price-label{color:#6b7f8b;font-size:.78rem;font-weight:600}@media (max-width:768px){.product-card{padding:15px}.product-image{width:60px;height:60px;margin-right:15px}}@media (max-width:480px){.product-card{flex-direction:column;padding:12px}.product-image{align-self:center;width:50px;height:50px;margin-bottom:10px;margin-right:0}.product-title{text-align:center;font-size:16px}.product-details{flex-direction:column;align-items:flex-start;gap:10px;width:100%}.licence-control{justify-content:space-between;width:100%;margin-right:0}.quantity-control{margin-left:auto}.product-price{align-self:flex-end;margin-top:10px}}
.cart-item{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item-name-block{flex:1;min-width:150px}.cart-item-name{word-break:break-word;color:#153142;padding-right:10px;font-weight:700}.cart-item-meta{color:#6b7f8b;margin-top:4px;font-size:.88rem}.cart-quantity{align-items:center;margin:0 10px;display:flex}.quantity-control{border:1px solid var(--border-color);border-radius:20px;align-items:center;display:flex;overflow:hidden}.quantity-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:16px;display:flex}.minus-btn{color:red}.plus-btn{color:green}.quantity-input{text-align:center;border:none;width:35px;padding:0;font-size:14px}.remove-btn{color:#b42318;cursor:pointer;white-space:nowrap;background-color:#fff5f5;border:1px solid #b423181f;border-radius:999px;padding:8px 12px;font-size:14px}.remove-btn:hover{color:#8f1a12;background-color:#ffeceb}@media (max-width:768px){.cart-quantity{margin:0 5px}}@media (max-width:576px){.cart-item{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 0}.cart-item-name-block{width:100%}.cart-item-name{width:100%;margin-bottom:5px;padding-right:0}.cart-quantity{margin:0}.quantity-control{margin-right:10px}.cart-item-actions{justify-content:space-between;align-items:center;width:100%;display:flex}.remove-btn{margin-left:auto}}@media (max-width:480px){.cart-item-actions{flex-direction:column;align-items:flex-start;gap:10px}.remove-btn{align-self:flex-end;margin-left:0}}
.summary{background:linear-gradient(#fff 0%,#f9fcfd 100%);border:1px solid #0078a01f;border-radius:20px;flex:0 0 200px;padding:20px;box-shadow:0 10px 28px #12263f0f}.summary-header{gap:6px;margin-bottom:16px;display:grid}.summary-eyebrow{background:var(--surface-strong);width:fit-content;color:var(--primary-color);border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:800;display:inline-flex}.summary-note{color:#4f6472;line-height:1.5}.summary-item{justify-content:space-between;gap:12px;margin-bottom:10px;display:flex}.label,.value{line-height:1.45}.highlight{color:#000;font-weight:700}.checkout-btn{color:#fff;cursor:pointer;z-index:0;background:linear-gradient(135deg,#0078a0 0%,#005f80 100%);border:none;border-radius:999px;width:100%;margin:18px 0 0;padding:15px 18px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:block;position:relative;overflow:hidden;box-shadow:0 12px 22px #0078a033}.checkout-btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px #0078a03d}.checkout-btn.disabled{color:#fff;box-shadow:none;cursor:not-allowed;background:#bccbd3;transform:none}.checkout-btn.disabled:hover{transform:none}.summary-trust{color:#647987;text-align:center;margin-top:12px;font-size:.9rem;line-height:1.45}@media (max-width:768px){.summary{flex:auto;width:100%}}
