.product-bulk-discount{margin:2rem 0;}
.bulk-discount__heading{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;color:#000;}
.bulk-discount__tiers{display:flex;flex-direction:column;gap:1rem;}
.bulk-discount__tier{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;background:#f8f8f8;border-radius:10px;gap:1.2rem;}
.bulk-discount__info{flex:1;min-width:0;}
.bulk-discount__title{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:0.3rem;display:flex;align-items:center;gap:0.8rem;white-space:nowrap;}
.bulk-discount__badge{display:inline-block;padding:0.3rem 0.8rem;background:#f5a623;color:#fff;font-size:1rem;font-weight:700;text-transform:uppercase;border-radius:5px;}
.bulk-discount__subtitle{font-size:1.1rem;color:#666;margin-bottom:0.5rem;}
.bulk-discount__pricing{display:flex;align-items:center;gap:0.8rem;flex-wrap:nowrap;}
.bulk-discount__price{font-size:1.5rem;font-weight:700;color:#f5a623;white-space:nowrap;}
.bulk-discount__compare-price{font-size:1.3rem;color:#999;text-decoration:line-through;white-space:nowrap;}
.bulk-discount__button{padding:0.9rem 1.8rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:background 0.2s ease;white-space:nowrap;flex-shrink:0;}
.bulk-discount__button:hover{background:#333;}
.bulk-discount__button:disabled{opacity:0.6;cursor:not-allowed;}
@media screen and (max-width:749px){.bulk-discount__tier{flex-direction:column;align-items:flex-start;padding:1.2rem;}
.bulk-discount__title{font-size:1.2rem;flex-direction:column;align-items:flex-start;gap:0.4rem;white-space:normal;}
.bulk-discount__badge{margin-top:0.4rem;}
.bulk-discount__pricing{margin-bottom:0.8rem;}
.bulk-discount__price{font-size:1.4rem;}
.bulk-discount__compare-price{font-size:1.2rem;}
.bulk-discount__button{width:100%;padding:1.2rem;}}

