
.subil-smart-bundle{
	width:min(1220px,calc(100% - 30px));
	margin:34px auto 0;
	padding:20px;
	border:1px solid #dfe7ee;
	border-radius:20px;
	background:linear-gradient(120deg,#f8fbfd,#fff 55%,#f2fbf5);
}
.subil-bundle-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}
.subil-bundle-head span{display:inline-block;color:#20A957;font-size:12px;font-weight:900;margin-bottom:5px}
.subil-bundle-head h2{margin:0;color:#075A9C;font-size:26px}
.subil-bundle-head p{margin:6px 0 0;color:#64748b}
.subil-bundle-head>strong{background:#eaf8ef;color:#15803d;border-radius:999px;padding:8px 12px;font-size:13px;white-space:nowrap}
.subil-bundle-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.subil-bundle-card{position:relative;display:grid;grid-template-columns:22px 78px 1fr;gap:10px;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;cursor:pointer;transition:.18s ease}
.subil-bundle-card:has(input:checked){border-color:#075A9C;box-shadow:0 0 0 1px #075A9C}
.subil-bundle-check{width:18px;height:18px;accent-color:#075A9C}
.subil-bundle-image img{width:78px;height:78px;object-fit:contain;border-radius:10px}
.subil-bundle-copy{min-width:0}
.subil-bundle-copy strong{display:block;color:#111827;line-height:1.45}
.subil-bundle-copy small{display:block;color:#075A9C;font-weight:900;margin-top:5px}
.subil-bundle-foot{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}
.subil-bundle-total span{display:block;color:#64748b;font-size:12px}
.subil-bundle-total strong{display:block;color:#075A9C;font-size:20px;margin-top:3px}
.subil-bundle-add{min-height:48px;padding:0 20px;border:0;border-radius:12px;background:#075A9C;color:#fff;font-weight:900;cursor:pointer}
.subil-bundle-add[disabled]{opacity:.5;cursor:not-allowed}
.subil-bundle-message{margin-top:10px;padding:10px 12px;border-radius:10px;background:#eef8fd;color:#075A9C;font-weight:700}
@media(max-width:900px){.subil-bundle-products{grid-template-columns:1fr 1fr}}
@media(max-width:640px){
	.subil-smart-bundle{width:min(100% - 18px,1220px);padding:14px}
	.subil-bundle-head{flex-direction:column}
	.subil-bundle-products{grid-template-columns:1fr}
	.subil-bundle-foot{flex-direction:column;align-items:stretch}
	.subil-bundle-add{width:100%}
}
