.shins-bundle { --shins-orange:#ff5a00; margin:24px 0; padding:22px; border:1px solid #e6e6e6; border-radius:16px; background:#fff; }
.shins-bundle h3 { margin:0 0 18px; font-size:1.3rem; }
.shins-bundle__items { display:grid; gap:12px; }
.shins-bundle__item { display:grid; grid-template-columns:86px 1fr; gap:15px; padding:14px; border:1px solid #e8e8e8; border-radius:12px; transition:.2s ease; }
.shins-bundle__item.is-disabled { opacity:.5; }
.shins-bundle__image img { width:86px; height:86px; object-fit:contain; }
.shins-bundle__heading { display:flex; justify-content:space-between; gap:12px; }
.shins-bundle__toggle { display:flex; align-items:center; gap:6px; white-space:nowrap; }
.shins-bundle__discount { display:inline-block; color:var(--shins-orange); font-weight:700; margin:4px 0 8px; }
.shins-bundle__field { display:inline-flex; align-items:center; gap:8px; margin:5px 14px 5px 0; }
.shins-bundle__field select { max-width:260px; }
.shins-bundle__variations { display:flex; flex-wrap:wrap; align-items:center; gap:0 10px; }
.shins-bundle__variation-status { flex-basis:100%; color:#b42318; font-weight:700; }
.shins-bundle__quantity input { width:70px; }
.shins-bundle__price { display:block; margin-top:7px; font-weight:600; }
.shins-bundle__tiers { display:flex; flex-wrap:wrap; gap:8px 16px; margin:16px 0; padding:12px; background:#fff5ef; border-radius:10px; }
.shins-bundle__total { display:grid; grid-template-columns:1fr auto; align-items:end; margin-top:18px; padding-top:18px; border-top:2px solid #111; }
.shins-bundle__total strong { font-size:1.55rem; color:var(--shins-orange); }
.shins-bundle__total small { grid-column:1/-1; text-align:right; color:#398449; font-weight:700; }
.shins-bundle-cart-form > .single_add_to_cart_button[name="add-to-cart"] { display:inline-flex!important; align-items:center; justify-content:center; position:relative!important; inset:auto!important; width:auto!important; height:auto!important; min-width:200px!important; min-height:52px!important; margin-left:12px!important; padding:12px 24px!important; opacity:1!important; visibility:visible!important; overflow:visible!important; }
.shins-bundle-cart-form > .single_add_to_cart_button.ajax_add_to_cart:not([name="add-to-cart"]) { display:none!important; }
.woocommerce-cart-form .shins-bundle-child-row td.product-name,
.shop_table .shins-bundle-child-row td.product-name { padding-left:28px; }
.shins-bundle-child-marker { color:var(--shins-orange,#ff5a00); font-weight:800; }
.shins-bundle-included { color:#60605c; font-size:.92em; font-weight:700; }
.shins-bundle-child-quantity { display:inline-block; min-width:2ch; text-align:center; font-weight:700; }
@media (max-width:560px) { .shins-bundle { padding:14px; } .shins-bundle__item { grid-template-columns:64px 1fr; } .shins-bundle__image img { width:64px; height:64px; } .shins-bundle__heading { display:block; } .shins-bundle__toggle { margin-top:8px; } }
