.product-bulk-discount{margin:2.5rem 0;}
.bulk-discount__heading{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#000;}
.bulk-discount__tiers{display:flex;flex-direction:column;gap:1.5rem;}
.bulk-discount__tier{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:#f8f8f8;border-radius:12px;gap:2rem;}
.bulk-discount__info{flex:1;}
.bulk-discount__title{font-size:1.7rem;font-weight:700;color:#000;margin-bottom:0.4rem;display:flex;align-items:center;gap:1rem;}
.bulk-discount__badge{display:inline-block;padding:0.4rem 1.2rem;background:#f5a623;color:#fff;font-size:1.2rem;font-weight:700;text-transform:uppercase;border-radius:6px;}
.bulk-discount__subtitle{font-size:1.3rem;color:#666;margin-bottom:0.8rem;}
.bulk-discount__pricing{display:flex;align-items:center;gap:1rem;}
.bulk-discount__price{font-size:2rem;font-weight:700;color:#f5a623;}
.bulk-discount__compare-price{font-size:1.6rem;color:#999;text-decoration:line-through;}
.bulk-discount__button{padding:1.2rem 3rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:background 0.2s ease;white-space:nowrap;}
.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.5rem;}
.bulk-discount__title{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:0.5rem;}
.bulk-discount__badge{margin-top:0.5rem;}
.bulk-discount__pricing{margin-bottom:1rem;}
.bulk-discount__price{font-size:1.8rem;}
.bulk-discount__compare-price{font-size:1.4rem;}
.bulk-discount__button{width:100%;padding:1.4rem;}}

